File: header.t

package info (click to toggle)
prayer 1.3.4-dfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 6,416 kB
  • sloc: ansic: 43,089; makefile: 812; sh: 451; perl: 166
file content (29 lines) | stat: -rw-r--r-- 1,166 bytes parent folder | download | duplicates (6)
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
%# $Cambridge: hermes/src/prayer/templates/cam/header.t,v 1.3 2009/01/13 14:55:09 dpc22 Exp $
%#
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
% IFDEF $g_service_name
<title><% $g_service_name |h %> Webmail Service</title>
% ELSE
<title>Prayer Webmail Service</title>
% ENDIF
<meta name="robots" content="none" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<link rel="stylesheet" href="/static/layout.css"
      type="text/css" media="all" />
<link rel="stylesheet" href="/static/print.css"
      type="text/css" media="print" />
<link rel="stylesheet" href="/static/camstyle.css"
      type="text/css" media="all" />
<link rel="icon" type="image/png"  href="/icons/msg-seen.png" />

<!--[if IE 6]><link rel="stylesheet" href="/static/ie6.css"
type="text/css" media="screen" /><script type="text/javascript"
src="/static/minmax.js"></script><![endif]-->
<!--[if IE 7]><link rel="stylesheet" href="/static/ie7.css"
type="text/css" media="screen" /><![endif]-->
</head>

<body class="one-col">