diff options
author | Struan Donald <struan@exo.org.uk> | 2012-10-29 09:36:52 +0000 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2012-10-29 09:36:52 +0000 |
commit | 19d1123770271fdad835cb9d994a2bf84582502c (patch) | |
tree | d647d56eadffd565f9f8465e32ccd201044999f7 /www/submit-problem.html | |
parent | c197312903a585d5391350c53845d3af93866670 (diff) |
add in nav to submit screen
Diffstat (limited to 'www/submit-problem.html')
-rw-r--r-- | www/submit-problem.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/www/submit-problem.html b/www/submit-problem.html index a3dbc7a..660d805 100644 --- a/www/submit-problem.html +++ b/www/submit-problem.html @@ -147,4 +147,14 @@ </form> </div> </div> + + <div data-role="footer" data-id="foo1" data-position="fixed"> + <div data-role="navbar"> + <ul> + <li><a href="index.html">Home</a></li> + <li><a href="account.html">Account</a></li> + <li><a href="about.html">Info</a></li> + </ul> + </div><!-- /navbar --> + </div> </div> <!-- .wrapper --> |