Subversion Repositories wimsdev

Rev

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

Rev Author Line No. Line
23 reyssat 1
!set size=50
1704 bpr 2
!set swlist=coq, gap, m2, maxima, octave, pari, povray, geogebra
3
!set swname=COQ, Gap, Macaulay 2, Maxima, Octave, PARI/GP, Povray, GeoGebra
4
!set year=!char 1 to 4 of $wims_now
23 reyssat 5
 
6
!if $title=$empty or $modreq=.new
1704 bpr 7
 !set this=$name_this1
23 reyssat 8
!else
1704 bpr 9
 !set this=$name_this2
23 reyssat 10
!endif
11
!form reply
12
<input type=hidden name=jobreq value=flist>
13
$table_header
1704 bpr 14
<caption>$name_prop $this:</caption>
23 reyssat 15
 
1704 bpr 16
$table_tr<td align=right nowrap>$wims_name_Address
23 reyssat 17
 <td>
18
 !if $title!=$empty and $modreq!=.new
19
  <tt>$modreq</tt>&nbsp;
1704 bpr 20
  !href cmd=reply&jobreq=move&original=devel/$auth_login/$modreq $name_rename
23 reyssat 21
&nbsp;
1704 bpr 22
  !href cmd=reply&jobreq=copy&original=devel/$auth_login/$modreq $name_duplicate
23 reyssat 23
 !else
24
  !set modreq=.new
25
  !read scripts/addressform.phtml nook
26
 !endif
1704 bpr 27
 
28
$table_tr<td align=right nowrap><label for="i_title">$wims_name_title</label>
1080 bpr 29
 <td><input size=$size name=i_title id="i_title" value="$i_title">
23 reyssat 30
 
1704 bpr 31
$table_tr<td align=right nowrap><label for="i_description">$wims_name_Description</label>
1080 bpr 32
 <td><input size=$size name=i_description id="i_description" value="$i_description">
23 reyssat 33
 
1704 bpr 34
$table_tr<td align=right nowrap><label for="i_language">$wims_name_Language</label>
23 reyssat 35
 <td>
36
 !default i_language=$module_language
37
 !formselect i_language list $langlist prompt $langname
38
 
1704 bpr 39
$table_tr<td align=right nowrap><label for="i_label">$wims_name_Type</label>
23 reyssat 40
 <td nowrap>
41
 !set wims_formselect_switch=multiple
42
 !formcheckbox i_category list exercise,tool,document,recreation,oef,deductio\
1704 bpr 43
   prompt $name_type
23 reyssat 44
 
1704 bpr 45
$table_tr<td align=right nowrap><label for="i_domain">$wims_name_Domain</label>
23 reyssat 46
 <td>
1080 bpr 47
 <input size=$size name=i_domain id="i_domain" value="$i_domain">
235 bpr 48
<small>
1704 bpr 49
!href cmd=help&special_parm=domain $wims_name_help
235 bpr 50
</small>
1704 bpr 51
$table_tr<td align=right nowrap><label for="i_level">$wims_name_Levels</label>
23 reyssat 52
 <td>
53
 !formcheckbox i_level list $levellist
1704 bpr 54
 <br><small>$name_levellist</small>
23 reyssat 55
 
1704 bpr 56
$table_tr<td align=right nowrap><label for="i_scoring">$wims_name_Scoring</label>
23 reyssat 57
 <td>
58
 !default i_scoring=no
1704 bpr 59
 !formradio i_scoring list yes,no prompt $wims_name_yes, $wims_name_no
23 reyssat 60
 
1704 bpr 61
$table_tr<td align=right nowrap><label for="i_version">$wims_name_Version</label>
23 reyssat 62
 <td>
63
 !default i_version=1.00
1080 bpr 64
 <input type=text size=6 name=i_version id="i_version" value="$i_version">
1704 bpr 65
 <small>$name_increment</small>
1080 bpr 66
$table_tr<td align=right nowrap><label for="i_wims_version">wims_version</label>
23 reyssat 67
 <td>
68
 !default i_wims_version=$wims_version
1080 bpr 69
 <input type=text size=6 name=i_wims_version id="i_wims_version" value="$i_wims_version">&nbsp;
1704 bpr 70
 !href cmd=help&special_parm=wimsversion $wims_name_help
23 reyssat 71
 
1704 bpr 72
$table_tr<td align=right nowrap><label for="i_author">$wims_name_Author</label>
23 reyssat 73
 <td>
74
 !default i_author=$auth_name
1080 bpr 75
 <input type=text size=$size name=i_author id="i_author" value="$i_author">
23 reyssat 76
 
1704 bpr 77
$table_tr<td align=right nowrap><label for="i_adress">$wims_name_auth_email</label>
23 reyssat 78
 <td>
79
 !default i_address=$auth_email
1080 bpr 80
 <input type=text size=$size name=i_address id="i_address" value="$i_address">
23 reyssat 81
 
1704 bpr 82
$table_tr<td align=right nowrap><label for="i_translator">$wims_name_Translator</label>
23 reyssat 83
 <td>
1080 bpr 84
 <input type=text size=$size name=i_translator id="i_translator" value="$i_translator">
23 reyssat 85
 
1704 bpr 86
$table_tr<td align=right nowrap><label for="i_translator_address">$wims_name_tr_email</label>
23 reyssat 87
 <td>
1080 bpr 88
 <input type=text size=$size name=i_translator_address id="i_translator_address" value="$i_translator_address">
23 reyssat 89
 
1704 bpr 90
$table_tr<td align=right nowrap><label for="i_require">$wims_name_require</label>
23 reyssat 91
 <td>
92
 !formcheckbox i_require list $swlist prompt $swname
93
 
1704 bpr 94
$table_tr<td align=right nowrap><label for="i_keywords">$wims_name_Keywords</label>
1080 bpr 95
 <td><input size=$size name=i_keywords id="i_keywords" value="$i_keywords">
23 reyssat 96
 
1704 bpr 97
$table_tr<td align=right nowrap><label for="i_copyright">$wims_name_Copyright</label>
23 reyssat 98
 <td>
99
 !set wims_formselect_switch=
100
 !formselect i_copyright list gnu prompt GNU General Public License
101
 
102
$table_hdtr<td align=center nowrap colspan=2>
1704 bpr 103
<input type=submit name=inddef value="$wims_name_tosave">
23 reyssat 104
&nbsp;&nbsp;
1523 bpr 105
<input type=submit value="$wims_name_giveup">
1068 bpr 106
$table_end
23 reyssat 107
</form>
108