source: trunk/greenstone3-extensions/gsdl-as/lib/templates/error.vm@ 8630

Last change on this file since 8630 was 8630, checked in by schweer, 19 years ago

restructured servlet to use velocity

  • Property svn:keywords set to Author Date Id Revision
File size: 490 bytes
Line 
1<?xml version="1.0"?>
2<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
3 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
4<html xmlns="http://www.w3.org/1999/xhtml">
5<head>
6<title>Greenstone Digital Library Software</title>
7<link href="default.css" rel="stylesheet" type="text/css"/>
8</head>
9<body>
10<h1>Alerting Service for Greenstone</h1>
11<h2>$title</h2>
12<div class="content">
13<p class="error">$message</p>
14<p class="details">$details</p>
15</div>
16
17</body>
18</html>
Note: See TracBrowser for help on using the repository browser.