Rev 11217 | Rev 12034 | 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 | |||
8 | <div class="title_box"> |
||
11863 | obado | 9 | <h1 class="wims_title">$title</h1> |
5700 | obado | 10 | </div> |
23 | reyssat | 11 | |
12 | !if $toomany=yes |
||
2346 | bpr | 13 | !read lang/toomany.phtml.$modu_lang |
23 | reyssat | 14 | !goto end |
15 | !endif |
||
16 | |||
17 | !if $error!=$empty |
||
10228 | bpr | 18 | <div class="wims_msg alert"> |
11217 | obado | 19 | <span class="wims_warning">$wims_name_Error:</span> |
2346 | bpr | 20 | !read lang/msg.phtml.$modu_lang |
5874 | bpr | 21 | </div> |
9461 | guerimand | 22 | !if $restart!=no and $job=emptyclass |
11217 | obado | 23 | <p class="wimscenter"> |
24 | !set wims_ref_class = wims_button |
||
6118 | obado | 25 | !href module=$module&cmd=reply&step=0 $name_again |
5837 | bpr | 26 | </p> |
23 | reyssat | 27 | !endif |
28 | !goto end |
||
29 | !endif |
||
30 | |||
9426 | guerimand | 31 | !read $job.phtml |
5700 | obado | 32 | |
23 | reyssat | 33 | :end |
9461 | guerimand | 34 | !if $step>=0 and $cmd=reply and $job=emptyclass |
10357 | bpr | 35 | !if $wims_theme=default |
36 | !!ARIANE |
||
37 | !set wims_menu_items=!append line back2,1,module=$module\ |
||
38 | to $wims_menu_items |
||
39 | !endif |
||
2288 | bpr | 40 | !endif |
41 | |||
23 | reyssat | 42 | !tail |
10357 | bpr | 43 | !reset job step |