Rev 14640 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 14640 | Rev 17180 | ||
---|---|---|---|
Line 33... | Line 33... | ||
33 | !if $step=$empty or $step=0 |
33 | !if $step=$empty or $step=0 |
34 | !set password= |
34 | !set password= |
35 | !set passsup= |
35 | !set passsup= |
36 | $name_warning |
36 | $name_warning |
37 | !form reply |
37 | !form reply |
38 | <input type="hidden" name="step" value="1" |
38 | <input type="hidden" name="step" value="1"> |
39 | <ul> |
39 | <ul> |
40 | <li>$name_name_forum |
40 | <li>$name_name_forum |
41 | <input size="$titlelim" name="title" value="$title" |
41 | <input size="$titlelim" name="title" value="$title"> |
42 | </li><li> |
42 | </li><li> |
43 | $wims_name_Description (< $desclim $name_characters) : |
43 | $wims_name_Description (< $desclim $name_characters) : |
44 | <textarea cols="65" rows="5" name="description">$description</textarea> |
44 | <textarea cols="65" rows="5" name="description">$description</textarea> |
45 | </li><li> |
45 | </li><li> |
46 | $name_name_owner |
46 | $name_name_owner |
47 | <input size="$suplim" name="supervisor" value="$supervisor" |
47 | <input size="$suplim" name="supervisor" value="$supervisor"> |
48 | </li><li> |
48 | </li><li> |
49 | $wims_name_email |
49 | $wims_name_email |
50 | <input size="$emaillim" name="email" value="$email" |
50 | <input size="$emaillim" name="email" value="$email"> <br> |
51 | ($name_warning1) |
51 | ($name_warning1) |
52 | </li><li> |
52 | </li><li> |
53 | $name_choosepass1 |
53 | $name_choosepass1 |
54 | <input size="16" type="password" name="passsup" |
54 | <input size="16" type="password" name="passsup"> <br> |
55 | ($name_instruction). <br |
55 | ($name_instruction). <br> |
56 | $name_help1 |
56 | $name_help1 |
57 | </li><li> |
57 | </li><li> |
58 | $name_choosepass2 |
58 | $name_choosepass2 |
59 | <input size="16" type="password" name="password" |
59 | <input size="16" type="password" name="password"> <br> |
60 | ($name_instruction). <br |
60 | ($name_instruction). <br> |
61 | $name_help2</li></ul> |
61 | $name_help2</li></ul> |
62 | <p class="wimscenter wimsform"> |
62 | <p class="wimscenter wimsform"> |
63 | <input type="submit" value="$name_continue" |
63 | <input type="submit" value="$name_continue"> |
64 | </p> |
64 | </p> |
65 | 65 | ||
66 | !formend |
66 | !formend |
67 | 67 | ||
68 | !goto end |
68 | !goto end |
Line 71... | Line 71... | ||
71 | !if $step=1 |
71 | !if $step=1 |
72 | $name_hello, $supervisor!<p> |
72 | $name_hello, $supervisor!<p> |
73 | !read lang/names.phtml.$modu_lang step1 |
73 | !read lang/names.phtml.$modu_lang step1 |
74 | 74 | ||
75 | !form reply |
75 | !form reply |
76 | <p><input type="hidden" name="step" value="2" |
76 | <p><input type="hidden" name="step" value="2"> |
77 | $name_ownerpass |
77 | $name_ownerpass |
78 | </p><p><input type="password" name="passsup" |
78 | </p><p><input type="password" name="passsup"> </p> |
79 | !if $pword!=$empty |
79 | !if $pword!=$empty |
80 | <p> |
80 | <p> |
81 | $name_forumpass |
81 | $name_forumpass |
82 | <input type="password" name="password" |
82 | <input type="password" name="password"> |
83 | </p> |
83 | </p> |
84 | !endif |
84 | !endif |
85 | <p class="wimscenter wimsform"><input type="submit" value="$name_continue" |
85 | <p class="wimscenter wimsform"><input type="submit" value="$name_continue"></p> |
86 | 86 | ||
87 | !formend |
87 | !formend |
88 | !goto end1 |
88 | !goto end1 |
89 | !endif |
89 | !endif |
90 | 90 | ||
91 | !if $step=2 |
91 | !if $step=2 |
92 | $name_hello, $supervisor! |
92 | $name_hello, $supervisor! |
93 | !read lang/names.phtml.$modu_lang step2 |
93 | !read lang/names.phtml.$modu_lang step2 |
94 | !form reply |
94 | !form reply |
95 | <input type="hidden" name="step" value="3" |
95 | <input type="hidden" name="step" value="3"> |
96 | <p class="wimscenter">$name_code : <input size="16" name="typecode" |
96 | <p class="wimscenter">$name_code : <input size="16" name="typecode"></p> |
97 | <p class="wimscenter"><input type="submit" value="$name_continue" |
97 | <p class="wimscenter"><input type="submit" value="$name_continue"></p> |
98 | 98 | ||
99 | !formend |
99 | !formend |
100 | <p> |
100 | <p> |
101 | $name_warning2 |
101 | $name_warning2 |
102 | </p> |
102 | </p> |