Subversion Repositories wimsdev

Rev

Rev 2368 | Rev 3536 | 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.  
  7. !read adm/title.phtml 1\
  8. $wims_classname - $wims_institutionname\
  9. $module_title
  10. !if $error!=$empty
  11.  <p>
  12.  !read lang/msg.phtml.$moduclass_lang
  13.  !goto end
  14. !endif
  15.  $name_intro.
  16.  !form reply
  17.  
  18.  !set iniparm1=!replace internal & by $ $ in $iniparm
  19.  !set block=!getopt block in $iniparm1
  20. $table_header
  21. $table_tr
  22. <th>$wims_name_title</th><td colspan=2> <input size=50 name="title" value="$title"></td>
  23. $table_tr <th>$wims_name_Status</th>
  24.  <td>
  25.  !formselect status list 0,1 prompt $wims_name_status
  26.  <input type=hidden name="job" value="$job">
  27.   !if $doc>0
  28.   !formcheckbox update list 0 prompt $wims_name_erase
  29.  !endif
  30.  <td><tt>$dir</tt>
  31.  !if $iniparm!=$empty
  32.  <tt>&$iniparm</tt>
  33.  !endif
  34.  </td>
  35. $table_tr <th>$wims_name_Description</th><td colspan=2><textarea name="desc" rows=5 cols=50>$desc</textarea></td>
  36.  
  37. $table_tr<th></th><td colspan=2><center><input type=submit value="$wims_name_tosave"></center></td>
  38.  
  39.  </form>
  40. $table_end
  41. !endif
  42.  
  43. :end
  44.  
  45. !set wims_menu_items=!append line class_home,1,module=home\
  46. to $wims_menu_items
  47.  
  48. !tail
  49.  
  50. !set job=
  51.  
  52.