Subversion Repositories wimsdev

Rev

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

  1.  
  2. !read adm/title.phtml 3\
  3. \
  4. $title
  5.  
  6. !if $atdate!=$empty
  7.  <p class="wims_msg info">$name_scheduled</p>
  8.  !goto end
  9. !endif
  10.  
  11. <p class="wims_msg warning"><strong class="wims_warning">$wims_name_warning</strong> $name_rebuilding</p>
  12.  
  13. !if $lastdate!=$empty
  14.  :result
  15.  <p>$name_result $lastdate:</p>
  16.  <pre>
  17.  $output
  18.  </pre>
  19.  <p>
  20.   !href cmd=reply&job2=run $name_click
  21.   $name_restart
  22.  </p>
  23. !else
  24.  <p>
  25.  !href cmd=reply&job2=run $name_click
  26.  $name_start
  27.  </p>
  28. !endif
  29. :end
  30. !reset job2
  31.  
  32. <div class="wimscenter">
  33.   !set wims_ref_class=wims_button
  34.   !href cmd=new&job=modules $wims_name_back2
  35. </div>
  36.  
  37.