- Timestamp:
- 30 May 2013, 13:05:51 (11 years ago)
- Location:
- main/ngren.theme/trunk/ngren/theme/ngren_theme
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/ngren.theme/trunk/ngren/theme/ngren_theme/example.html
r10191 r10252 60 60 <h1><a href="home.html">Nigerian Research and<br/>Education Network</a></h1> 61 61 </div> 62 <div id="user-options"> 63 <ul> 64 <li><a href="example.html">Login</a></li> 65 <li><span class="separator">|</span></li> 66 <li><a href="example.html">Register</a></li> 67 </ul> 68 </div> 62 <div class="btn-group pull-right btn-small" 63 id="user-options"> 64 <a class="btn btn-small btn-primary" 65 href="#"> 66 <i class="icon-user icon-white"></i> 67 <span id="user-options-name"> 68 Username 69 </span> 70 </a> 71 <a class="btn btn-small btn-primary 72 dropdown-toggle" 73 data-toggle="dropdown" 74 href="#"> 75 <span class="caret"></span> 76 </a> 77 <ul class="dropdown-menu btn-small"> 78 <li><a href="#">Dashboard</a></li> 79 <li><a href="#">Logout</a></li> 80 </ul> 81 </div><!-- user-options --> 69 82 <form class="navbar-form pull-right"> 70 83 <input type="text" /> -
main/ngren.theme/trunk/ngren/theme/ngren_theme/home.html
r10191 r10252 60 60 <h1><a href="home.html">Nigerian Research and<br/>Education Network</a></h1> 61 61 </div> 62 <div id="user-options"> 63 <ul> 64 <li><a href="example.html">Login</a></li> 65 <li><span class="separator">|</span></li> 66 <li><a href="example.html">Register</a></li> 67 </ul> 68 </div> 62 <div class="btn-group pull-right btn-small" 63 id="user-options"> 64 <a class="btn btn-small btn-primary" 65 href="#"> 66 <i class="icon-user icon-white"></i> 67 <span id="user-options-name"> 68 Username 69 </span> 70 </a> 71 <a class="btn btn-small btn-primary dropdown-toggle" 72 data-toggle="dropdown" 73 href="#"> 74 <span class="caret"></span> 75 </a> 76 <ul class="dropdown-menu btn-small"> 77 <li><a href="#">Dashboard</a></li> 78 <li><a href="#">Logout</a></li> 79 </ul> 80 </div><!-- user-options --> 69 81 <form class="navbar-form pull-right"> 70 82 <input type="text" />
Note: See TracChangeset for help on using the changeset viewer.