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
srct.gmu.io
Commits
4ab61497
Commit
4ab61497
authored
Jan 04, 2014
by
Daniel W Bond
Browse files
dropdown
parent
af857c9b
Changes
2
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
4ab61497
...
@@ -42,8 +42,10 @@ To-do
...
@@ -42,8 +42,10 @@ To-do
Note-- this should also be on the wiki
Note-- this should also be on the wiki
*
Links
*everywhere*
*
Links
*everywhere*
*
Consistent color scheming-- what on earth did Michel do to table formatting (and labels)
*
Consistent color scheming-- what on earth did Michel do to table formatting (and labels)
*
More CSS-- the navbar dropdown hovering over the links is a ghastly white O_O
*
Links don't work on navbar coming back from documents
*
Links don't work on navbar coming back from documents
*
The meeting page needs to have forms for the secretary to take notes, and pagination
*
The meeting page needs to have forms for the secretary to take notes, and pagination
*
Navbar dropdown needs to be on rollover and actually link to the documents page when clicked
*
RSS feed for the meeting page
*
RSS feed for the meeting page
*
Set up the documents with actual files
*
Set up the documents with actual files
*
Write Usage Policy
*
Write Usage Policy
...
...
srctweb/website/templates/layouts/navbar.html
View file @
4ab61497
...
@@ -11,6 +11,18 @@
...
@@ -11,6 +11,18 @@
<li><a
href=
"meetings"
>
Meetings
</a></li>
<li><a
href=
"meetings"
>
Meetings
</a></li>
<li><a
href=
"calendar"
>
Calendar
</a>
<li><a
href=
"calendar"
>
Calendar
</a>
<li><a
href=
"documents"
>
Documents
</a>
<li><a
href=
"documents"
>
Documents
</a>
<li
class=
"dropdown"
>
<a
href=
"#"
class=
"dropdown-toggle"
data-toggle=
"dropdown"
>
Documents
<b
class=
"caret"
></b></a>
<ul
class=
"dropdown-menu"
>
<li><a
href=
"documents/constitution"
>
Constitution
</a></li>
<li><a
href=
"documents/usage_polict"
>
Usage Policy
</a></li>
<li><a
href=
"documents/terms_of_service"
>
Terms of Service
</a></li>
<li><a
href=
"documents/privacy_policy"
>
Privacy Policy
</a></li>
<li><a
href=
"documents/intellectual_property"
>
Intellectual Property
</a></li>
<li><a
href=
"documents/software_freedome"
>
Software Freedom
</a></li>
<li><a
href=
"documents/logos"
>
Logos
</a></li>
</ul>
</li>
<li><a
href=
"contact"
>
Contact
</a>
<li><a
href=
"contact"
>
Contact
</a>
</ul>
</ul>
</div>
<!--/.nav-collapse -->
</div>
<!--/.nav-collapse -->
...
...
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