Revision 4191
Added by walbridge over 16 years ago
lib/style/common/templates/entryForm.tmpl | ||
---|---|---|
44 | 44 |
<table class="intro" cellpadding="3" cellspacing="0"> |
45 | 45 |
<tr><td align="left"><span class="regtext">Use this page to edit the data set description that you submitted earlier to the [% config.type | lower %]. |
46 | 46 |
[%IF docid !=''%] |
47 |
<br>The ID of this data set is: <span class="boldlink"><a href="[% servletPath %]?action=read&qformat=[% cfg %]&docid=[% docid %]">[% docid %]</a>
|
|
47 |
<br>The ID of this data set is: <span class="boldlink"><a href="[% metacatUrl %]?action=read&qformat=[% cfg %]&docid=[% docid %]">[% docid %]</a>
|
|
48 | 48 |
</span> |
49 | 49 |
[%END%] |
50 | 50 |
</span></td></tr> |
lib/style/common/templates/genericResponse.tmpl | ||
---|---|---|
10 | 10 |
[%ELSE%] |
11 | 11 |
<tr><td align="left"><span class="regtext">Your data set description has been [% function %]. Thank you.</span></td></tr> |
12 | 12 |
<tr><td align="left"><span class="regtext">You can see the data set description by clicking |
13 |
<a href="[% servletPath %]?action=read&qformat=[% cfg %]&docid=[% docid %]">here</a>.</span></td></tr>
|
|
13 |
<a href="[% metacatUrl %]?action=read&qformat=[% cfg %]&docid=[% docid %]">here</a>.</span></td></tr>
|
|
14 | 14 |
[%END%] |
15 | 15 |
</table> |
16 | 16 |
[% ELSE %] |
lib/style/common/templates/loginForm.tmpl | ||
---|---|---|
48 | 48 |
|
49 | 49 |
|
50 | 50 |
<p><span class="greenbold">Step 1: Create an Account</span> <br> |
51 |
Create an account by registering with the <a href="@cgi-prefix@/ldapweb.cgi?cfg=[%cfg%]">KNB</a>.
|
|
51 |
Create an account by registering with the <a href="[% cgiPrefix %]/ldapweb.cgi?cfg=[%cfg%]">KNB</a>.
|
|
52 | 52 |
|
53 | 53 |
Many scientists will already have accounts in the KNB, especially those |
54 | 54 |
from institutions like NCEAS and LTER. If you already have an account |
... | ... | |
66 | 66 |
|
67 | 67 |
[% END %] |
68 | 68 |
<menu> |
69 |
<form method="post" action="@cgi-prefix@/register-dataset.cgi" onsubmit="return submitform(this);" >
|
|
69 |
<form method="post" action="[% cgiPrefix %]/register-dataset.cgi" onsubmit="return submitform(this);" >
|
|
70 | 70 |
<input type="hidden" name="stage" value="login"> |
71 | 71 |
<input type="hidden" name="username" value=""> |
72 | 72 |
<input type="hidden" name="cfg" value="[%cfg%]"> |
... | ... | |
130 | 130 |
</form> |
131 | 131 |
</menu> |
132 | 132 |
|
133 |
Dont have an account yet? <a href="@cgi-prefix@/ldapweb.cgi?cfg=[%cfg%]">Create a new account</a>
|
|
133 |
Dont have an account yet? <a href="[% cgiPrefix %]/ldapweb.cgi?cfg=[%cfg%]">Create a new account</a>
|
|
134 | 134 |
<br /> |
135 |
Forgot your password? <a href="@cgi-prefix@/ldapweb.cgi?cfg=[%cfg%]&stage=resetpass">Reset your password</a>
|
|
135 |
Forgot your password? <a href="[% cgiPrefix %]/ldapweb.cgi?cfg=[%cfg%]&stage=resetpass">Reset your password</a>
|
|
136 | 136 |
|
137 | 137 |
[% IF cfg == 'nceas' %] |
138 | 138 |
[% INCLUDE "nceasFooter.tmpl" %] |
lib/style/common/templates/nceasHeader.tmpl | ||
---|---|---|
10 | 10 |
<script language="Javascript" type="text/JavaScript" |
11 | 11 |
src="[% styleCommonPath %]/branding.js"></script> |
12 | 12 |
<script language="Javascript" type="text/javascript" |
13 |
src="@systemidserver@@style-skins-path@/nceas/navigation.js"></script>
|
|
13 |
src="[% styleSkinsPath %]/nceas/navigation.js"></script>
|
|
14 | 14 |
</head> |
15 | 15 |
<body id="Overview" onload="loginStatus('[% metacatUrl %]', '[% cgiPrefix %]');"> |
16 | 16 |
<div id="main_wrapper"> |
lib/style/common/templates/esaModResultTemplate.tmpl | ||
---|---|---|
13 | 13 |
</script> |
14 | 14 |
|
15 | 15 |
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" onload="timerID=setTimeout('search()',20)"> |
16 |
<form id="search-form" action="[% servletPath %]" method="post">
|
|
16 |
<form id="search-form" action="[% metacatUrl %]" method="post">
|
|
17 | 17 |
<input type="hidden" name="action" value="squery"/> |
18 | 18 |
<input type="hidden" name="qformat" value="esa"/> |
19 | 19 |
<input type="hidden" name="enableediting" value="true"/> |
Also available in: Unified diff
Refactor templates for recent properties changes, round 2