Revision 5142
Added by Chris Jones about 15 years ago
lib/style/common/templates/loginForm.tmpl | ||
---|---|---|
1 | 1 |
[% IF cfg == 'nceas' %] |
2 | 2 |
[% INCLUDE "nceasHeader.tmpl" %] |
3 |
[% ELSIF cfg == 'parc' %] |
|
4 |
[% INCLUDE "parcHeader.tmpl" %] |
|
3 | 5 |
[% ELSE %] |
4 | 6 |
[% INCLUDE "genericHeader.tmpl" %] |
5 | 7 |
[% END %] |
... | ... | |
136 | 138 |
|
137 | 139 |
[% IF cfg == 'nceas' %] |
138 | 140 |
[% INCLUDE "nceasFooter.tmpl" %] |
141 |
[% ELSIF cfg == 'parc' %] |
|
142 |
[% INCLUDE "parcFooter.tmpl" %] |
|
139 | 143 |
[% ELSE %] |
140 | 144 |
[% INCLUDE "genericFooter.tmpl" %] |
141 | 145 |
[% END %] |
Also available in: Unified diff
This updates the Registry login form to handle PARC logins. I've changed the template to load the PARC header and footer if the cfg = parc.