Revision 3436
Added by bowdish about 17 years ago
lib/style/skins/default/include_header.jsp | ||
---|---|---|
30 | 30 |
<head> |
31 | 31 |
<title>Metacat Data Catalog</title> |
32 | 32 |
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> |
33 |
<link href="@style-skins-path@/default/default.css"
|
|
33 |
<link href="/knb/style/skins/default/default.css"
|
|
34 | 34 |
rel="stylesheet" type="text/css"> |
35 | 35 |
<script language="javascript" type="text/javascript" |
36 | 36 |
src="<%= relativeRoot %>/default.js"></script> |
37 | 37 |
</head> |
38 | 38 |
|
39 |
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0"> |
|
40 |
<table width="750px" align="center" border="0" cellpadding="0" cellspacing="0"> |
|
39 |
<body leftmargin="0" topmargin="0" marginwidth="O" marginheight="0"> |
|
40 |
|
|
41 |
<table width="100%" border="0" cellpadding="0" cellspacing="0"> |
|
41 | 42 |
<tr> |
42 |
<td width="10px" align="right" valign="top" class="title"> </td> |
|
43 |
|
|
44 |
<td width="80" align="center" valign="bottom" class="title"> |
|
45 |
<a target="_top" href="./index.jsp"> |
|
46 |
<img src="./images/transparent1x1.gif" border="0" /> |
|
47 |
</a> |
|
43 |
<td align="left" class="title"> |
|
44 |
<p leftmargin="40px" >      Data Catalog Search</p> |
|
48 | 45 |
</td> |
49 |
<td align="left" valign="middle" class="title"> |
|
50 |
<p class="title">Data Catalog Search</p> |
|
51 |
</td> |
|
52 | 46 |
</tr> |
53 | 47 |
<tr> |
54 |
<td width="10" align="right" valign="top" class="sectionheader"> |
|
55 |
 </td> |
|
56 | 48 |
|
57 | 49 |
<td align="left" valign="middle" class="sectionheader" style="text-align: left"> |
58 | 50 |
    |
59 | 51 |
<a target="_top" href="./index.jsp" |
60 | 52 |
class="toollink">Home</a></td> |
61 |
<td align="left" valign="top" class="sectionheader"> |
|
62 |
<img src="./images/transparent1x1.gif" |
|
63 |
width="600" height="25" /></td> |
|
64 | 53 |
</tr> |
65 | 54 |
</table> |
66 | 55 |
</body> |
Also available in: Unified diff
changed header style to accommodate the wide table display. Made the text for the tilte align=left and the table witdh="100%" for the Data Catalog Search part.