Subversion Repositories wimsdev

Rev

Rev 18361 | Blame | Compare with Previous | Last modification | View Log | RSS feed

  1. !if $cmd=new or $cmd=resume
  2.   !form reply
  3.   <fieldset class="property_fields halfwidth blockcenter">
  4.     <legend>$wims_name_properties</legend>
  5.     <div class="field box">
  6.       <label for="title">$wims_name_title</label>
  7.       <input size="50" name="title" value="$ti" id="title" required="required" class="noicon">
  8.     </div>
  9.     <div class="field box">
  10.       <label for="desc">$wims_name_Description</label>
  11.       <input size="50" name="desc" value="$di" id="desc">
  12.     </div>
  13.     <div class="field box">
  14.   !set n_=!recordcnt wimshome/log/classes/$wims_class/tool/.glossary$gl
  15.   !set table_id=gloss_list
  16.   !set table_class=sortable
  17.   $table_header
  18.     <thead>
  19.       $table_hdtr
  20.         <th>$wims_name_title</th><th>$wims_name_action</th><th>file</th>
  21.       </tr>
  22.     </thead>
  23.     <tbody>
  24.   !for j=1 to $n_
  25.     !set c_=!record $j of wimshome/log/classes/$wims_class/tool/.glossary$gl
  26.     !distribute line $c_ into di_,ti_,
  27.     $table_tr
  28.       <td><input size="30" name="title$j" value="$ti_" id="title$j" required="required" class="noicon"></td>
  29.       <td>
  30.       !if $j=$n_
  31.         !formcheckbox delete$j list 1 prompt $wims_name_erase
  32.       !endif
  33.       </td>
  34.       <td><input size="50" name="adress$j" value="$di_" id="adress$j" required="required" class="noicon"></td>
  35.     </tr>
  36.   !next
  37.     </tbody>
  38.   $table_end
  39.   !read tablesort.phtml
  40.   <div class="wimscenter wimsform"><input type="submit" value="$wims_name_send"></div>
  41.     </div>
  42.     <input type="hidden" name="job" value="mod">
  43.   </fieldset>
  44.   <div class="wims_msg help">
  45.     $name_helpglo
  46.   </div>
  47.   !formend
  48. !endif
  49.  
  50. !if $cmd=reply
  51.   $name_endmod.
  52.   !set wims_menu_items=!append line glossarycheck,1,module=adm/tool/glossary&gl=$gl\
  53. to $wims_menu_items
  54. !endif
  55.