Rev 16124 | Rev 17181 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 16124 | Rev 17180 | ||
---|---|---|---|
Line 43... | Line 43... | ||
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 | <p> |
46 | <p> |
47 | !form reply |
47 | !form reply |
48 | <input type="hidden" name="step" value="0" |
48 | <input type="hidden" name="step" value="0"> |
49 | <label for="regpass"> |
49 | <label for="regpass"> |
50 | Enter the password: |
50 | Enter the password: |
51 | </label> |
51 | </label> |
52 | <input size="16" name="regpass" id="regpass" type="password" required |
52 | <input size="16" name="regpass" id="regpass" type="password" required> |
53 | !formend |
53 | !formend |
54 | 54 | ||
55 | Remark. The password for creation of virtual classes should be obtained from |
55 | Remark. The password for creation of virtual classes should be obtained from |
56 | !mailurl $wims_site_manager the manager\ |
56 | !mailurl $wims_site_manager the manager\ |
57 | Virtual class creation password |
57 | Virtual class creation password |
Line 72... | Line 72... | ||
72 | <fieldset class="property_fields halfwidth blockcenter"> |
72 | <fieldset class="property_fields halfwidth blockcenter"> |
73 | <div class="field box"> |
73 | <div class="field box"> |
74 | <label for="regid"> |
74 | <label for="regid"> |
75 | Name of your account: |
75 | Name of your account: |
76 | </label> |
76 | </label> |
77 | <input size="20" name="regid" id="regid" required |
77 | <input size="20" name="regid" id="regid" required> |
78 | </div> |
78 | </div> |
79 | <div class="field box"> |
79 | <div class="field box"> |
80 | <label for="regpass"> |
80 | <label for="regpass"> |
81 | And the password: |
81 | And the password: |
82 | </label> |
82 | </label> |
83 | <input size="16" name="regpass" id="regpass" type="password" required |
83 | <input size="16" name="regpass" id="regpass" type="password" required> |
84 | </div> |
84 | </div> |
85 | <div class="wimscenter"> |
85 | <div class="wimscenter"> |
86 | <input type="submit" value="$wims_name_send" |
86 | <input type="submit" value="$wims_name_send"> |
87 | </div> |
87 | </div> |
88 | </fieldset> |
88 | </fieldset> |
89 | !formend |
89 | !formend |
90 | Remark. Please write to |
90 | Remark. Please write to |
91 | !mailurl $wims_site_manager the webmaster\ |
91 | !mailurl $wims_site_manager the webmaster\ |
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 wims_code_words">all</span> to disable this |
112 | for sensitive operations), or put the word <span class="tt wims_code_words">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 informations for the creation of a |
121 | You have not given all the necessary informations 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 |