Rev 13136 | Rev 15928 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 13136 | Rev 13345 | ||
---|---|---|---|
Line 2... | Line 2... | ||
2 | 2 | ||
3 | !default wims_name_passsup=$wims_name_Password ($name_sup) |
3 | !default wims_name_passsup=$wims_name_Password ($name_sup) |
4 | !default wims_name_password=$wims_name_Password ($name_classesss) |
4 | !default wims_name_password=$wims_name_Password ($name_classesss) |
5 | !default wims_name_institution=$name_Name_portal |
5 | !default wims_name_institution=$name_Name_portal |
6 | !default wims_name_description=$wims_name_name $name_classesss |
6 | !default wims_name_description=$wims_name_name $name_classesss |
- | 7 | ||
- | 8 | !set cname=!item $cltype+1 of virtual classes,,groups of classes,,\ |
|
- | 9 | institution portals |
|
7 | 10 | ||
8 | !if noagreecgu iswordof $error |
11 | !if noagreecgu iswordof $error |
9 | $noagreecgu_msg |
12 | $noagreecgu_msg |
10 | !exit |
13 | !exit |
11 | !endif |
14 | !endif |
12 | 15 | ||
13 | !if no_subclass iswordof $error |
16 | !if no_subclass iswordof $error |
14 | You have no right to create subclasses under the current circumstances. |
17 | You have no right to create subclasses under the current circumstances. |
15 | !set restart=no |
18 | !set restart=no |
16 | !exit |
19 | !exit |
17 | !endif |
20 | !endif |
18 | 21 | ||
19 | !if no_right iswordof $error |
22 | !if no_right iswordof $error |
20 | Sorry, you have no right to create virtual classes on this site. Please |
23 | Sorry, you have no right to create virtual classes on this site. Please |
21 | !mailurl $wims_site_manager contact the webmaster\ |
24 | !mailurl $wims_site_manager contact the webmaster\ |
22 | Virtual class creation |
25 | Virtual class creation |
23 | for more details. |
26 | for more details. |
24 | !set restart=no |
27 | !set restart=no |
25 | !exit |
28 | !exit |
26 | !endif |
29 | !endif |
27 | 30 | ||
28 | !if not_manager iswordof $error |
31 | !if not_manager iswordof $error |
29 | Sorry but only the webmaster has the right to create |
32 | Sorry but only the webmaster has the right to create $cname. |
30 | !exit |
33 | !exit |
31 | !endif |
34 | !endif |
32 | 35 | ||
33 | !if getpass iswordof $error |
36 | !if getpass iswordof $error |
34 | !if $sendmail!=$empty |
37 | !if $sendmail!=$empty |
Line 37... | Line 40... | ||
37 | </div> |
40 | </div> |
38 | !endif |
41 | !endif |
39 | !if $regpass!=$empty |
42 | !if $regpass!=$empty |
40 | Sorry, your password is not correct. Please try again. |
43 | Sorry, your password is not correct. Please try again. |
41 | !else |
44 | !else |
42 | !set cname=!item $cltype+1 of virtual classes,,groups of classes,,\ |
- | |
43 | institution portals |
- | |
44 | The creation of $cname on this site is protected by a password. |
45 | The creation of $cname on this site is protected by a password. |
45 | You must enter this password before continuing. |
46 | You must enter this password before continuing. |
46 | !endif |
47 | !endif |
47 | 48 | ||
48 | !form reply |
49 | !form reply |
49 | <input type="hidden" name="step" value="0" /> |
50 | <input type="hidden" name="step" value="0" /> |
- | 51 | <label for="regpass">Enter the password:</label> |
|
50 |
|
52 | <input size="16" name="regpass" id="regpass" type="password" required /> |
51 | - | ||
52 | !formend |
53 | !formend |
53 | 54 | ||
54 | 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 |
55 | !mailurl $wims_site_manager the manager\ |
56 | !mailurl $wims_site_manager the manager\ |
56 | Virtual class creation password |
57 | Virtual class creation password |
57 | of this WIMS site. |
58 | of this WIMS site. |
58 | !set restart=no |
59 | !set restart=no |
59 | !exit |
60 | !exit |
60 | !endif |
61 | !endif |
61 | 62 | ||
62 | !if getid iswordof $error |
63 | !if getid iswordof $error |
63 | !if $regpass$regid!=$empty |
64 | !if $regpass$regid!=$empty |
64 | Sorry, your password is not correct. Please try again. |
65 | Sorry, your password is not correct. Please try again. |
65 | !else |
66 | !else |
66 | The creation of virtual classes on this site is protected by a system of |
67 | The creation of virtual classes on this site is protected by a system of |
67 | authentication. Please identify yourself. |
68 | authentication. Please identify yourself. |
68 | !endif |
69 | !endif |
69 | 70 | ||
- | 71 | </div> |
|
70 | !form reply |
72 | !form reply |
71 | < |
73 | <fieldset class="property_fields halfwidth blockcenter"> |
- | 74 | <div class="field box"> |
|
72 | < |
75 | <label for="regid"> |
- | 76 | Name of your account: |
|
- | 77 | </label> |
|
73 |
|
78 | <input size="20" name="regid" id="regid" required/> |
- | 79 | </div> |
|
- | 80 | <div class="field box"> |
|
74 | < |
81 | <label for="regpass"> |
- | 82 | And the password: |
|
- | 83 | </label> |
|
75 |
|
84 | <input size="16" name="regpass" id="regpass" type="password" required/> |
- | 85 | </div> |
|
- | 86 | <div class="wimscenter"> |
|
76 | <input type="submit |
87 | <input type="submit" value="$wims_name_send" /> |
77 | </ |
88 | </div> |
78 | 89 | </fieldset> |
|
79 | !formend |
90 | !formend |
80 | <p> |
91 | <p> |
81 | Remark. Please write to |
92 | Remark. Please write to |
82 | !mailurl $wims_site_manager the webmaster\ |
93 | !mailurl $wims_site_manager the webmaster\ |
83 | Virtual class creation password |
94 | Virtual class creation password |
84 | if you want an account for creating virtual classes. |
95 | if you want an account for creating virtual classes. |
85 | </p> |
96 | </p> |
86 | !set restart=no |
97 | !set restart=no |
87 | !exit |
98 | !exit |
88 | !endif |
99 | !endif |
89 | 100 | ||
90 | !if class_quota=$error |
101 | !if class_quota=$error |
91 | You |
102 | You have the right to install up to $r_quota1 classes. |
92 | no room for more. |
103 | You've had all; no room for more. |
93 | !set restart=no |
104 | !set restart=no |
94 | !exit |
105 | !exit |
95 | !endif |
106 | !endif |
96 | 107 | ||
97 | !if bad_secure=$error |
108 | !if bad_secure=$error |
98 | Your current host does not fit your definition of secure access |
109 | Your current host does not fit your definition of secure access |
99 | (<span class="tt">$secure</span>)! This is probably an error which would make you unable |
110 | (<span class="tt">$secure</span>)! This is probably an error which would make you unable |
100 | to control your class. |
111 | to control your class. |
101 | <p> |
112 | <p> |
102 | Please read attentively the documentation below. If you still do not |
113 | Please read attentively the documentation below. If you still do not |
103 | understand, leave this field empty (you will be sent temporary secret codes |
114 | understand, leave this field empty (you will be sent temporary secret codes |
104 | for sensitive operations), or put the word <span class="tt">all</span> to disable this |
115 | for sensitive operations), or put the word <span class="tt">all</span> to disable this |
105 | security measure. |
116 | security measure. |
- | 117 | </p> |
|
106 | <hr /> |
118 | <hr /> |
107 | !read help/hosts.phtml |
119 | !read help/hosts.phtml |
108 | !reset secure |
120 | !reset secure |
109 | !exit |
121 | !exit |
110 | !endif |
122 | !endif |
111 | 123 | ||
112 | !if has_empty=$error |
124 | !if has_empty=$error |
113 | You have not given all the necessary information for the creation of a |
125 | You have not given all the necessary information for the creation of a |
114 | class. Please complete your data before submitting them.<br/> |
126 | class. Please complete your data before submitting them.<br/> |
115 | <span class="tt wims_code_words">$(wims_name_$error_subject) required.</span> |
127 | <span class="tt wims_code_words">$(wims_name_$error_subject) required.</span> |
116 | !exit |
128 | !exit |
117 | !endif |
129 | !endif |
118 | 130 | ||
119 | !if too_short=$error |
131 | !if too_short=$error |
120 | The data field <span class="tt wims_code_words">$(wims_name_$(error_subject))</span> seems to be too short. |
132 | The data field <span class="tt wims_code_words">$(wims_name_$(error_subject))</span> seems to be too short. |
121 | !exit |
133 | !exit |
122 | !endif |
134 | !endif |
123 | 135 | ||
124 | !if bad_date=$error |
136 | !if bad_date=$error |
125 | Your expiration data is not correct. |
137 | Your expiration data is not correct. |
126 | !exit |
138 | !exit |
127 | !endif |
139 | !endif |
128 | 140 | ||
129 | !if anti_date=$error |
141 | !if anti_date=$error |
130 | Your class has an expiration date before today. It would be expired before |
142 | Your class has an expiration date before today. It would be expired before |
131 | being created! |
143 | being created! |
132 | !exit |
144 | !exit |
133 | !endif |
145 | !endif |
134 | 146 | ||
135 | !if bad_level=$error |
147 | !if bad_level=$error |
136 | Bad level value. |
148 | Bad level value. |
137 | !exit |
149 | !exit |
138 | !endif |
150 | !endif |
139 | 151 | ||
140 | !if bad_email=$error |
152 | !if bad_email=$error |
141 | Your email address is apparently not valid. |
153 | Your email address is apparently not valid. |
142 | <p> |
154 | <p> |
143 | Please be aware that your creation of class will not succeed, unless |
155 | Please be aware that your creation of class will not succeed, unless |
144 | you submit a REAL email address of YOUR OWN. |
156 | you submit a REAL email address of YOUR OWN. |
145 | </p> |
157 | </p> |
146 | !exit |
158 | !exit |
147 | !endif |
159 | !endif |
148 | 160 | ||
149 | !if existing=$error |
161 | !if existing=$error |
150 | The class $classname seems already exist. You should not recreate the |
162 | The class $classname seems already exist. You should not recreate the |
151 | same class. |
163 | same class. |
152 | !exit |
164 | !exit |
153 | !endif |
165 | !endif |
154 | 166 | ||
155 | !if pass_discord=$error |
167 | !if pass_discord=$error |
156 | The password you retyped does not correspond to the one originally given. Your |
168 | The password you retyped does not correspond to the one originally given. Your |
157 | class can therefore not be created. Please try again. |
169 | class can therefore not be created. Please try again. |
158 | again. |
170 | again. |
159 | !exit |
171 | !exit |
160 | !endif |
172 | !endif |
161 | 173 | ||
162 | !if bad_pass=$error |
174 | !if bad_pass=$error |
163 | Your $(wims_name_$(error_subject)) contains illegal characters. |
175 | Your $(wims_name_$(error_subject)) contains illegal characters. |
164 | Please use a word containing only digits or letters without accent, and |
176 | Please use a word containing only digits or letters without accent, and |
165 | without space between them. |
177 | without space between them. |
166 | !exit |
178 | !exit |
167 | !endif |
179 | !endif |
168 | 180 | ||
169 | !if bad_code=$error |
181 | !if bad_code=$error |
170 | You did not enter the right code for the class. Have you given your |
182 | You did not enter the right code for the class. Have you given your |
171 | email address correctly? |
183 | email address correctly? |
172 | This failure has been logged. |
184 | <p>This failure has been logged.</p> |
173 | </p> |
- | |
174 | !exit |
185 | !exit |
175 | !endif |
186 | !endif |
176 | 187 | ||
177 | !if define_fail=$error or abuse=$error |
188 | !if define_fail=$error or abuse=$error |
178 | The server has failed to insert your class into the database. This is |
189 | The server has failed to insert your class into the database. This is |
179 | an internal error of the software. |
190 | an internal error of the software. |
180 | <p> |
191 | <p> |
181 | Please report the problem to the |
192 | Please report the problem to the |
182 | !mailurl $wims_site_manager webmaster\ |
193 | !mailurl $wims_site_manager webmaster\ |
183 | user registration failure |
194 | user registration failure |
184 | . Thanks! |
195 | . Thanks! |
185 | </p> |
196 | </p> |
186 | !exit |
197 | !exit |
187 | !endif |
198 | !endif |
188 | 199 | ||
189 | !if duplicate=$error |
200 | !if duplicate=$error |
190 | You have tried to recreate an existing class. Perhaps because you clicked |
201 | You have tried to recreate an existing class. Perhaps because you clicked |
191 | on the button `reload'? In any case, your class $classname is already |
202 | on the button `reload'? In any case, your class $classname is already |
192 | there, and the second tentative of creation is ignored. |
203 | there, and the second tentative of creation is ignored. |
193 | <div> |
204 | <div> |
194 | !read adm/lang/links.phtml.$modu_lang |
205 | !read adm/lang/links.phtml.$modu_lang |
195 | </div> |
206 | </div> |
196 | !exit |
207 | !exit |
197 | !endif |
208 | !endif |
198 | 209 | ||
199 | !if classdontexists=$error |
210 | !if classdontexists=$error |
200 |
|
211 | This class does not exist. |
201 | !exit |
212 | !exit |
202 | !endif |
213 | !endif |
203 | 214 | ||
204 | !if notexempleclass=$error |
215 | !if notexempleclass=$error |
205 |
|
216 | This class is not an example class: you can't copy it. |
206 | !exit |
217 | !exit |
207 | !endif |
218 | !endif |
208 | 219 | ||
209 | !if badcpmethod=$error |
220 | !if badcpmethod=$error |
- | 221 | Unidentifiable copy method. Repeat the operation. |
|
210 |
|
222 | If the error persists, contact the server administrator. |
211 | !exit |
223 | !exit |
212 | !endif |
224 | !endif |
213 | 225 | ||
214 | !if cloningnotallow=$error |
226 | !if cloningnotallow=$error |
215 |
|
227 | Duplication of this class is not allowed by its administrator. |
216 | !exit |
228 | !exit |
217 | !endif |
229 | !endif |
218 | 230 | ||
219 | !if badcloningpwd=$error |
231 | !if badcloningpwd=$error |
220 |
|
232 | Wrong duplication password. |
221 | !exit |
233 | !exit |
222 | !endif |
234 | !endif |
223 | 235 | ||
224 | !if disallowcloning=$error |
236 | !if disallowcloning=$error |
225 |
|
237 | No duplication of this class can be performed. |
226 | !exit |
238 | !exit |
227 | !endif |
239 | !endif |
228 | 240 | ||
229 | !msg $error |
241 | !msg $error |