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
a26a8c66
Commit
a26a8c66
authored
Feb 22, 2014
by
Renfred Harper
Browse files
Integrate base footer
parent
97cd79d8
Changes
2
Hide whitespace changes
Inline
Side-by-side
templates/management/layouts/base.html
View file @
a26a8c66
...
...
@@ -22,6 +22,7 @@
</div>
</div>
</body>
{% include 'management/layouts/footer.html' %}
<script
src=
"//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"
></script>
<script
src=
"//ajax.googleapis.com/ajax/libs/jqueryui/1.10.2/jquery-ui.min.js"
></script>
<script
src=
"//cdnjs.cloudflare.com/ajax/libs/datejs/1.0/date.min.js"
></script>
...
...
templates/management/layouts/footer.html
View file @
a26a8c66
...
...
@@ -3,16 +3,16 @@
<div
class=
"row"
>
<div
class=
"col-lg-12"
>
<div
class=
"col-md-8"
>
<a
href=
"
{% url 'about' %}
"
>
About
</a>
<a
href=
""
>
About
</a>
·
<a
href=
"
{% url 'contact' %}
"
>
Contact
</a>
<a
href=
""
>
Contact
</a>
·
<a
href=
"http://srct.gmu.edu/usage-policy"
>
Terms of Service
</a>
·
<a
href=
"
{% url 'privacy' %}
"
>
Privacy
</a>
<a
href=
""
>
Privacy
</a>
</div>
<div
class=
"col-md-4"
>
<p
class=
"muted pull-right"
>
A project of GMU
<a
href=
"http://srct.gmu.edu/"
><strong>
SRCT
</strong></a>
. View
<a
href=
"http://git.gmu.edu/srct/
bookshare
/"
>
our code
</a>
.
</p>
<p
class=
"muted pull-right"
>
A project of GMU
<a
href=
"http://srct.gmu.edu/"
><strong>
SRCT
</strong></a>
. View
<a
href=
"http://git.gmu.edu/srct/
whats-open
/"
>
our code
</a>
.
</p>
</div>
</div>
</div>
...
...
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