summaryrefslogtreecommitdiff
path: root/user/Test/index.htc
diff options
context:
space:
mode:
Diffstat (limited to 'user/Test/index.htc')
-rw-r--r--user/Test/index.htc72
1 files changed, 72 insertions, 0 deletions
diff --git a/user/Test/index.htc b/user/Test/index.htc
new file mode 100644
index 0000000..e234949
--- /dev/null
+++ b/user/Test/index.htc
@@ -0,0 +1,72 @@
1\clearance{}
2%\clearance.domain{.default}
3%\clearance.cookie{LANG}{en}
4\alias{Test}
5\setpara{\para}
6\page{
7 \title{\req.useragent}
8
9 \h3{\req.accept.lang}
10
11 \[\T.test\]
12
13 <br>
14 \h1{&#163;}
15 <br>
16 \h1{&#182;}
17 \h3{&#182;}
18 \h5{&#182;}
19 &#182;
20
21 [(first \resp.getstatus) == 200]
22
23 aaa
24
25\*{
26 <form action="http://www.ausys.se/servlet/PSP" method="post">
27 <input type=hidden name=iNodeID value=822>
28 <input type=hidden name=firstTime value=false>
29 <input type=hidden name=chSearchWords value="test">
30 <input type=hidden name=iSearchType value=2>
31 <input type=hidden name=chArea value=AU-System>
32 <input type=submit value="Search">
33 </form>
34}
35
36 bbb
37
38 %\sleep(2)
39
40 %\for(i:=0)(i<10)(i+=1){\sleep(1)}
41
42 %\log{something}
43
44 %\throw{halleluja}
45
46 [test:={
47 how
48
49 does
50
51 this\\
52 come out?
53 }];
54 \run.local{test}
55
56 <pre>
57 %\tok
58 </pre>
59
60 \form.multi{
61 \file{image/*}{FILE}{40}
62 \button{try}
63 }
64 hello?
65}
66\onpost{
67 \sleep{3}
68 %\save{/tmp/\filesafe{\T.FILE}}{T.FILE}
69 \output{
70 OK?
71 }
72}