diff options
| author | Henrik Rydberg <rydberg@euromail.se> | 2012-05-18 10:16:04 +0200 |
|---|---|---|
| committer | Henrik Rydberg <rydberg@euromail.se> | 2012-05-18 10:18:23 +0200 |
| commit | f83cc90e1ac9f252dcc36d833505ab5e00ae8e74 (patch) | |
| tree | 799475b6a878895d597496092c62befcb3dc8234 /user/Test/index.htc | |
| parent | efe1dd9bf92efbf6ab74f7323c39348b5efae4ce (diff) | |
Adding the old test user
Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
Diffstat (limited to 'user/Test/index.htc')
| -rw-r--r-- | user/Test/index.htc | 72 |
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{£} | ||
| 15 | <br> | ||
| 16 | \h1{¶} | ||
| 17 | \h3{¶} | ||
| 18 | \h5{¶} | ||
| 19 | ¶ | ||
| 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 | } | ||
