/[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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 5 - (show annotations)
Tue Feb 15 01:04:08 2005 UTC (19 years, 1 month ago) by dpavlin
File MIME type: text/html
File size: 997 byte(s)
beginning of new css design

1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
2 <HTML><HEAD><TITLE>
3 #ifdef DATABASE_DESC
4 ##DATABASE_DESC##
5 #else
6 Gedafe
7 #endif
8 </TITLE>
9 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-2">
10 <link rel="StyleSheet" type="text/css" href="templates/default.css">
11 </HEAD>
12 <BODY>
13
14 <div id="lefttoolbar">
15 #ifdef DATABASE_DESC
16 <span class="dbname">##DATABASE_DESC##</span>
17 #endif
18 #ifdef USER
19 <span class="dbuser">User: <em>##USER##</em></span>
20 #endif
21 </div>
22
23 <div id="righttoolbar">
24 <ul id="toolbar">
25 #ifdef ENTRY_URL
26 <li><A href="##ENTRY_URL##">Entry</A></li>
27 #endif
28 #ifdef REFRESH_URL
29 <li><A href="##REFRESH_URL##">Refresh</A></li>
30 #endif
31 #ifdef LOGOUT_URL
32 <li><A href="##LOGOUT_URL##">Logout</A></li>
33 #endif
34 #ifdef DOCUMENTATION_URL
35 <li><A href="##DOCUMENTATION_URL##">Docs</A></li>
36 #endif
37 #ifdef BOOKMARK_URL
38 <li><A href="##BOOKMARK_URL##">Bookmark</A></li>
39 #endif
40 </ul>
41 </div>
42
43 <div id="tabletabs">
44 <ul id="tables">

  ViewVC Help
Powered by ViewVC 1.1.26