Rev 14504 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
14499 | guerimand | 1 | !read adm/css.phtml |
14508 | obado | 2 | |
14499 | guerimand | 3 | !header1 |
4 | |||
5 | !read adm/title.phtml 1\ |
||
14508 | obado | 6 | \ |
14499 | guerimand | 7 | $name_title |
8 | |||
9 | !if $error!=$empty |
||
10 | <div class="wims_msg alert"> |
||
14508 | obado | 11 | <strong>$wims_name_Error</strong>: |
12 | !read msg.phtml |
||
13 | !reset error |
||
14504 | bpr | 14 | </div> |
14499 | guerimand | 15 | !endif |
16 | |||
17 | !if $success!=$empty |
||
18 | <div class="wims_msg success"> |
||
14508 | obado | 19 | !read msg.phtml $success |
14499 | guerimand | 20 | </div> |
21 | !endif |
||
22 | |||
23 | !if $forceexit=1 |
||
24 | !exit |
||
25 | !endif |
||
26 | |||
27 | !read $job.phtml |
||
28 | |||
29 | !reset job forceexit success |
||
30 | |||
31 | !tail |