Subversion Repositories wimsdev

Rev

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

  1. !read adm/title.phtml 3\
  2. \
  3. $title
  4.  
  5. !if $job2=one
  6.  !read mu/one.phtml
  7.  !reset auto muauto
  8.  !exit
  9. !endif
  10.  
  11. !if $job2=all
  12.  $name_scheduled
  13.  <p></p> <hr width="70%"> <p></p>
  14.  !set job2=first
  15.  !reset auto muauto
  16. !endif
  17.  
  18. $name_canupdate
  19. !href cmd=reply&job=conf&confcat=6 $name_click
  20.  $name_automatic
  21.   &nbsp;
  22.   !set wims_ref_class=wims_button_help
  23.   !href cmd=help&help_subject=publication $wims_name_help
  24.  
  25. !form reply
  26. <input type="hidden" name="muauto" value="check"/>
  27. $table_header
  28.  $table_tr
  29.   <td align="right"><input type="submit" value="$wims_name_search"/> $name_mod
  30.   </td>
  31.   <td>
  32.    !let nb=!itemcnt $mu_download_site
  33.    !if $nb>1
  34.     <ol>
  35.     !for k in $mu_download_site
  36.      <li>$(depotname_$k) ($k)</li>
  37.     !next depot
  38.    </ol>
  39.   !else
  40.    $(depotname_$(mu_download_site)) ($mu_download_site)
  41.   !endif
  42.   </td>
  43.  </tr>
  44.  $table_tr
  45.   <td align="right">$name_zone</td>
  46.   <td><input size="40" name="muzone" value="$muzone"/></td>
  47.  </tr>
  48.  $table_tr
  49.   <td align="right">$name_cat</td>
  50.   <td><input size="40" name="mucat" value="$mucat"/> </td>
  51.  </tr>
  52.  $table_tr
  53.   <td align="right">$name_change</td>
  54.   <td><input size="4" name="mudelay" value="$mudelay"/> $name_ago</td>
  55.  </tr>
  56. $table_end
  57. </form>
  58.  
  59. <p></p> <hr width="70%"> <p></p>
  60.  
  61. $name_youneed
  62. !href cmd=reply&job=mkindex $name_rebuild
  63.  $name_after.
  64.  
  65. $name_rss
  66. !href cmd=reply&job=rss RSS
  67. .
  68. !if $auto=check
  69.  !read mu/$auto.phtml
  70. !endif
  71.  
  72. !reset muauto
  73.