Subversion Repositories wimsdev

Rev

Rev 4410 | Rev 5756 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

  1. !set size=50
  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
  4. !set year=!char 1 to 4 of $wims_now
  5.  
  6. !if $title=$empty or $modreq=.new
  7.  !set this=$name_this1
  8. !else
  9.  !set this=$name_this2
  10. !endif
  11. !form reply
  12. <input type="hidden" name="jobreq" value="flist"/>
  13. $table_header
  14. <caption>$name_prop $this</caption>
  15.  
  16. $table_tr<th align="right" nowrap>$wims_name_Address</th>
  17.  <td class="wims_fname">
  18.  !if $title!=$empty and $modreq!=.new
  19.   $modreq&nbsp;
  20.   !set wims_ref_class=wims_button
  21.   !href cmd=reply&jobreq=move&original=devel/$auth_login/$modreq $name_rename
  22. &nbsp;
  23. !set wims_ref_class=wims_button
  24.   !href cmd=reply&jobreq=copy&original=devel/$auth_login/$modreq $name_duplicate
  25.  !else
  26.   !set modreq=.new
  27.   !read scripts/addressform.phtml nook
  28.  !endif
  29. </td></tr>
  30. $table_tr<th align="right" nowrap><label for="i_title">$wims_name_title</label></th>
  31.  <td><input size="$size" name="i_title" id="i_title" value="$i_title"/>
  32. </td></tr>
  33. $table_tr<th align="right" nowrap><label for="i_description">$wims_name_Description</label></th>
  34.  <td><input size="$size" name="i_description" id="i_description" value="$i_description"/>
  35. </td></tr>
  36. $table_tr<th align="right" nowrap><label for="i_language">$wims_name_Language</label></th>
  37.  <td>
  38.  !default i_language=$module_language
  39.  !formselect i_language list $langlist prompt $langname
  40. </td></tr>
  41. $table_tr<th align="right" nowrap><label for="i_label">$wims_name_Type</label></th>
  42.  <td nowrap>
  43.  !set wims_formselect_switch=multiple
  44.  !formcheckbox i_category list exercise,tool,document,recreation,oef,deductio\
  45.    prompt $name_type
  46. </td></tr>
  47. $table_tr<th align="right" nowrap><label for="i_domain">$wims_name_Domain</label></th>
  48.  <td>
  49.  <input size="$size" name="i_domain" id="i_domain" value="$i_domain"/>
  50. !set wims_ref_class=wims_button_help
  51. !href cmd=help&special_parm=domain $wims_name_help
  52. </td></tr>
  53. $table_tr<th align="right" nowrap><label for="i_level">$wims_name_Levels</label></th>
  54.  <td>
  55.  !formcheckbox i_level list $levellist
  56.  <br><small>$name_levellist</small>
  57. </td></tr>
  58. $table_tr<th align="right" nowrap><label for="i_scoring">$wims_name_Scoring</label></th>
  59.  <td>
  60.  !default i_scoring=no
  61.  !formradio i_scoring list yes,no prompt $wims_name_yes, $wims_name_no
  62. </td></tr>
  63. $table_tr<th align="right" nowrap><label for="i_version">$wims_name_Version</label></th>
  64.  <td>
  65.  !default i_version=1.00
  66.  <input type="text" size="6" name="i_version" id="i_version" value="$i_version"/>
  67.  !set wims_ref_class=wims_button_help
  68.  !href cmd=help&special_parm=version $wims_name_help
  69.  <small>$name_increment</small>
  70. </td></tr>
  71. $table_tr<th align="right" nowrap><label for="i_wims_version">$wims_name_Required_WIMS_version</label></th>
  72.  <td>
  73.  !default i_wims_version=$wims_version
  74.  <input type="text" size="6" name="i_wims_version" id="i_wims_version" value="$i_wims_version"/>&nbsp;
  75. !set wims_ref_class=wims_button_help
  76.  !href cmd=help&special_parm=wimsversion $wims_name_help
  77. </td></tr>
  78. $table_tr<th align="right" nowrap><label for="i_author">$wims_name_Author</label></th>
  79.  <td>
  80.  !default i_author=!words2items $auth_name
  81.  !set i_author=!nonempty items $i_author
  82.  <input type="text" size="$size" name="i_author" id="i_author" value="$i_author"/>
  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
  86. </td></tr>
  87. $table_tr<th align="right" nowrap><label for="i_address">$wims_name_auth_email</label></th>
  88.  <td>
  89.  !default i_address=$auth_email
  90.  <input type="text" size="$size" name="i_address" id="i_address" value="$i_address"/>
  91. </td></tr>
  92. $table_tr<th align="right" nowrap><label for="i_maintainer">$wims_name_Maintainer</label></th>
  93.  <td>
  94.  <input type="text" size="$size" name="i_maintainer" id="i_maintainer" value="$i_maintainer"/>
  95.  (<tt>$wims_name_firstname,$wims_name_lastname</tt>)
  96.  !set wims_ref_class=wims_button_help
  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>
  102.  <input type="text" size="$size" name="i_maintainer_address" id="i_maintainer_address" value="$i_maintainer_address"/>
  103. </td></tr>
  104. $table_tr<th align="right" nowrap><label for="i_translator">$wims_name_Translator</label></th>
  105.  <td>
  106.  <input type="text" size="$size" name="i_translator" id="i_translator" value="$i_translator"/>
  107. </td></tr>
  108. $table_tr<th align="right" nowrap><label for="i_translator_address">$wims_name_tr_email</label></th>
  109.  <td>
  110.  <input type="text" size="$size" name="i_translator_address" id="i_translator_address" value="$i_translator_address"/>
  111. </td></tr>
  112. $table_tr<th align="right" nowrap><label for="i_require">$wims_name_require</label></th>
  113.  <td>
  114.  !formcheckbox i_require list $swlist prompt $swname
  115. </td></tr>
  116. $table_tr<th align="right" nowrap><label for="i_data">$wims_name_datamodule</label></th>
  117.  <td>
  118.  <input size="$size" name="i_data" id="i_data" value="$i_data"/>
  119. !set wims_ref_class=wims_button_help
  120. !href cmd=help&special_parm=datamodule $wims_name_help
  121. </td></tr>
  122. $table_tr<th align="right" nowrap><label for="i_keywords">$wims_name_Keywords</label></th>
  123.  <td><input size="$size" name="i_keywords" id="i_keywords" value="$i_keywords"/>
  124. </td></tr>
  125. $table_tr<th align="right" nowrap><label for="i_copyright">$wims_name_Copyright</label></th>
  126.  <td>
  127.  !set wims_formselect_switch=
  128.  !formselect i_copyright list gnu prompt GNU General Public License
  129. </td></tr>
  130. $table_hdtr<td align="center" nowrap colspan="2">
  131. <input type="submit" name="inddef" value="$wims_name_tosave"/>
  132. &nbsp;&nbsp;
  133. <input type="submit" value="$wims_name_giveup"/>
  134. </td></tr>
  135. $table_end
  136. </form>
  137.  
  138.