File: errorMessage.pih

package info (click to toggle)
karrigell 2.3.2-1.1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 6,484 kB
  • ctags: 4,167
  • sloc: python: 18,122; ansic: 370; sh: 129; makefile: 53; xml: 29
file content (23 lines) | stat: -rw-r--r-- 383 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<HTML>
<head>
<style>
td.footer {  font-size:70%; background-color: #CCFFFF; border-width: 1; border-style:solid;}
</style>
</head>

<body>

<h1><%_ "Error in" %>&nbsp;<a href="<%= path %>"><%= path %></a></h1>
<%= msg %>

<p>
<table>
<tr>
<td class="footer">
<%= REQUEST_HANDLER.server_version %>
&nbsp;<%= REQUEST_HANDLER.date_time_string() %>
</td>
</tr>
</table>
</body>
</html>