Subversion Repositories wimsdev

Rev

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

  1.  
  2. !read adm/css.phtml
  3. !read tabletheme
  4.  
  5. !header1
  6. !read adm/class/classname.phtml $wims_classname\
  7. $wims_institutionname
  8.  
  9. !read adm/title.phtml 1\
  10. $classname\
  11. $module_title
  12. !if $error!=$empty
  13.  <div>
  14.  !read lang/msg.phtml.$moduclass_lang
  15.  </div>
  16.  !goto end
  17. !endif
  18.  $name_intro.
  19.  !form reply
  20.  
  21.  !set iniparm1=!replace internal & by $ $ in $iniparm
  22.  !set block=!getopt block in $iniparm1
  23. $table_header
  24. $table_tr
  25. <th>$wims_name_title</th><td colspan="2"> <input size="50" name="title" value="$title" />
  26. </td></tr>
  27. $table_tr<th>$wims_name_Status</th>
  28.  <td>
  29.  !formselect status list 0,1 prompt $wims_name_status
  30.  <input type="hidden" name="job" value="$job" />
  31.   !if $doc>0
  32.   !formcheckbox update list 0 prompt $wims_name_erase
  33.  !endif
  34.  </td><td>
  35.  <code>
  36. !replace internal & by &amp; in $dir
  37.  !if $iniparm!=$empty
  38. !replace internal & by &amp; in &$iniparm
  39.  !endif
  40.  </code>
  41.  </td></tr>
  42. $table_tr<th>$wims_name_Description</th><td colspan="2">
  43. <textarea name="desc" rows="5" cols="50">$desc</textarea></td></tr>
  44. $table_end
  45. <div class="wimscenter wimsform"><input type="submit" value="$wims_name_tosave" /></div>
  46.  
  47. !formend
  48. !endif
  49.  
  50. :end
  51.  
  52. !set wims_menu_items=!append line class_home,1,module=home\
  53. to $wims_menu_items
  54.  
  55. !tail
  56.  
  57. !set job=
  58.  
  59.