File: wm_reply.thtml

package info (click to toggle)
libaws 2.2dfsg-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 7,624 kB
  • ctags: 1,173
  • sloc: ada: 61,829; ansic: 6,483; makefile: 1,282; xml: 196; sh: 119; java: 112; python: 66; sed: 40
file content (45 lines) | stat: -rw-r--r-- 906 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<html> 
<head> 
<title>AWS Web Mail Demo</title>
</head>

<body>
<p>Simple Web Mail (AWS @_AWS_VERSION_@)

<p>Message @_WM_INDEX_@ for mailbox <b>@_WM_USER_NAME_@</b>
on server @_WM_POP_SERVER_@
<p>Reply will be sent via @_WM_SMTP_SERVER_@

<br>
<br>

<table>
<tr><td><b>To:</b><td>@_WEB_ESCAPE:WM_FROM_@
@@IF@@ @_WM_TO_ALL_@ and @_EXIST:WM_CC_@
, @_WEB_ESCAPE:WM_CC_@
@@END_IF@@
</tr>
<tr><td><b>Subject:</b><td>Re: @_WM_SUBJECT_@</tr>
</table>

<form action="/wm_send" method="POST">
<input type="hidden" name="WM_TO" 
@@IF@@ @_WM_TO_ALL_@ and @_EXIST:WM_CC_@
value="@_WEB_ESCAPE:WM_FROM_@, @_WEB_ESCAPE:WM_CC_@"
@@ELSE
value="@_WEB_ESCAPE:WM_FROM_@"
@@END_IF@@
>
<input type="hidden" name="WM_SUBJECT" value="Re: @_WM_SUBJECT_@">

<textarea name="WM_CONTENT" rows="20" cols="70">
@_WEB_ESCAPE:WM_CONTENT_@
</textarea>

<br>
<br>

<input type="submit" name="send" value=" Send ">
</form>
</body>
</html>