Project

General

Profile

« Previous | Next » 

Revision 4191

Added by walbridge over 15 years ago

Refactor templates for recent properties changes, round 2

View differences:

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%]&amp;stage=resetpass">Reset your password</a>
135
  Forgot your password? <a href="[% cgiPrefix %]/ldapweb.cgi?cfg=[%cfg%]&amp;stage=resetpass">Reset your password</a>
136 136

  
137 137
[% IF cfg == 'nceas' %]
138 138
  [% INCLUDE "nceasFooter.tmpl" %]

Also available in: Unified diff