Project

General

Profile

« Previous | Next » 

Revision 3582

Added by walbridge over 16 years ago

Modified all header and footer calls to be skin specific: in the NCEAS skin, skip rendering the header and footer IFRAME elements, otherwise continue as normal.

View differences:

confirmData.tmpl
22 22
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
23 23
-->
24 24

  
25
[% INCLUDE "genericHeader.tmpl" %]
25
[% IF cfg == 'nceas' %]
26
  [% INCLUDE "nceasHeader.tmpl" %]
27
[% ELSE %]
28
  [% INCLUDE "genericHeader.tmpl" %]
29
[% END %]
30

  
26 31
[% IF cfg == 'nrs' %]
27 32
  [% lsite = 'reserve' %]
28 33
  [% usite = 'Reserve' %]
......
630 635
</table>
631 636
</form>
632 637
<p>&nbsp;</p>
633
[% INCLUDE "genericFooter.tmpl" %]
638
[% IF cfg == 'nceas' %]
639
  [% INCLUDE "nceasFooter.tmpl" %]
640
[% ELSE %]
641
  [% INCLUDE "genericFooter.tmpl" %]
642
[% END %]

Also available in: Unified diff