Revision 5136
Added by Chris Jones almost 15 years ago
lib/style/common/templates/parcFooter.tmpl | ||
---|---|---|
1 |
<div id="footer"> |
|
2 |
<div id="footer_logos"> |
|
3 |
</div><!-- footer_logos --> |
|
4 |
<div id="footer_contact"> |
|
5 |
</div> |
|
6 |
</div><!-- footer --> |
|
7 |
</div><!-- content_wrapper --> |
|
8 |
</div><!-- main wrapper --> |
|
9 |
</body> |
|
10 |
</html> |
lib/style/common/templates/parcHeader.tmpl | ||
---|---|---|
1 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> |
|
2 |
<html> |
|
3 |
<head> |
|
4 |
<title>PARC Data Repository</title> |
|
5 |
|
|
6 |
<link rel="stylesheet" type="text/css" |
|
7 |
href="[% styleSkinsPath %]/parc/parc.css"> |
|
8 |
<script language="Javascript" type="text/JavaScript" |
|
9 |
src="[% styleSkinsPath %]/parc/parc.js"></script> |
|
10 |
<script language="Javascript" type="text/JavaScript" |
|
11 |
src="[% styleCommonPath %]/branding.js"></script> |
|
12 |
<script language="Javascript" type="text/javascript" |
|
13 |
src="[% styleSkinsPath %]/parc/navigation.js"></script> |
|
14 |
</head> |
|
15 |
<body id="Overview" onload="loginStatus('[% metacatUrl %]', '[% cgiPrefix %]');"> |
|
16 |
<div id="main_wrapper"> |
|
17 |
|
|
18 |
<div id="header"> |
|
19 |
</div> |
|
20 |
<div id="navigation"> |
|
21 |
<ul id="main_nav"> |
|
22 |
<ul class="menu"> |
|
23 |
<li class="collapsed"> |
|
24 |
<a href="http://www.palmyraresearch.org"> |
|
25 |
Home |
|
26 |
</a> |
|
27 |
</li> |
|
28 |
<li class="collapsed"> |
|
29 |
<a href="http://data.piscoweb.org/catalog/style/skins/parc"> |
|
30 |
Repository |
|
31 |
</a> |
|
32 |
</li> |
|
33 |
<li class="collapsed"> |
|
34 |
<a href="[% cgiPrefix %]/register-dataset.cgi?cfg=parc"> |
|
35 |
Register |
|
36 |
</a> |
|
37 |
</li> |
|
38 |
<li class="collapsed"> |
|
39 |
<span id="login_block"></span> |
|
40 |
</li> |
|
41 |
</ul> |
|
42 |
</ul> |
|
43 |
</div> |
|
44 |
<div id="content_wrapper"> |
Also available in: Unified diff
I'm adding two PARC-specific templates to the CGI templates directory. This is a temporary addition, since these templates should reside in the PARC skin. However, the NCEAS skin has templates in this location as well, and all four files will be relocated once bug #4573 has been resolved where the register and ldapweb CGIs change.