Rev 10357 | Rev 11863 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 10357 | Rev 11217 | ||
---|---|---|---|
Line 2... | Line 2... | ||
2 | !read adm/css.phtml |
2 | !read adm/css.phtml |
3 | !read tabletheme |
3 | !read tabletheme |
4 | !header1 |
4 | !header1 |
5 | 5 | ||
6 | <!-- Begin regclass/main.phtml --> |
6 | <!-- Begin regclass/main.phtml --> |
7 | - | ||
8 | <!--!read adm/title.phtml 3\--> |
- | |
9 | 7 | ||
10 | <div class="title_box"> |
8 | <div class="title_box"> |
11 | <h1 class="wims_title"> |
9 | <h1 class="wims_title"> |
12 | <!--WIMS $httpd_HTTP_HOST\--> |
10 | <!--WIMS $httpd_HTTP_HOST\--> |
13 | $title |
11 | $title |
Line 19... | Line 17... | ||
19 | !goto end |
17 | !goto end |
20 | !endif |
18 | !endif |
21 | 19 | ||
22 | !if $error!=$empty |
20 | !if $error!=$empty |
23 | <div class="wims_msg alert"> |
21 | <div class="wims_msg alert"> |
- | 22 | <span class="wims_warning">$wims_name_Error:</span> |
|
24 | !read lang/msg.phtml.$modu_lang |
23 | !read lang/msg.phtml.$modu_lang |
25 | </div> |
24 | </div> |
26 | !if $restart!=no and $job=emptyclass |
25 | !if $restart!=no and $job=emptyclass |
27 | <p> |
26 | <p class="wimscenter"> |
- | 27 | !set wims_ref_class = wims_button |
|
28 | !href module=$module&cmd=reply&step=0 $name_again |
28 | !href module=$module&cmd=reply&step=0 $name_again |
29 | </p> |
29 | </p> |
30 | !endif |
30 | !endif |
31 | !goto end |
31 | !goto end |
32 | !endif |
32 | !endif |