diff options
author | pzread <netfirewall@gmail.com> | 2013-05-16 21:33:57 +0800 |
---|---|---|
committer | pzread <netfirewall@gmail.com> | 2013-05-16 21:33:57 +0800 |
commit | 77fd7140f8891079dd7b99f18e2d594c3b0a98ad (patch) | |
tree | 065eb8b18466bfc406d3586e89eb3d6c044fb68a /src/test/wstest.html | |
parent | 172b58b3f60c4b0277ad85fab728a5911bd573ac (diff) | |
download | taiwan-online-judge-77fd7140f8891079dd7b99f18e2d594c3b0a98ad.tar taiwan-online-judge-77fd7140f8891079dd7b99f18e2d594c3b0a98ad.tar.gz taiwan-online-judge-77fd7140f8891079dd7b99f18e2d594c3b0a98ad.tar.bz2 taiwan-online-judge-77fd7140f8891079dd7b99f18e2d594c3b0a98ad.tar.lz taiwan-online-judge-77fd7140f8891079dd7b99f18e2d594c3b0a98ad.tar.xz taiwan-online-judge-77fd7140f8891079dd7b99f18e2d594c3b0a98ad.tar.zst taiwan-online-judge-77fd7140f8891079dd7b99f18e2d594c3b0a98ad.zip |
Done base auth and iden verify
Diffstat (limited to 'src/test/wstest.html')
-rw-r--r-- | src/test/wstest.html | 19 |
1 files changed, 6 insertions, 13 deletions
diff --git a/src/test/wstest.html b/src/test/wstest.html index ef1b3b2..f3ab51e 100644 --- a/src/test/wstest.html +++ b/src/test/wstest.html @@ -14,7 +14,7 @@ <script type="text/javascript"> $(document).ready(function(){ - test(); + conn_backend(); }); </script> @@ -24,18 +24,11 @@ $(document).ready(function(){ <div class="container" style="padding:32px 0px 32px 0px;"> <div class="row"> <div class="span2 slide"> - <table class="table table-hover"> - <thead> - <tr> - <th>Name</th> - </tr> - </thead> - <tbody> - <tr> - <td>sfsdf</td> - </tr> - </tbody> - </table> + <ul class="nav nav-list"> + <li class="nav-header">Header</li> + <li class="active"><a href="#">Home</a></li> + <li><a href="#">Library</li> + </ul> </div> <div class="span10 main"> sdfsdf |