- Timestamp:
- 28 May 2013, 10:26:53 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/ngren.theme/branches/ulif-user-dropdown/ngren/theme/ngren_theme/full.html
r10230 r10238 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" />
Note: See TracChangeset for help on using the changeset viewer.