Rev 10228 | Rev 11217 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
6997 | bpr | 1 | !read adm/levelname.phtml |
1170 | bpr | 2 | !read adm/css.phtml |
2570 | bpr | 3 | !read tabletheme |
1051 | bpr | 4 | !header1 |
5 | |||
6118 | obado | 6 | <!-- Begin regclass/main.phtml --> |
7 | |||
5700 | obado | 8 | <!--!read adm/title.phtml 3\--> |
9426 | guerimand | 9 | |
6118 | obado | 10 | <div class="title_box"> |
5700 | obado | 11 | <h1 class="wims_title"> |
12 | <!--WIMS $httpd_HTTP_HOST\--> |
||
13 | $title |
||
14 | </h1> |
||
15 | </div> |
||
23 | reyssat | 16 | |
17 | !if $toomany=yes |
||
2346 | bpr | 18 | !read lang/toomany.phtml.$modu_lang |
23 | reyssat | 19 | !goto end |
20 | !endif |
||
21 | |||
22 | !if $error!=$empty |
||
10228 | bpr | 23 | <div class="wims_msg alert"> |
2346 | bpr | 24 | !read lang/msg.phtml.$modu_lang |
5874 | bpr | 25 | </div> |
9461 | guerimand | 26 | !if $restart!=no and $job=emptyclass |
23 | reyssat | 27 | <p> |
6118 | obado | 28 | !href module=$module&cmd=reply&step=0 $name_again |
5837 | bpr | 29 | </p> |
23 | reyssat | 30 | !endif |
31 | !goto end |
||
32 | !endif |
||
33 | |||
9426 | guerimand | 34 | !read $job.phtml |
5700 | obado | 35 | |
23 | reyssat | 36 | :end |
9461 | guerimand | 37 | !if $step>=0 and $cmd=reply and $job=emptyclass |
10357 | bpr | 38 | !if $wims_theme=default |
39 | !!ARIANE |
||
40 | !set wims_menu_items=!append line back2,1,module=$module\ |
||
41 | to $wims_menu_items |
||
42 | !endif |
||
2288 | bpr | 43 | !endif |
44 | |||
23 | reyssat | 45 | !tail |
10357 | bpr | 46 | !reset job step |