Subversion Repositories wimsdev

Rev

Rev 2314 | Rev 5181 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
2309 bpr 1
 
2
!if $wims_class=
3
  !read adm/language names.phtml
4
!else
5
  !read adm/class/classlang names.phtml
6
  !set modu_lang=$moduclass_lang
7
!endif
8
!if $(module_title_$modu_lang)!=
9
  !set module_title=$(module_title_$modu_lang)
10
!endif
11
!read lang/names.phtml.$modu_lang
12
 
1051 bpr 13
!header1
14
 
2304 bpr 15
!read adm/title.phtml 1\
16
WIMS $httpd_HTTP_HOST\
2309 bpr 17
$title_title
23 reyssat 18
 
19
!if $toomany=yes
2309 bpr 20
 !read lang/toomany.phtml.$modu_lang
23 reyssat 21
 !goto end
22
!endif
23
 
24
!if $error!=$empty
25
 <p>
2309 bpr 26
 !read lang/msg.phtml.$modu_lang
23 reyssat 27
 <p>
2304 bpr 28
 !href module=$module&cmd=reply&step=0 $name_restart
23 reyssat 29
 <p>
30
 !goto end
31
!endif
32
 
33
!if $step=$empty or $step=0
34
 !set password=
35
 !set passsup=
2304 bpr 36
  $name_warning
23 reyssat 37
 !form reply
3049 bpr 38
 <input type=hidden name="step" value=1>
23 reyssat 39
 <ul>
2304 bpr 40
 <li>$name_name_forum
3049 bpr 41
  <input size=$titlelim name="title" value="$title"> <p>
2304 bpr 42
 <li>$wims_name_Description (< $desclim $name_characters) :
3049 bpr 43
  <textarea cols=65 rows=5 name="description">$description</textarea> <p>
2304 bpr 44
 <li>$name_name_owner
3049 bpr 45
  <input size=$suplim name="supervisor" value="$supervisor"> <p>
2304 bpr 46
 <li>$wims_name_email
3049 bpr 47
  <input size=$emaillim name="email" value="$email"> <br>
2304 bpr 48
  ($name_warning1)<p>
49
 <li>$name_choosepass1
3049 bpr 50
  <input size=16 type=password name="passsup"> <br>
2304 bpr 51
  ($name_instruction). <br>
52
  $name_help1<p>
53
 <li>$name_choosepass2
3049 bpr 54
  <input size=16 type=password name="password"> <br>
2304 bpr 55
  ($name_instruction). <br>
56
  $name_help2<p>
23 reyssat 57
 </ul>
2304 bpr 58
 <center><input type=submit value="$name_continue"></center>
23 reyssat 59
 </form>
60
 
61
 !goto end
62
!endif
63
 
64
!if $step=1
2304 bpr 65
 $name_hello, $supervisor!<p>
2314 bpr 66
 !read lang/names.phtml.$modu_lang step1
67
 <p>
23 reyssat 68
 !form reply
3049 bpr 69
 <input type=hidden name="step" value=2>
2304 bpr 70
  $name_ownerpass
3049 bpr 71
 <input type=password name="passsup"> <p>
23 reyssat 72
 !if $pword!=$empty
2304 bpr 73
  $name_forumpass
3049 bpr 74
  <input type=password name="password"> <p>
23 reyssat 75
 !endif
2304 bpr 76
 <center><input type=submit value="$name_continue"></center>
23 reyssat 77
 </form>
78
 !goto end1
79
!endif
80
 
81
!if $step=2
2304 bpr 82
 $name_hello, $supervisor!<p>
2309 bpr 83
!read lang/names.phtml.$modu_lang step2
23 reyssat 84
 !form reply
3049 bpr 85
 <input type=hidden name="step" value=3>
86
 <center>$name_code : <input size=16 name="typecode">
2304 bpr 87
 <p><input type=submit value="$name_continue"></center>
23 reyssat 88
 </form>
2304 bpr 89
 $name_warning2
23 reyssat 90
 <p>
91
 !goto end1
92
!endif
93
 
94
!if $step=3
2304 bpr 95
 $name_hello, $supervisor!<p>
2309 bpr 96
!read lang/names.phtml.$modu_lang step3
23 reyssat 97
 !goto end
98
!endif
99
 
100
:end1
101
<p>
2304 bpr 102
!href module=$module&cmd=reply&step=0 $wims_name_giveup
23 reyssat 103
:end
104
!tail
105
 
106
!set step=
107