Rev 12034 | Rev 12659 | 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 |
||
12180 | bpr | 18 | !if getpass notwordof $error |
12034 | bpr | 19 | <div class="wims_msg alert"> |
12180 | bpr | 20 | !else |
12034 | bpr | 21 | <div class="wims_msg info"> |
22 | !endif |
||
12180 | bpr | 23 | !if $sendmail!=$empty |
24 | !set wims_module_log=error: $error $sendmail |
||
25 | !else |
||
26 | !set wims_module_log=error: $error |
||
27 | !endif |
||
28 | !read lang/msg.phtml.$modu_lang |
||
5874 | bpr | 29 | </div> |
12180 | bpr | 30 | !if $restart!=no and $job=emptyclass |
11217 | obado | 31 | <p class="wimscenter"> |
32 | !set wims_ref_class = wims_button |
||
6118 | obado | 33 | !href module=$module&cmd=reply&step=0 $name_again |
5837 | bpr | 34 | </p> |
12180 | bpr | 35 | !endif |
36 | !goto end |
||
23 | reyssat | 37 | !endif |
38 | |||
9426 | guerimand | 39 | !read $job.phtml |
5700 | obado | 40 | |
23 | reyssat | 41 | :end |
9461 | guerimand | 42 | !if $step>=0 and $cmd=reply and $job=emptyclass |
10357 | bpr | 43 | !if $wims_theme=default |
44 | !!ARIANE |
||
45 | !set wims_menu_items=!append line back2,1,module=$module\ |
||
46 | to $wims_menu_items |
||
47 | !endif |
||
2288 | bpr | 48 | !endif |
49 | |||
23 | reyssat | 50 | !tail |
10357 | bpr | 51 | !reset job step |