Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
itminedu
synnefo
Commits
31aabcbd
Commit
31aabcbd
authored
Sep 03, 2014
by
Kostas Papadimitriou
Browse files
webproject: Use branding webfonts css setting in 403/404/500 templates
parent
a523dc14
Changes
3
Hide whitespace changes
Inline
Side-by-side
snf-webproject/synnefo/webproject/templates/403.html
View file @
31aabcbd
...
@@ -6,10 +6,13 @@
...
@@ -6,10 +6,13 @@
<title>
Error 403
</title>
<title>
Error 403
</title>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0,minimum-scale=1.0, maximum-scale=1.0"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0,minimum-scale=1.0, maximum-scale=1.0"
>
<link
href=
'https://fonts.googleapis.com/css?family=Open+Sans:400,600,700&subset=latin,greek-ext,greek'
rel=
'stylesheet'
type=
'text/css'
>
{% for url in BRANDING_FONTS_CSS_URLS %}
<link
href=
"{{ url }}"
rel=
"stylesheet"
type=
"text/css"
>
{% endfor %}
<script
src=
"{{ MEDIA_URL }}webproject/js/jquery-1.7.1.min.js"
></script>
<script
src=
"{{ MEDIA_URL }}webproject/js/jquery-1.7.1.min.js"
></script>
{% if CLOUDBAR_ACTIVE %}
{% if CLOUDBAR_ACTIVE %}
<script>
window
.
CLOUDBAR_INCLUDE_FONTS
=
false
;
</script>
{{ CLOUDBAR_CODE }}
{{ CLOUDBAR_CODE }}
{% endif %}
{% endif %}
<style
type=
"text/css"
>
<style
type=
"text/css"
>
...
@@ -59,4 +62,4 @@ body { font-family: 'Open Sans', sans-ser
...
@@ -59,4 +62,4 @@ body { font-family: 'Open Sans', sans-ser
</div>
</div>
</body>
</body>
</html>
</html>
<html><head></head><body></body></html>
<html><head></head><body></body></html>
\ No newline at end of file
snf-webproject/synnefo/webproject/templates/404.html
View file @
31aabcbd
...
@@ -6,10 +6,13 @@
...
@@ -6,10 +6,13 @@
<title>
Page not found
</title>
<title>
Page not found
</title>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0,minimum-scale=1.0, maximum-scale=1.0"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0,minimum-scale=1.0, maximum-scale=1.0"
>
<link
href=
'https://fonts.googleapis.com/css?family=Open+Sans:400,600,700&subset=latin,greek-ext,greek'
rel=
'stylesheet'
type=
'text/css'
>
{% for url in BRANDING_FONTS_CSS_URLS %}
<link
href=
"{{ url }}"
rel=
"stylesheet"
type=
"text/css"
>
{% endfor %}
<script
src=
"{{ MEDIA_URL }}webproject/js/jquery-1.7.1.min.js"
></script>
<script
src=
"{{ MEDIA_URL }}webproject/js/jquery-1.7.1.min.js"
></script>
{% if CLOUDBAR_ACTIVE %}
{% if CLOUDBAR_ACTIVE %}
<script>
window
.
CLOUDBAR_INCLUDE_FONTS
=
false
;
</script>
{{ CLOUDBAR_CODE }}
{{ CLOUDBAR_CODE }}
{% endif %}
{% endif %}
<style
type=
"text/css"
>
<style
type=
"text/css"
>
...
...
snf-webproject/synnefo/webproject/templates/500.html
View file @
31aabcbd
...
@@ -6,10 +6,13 @@
...
@@ -6,10 +6,13 @@
<title>
Page not found
</title>
<title>
Page not found
</title>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0,minimum-scale=1.0, maximum-scale=1.0"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0,minimum-scale=1.0, maximum-scale=1.0"
>
<link
href=
'https://fonts.googleapis.com/css?family=Open+Sans:400,600,700&subset=latin,greek-ext,greek'
rel=
'stylesheet'
type=
'text/css'
>
{% for url in BRANDING_FONTS_CSS_URLS %}
<link
href=
"{{ url }}"
rel=
"stylesheet"
type=
"text/css"
>
{% endfor %}
<script
src=
"{{ MEDIA_URL }}webproject/js/jquery-1.7.1.min.js"
></script>
<script
src=
"{{ MEDIA_URL }}webproject/js/jquery-1.7.1.min.js"
></script>
{% if CLOUDBAR_ACTIVE %}
{% if CLOUDBAR_ACTIVE %}
<script>
window
.
CLOUDBAR_INCLUDE_FONTS
=
false
;
</script>
{{ CLOUDBAR_CODE }}
{{ CLOUDBAR_CODE }}
{% endif %}
{% endif %}
<style
type=
"text/css"
>
<style
type=
"text/css"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment