Subversion Repositories wimsdev

Rev

Rev 4410 | Rev 5756 | 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
5734 bpr 12
<input type="hidden" name="jobreq" value="flist"/>
23 reyssat 13
$table_header
2018 bpr 14
<caption>$name_prop $this</caption>
23 reyssat 15
 
3883 bpr 16
$table_tr<th align="right" nowrap>$wims_name_Address</th>
4084 bpr 17
 <td class="wims_fname">
23 reyssat 18
 !if $title!=$empty and $modreq!=.new
4084 bpr 19
  $modreq&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>
3883 bpr 30
$table_tr<th align="right" nowrap><label for="i_title">$wims_name_title</label></th>
5734 bpr 31
 <td><input size="$size" name="i_title" id="i_title" value="$i_title"/>
3113 bpr 32
</td></tr>
3883 bpr 33
$table_tr<th align="right" nowrap><label for="i_description">$wims_name_Description</label></th>
5734 bpr 34
 <td><input size="$size" name="i_description" id="i_description" value="$i_description"/>
3113 bpr 35
</td></tr>
3883 bpr 36
$table_tr<th align="right" nowrap><label for="i_language">$wims_name_Language</label></th>
23 reyssat 37
 <td>
38
 !default i_language=$module_language
39
 !formselect i_language list $langlist prompt $langname
3113 bpr 40
</td></tr>
3883 bpr 41
$table_tr<th align="right" nowrap><label for="i_label">$wims_name_Type</label></th>
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>
3883 bpr 47
$table_tr<th align="right" nowrap><label for="i_domain">$wims_name_Domain</label></th>
23 reyssat 48
 <td>
5734 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
3883 bpr 52
</td></tr>
53
$table_tr<th align="right" nowrap><label for="i_level">$wims_name_Levels</label></th>
23 reyssat 54
 <td>
55
 !formcheckbox i_level list $levellist
1704 bpr 56
 <br><small>$name_levellist</small>
3113 bpr 57
</td></tr>
3883 bpr 58
$table_tr<th align="right" nowrap><label for="i_scoring">$wims_name_Scoring</label></th>
23 reyssat 59
 <td>
60
 !default i_scoring=no
1704 bpr 61
 !formradio i_scoring list yes,no prompt $wims_name_yes, $wims_name_no
3113 bpr 62
</td></tr>
3883 bpr 63
$table_tr<th align="right" nowrap><label for="i_version">$wims_name_Version</label></th>
23 reyssat 64
 <td>
65
 !default i_version=1.00
5734 bpr 66
 <input type="text" size="6" name="i_version" id="i_version" value="$i_version"/>
3159 bpr 67
 !set wims_ref_class=wims_button_help
68
 !href cmd=help&special_parm=version $wims_name_help
1704 bpr 69
 <small>$name_increment</small>
3113 bpr 70
</td></tr>
3883 bpr 71
$table_tr<th align="right" nowrap><label for="i_wims_version">$wims_name_Required_WIMS_version</label></th>
23 reyssat 72
 <td>
73
 !default i_wims_version=$wims_version
5734 bpr 74
 <input type="text" size="6" name="i_wims_version" id="i_wims_version" value="$i_wims_version"/>&nbsp;
3066 bpr 75
!set wims_ref_class=wims_button_help
1704 bpr 76
 !href cmd=help&special_parm=wimsversion $wims_name_help
3113 bpr 77
</td></tr>
3883 bpr 78
$table_tr<th align="right" nowrap><label for="i_author">$wims_name_Author</label></th>
23 reyssat 79
 <td>
4318 bpr 80
 !default i_author=!words2items $auth_name
4410 bpr 81
 !set i_author=!nonempty items $i_author
5734 bpr 82
 <input type="text" size="$size" name="i_author" id="i_author" value="$i_author"/>
4318 bpr 83
 (<tt>$wims_name_firstname,$wims_name_lastname</tt>)
84
 !set wims_ref_class=wims_button_help
85
!href cmd=help&special_parm=namewriting $wims_name_help
3113 bpr 86
</td></tr>
87
$table_tr<th align="right" nowrap><label for="i_address">$wims_name_auth_email</label></th>
23 reyssat 88
 <td>
89
 !default i_address=$auth_email
5734 bpr 90
 <input type="text" size="$size" name="i_address" id="i_address" value="$i_address"/>
3113 bpr 91
</td></tr>
3883 bpr 92
$table_tr<th align="right" nowrap><label for="i_maintainer">$wims_name_Maintainer</label></th>
3113 bpr 93
 <td>
5734 bpr 94
 <input type="text" size="$size" name="i_maintainer" id="i_maintainer" value="$i_maintainer"/>
4318 bpr 95
 (<tt>$wims_name_firstname,$wims_name_lastname</tt>)
96
 !set wims_ref_class=wims_button_help
3113 bpr 97
!href cmd=help&special_parm=maintainer $wims_name_help
98
</td></tr>
99
$table_tr<th align="right" nowrap><label for="i_maintainer_address">$wims_name_email
100
<br>($wims_name_Maintainer)</label></th>
101
 <td>
5734 bpr 102
 <input type="text" size="$size" name="i_maintainer_address" id="i_maintainer_address" value="$i_maintainer_address"/>
3113 bpr 103
</td></tr>
3883 bpr 104
$table_tr<th align="right" nowrap><label for="i_translator">$wims_name_Translator</label></th>
23 reyssat 105
 <td>
5734 bpr 106
 <input type="text" size="$size" name="i_translator" id="i_translator" value="$i_translator"/>
3113 bpr 107
</td></tr>
3883 bpr 108
$table_tr<th align="right" nowrap><label for="i_translator_address">$wims_name_tr_email</label></th>
23 reyssat 109
 <td>
5734 bpr 110
 <input type="text" size="$size" name="i_translator_address" id="i_translator_address" value="$i_translator_address"/>
3113 bpr 111
</td></tr>
3883 bpr 112
$table_tr<th align="right" nowrap><label for="i_require">$wims_name_require</label></th>
23 reyssat 113
 <td>
114
 !formcheckbox i_require list $swlist prompt $swname
3113 bpr 115
</td></tr>
3883 bpr 116
$table_tr<th align="right" nowrap><label for="i_data">$wims_name_datamodule</label></th>
2735 bpr 117
 <td>
5734 bpr 118
 <input size="$size" name="i_data" id="i_data" value="$i_data"/>
3066 bpr 119
!set wims_ref_class=wims_button_help
2735 bpr 120
!href cmd=help&special_parm=datamodule $wims_name_help
3113 bpr 121
</td></tr>
3883 bpr 122
$table_tr<th align="right" nowrap><label for="i_keywords">$wims_name_Keywords</label></th>
5734 bpr 123
 <td><input size="$size" name="i_keywords" id="i_keywords" value="$i_keywords"/>
3113 bpr 124
</td></tr>
3883 bpr 125
$table_tr<th align="right" nowrap><label for="i_copyright">$wims_name_Copyright</label></th>
23 reyssat 126
 <td>
127
 !set wims_formselect_switch=
128
 !formselect i_copyright list gnu prompt GNU General Public License
3113 bpr 129
</td></tr>
3883 bpr 130
$table_hdtr<td align="center" nowrap colspan="2">
5734 bpr 131
<input type="submit" name="inddef" value="$wims_name_tosave"/>
23 reyssat 132
&nbsp;&nbsp;
5734 bpr 133
<input type="submit" value="$wims_name_giveup"/>
3113 bpr 134
</td></tr>
1068 bpr 135
$table_end
23 reyssat 136
</form>
137