Rev 17204 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
13136 | obado | 1 | !set lang_exists=yes |
23 | reyssat | 2 | |
11217 | obado | 3 | !default wims_name_passsup=$wims_name_Password ($name_sup) |
4 | !default wims_name_password=$wims_name_Password ($name_classesss) |
||
10929 | bpr | 5 | !default wims_name_institution=$name_Name_portal |
6 | !default wims_name_description=$wims_name_name $name_classesss |
||
7 | |||
13345 | obado | 8 | !set cname=!item $cltype+1 of ÐéÄâ°à,,°à¼¶×é,,\ |
9 | ѧУµÄÑ§Çø |
||
10 | |||
13076 | bpr | 11 | !if noagreecgu iswordof $error |
13136 | obado | 12 | $noagreecgu_msg |
13076 | bpr | 13 | !exit |
14 | !endif |
||
15 | |||
23 | reyssat | 16 | !if no_subclass iswordof $error |
17 | µ±Ç°ÄãÎÞȨ´´½¨·Ö°à. |
||
18 | !set restart=no |
||
19 | !exit |
||
20 | !endif |
||
21 | |||
22 | !if no_right iswordof $error |
||
23 | ¶Ô²»Æð, ÄãÎÞȨÔÚ±¾ÍøÕ¾´´½¨ÐéÄâ°à¼¶. Çë |
||
24 | !mailurl $wims_site_manager ÁªÏµÍøÕ¾¹ÜÀíÔ±\ |
||
25 | ÐéÄâ°à¼¶´´½¨ |
||
26 | Á˽âÏêÇé. |
||
27 | !set restart=no |
||
28 | !exit |
||
29 | !endif |
||
30 | |||
31 | !if not_manager iswordof $error |
||
13345 | obado | 32 | ¶Ô²»Æð, Ö»ÓÐÍøÕ¾¹ÜÀíÔ±²ÅÓÐȨ´´½¨$cname. |
23 | reyssat | 33 | !exit |
34 | !endif |
||
35 | |||
36 | !if getpass iswordof $error |
||
17260 | guerimand | 37 | <div class="wims_msg warning"> |
38 | Le mot de passe de création qui vous a été transmis par l'administrateur ne doit pas être communiqué. |
||
39 | !if $cltype=2 |
||
40 | De même, vous vous engagez à ne diffuser le mot de passe d'inscription des enseignants à votre groupement seulement aux enseignants dont vous souhaitez l'inscription dans votre groupement. En aucun cas ce mot de passe n'aura une diffusion publique. L'administrateur du serveur se réserve le droit de fermer votre groupement en cas de manquement à cette règle. |
||
41 | !endif |
||
42 | </div> |
||
2071 | zjchen | 43 | !if $sendmail!=$empty |
6148 | bpr | 44 | <p class="wimscenter large"> |
45 | ·¢Ë͵½µçÓʵØÖ· $sendmail µÄÃÜÂë. |
||
46 | </p> |
||
2071 | zjchen | 47 | !endif |
23 | reyssat | 48 | !if $regpass!=$empty |
13345 | obado | 49 | ±§Ç¸, ÄãµÄÃÜÂë²»¶Ô. ÇëÖØÊÔ. |
23 | reyssat | 50 | !else |
51 | ÔÚ±¾Õ¾´´½¨$cnameÊÜÃÜÂë±£»¤. Äã±ØÐëÊäÈëÃÜÂë²ÅÄܼÌÐø. |
||
52 | !endif |
||
5926 | bpr | 53 | |
23 | reyssat | 54 | !form reply |
17180 | bpr | 55 | <input type="hidden" name="step" value="0"> |
13345 | obado | 56 | <label for="regpass"> |
57 | ÊäÈëÃÜÂë: |
||
58 | </label> |
||
17180 | bpr | 59 | <input size="16" name="regpass" id="regpass" type="password" required> |
17181 | guerimand | 60 | <input type="hidden" name="job" value="$job"> |
17180 | bpr | 61 | <input type="submit" value="$wims_name_send"> |
13345 | obado | 62 | !formend |
10603 | bpr | 63 | |
13345 | obado | 64 | ¸½×¢. ´´½¨ÐéÄâ°à¼¶µÄÃÜÂëÓ¦¸Ã´Ó WIMS ÍøÕ¾µÄ |
23 | reyssat | 65 | !mailurl $wims_site_manager ¹ÜÀíÔ±\ |
66 | ÐéÄâ°à¼¶´´½¨ÃÜÂë |
||
13345 | obado | 67 | ÄÇÀïµÃµ½. |
2071 | zjchen | 68 | !if $regpassmail!=$empty and $sendmail=$empty |
13345 | obado | 69 | !form reply |
70 | Äã¿ÉÒÔ´ÓÒÔϵĵçÓʵØÖ·ÊÕµ½ÃÜÂë : |
||
17180 | bpr | 71 | <input type="text" name="adresse1" value="$adresse1" size="20"> |
17200 | guerimand | 72 | <input type="hidden" name="step" value="$step"> |
13345 | obado | 73 | !let nbaddr=!itemcnt $regpassmail |
74 | !if $nbaddr=1 |
||
75 | <font size="+1">@$regpassmail</font> |
||
17180 | bpr | 76 | <input type="hidden" name="adresse2" value="$regpassmail"> |
13345 | obado | 77 | !else |
78 | @ |
||
79 | !formselect adresse2 list $regpassmail |
||
80 | !endif |
||
81 | |
||
17180 | bpr | 82 | <input type="submit" value="$wims_name_send"> |
13345 | obado | 83 | !formend |
2071 | zjchen | 84 | !else |
85 | !reset sendmail |
||
86 | !endif |
||
23 | reyssat | 87 | !set restart=no |
88 | !exit |
||
89 | !endif |
||
90 | |||
91 | !if getid iswordof $error |
||
13345 | obado | 92 | !if $regpass$regid!=$empty |
93 | ±§Ç¸, ÄãµÄÃÜÂë²»¶Ô. ÇëÖØÊÔ. |
||
94 | !else |
||
95 | ÔÚ±¾ÍøÕ¾ÉÏ´´½¨ÐéÄâ°à¼¶ÊÜϵͳÉí·ÝÑéÖ¤µÄ±£»¤. ÇëÑéÃ÷ÄãµÄÉí·Ý. |
||
96 | !endif |
||
97 | </div> |
||
98 | !form reply |
||
99 | <fieldset class="property_fields halfwidth blockcenter"> |
||
100 | <div class="field box"> |
||
101 | <label for="regid"> |
||
102 | ÊäÈëÄãµÄÕÊ»§Ãû: |
||
103 | </label> |
||
17180 | bpr | 104 | <input size="20" name="regid" id="regid" required> |
13345 | obado | 105 | </div> |
106 | <div class="field box"> |
||
107 | <label for="regpass"> |
||
108 | ÒÔ¼°ÃÜÂë: |
||
109 | </label> |
||
17180 | bpr | 110 | <input size="16" name="regpass" id="regpass" type="password" required> |
13345 | obado | 111 | </div> |
112 | <div class="wimscenter"> |
||
17180 | bpr | 113 | <input type="submit" value="$wims_name_send"> |
13345 | obado | 114 | </div> |
115 | </fieldset> |
||
116 | !formend |
||
117 | ¸½×¢. Èç¹ûÄãÐèÒª´´½¨ÐéÄâ°à¼¶µÄÃÜÂë, Çë·¢µçÓʸø |
||
118 | !mailurl $wims_site_manager ÍøÕ¾¹ÜÀíÔ±\ |
||
23 | reyssat | 119 | ÐéÄâ°à´´½¨ÃÜÂë |
13345 | obado | 120 | !set restart=no |
121 | !exit |
||
23 | reyssat | 122 | !endif |
123 | |||
124 | !if class_quota=$error |
||
13345 | obado | 125 | ÄãÓÐȨ½¨Á¢ÖÁ¶à$r_quota1¸ö°à¼¶. ÄãÒѾ´ïµ½ÁË; ²»ÄÜÔÙÔö¼Ó. |
126 | !set restart=no |
||
127 | !exit |
||
23 | reyssat | 128 | !endif |
129 | |||
2071 | zjchen | 130 | !if bad_secure=$error |
10603 | bpr | 131 | ÄãĿǰµÄÍøÂçλÖò»ÔÚÄã×Ô¼º¶¨ÒåµÄ°²È«Á¬½Ó±íÄÚ (<span class="tt wims_code_words">$secure</span>) ! |
2071 | zjchen | 132 | Õâ¸ö´íÎó¿ÉÄܾÍÊÇÓÉÓڶ԰༶µÄ½ÓÈë¿ØÖÆËùÔì³É. |
133 | <p> |
||
134 | Çë×ÐϸÔĶÁÒÔÏÂÎļþ. Èç¹ûÄ㻹ÊǸ㲻¶®, |
||
135 | Äã¿ÉÒÔ°Ñ´ËÀ¸Áô¿Õ (¶ÔÓÚÃô¸ÐµÄ²Ù×÷½«»á°ÑÒ»´ÎÐÔÃÜÂë·¢Ë͸øÄã), |
||
5901 | bpr | 136 | »òÕßÌîÈë <span class="tt wims_code_words">all</span> |
2071 | zjchen | 137 | ÒԹرÕÕâ¸ö°²È«´ëÊ©. |
17180 | bpr | 138 | </p><hr> |
2071 | zjchen | 139 | !read help/hosts.phtml |
140 | !reset secure |
||
141 | !exit |
||
142 | !endif |
||
143 | |||
23 | reyssat | 144 | !if has_empty=$error |
17180 | bpr | 145 | Ä㻹ûÓиø³ö´´½¨°à¼¶ËùÐèµÄËùÓÐÐÅÏ¢. ÇëÔÚÌîÈ«Êý¾ÝºóÔٵݽ».<br> |
11217 | obado | 146 | <span class="tt wims_code_words">$(wims_name_$error_subject) required.</span> |
23 | reyssat | 147 | !exit |
148 | !endif |
||
149 | |||
150 | !if too_short=$error |
||
5901 | bpr | 151 | Êý¾ÝÓò <span class="tt wims_code_words">$(wims_name_$(error_subject))</span> ËÆºõÌ«¶Ì. |
23 | reyssat | 152 | !exit |
153 | !endif |
||
154 | |||
155 | !if bad_date=$error |
||
156 | ÄãµÄʧЧÆÚ²»ÕýÈ·. |
||
157 | !exit |
||
158 | !endif |
||
159 | |||
2071 | zjchen | 160 | !if anti_date=$error |
161 | ÄãµÄ°à¼¶µÄʧЧÈÕÆÚÔçÓÚ½ñÌì. |
||
162 | Òò´Ë°à¼¶»¹Ã»Óд´½¨¾ÍʧЧÁË! |
||
23 | reyssat | 163 | !exit |
164 | !endif |
||
165 | |||
166 | !if bad_level=$error |
||
2071 | zjchen | 167 | ´íÎóµÄÄê¼¶Ãû. |
23 | reyssat | 168 | !exit |
169 | !endif |
||
170 | |||
2071 | zjchen | 171 | !if bad_email=$error |
172 | ÄãµÄµç×ÓÓʼþµØÖ·ÊÇÎÞЧµÄ. |
||
173 | <p> |
||
174 | Çë×¢Òâ: Èç¹ûÄã²»ÌṩÄã±¾È˵ĵç×ÓÓʼþµÄÕæÊµµØÖ·, ´´½¨°à¼¶µÄ¹¤×÷ÊDz»¿ÉÄÜÍê³ÉµÄ. |
||
23 | reyssat | 175 | !exit |
176 | !endif |
||
177 | |||
178 | !if existing=$error |
||
179 | °à¼¶$classnameËÆºõÒѾ´æÔÚ. Äã²»¸Ã´´½¨Í¬ÑùµÄ°à¼¶. |
||
180 | !exit |
||
181 | !endif |
||
182 | |||
15928 | guerimand | 183 | !if pass_discord isin $error |
23 | reyssat | 184 | ÄãµÚ¶þ´ÎÊäÈëµÄÃÜÂëÓëµÚÒ»´ÎÊäÈëµÄ²»Í¬. Òò´ËÄã´´½¨µÄ°à¼¶Î´±»Â¼Èë; |
185 | ÇëÄãÖØÊÔ. |
||
186 | !exit |
||
187 | !endif |
||
188 | |||
189 | !if bad_pass=$error |
||
11217 | obado | 190 | ÄãµÄ $(wims_name_$(error_subject)) º¬ÓзǷ¨×Ö·û. <p> |
23 | reyssat | 191 | ÇëʹÓÃÒ»¸öÖ»º¬Ó¢ÎÄ×ÖĸÓëÊý×ÖÇÒ²»º¬¿Õ¸ñµÄ×Ö·û´®. |
192 | !exit |
||
193 | !endif |
||
194 | |||
195 | !if bad_code=$error |
||
196 | ÄãûÓиø³öÕýÈ·µÄ°à¼¶ÃÜÂë. Äã¸ø³öµÄµç×ÓÓʼþµØÖ·ÕýÈ·Âð?<p> |
||
197 | ´Ë´Îʧ°ÜÒѱ»¼Ç¼. |
||
198 | !exit |
||
199 | !endif |
||
200 | |||
201 | !if define_fail=$error or abuse=$error |
||
202 | ·þÎñÕ¾ÎÞ·¨½«ÄãµÄ°à¼¶²åÈëÊý¾Ý¿â. ÕâÊÇÈí¼þµÄÄÚ²¿´íÎó. |
||
203 | <p> |
||
204 | Çë°Ñ´ËÎÊÌⱨ¸æ¸ø |
||
205 | !mailurl $wims_site_manager ÍøÕ¾¹ÜÀíÔ±\ |
||
206 | Óû§µÇ¼ʧ°Ü |
||
207 | . лл! |
||
208 | !exit |
||
209 | !endif |
||
210 | |||
211 | !if duplicate=$error |
||
212 | ÄãÏëÒªÔٴδ´½¨ÒѾ´æÔڵİ༶. Ò²ÐíÊÇÒòΪÄãµã»÷ÁË `reload' Å¥? |
||
213 | ²»¹ÜÔõÑù, °à¼¶ $classname ÒѾ´æÔÚ. Ôٴδ´½¨ÊÇÎÞЧµÄ. <p> |
||
4814 | guerimand | 214 | !read adm/lang/links.phtml.$modu_lang |
23 | reyssat | 215 | !exit |
216 | !endif |
||
217 | |||
9447 | guerimand | 218 | !if classdontexists=$error |
219 | Cette classe n'existe pas. |
||
220 | !exit |
||
221 | !endif |
||
222 | |||
223 | !if notexempleclass=$error |
||
224 | Cette classe n'est pas une classe d'exemple : impossible de la copier. |
||
225 | !exit |
||
226 | !endif |
||
227 | |||
228 | !if badcpmethod=$error |
||
229 | Méthode de copie impossible à identifier. Recommencer l'opération. Si l'erreur persiste contacter l'administrateur du serveur. |
||
230 | !exit |
||
231 | !endif |
||
232 | |||
9461 | guerimand | 233 | !if cloningnotallow=$error |
10603 | bpr | 234 | La duplication de cette classe n'est pas autorisée par son administrateur. |
9461 | guerimand | 235 | !exit |
236 | !endif |
||
237 | |||
238 | !if badcloningpwd=$error |
||
10603 | bpr | 239 | Mauvais mot de passe de duplication. |
9461 | guerimand | 240 | !exit |
241 | !endif |
||
242 | |||
243 | !if disallowcloning=$error |
||
10603 | bpr | 244 | Aucune duplication de cette classe ne peut être réalisée. |
9461 | guerimand | 245 | !exit |
246 | !endif |
||
247 | |||
16124 | guerimand | 248 | !if subclasslimit=$error |
249 | Vous avez atteint le nombre maximum de sous-classes ($max_subclasses). Il n'est pas possible d'en créer d'autres. |
||
250 | !exit |
||
251 | !endif |
||
252 | |||
17204 | guerimand | 253 | !if bad_file iswordof $error |
254 | ¶Ô²»Æð, <em>$wims_deposit</em> ²»ÏñÊǰ༶µÄ±¸·ÝÎļþ. |
||
255 | »òÕßÊÇÄãËͳöÁËÒ»¸ö´íÎóµÄÎļþ, »òÕßÊÇÎļþÒÑËð»µ. |
||
256 | !exit |
||
257 | !endif |
||
258 | |||
9447 | guerimand | 259 | !msg $error |
260 |