Subversion Repositories wimsdev

Rev

Rev 17181 | Rev 17204 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 17181 Rev 17200
Line 42... Line 42...
42
  !else
42
  !else
43
    The creation of $cname on this site is protected by a password.
43
    The creation of $cname on this site is protected by a password.
44
    You must enter this password before continuing.
44
    You must enter this password before continuing.
45
  !endif
45
  !endif
46
 !form reply
46
 !form reply
47
  <input type="hidden" name="step" value="0">
47
  <input type="hidden" name="step" value="$step">
48
  <input type="hidden" name="job" value="$job">
48
  <input type="hidden" name="job" value="$job">
49
  <label for="regpass">Enter the password:</label>
49
  <label for="regpass">Enter the password:</label>
50
  <input size="16" name="regpass" id="regpass" type="password" required>
50
  <input size="16" name="regpass" id="regpass" type="password" required>
51
 !formend
51
 !formend
52
 
52