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
SRCT
whats-open
Commits
ce8fa106
Commit
ce8fa106
authored
Jan 30, 2013
by
Daniel Bond
Browse files
Added a static clock with the current time.
parent
1f5744d3
Changes
4
Hide whitespace changes
Inline
Side-by-side
website/static/css/style.css
View file @
ce8fa106
...
...
@@ -58,3 +58,9 @@ div.container{
.phone-footer
{
text-align
:
center
;
}
.clock
{
text-align
:
center
;
font-size
:
25px
;
font-family
:
"Courier New"
,
Courier
,
monospace
;
}
whats_open/templates/base.html
View file @
ce8fa106
...
...
@@ -29,10 +29,15 @@
<a
href=
"http://whatsopen.gmu.edu"
>
What's Open
</a>
</div>
</div>
<div
class =
clock
>
{% now "H:i" %}
<!--All nice and static... this will too will likely be changing soon. -->
</div>
{% block content%}
{% endblock %}
<div
class =
"navbar"
>
...
...
whats_open/templates/location_grid.html
View file @
ce8fa106
...
...
@@ -4,7 +4,7 @@
<!-- New revisions pending major revisions (whoo JavaScript!) by Tyler -->
{% block content %}
<!-- Generated:
{% now "jS F Y H:i" %}
-->
{% now "jS F Y H:i" %}
<div
id=
"grid"
>
{% for list in restRows %}
<div
class =
"row"
>
...
...
whats_open/templates/restaurant_grid.html
View file @
ce8fa106
{% extends 'base.html' %}
{% block content %}
<!-- Generated: {% now "jS F Y H:i" %} -->
<div
id=
"grid"
>
{% for list in restRows %}
<div
class =
"row"
>
...
...
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