Rev 13744 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 13744 | Rev 15276 | ||
---|---|---|---|
Line 2... | Line 2... | ||
2 | <!DOCTYPE html> |
2 | <!DOCTYPE html> |
3 | <html> |
3 | <html> |
4 | <head> |
4 | <head> |
5 | <title>$tit</title> |
5 | <title>$tit</title> |
6 | <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0"/> |
6 | <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0"/> |
- | 7 | <link rel="stylesheet" href="html/themes/_css/robots.css" /> |
|
7 | </head> |
8 | </head> |
8 | <body> |
9 | <body> |
9 | !if $error!=$empty |
10 | !if $error!=$empty |
10 | <div class="wims_alertmsg"> |
11 | <div class="wims_alertmsg"> |
11 | !read docu/msg.phtml |
12 | !read docu/msg.phtml |
Line 14... | Line 15... | ||
14 | !endif |
15 | !endif |
15 | <div id="docprint"> |
16 | <div id="docprint"> |
16 | <h1 class="wims_docu_title">$tit</h1> |
17 | <h1 class="wims_docu_title">$tit</h1> |
17 | 18 | ||
18 | !if $titb=$empty |
19 | !if $titb=$empty |
19 | <p> |
- | |
20 | $name_noncreate |
20 | <p>$name_noncreate</p> |
21 | </p> |
- | |
22 | !exit |
21 | !exit |
23 | !endif |
22 | !endif |
24 | 23 | ||
25 | !if $datetest<0 |
24 | !if $datetest<0 |
26 | <p> |
- | |
27 | $name_noread |
25 | <p>$name_noread</p> |
28 | </p> |
- | |
29 | !exit |
26 | !exit |
30 | !endif |
27 | !endif |
31 | 28 | ||
32 | !if $datetest>0 |
29 | !if $datetest>0 |
33 | <p> |
- | |
34 | $name_expired |
30 | <p>$name_expired</p> |
35 | </p> |
- | |
36 | !exit |
31 | !exit |
37 | !endif |
32 | !endif |
38 | 33 | ||
39 | :newblock |
34 | :newblock |
40 | <h2 id="$block">$titb</h2> |
35 | <h2 id="$block">$titb</h2> |