Rev 16125 | Rev 17181 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 16125 | Rev 17180 | ||
---|---|---|---|
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="0"> |
48 | <label for="regpass">Enter the password:</label> |
48 | <label for="regpass">Enter the password:</label> |
49 | <input size="16" name="regpass" id="regpass" type="password" required |
49 | <input size="16" name="regpass" id="regpass" type="password" required> |
50 | !formend |
50 | !formend |
51 | 51 | ||
52 | Remark. The password for creation of virtual classes should be obtained from |
52 | Remark. The password for creation of virtual classes should be obtained from |
53 | !mailurl $wims_site_manager the manager\ |
53 | !mailurl $wims_site_manager the manager\ |
54 | Virtual class creation password |
54 | Virtual class creation password |
Line 69... | Line 69... | ||
69 | <fieldset class="property_fields halfwidth blockcenter"> |
69 | <fieldset class="property_fields halfwidth blockcenter"> |
70 | <div class="field box"> |
70 | <div class="field box"> |
71 | <label for="regid"> |
71 | <label for="regid"> |
72 | Name of your account: |
72 | Name of your account: |
73 | </label> |
73 | </label> |
74 | <input size="20" name="regid" id="regid" required |
74 | <input size="20" name="regid" id="regid" required> |
75 | </div> |
75 | </div> |
76 | <div class="field box"> |
76 | <div class="field box"> |
77 | <label for="regpass"> |
77 | <label for="regpass"> |
78 | And the password: |
78 | And the password: |
79 | </label> |
79 | </label> |
80 | <input size="16" name="regpass" id="regpass" type="password" required |
80 | <input size="16" name="regpass" id="regpass" type="password" required> |
81 | </div> |
81 | </div> |
82 | <div class="wimscenter"> |
82 | <div class="wimscenter"> |
83 | <input type="submit" value="$wims_name_send" |
83 | <input type="submit" value="$wims_name_send"> |
84 | </div> |
84 | </div> |
85 | </fieldset> |
85 | </fieldset> |
86 | !formend |
86 | !formend |
87 | 87 | ||
88 | <p> |
88 | <p> |
Line 109... | Line 109... | ||
109 | <p> |
109 | <p> |
110 | Please read attentively the documentation below. If you still do not |
110 | Please read attentively the documentation below. If you still do not |
111 | understand, leave this field empty (you will be sent temporary secret codes |
111 | understand, leave this field empty (you will be sent temporary secret codes |
112 | for sensitive operations), or put the word <span class="tt">all</span> to disable this |
112 | for sensitive operations), or put the word <span class="tt">all</span> to disable this |
113 | security measure. |
113 | security measure. |
114 | </p><hr |
114 | </p><hr> |
115 | !read help/hosts.phtml |
115 | !read help/hosts.phtml |
116 | !reset secure |
116 | !reset secure |
117 | !exit |
117 | !exit |
118 | !endif |
118 | !endif |
119 | 119 | ||
120 | !if has_empty=$error |
120 | !if has_empty=$error |
121 | You have not given all the necessary information for the creation of a |
121 | You have not given all the necessary information for the creation of a |
122 | class. Please complete your data before submitting them.<br |
122 | class. Please complete your data before submitting them.<br> |
123 | <span class="tt wims_code_words">$(wims_name_$error_subject) required.</span> |
123 | <span class="tt wims_code_words">$(wims_name_$error_subject) required.</span> |
124 | !exit |
124 | !exit |
125 | !endif |
125 | !endif |
126 | 126 | ||
127 | !if too_short=$error |
127 | !if too_short=$error |