Alois Mahdal 10 years ago
parent
commit
51ee64a0d1
1 changed files with 45 additions and 45 deletions
  1. 45
    45
      views/html.tt

+ 45
- 45
views/html.tt View File

1
 [% IF warnings.0 %]
1
 [% IF warnings.0 %]
2
-        <aside id="errbox">
2
+<aside id="errbox">
3
 
3
 
4
-            <h1>SUGAR-TRAIL WARNINGS</h1>
4
+    <h1>SUGAR-TRAIL WARNINGS</h1>
5
 
5
 
6
-            <blockquote id="warnings">
6
+    <blockquote id="warnings">
7
 [% FOREACH w in warnings %]
7
 [% FOREACH w in warnings %]
8
-                <p>[% w %]</p>
8
+        <p>[% w %]</p>
9
 [% END %]
9
 [% END %]
10
-            </blockquote>
10
+    </blockquote>
11
 
11
 
12
-        </aside>
12
+</aside>
13
 [% END %]
13
 [% END %]
14
 
14
 
15
-        <form>
16
-
17
-            <header>
18
-                <p>This is the release client protocol.  Here the body starts...</p>
19
-            </header>
20
-
21
-            <article>
22
-                <time datetime="2010-01-12">yeah</time>
23
-                <header>
24
-                    <h1><a href="#" rel="bookmark"
25
-                            title="link to this test">Main</a>
26
-                    </h1>
27
-                </header>
28
-
29
-                <ol>
30
-                    <li>Check A
31
-                        <ul>
32
-                            <li>result is a</li>
33
-                        </ul>
34
-                    </li>
35
-                    <li>Check IMAPIsm</li>
36
-                    <li>Check POP3ism
37
-                        <ul>
38
-                            <li>result is OK</li>
39
-                    </ul></li>
40
-                    <li>Some XP thing</li>
41
-                    <li>Some Win7 thing</li>
42
-                    <li>Some amd64 thing</li>
43
-                </ol>
44
-
45
-                <p>Some final comments.</p>
46
-
47
-            </article>
48
-
49
-        </form>
50
-
51
-        <footer>
52
-            <p>(c) Me</p><p>&#167; 2013 <a href="#">Alois Mahdal</a></p>
53
-        </footer>
15
+<form>
16
+
17
+    <header>
18
+        <p>This is the release client protocol.  Here the body starts...</p>
19
+    </header>
20
+
21
+    <article>
22
+        <time datetime="2010-01-12">yeah</time>
23
+        <header>
24
+            <h1><a href="#" rel="bookmark"
25
+                    title="link to this test">Main</a>
26
+            </h1>
27
+        </header>
28
+
29
+        <ol>
30
+            <li>Check A
31
+                <ul>
32
+                    <li>result is a</li>
33
+                </ul>
34
+            </li>
35
+            <li>Check IMAPIsm</li>
36
+            <li>Check POP3ism
37
+                <ul>
38
+                    <li>result is OK</li>
39
+            </ul></li>
40
+            <li>Some XP thing</li>
41
+            <li>Some Win7 thing</li>
42
+            <li>Some amd64 thing</li>
43
+        </ol>
44
+
45
+        <p>Some final comments.</p>
46
+
47
+    </article>
48
+
49
+</form>
50
+
51
+<footer>
52
+    <p>(c) Me</p><p>&#167; 2013 <a href="#">Alois Mahdal</a></p>
53
+</footer>