File: outer.html

package info (click to toggle)
madman 0.93.0-3
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 2,060 kB
  • ctags: 3,309
  • sloc: cpp: 14,194; ansic: 13,331; sh: 100; makefile: 62; python: 54
file content (21 lines) | stat: -rw-r--r-- 629 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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
  <head>
    <title>%1</title>
    <link rel="stylesheet" type="text/css" href="/madman/static/format.css">
  </head>
  <body>
    <div id="MadmanLogo">
      <a href="/"><img src="/madman/static/madman_logo.png" alt="Return Home"></a>
      <div id="MadmanLettering">
	<a href="http://madman.sf.net"><img src="/madman/static/madman_lettering.png" alt="Go to the madman homepage"></a>
      </div>
    </div>
    <div id="MadmanMenu">
      %2
    </div>
    <div id="MadmanBody">
      %3
    </div>
  </body>
</html>