/[gedafe]/trunk/network_topology/templates/header.html
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/network_topology/templates/header.html

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 5 by dpavlin, Tue Feb 15 01:04:08 2005 UTC revision 6 by dpavlin, Tue Feb 15 18:56:19 2005 UTC
# Line 21  Gedafe Line 21  Gedafe
21  </div>  </div>
22    
23  <div id="righttoolbar">  <div id="righttoolbar">
 <ul id="toolbar">  
24  #ifdef ENTRY_URL  #ifdef ENTRY_URL
25  <li><A href="##ENTRY_URL##">Entry</A></li>  <a class="button" href="##ENTRY_URL##">Entry</a>
26  #endif  #endif
27  #ifdef REFRESH_URL  #ifdef REFRESH_URL
28  <li><A href="##REFRESH_URL##">Refresh</A></li>  <a class="button" href="##REFRESH_URL##">Refresh</a>
29  #endif  #endif
30  #ifdef LOGOUT_URL  #ifdef LOGOUT_URL
31  <li><A href="##LOGOUT_URL##">Logout</A></li>  <a class="button" href="##LOGOUT_URL##">Logout</a>
32  #endif  #endif
33  #ifdef DOCUMENTATION_URL  #ifdef DOCUMENTATION_URL
34  <li><A href="##DOCUMENTATION_URL##">Docs</A></li>  <a class="button" href="##DOCUMENTATION_URL##">Docs</a>
35  #endif  #endif
36  #ifdef BOOKMARK_URL  #ifdef BOOKMARK_URL
37  <li><A href="##BOOKMARK_URL##">Bookmark</A></li>  <a class="button" href="##BOOKMARK_URL##">Bookmark</a>
38  #endif  #endif
 </ul>  
39  </div>  </div>
40    
41  <div id="tabletabs">  <div id="tabletabs">

Legend:
Removed from v.5  
changed lines
  Added in v.6

  ViewVC Help
Powered by ViewVC 1.1.26