Rev 11863 | Rev 12180 | 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 |
||
12034 | bpr | 18 | !if getpass notwordof $error |
19 | <div class="wims_msg alert"> |
||
20 | !else |
||
21 | <div class="wims_msg info"> |
||
22 | !endif |
||
2346 | bpr | 23 | !read lang/msg.phtml.$modu_lang |
5874 | bpr | 24 | </div> |
9461 | guerimand | 25 | !if $restart!=no and $job=emptyclass |
11217 | obado | 26 | <p class="wimscenter"> |
27 | !set wims_ref_class = wims_button |
||
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 |