Subversion Repositories wimsdev

Rev

Rev 3066 | Rev 3159 | 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
2735 bpr 2
!set swlist=coq, gap, graphviz, m2, maxima, octave, pari, povray, geogebra
3
!set swname=COQ, Gap, Graphviz, Macaulay 2, Maxima, Octave, PARI/GP, Povray, GeoGebra
1704 bpr 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
2018 bpr 14
<caption>$name_prop $this</caption>
23 reyssat 15
 
3049 bpr 16
$table_tr<th align="right" nowrap>$wims_name_Address
23 reyssat 17
 <td>
18
 !if $title!=$empty and $modreq!=.new
19
  <tt>$modreq</tt>&nbsp;
3066 bpr 20
  !set wims_ref_class=wims_button
1704 bpr 21
  !href cmd=reply&jobreq=move&original=devel/$auth_login/$modreq $name_rename
23 reyssat 22
&nbsp;
3066 bpr 23
!set wims_ref_class=wims_button
1704 bpr 24
  !href cmd=reply&jobreq=copy&original=devel/$auth_login/$modreq $name_duplicate
23 reyssat 25
 !else
26
  !set modreq=.new
27
  !read scripts/addressform.phtml nook
28
 !endif
3113 bpr 29
</td></tr>
3049 bpr 30
$table_tr<th align="right" nowrap><label for="i_title">$wims_name_title</label>
1080 bpr 31
 <td><input size=$size name=i_title id="i_title" value="$i_title">
3113 bpr 32
</td></tr>
3049 bpr 33
$table_tr<th align="right" nowrap><label for="i_description">$wims_name_Description</label>
1080 bpr 34
 <td><input size=$size name=i_description id="i_description" value="$i_description">
3113 bpr 35
</td></tr>
3049 bpr 36
$table_tr<th align="right" nowrap><label for="i_language">$wims_name_Language</label>
23 reyssat 37
 <td>
38
 !default i_language=$module_language
39
 !formselect i_language list $langlist prompt $langname
3113 bpr 40
</td></tr>
3049 bpr 41
$table_tr<th align="right" nowrap><label for="i_label">$wims_name_Type</label>
23 reyssat 42
 <td nowrap>
43
 !set wims_formselect_switch=multiple
44
 !formcheckbox i_category list exercise,tool,document,recreation,oef,deductio\
1704 bpr 45
   prompt $name_type
3113 bpr 46
</td></tr>
3049 bpr 47
$table_tr<th align="right" nowrap><label for="i_domain">$wims_name_Domain</label>
23 reyssat 48
 <td>
1080 bpr 49
 <input size=$size name=i_domain id="i_domain" value="$i_domain">
3066 bpr 50
!set wims_ref_class=wims_button_help
1704 bpr 51
!href cmd=help&special_parm=domain $wims_name_help
3049 bpr 52
$table_tr<th align="right" nowrap><label for="i_level">$wims_name_Levels</label>
23 reyssat 53
 <td>
54
 !formcheckbox i_level list $levellist
1704 bpr 55
 <br><small>$name_levellist</small>
3113 bpr 56
</td></tr>
3049 bpr 57
$table_tr<th align="right" nowrap><label for="i_scoring">$wims_name_Scoring</label>
23 reyssat 58
 <td>
59
 !default i_scoring=no
1704 bpr 60
 !formradio i_scoring list yes,no prompt $wims_name_yes, $wims_name_no
3113 bpr 61
</td></tr>
3049 bpr 62
$table_tr<th align="right" nowrap><label for="i_version">$wims_name_Version</label>
23 reyssat 63
 <td>
64
 !default i_version=1.00
1080 bpr 65
 <input type=text size=6 name=i_version id="i_version" value="$i_version">
1704 bpr 66
 <small>$name_increment</small>
3113 bpr 67
</td></tr>
3049 bpr 68
$table_tr<th align="right" nowrap><label for="i_wims_version">$wims_name_Required_WIMS_version</label>
23 reyssat 69
 <td>
70
 !default i_wims_version=$wims_version
1080 bpr 71
 <input type=text size=6 name=i_wims_version id="i_wims_version" value="$i_wims_version">&nbsp;
3066 bpr 72
!set wims_ref_class=wims_button_help
1704 bpr 73
 !href cmd=help&special_parm=wimsversion $wims_name_help
3113 bpr 74
</td></tr>
3049 bpr 75
$table_tr<th align="right" nowrap><label for="i_author">$wims_name_Author</label>
23 reyssat 76
 <td>
77
 !default i_author=$auth_name
1080 bpr 78
 <input type=text size=$size name=i_author id="i_author" value="$i_author">
3113 bpr 79
</td></tr>
80
$table_tr<th align="right" nowrap><label for="i_address">$wims_name_auth_email</label></th>
23 reyssat 81
 <td>
82
 !default i_address=$auth_email
1080 bpr 83
 <input type=text size=$size name=i_address id="i_address" value="$i_address">
3113 bpr 84
</td></tr>
85
$table_tr<th align="right" nowrap><label for="i_maintainer">$wims_name_Maintainer</label>
86
 <td>
87
 <input type=text size=$size name=i_maintainer id="i_maintainer" value="$i_maintainer">
88
!set wims_ref_class=wims_button_help
89
!href cmd=help&special_parm=maintainer $wims_name_help
90
</td></tr>
91
$table_tr<th align="right" nowrap><label for="i_maintainer_address">$wims_name_email
92
<br>($wims_name_Maintainer)</label></th>
93
 <td>
94
 <input type=text size=$size name=i_maintainer_address id="i_maintainer_address" value="$i_maintainer_address">
95
</td></tr>
3049 bpr 96
$table_tr<th align="right" nowrap><label for="i_translator">$wims_name_Translator</label>
23 reyssat 97
 <td>
1080 bpr 98
 <input type=text size=$size name=i_translator id="i_translator" value="$i_translator">
3113 bpr 99
</td></tr>
3049 bpr 100
$table_tr<th align="right" nowrap><label for="i_translator_address">$wims_name_tr_email</label>
23 reyssat 101
 <td>
1080 bpr 102
 <input type=text size=$size name=i_translator_address id="i_translator_address" value="$i_translator_address">
3113 bpr 103
</td></tr>
3049 bpr 104
$table_tr<th align="right" nowrap><label for="i_require">$wims_name_require</label>
23 reyssat 105
 <td>
106
 !formcheckbox i_require list $swlist prompt $swname
3113 bpr 107
</td></tr>
3049 bpr 108
$table_tr<th align="right" nowrap><label for="i_data">$wims_name_datamodule</label>
2735 bpr 109
 <td>
110
 <input size=$size name=i_data id="i_data" value="$i_data">
3066 bpr 111
!set wims_ref_class=wims_button_help
2735 bpr 112
!href cmd=help&special_parm=datamodule $wims_name_help
3113 bpr 113
</td></tr>
3049 bpr 114
$table_tr<th align="right" nowrap><label for="i_keywords">$wims_name_Keywords</label>
1080 bpr 115
 <td><input size=$size name=i_keywords id="i_keywords" value="$i_keywords">
3113 bpr 116
</td></tr>
3049 bpr 117
$table_tr<th align="right" nowrap><label for="i_copyright">$wims_name_Copyright</label>
23 reyssat 118
 <td>
119
 !set wims_formselect_switch=
120
 !formselect i_copyright list gnu prompt GNU General Public License
3113 bpr 121
</td></tr>
3066 bpr 122
$table_hdtr<td align="center" nowrap colspan=2>
1704 bpr 123
<input type=submit name=inddef value="$wims_name_tosave">
23 reyssat 124
&nbsp;&nbsp;
1523 bpr 125
<input type=submit value="$wims_name_giveup">
3113 bpr 126
</td></tr>
1068 bpr 127
$table_end
23 reyssat 128
</form>
129