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 |
|
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 36... | Line 39... | ||
36 | <p> |
39 | <p> |
37 | !endif |
40 | !endif |
38 | !if $regpass!=$empty |
41 | !if $regpass!=$empty |
39 | Sorry, your password is not correct. Please try again. |
42 | Sorry, your password is not correct. Please try again. |
40 | !else |
43 | !else |
41 | !set cname=!item $cltype+1 of virtual classes,,groups of classes,,\ |
- | |
42 | institution portals |
- | |
43 | The creation of $cname on this site is protected by a password. |
44 | The creation of $cname on this site is protected by a password. |
44 | You must enter this password before continuing. |
45 | You must enter this password before continuing. |
45 | !endif |
46 | !endif |
46 | <p> |
47 | <p> |
47 | !form reply |
48 | !form reply |
48 | <input type="hidden" name="step" value="0" /> |
49 | <input type="hidden" name="step" value="0" /> |
- | 50 | <label for="regpass"> |
|
- | 51 | Enter the password: |
|
- | 52 | </label> |
|
49 |
|
53 | <input size="16" name="regpass" id="regpass" type="password" required /> |
50 | - | ||
51 | !formend |
54 | !formend |
52 | 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 |
53 | !mailurl $wims_site_manager the manager\ |
56 | !mailurl $wims_site_manager the manager\ |
54 | Virtual class creation password |
57 | Virtual class creation password |
55 | of this WIMS site. |
58 | of this WIMS site. |
56 | !set restart=no |
59 | !set restart=no |