/usr/share/prayer/templates/cam/header.t is in prayer-templates-src 1.3.5-dfsg1-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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">
|