File: template.html

package info (click to toggle)
postfixadmin 2.3.5-2%2Bdeb7u1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 6,200 kB
  • sloc: php: 25,767; xml: 14,485; perl: 964; sh: 664; python: 169; makefile: 84
file content (42 lines) | stat: -rw-r--r-- 1,602 bytes parent folder | download | duplicates (2)
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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>TITLE</title>
<link rel="stylesheet" type="text/css" href="../simpletest.css" media="screen" title="Normal" />
</head>
<body>
<div>
	<div id="actions">
		<div id="logo">
			<a href="http://simpletest.org/index.html"><img name="simpletestlogo" src="../images/simpletest-logo.png" width="335" height="127" border="0" id="simpletestlogo" alt="" /></a>
		</div>
		<div>
			<div>
				<a href="download.html"><img name="simpletestdownload" src="../images/simpletest-download.png" width="305" height="109" border="0" id="simpletestdownload" alt="" /></a>
				LINKS_DOWNLOAD
			</div>
			<div>
				<a href="start-testing.html"><img name="simpleteststarttesting" src="../images/simpletest-start-testing.png" width="305" height="109" border="0" id="simpleteststarttesting" alt="" /></a>
				LINKS_START_TESTING
			</div>
			<div>
				<a href="support.html"><img name="simpletestsupport" src="../images/simpletest-support.png" width="305" height="109" border="0" id="simpletestsupport" alt="" /></a>
				LINKS_SUPPORT
			</div>
			<div id="credits">
				<a href="http://sourceforge.net/projects/simpletest">
				<img src="http://sourceforge.net/sflogo.php?group_id=76550&amp;type=1" width="88" height="31" border="0" alt="SourceForge.net Logo" />
				</a>
			</div>
		</div>
	</div>
	<div id="content">
		<h1>TITLE</h1>

		CONTENT
	</div>
</div>

</body>
</html>