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
djnro
Commits
bf3e4525
Commit
bf3e4525
authored
Oct 23, 2012
by
Leonidas Poulopoulos
Browse files
Added some test flatpages
parent
0790d933
Changes
3
Hide whitespace changes
Inline
Side-by-side
templates/base.html
View file @
bf3e4525
...
...
@@ -87,10 +87,7 @@ body {
<a
href=
"#"
>
Home
</a>
</li>
<li>
<a
href=
"#"
>
Link
</a>
</li>
<li>
<a
href=
"#"
>
Link
</a>
<a
href=
"/faq/en/"
>
FAQ
</a>
</li>
</ul>
...
...
templates/flatpages/default.html
0 → 100644
View file @
bf3e4525
{% extends "base.html" %}
{% load i18n %}
{% block title %}{{ flatpage.title }}{% endblock %}
{% block extrahead %}
<style
type=
"text/css"
>
html
,
body
{
height
:
100%
;
overflow
:
hidden
;
}
.headtitle
{
font-family
:
"Franklin Gothic Demi"
,
"Franklin Gothic"
,
"ITC Franklin Gothic"
,
Arial
,
sans-serif
;
letter-spacing
:
-1px
;
}
</style>
<script
type=
"text/javascript"
src=
"/static/js/jquery.min.js"
></script>
{% endblock %}
{% block content %}
<div
class=
"container-fluid"
>
<div
class=
"row-fluid"
>
<div
class=
"span2"
>
<div
class=
"well sidebar-nav"
>
<ul
class=
"nav nav-list"
>
<li
class=
"active"
><a
href=
"{% url index %}"
>
{% trans "Home" %}
</a></li>
<li><a
href=
"#"
>
News
</a></li>
<li><a
href=
"{% url geolocate %}"
target=
"about:blank()"
>
eduroam near me
</a></li>
<li
class=
"nav-header"
>
Users
</li>
<li><a
href=
"#"
>
Where
</a></li>
<li><a
href=
"#"
>
How
</a></li>
<li><a
href=
"#"
>
About
</a></li>
<li
class=
"nav-header"
>
Institutions
</li>
<li><a
href=
"{% url manage %}"
>
{% trans "Management" %}
</a></li>
</ul>
</div>
<!--/.well -->
<div><img
src=
"/static/img/keep_calm_eduroam_small.png"
></div>
</div>
<!--/span-->
<div
class=
"span10"
>
<div
class=
"row-fluid"
>
<!--/span-->
{% block subcontent %}
<h4>
{{ flatpage.title }}
</h4>
<hr>
{{ flatpage.content|linebreaks }}
{% endblock %}
<!--/span-->
</div>
<!--/row-->
</div>
<!--/span-->
</div>
<!--/span-->
</div>
<!--/row-->
<hr>
<footer>
<p>
©
@ GRNET NOC 2012
</p>
</footer>
</div>
<!--/.fluid-container-->
{% endblock %}
templates/front/index.html
View file @
bf3e4525
...
...
@@ -22,39 +22,37 @@
var
image
=
''
;
var
infoWindow
;
var
styles
=
[{
url
:
'
/static/img/edugroup.png
'
,
height
:
54
,
width
:
63
,
textColor
:
'
#ffffff
'
,
textSize
:
11
},
{
url
:
'
/static/img/edugroup.png
'
,
height
:
54
,
width
:
63
,
textColor
:
'
#ffffff
'
,
textSize
:
11
},
{
url
:
'
/static/img/edugroup.png
'
,
height
:
54
,
width
:
63
,
textColor
:
'
#ffffff
'
,
textSize
:
11
}];
function
initialize
()
{
image
=
new
google
.
maps
.
MarkerImage
(
'
/static/img/edupin.png
'
,
// This marker is 29 pixels wide by 40 pixels tall.
new
google
.
maps
.
Size
(
29
,
40
),
// The origin for this image is 0,0.
new
google
.
maps
.
Point
(
0
,
0
),
// The anchor for this image is the base of the flagpole at 18,42.
new
google
.
maps
.
Point
(
14
,
40
)
);
var
styles
=
[
{
url
:
'
/static/img/edugroup.png
'
,
height
:
54
,
width
:
63
,
textColor
:
'
#ffffff
'
,
textSize
:
11
},
{
url
:
'
/static/img/edugroup.png
'
,
height
:
54
,
width
:
63
,
textColor
:
'
#ffffff
'
,
textSize
:
11
},
{
url
:
'
/static/img/edugroup.png
'
,
height
:
54
,
width
:
63
,
textColor
:
'
#ffffff
'
,
textSize
:
11
}
];
var
styleArray
=
[
{
function
initialize
()
{
image
=
new
google
.
maps
.
MarkerImage
(
'
/static/img/edupin.png
'
,
// This marker is 29 pixels wide by 40 pixels tall.
new
google
.
maps
.
Size
(
29
,
40
),
// The origin for this image is 0,0.
new
google
.
maps
.
Point
(
0
,
0
),
// The anchor for this image is the base of the flagpole at 18,42.
new
google
.
maps
.
Point
(
14
,
40
));
var
styleArray
=
[
{
featureType
:
"
all
"
,
stylers
:
[
{
saturation
:
-
60
...
...
@@ -89,7 +87,8 @@ function initialize() {
];
var
mapOptions
=
{
var
mapOptions
=
{
center
:
latlng
,
zoom
:
zoomLevel
,
mapTypeId
:
google
.
maps
.
MapTypeId
.
ROADMAP
,
...
...
@@ -246,7 +245,6 @@ function initialize() {
alert
(
markers
[
closest
].
address
);
}
$
(
document
).
ready
(
function
()
{
initialize
();
marks
=
placeMarkers
();
...
...
@@ -266,8 +264,8 @@ function initialize() {
<li><a
href=
"#"
>
News
</a></li>
<li><a
href=
"{% url geolocate %}"
target=
"about:blank()"
>
eduroam near me
</a></li>
<li
class=
"nav-header"
>
Users
</li>
<li><a
href=
"#"
>
FAQ
</a></li>
<li><a
href=
"
#"
>
Contact
</a></li>
<li><a
href=
"#"
>
Where
</a></li>
<li><a
href=
"
/how/en/"
>
How
</a></li>
<li><a
href=
"#"
>
About
</a></li>
<li
class=
"nav-header"
>
Institutions
</li>
<li><a
href=
"{% url manage %}"
>
{% trans "Management" %}
</a></li>
...
...
@@ -281,7 +279,7 @@ function initialize() {
<div
class=
"row-fluid"
>
<!--/span-->
{% block subcontent %}
{% block subcontent %}
<div
id=
"map_canvas"
style=
"width:100%; height:600px; overflow: hidden;"
></div>
{% endblock %}
...
...
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