Subversion Repositories wimsdev

Rev

Rev 8054 | Rev 11229 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 8054 Rev 8056
Line 1... Line 1...
1
!read adm/title.phtml 3\
1
!read adm/title.phtml 3\
2
\
2
\
3
$title
3
$title
4
 
4
 
5
!if $error!=$empty
5
!if $error!=$empty
6
 !if $error=manual
6
    !if $error=manual
7
  $name_manually
7
        $name_manually
8
  <br />
8
        <br />
9
  <span class="wims_warning">$name_warning</span>
9
        <span class="wims_warning">$name_warning</span>
10
 !endif
10
    !endif
11
 !if $error=bad_base
11
    !if $error=bad_base
12
 $name_strange
12
        $name_strange
13
 !endif
13
    !endif
14
 !goto end
14
    !goto end
15
!endif
15
!endif
16
 
16
 
17
!form reply
17
!form reply
18
<input type="hidden" name="job2" value="second" />
18
<input type="hidden" name="job2" value="second" />
19
$name_available
19
$name_available
20
<ul>
20
<ul>
21
<li>$name_daily
21
<li>$name_daily
22
!set crontab_backup_h=$oldbackup_h
22
!set crontab_backup_h=$oldbackup_h
23
!formselect crontab_backup_h from -1 to 23 prompt\
23
!formselect crontab_backup_h from -1 to 23 prompt\
24
        none,0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23
24
    none,0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23
25
H.
25
H.
26
<input size="2" name="crontab_backup_m" value="$oldbackup_m" /> Min.
26
<input size="2" name="crontab_backup_m" value="$oldbackup_m" /> Min.
27
($name_notbusy)
27
($name_notbusy)
28
</li><li>$name_accounting
28
</li><li>$name_accounting
29
!formradio crontab_account list yes,no prompt $wims_name_yes,$wims_name_no
29
!formradio crontab_account list yes,no prompt $wims_name_yes,$wims_name_no
-
 
30
</li>
30
</li></ul>
31
</ul>
-
 
32
<div class="wimscenterwimsform">
31
<div class="wimscenterwimsform"><input type="submit" name="confirm" value="$wims_name_tosave" />
33
    <input type="submit" name="confirm" value="$wims_name_tosave" />
32
<input type="submit" name="abandon" value="$wims_name_giveup" class="wims_secondary_button"/>
34
    <input type="submit" name="abandon" value="$wims_name_giveup" class="wims_secondary_button"/>
33
</div>
35
</div>
34
 
36
 
35
!formend
37
!formend
36
 
38
 
37
:end
39
:end