Subversion Repositories wimsdev

Rev

Rev 15421 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
3081 bpr 1
!read adm/title.phtml 3\
2
\
3
$title
23 reyssat 4
 
5
!if $job2=one
15421 bpr 6
  !read mu/one.phtml
7
  !reset auto muauto
8
  !exit
23 reyssat 9
!endif
10
 
11
!if $job2=all
11412 obado 12
  <p class="wims_msg info">$name_scheduled</p>
17180 bpr 13
  <hr style="width:70%">
11412 obado 14
  !set job2=first
15
  !reset auto muauto
23 reyssat 16
!endif
17
 
11412 obado 18
<p>
19
  $name_canupdate
3081 bpr 20
  !set wims_ref_class=wims_button_help
21
  !href cmd=help&help_subject=publication $wims_name_help
11412 obado 22
</p>
3081 bpr 23
 
23 reyssat 24
!form reply
17180 bpr 25
  <input type="hidden" name="muauto" value="check">
11412 obado 26
  !reset table_center
27
  <fieldset class="property_fields blockcenter">
28
    <legend>$title</legend>
7521 obado 29
    <div class="field box halfwidth">
11412 obado 30
      <label for="muzone">$name_zone</label>
17180 bpr 31
      <input size="40" name="muzone" id="muzone" value="$muzone" placeholder="$muzone_placeholder">
11412 obado 32
      <div class="formHelp">$muzone_help.</div>
7486 bpr 33
    </div>
7521 obado 34
    <div class="field box halfwidth">
11412 obado 35
      <label for="mucat">$name_cat</label>
17180 bpr 36
      <input size="40" name="mucat" id="mucat" value="$mucat" placeholder="$mucat_placeholder">
11412 obado 37
      <div class="formHelp">$mucat_help.</div>
7486 bpr 38
    </div>
7521 obado 39
    <div class="field box fullwidth wimscenter">
7486 bpr 40
      <label for="mudelay">$name_change</label>
17180 bpr 41
      <input type="number" class="inline" size="4" name="mudelay" id="mudelay" value="$mudelay" min="0">
7486 bpr 42
      $name_ago
11412 obado 43
      <div class="formHelp">$mudelay_help.</div>
7486 bpr 44
    </div>
11412 obado 45
    <div class="field box fullwidth">
46
      <p>$name_mod:</p>
7521 obado 47
      !let nb=!itemcnt $mu_download_site
48
      !if $nb>1
49
        <ol>
50
        !for k in $mu_download_site
51
          <li>$(depotname_$k) ($k)</li>
52
        !next depot
53
        </ol>
54
      !else
55
        $(depotname_$(mu_download_site)) ($mu_download_site)
56
      !endif
11412 obado 57
      <p>
58
        !href cmd=reply&job=conf&confcat=6 $wims_name_config_module
59
        $name_automatic
60
      </p>
7521 obado 61
    </div>
11412 obado 62
    <div class="wimscenter">
17180 bpr 63
      <input type="submit" value="$wims_name_search">
11412 obado 64
    </div>
65
  </fieldset>
5927 bpr 66
!formend
67
 
2487 bpr 68
$name_youneed
69
!href cmd=reply&job=mkindex $name_rebuild
15421 bpr 70
$name_after.
23 reyssat 71
 
2487 bpr 72
$name_rss
3156 bpr 73
!href cmd=reply&job=rss RSS
7486 bpr 74
.
23 reyssat 75
!if $auto=check
15421 bpr 76
  !read mu/$auto.phtml
23 reyssat 77
!endif
78
 
79
!reset muauto