/[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 6 - (show annotations)
Tue Feb 15 18:56:19 2005 UTC (19 years, 1 month ago) by dpavlin
File MIME type: text/html
File size: 1003 byte(s)
design modifications -- massive one :-)

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 #ifdef ENTRY_URL
25 <a class="button" href="##ENTRY_URL##">Entry</a>
26 #endif
27 #ifdef REFRESH_URL
28 <a class="button" href="##REFRESH_URL##">Refresh</a>
29 #endif
30 #ifdef LOGOUT_URL
31 <a class="button" href="##LOGOUT_URL##">Logout</a>
32 #endif
33 #ifdef DOCUMENTATION_URL
34 <a class="button" href="##DOCUMENTATION_URL##">Docs</a>
35 #endif
36 #ifdef BOOKMARK_URL
37 <a class="button" href="##BOOKMARK_URL##">Bookmark</a>
38 #endif
39 </div>
40
41 <div id="tabletabs">
42 <ul id="tables">

  ViewVC Help
Powered by ViewVC 1.1.26