Project

General

Profile

« Previous | Next » 

Revision 4348

Added by daigle over 15 years ago

Remove ant tokens

View differences:

loginbox.xsl
29 29
* into an HTML format suitable for rendering with modern web browsers.
30 30
-->
31 31
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
32
  <xsl:param name="contextURL"/>
33
  <!-- This parameter gets overidden by the chosen default qformat -->
34
  <xsl:param name="qformat">default</xsl:param>
32 35

  
33 36
  <xsl:output method="html" encoding="iso-8859-1" indent="yes" standalone="yes"
34 37
    doctype-public="-//W3C//DTD XHTML 1.0 Transitional//EN"
......
40 43
      <div id="loginbox">
41 44
        <!--
42 45
        <form name="loginForm" method="POST" 
43
          action="@systemidserver@@style-skins-path@/@default-style@/index.jsp">
46
          action="{$contextURL}/style/skins/{$qformat}/index.jsp">
44 47
          <label class="login"><%=loginStatus%></label>
45 48
          <% if (!isLoggedIn) {%> 
46 49
          <label class="login" for="username">username</label>
......
54 57
          <input type="hidden" name="action" value="login">
55 58
          <input type="hidden" name="ldapusername"  value="">
56 59
          <input type="hidden" name="organization"  value="LTER">
57
          <input type="hidden" name="qformat" value="@default-style@">
60
          <input type="hidden" name="qformat" value="{$qformat}">
58 61
          <input type="hidden" name="enableediting" value="true">
59 62
        </form> 
60 63
        -->

Also available in: Unified diff