Rev 12659 | 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 |
||
13136 | obado | 13 | !read adm/language lang/toomany.phtml |
12659 | bpr | 14 | !goto end |
23 | reyssat | 15 | !endif |
16 | |||
17 | !if $error!=$empty |
||
12180 | bpr | 18 | !if getpass notwordof $error |
12659 | bpr | 19 | <div class="wims_msg alert"> |
12180 | bpr | 20 | !else |
12659 | bpr | 21 | <div class="wims_msg info"> |
12034 | bpr | 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 |
||
13136 | obado | 28 | !read adm/language lang/msg.phtml |
12659 | bpr | 29 | </div> |
12180 | bpr | 30 | !if $restart!=no and $job=emptyclass |
12659 | bpr | 31 | <p class="wimscenter"> |
32 | !set wims_ref_class = wims_button |
||
33 | !href module=$module&cmd=reply&step=0 $name_again |
||
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 |
12659 | bpr | 44 | !!ARIANE |
10357 | bpr | 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 |