Ignore:
Timestamp:
2004-12-02T09:56:11+13:00 (19 years ago)
Author:
schweer
Message:

worked on web interface

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl3/extensions/gsdl-as/lib/templates/error.vm

    r8630 r8720  
    33    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    44<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>
     5    <head>
     6        <title>Greenstone Digital Library Software</title>
     7        <link href="default.css" rel="stylesheet" type="text/css"/>
     8    </head>
     9    <body>
     10        <div id="content">
     11            <h3>Alerting Service for Greenstone</h3>
     12            <p>$title</p>
     13            <p class="error">$message</p>
     14            <p class="details">$details</p>
     15            <a href="/alerting">back</a> to the alerting service
     16        </div>
    1617
    17 </body>
     18    </body>
    1819</html>
Note: See TracChangeset for help on using the changeset viewer.