Revision 5569
Added by ben leinfelder about 14 years ago
lib/style/skins/semtools/include_header.jsp | ||
---|---|---|
37 | 37 |
</head> |
38 | 38 |
|
39 | 39 |
<body> |
40 |
<table width="100%"> |
|
40 |
<table width="100%" height="100" class="banner" cellpadding="0" cellspacing="0" border="0">
|
|
41 | 41 |
<tr> |
42 |
<td colspan="3">Semtools with BioPortal</td> |
|
42 |
<td valign="bottom"> |
|
43 |
<table width="1022" height="100" background="<%=STYLE_SKINS_URL%>/semtools/images/semtools_web_banner.jpg"> |
|
44 |
<tr height="80%"> |
|
45 |
<td> </td> |
|
46 |
</tr> |
|
47 |
<tr> |
|
48 |
<td align="center" valign="middle" class="sectionheader"> |
|
49 |
<a target="_top" href="<%=STYLE_SKINS_URL%>/semtools/index.jsp">Home</a></td> |
|
50 |
<td align="center" valign="middle" class="sectionheader"> |
|
51 |
<a target="_top" href="<%=STYLE_SKINS_URL%>/semtools/ontologies.jsp">Ontologies</a></td> |
|
52 |
<td align="center" valign="middle" class="sectionheader"> |
|
53 |
<a target="_new" href="http://bioportal.bioontology.org/">BioPortal</a></td> |
|
54 |
</tr> |
|
55 |
</table> |
|
56 |
</td> |
|
43 | 57 |
</tr> |
44 |
<tr> |
|
45 |
<td align="left" valign="middle" class="sectionheader"> |
|
46 |
<a target="_top" href="<%=STYLE_SKINS_URL%>/semtools/index.jsp">Home</a></td> |
|
47 |
<td align="left" valign="middle" class="sectionheader"> |
|
48 |
<a target="_top" href="<%=STYLE_SKINS_URL%>/semtools/ontologies.jsp">Ontologies</a></td> |
|
49 |
<td align="left" valign="middle" class="sectionheader"> |
|
50 |
<a target="_new" href="http://bioportal.bioontology.org/">BioPortal</a></td> |
|
51 |
</tr> |
|
52 | 58 |
</table> |
53 | 59 |
|
54 | 60 |
</body> |
lib/style/skins/semtools/semtools.css | ||
---|---|---|
34 | 34 |
min-width: 800px; |
35 | 35 |
/* width:expression(document.body.clientWidth < 800? "800px": "auto"); */ /* hack for ie min width */ |
36 | 36 |
|
37 |
margin: 0px 10px 10px 10px;
|
|
37 |
margin: 0px 0px 0px 0px;
|
|
38 | 38 |
background-color: #ffffff; |
39 | 39 |
padding: 0px; |
40 | 40 |
border: 0px; |
... | ... | |
54 | 54 |
} |
55 | 55 |
|
56 | 56 |
|
57 |
#content_wrapper { |
|
58 |
margin: 0px 10px 10px 10px; |
|
59 |
} |
|
57 | 60 |
|
58 | 61 |
|
59 |
|
|
60 | 62 |
#header { |
61 | 63 |
width: 100%; |
62 | 64 |
min-width: 800px; |
... | ... | |
1071 | 1073 |
iframe classes |
1072 | 1074 |
****/ |
1073 | 1075 |
.iframeheaderclass { |
1074 |
height: 80px;
|
|
1076 |
height: 100px;
|
|
1075 | 1077 |
width: 100%; |
1076 | 1078 |
border: 0px; |
1077 | 1079 |
margih: 0px; |
... | ... | |
1136 | 1138 |
* the iframe within it! |
1137 | 1139 |
*/ |
1138 | 1140 |
.templateheaderrowclass { |
1139 |
height: 80px;
|
|
1141 |
height: 100px;
|
|
1140 | 1142 |
/* |
1141 | 1143 |
no width allowed - uses same width as table class |
1142 | 1144 |
*/ |
... | ... | |
1170 | 1172 |
border: 0px; |
1171 | 1173 |
padding: 0px; |
1172 | 1174 |
margin: 0px; |
1175 |
} |
|
1176 |
|
|
1177 |
.banner { |
|
1178 |
background-image: url("./images/banner_background.jpg"); |
|
1179 |
background-repeat: repeat-x; |
|
1173 | 1180 |
} |
lib/style/skins/semtools/semtools.xsl | ||
---|---|---|
67 | 67 |
<xsl:if test="*[local-name()='metadata']"> |
68 | 68 |
<xsl:call-template name="metadata"/> |
69 | 69 |
</xsl:if> |
70 |
|
|
71 |
<xsl:call-template name="bodyfooter"/> |
|
72 |
|
|
70 |
|
|
73 | 71 |
</div> |
74 | 72 |
|
73 |
<xsl:call-template name="bodyfooter"/> |
|
74 |
|
|
75 | 75 |
</div> |
76 | 76 |
|
77 | 77 |
</body> |
Also available in: Unified diff
include new graphic header for semtools skin.
adjust css to fit better