File: addresses.html

package info (click to toggle)
mailreader 2.3.36-3.1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 1,632 kB
  • ctags: 131
  • sloc: perl: 3,496; sh: 405; makefile: 68
file content (59 lines) | stat: -rw-r--r-- 1,067 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<HTML>

<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset={CharSet}">
{CommonStyleSheet}

<TITLE>{TextABookHeader} - Mailreader.com</TITLE>

<SCRIPT LANGUAGE="JavaScript">
<!-- 

function submitForm() {

	document.mainform.submit();
}


{CommonJavaScript}

// -->
</SCRIPT>
</HEAD>

<BODY BGCOLOR="{BgrColor}" TEXT="{TextColor}" LINK="{LinkColor}"
VLINK="{LinkColor}" ALINK="{ALinkColor}">

{ImageTinyLogo}

{Advertisement}
<BR CLEAR=all><BR>

<TABLE CELLSPACING=0 CELLPADDING=2 BORDER=0 WIDTH={TableWidth} BGCOLOR="{HdrBgrColor}">
	<TD><FONT COLOR="{HdrTextColor}">
		{BigTextStart}{TextABookHeader}{BigTextEnd}
	</FONT></TD>
	<TD ALIGN=center><FONT COLOR="{HdrTextColor}">
		{SmallTextStart}[ {Login}@{Server} ]{SmallTextEnd}
	</FONT></TD>
	<TD ALIGN=right>
		{HelpButton}
	</TD>
</TABLE>
<P>

<FORM ACTION="{ScriptName}?R{RandomNumber}" METHOD="post" NAME="mainform">

<!--begin-->

</FORM>

<TABLE WIDTH={TableWidth}>
	<TD ALIGN=right>
		{TextCopyright}
	</TD>
</TABLE>

</BODY>
</HTML>