Project

General

Profile

« Previous | Next » 

Revision 3780

Added by daigle over 16 years ago

Changes to remove ANT tokens for the turnkey install project

View differences:

loginbox.xsl
40 40
      <div id="loginbox">
41 41
        <!--
42 42
        <form name="loginForm" method="POST" 
43
          action="@systemidserver@@style-skins-path@/@default-style@/index.jsp">
43
          action="{$contextURL}/style/skins/{$defaultStyle}/index.jsp">
44 44
          <label class="login"><%=loginStatus%></label>
45 45
          <% if (!isLoggedIn) {%> 
46 46
          <label class="login" for="username">username</label>
......
54 54
          <input type="hidden" name="action" value="login">
55 55
          <input type="hidden" name="ldapusername"  value="">
56 56
          <input type="hidden" name="organization"  value="PISCO">
57
          <input type="hidden" name="qformat" value="@default-style@">
57
          <input type="hidden" name="qformat" value="{$defaultStyle}">
58 58
          <input type="hidden" name="enableediting" value="true">
59 59
        </form> 
60 60
        -->

Also available in: Unified diff