source: branches/htmlform/templates/admin/header.tmpl@ 487

Last change on this file since 487 was 487, checked in by Kris Deugau, 14 years ago

/branches/htmlform

Finish IP pool tweaking
Complete email notice configuration
Finish most of block allocation
Add generic error page
Fix admin header with reference to Javascript bits
See #3, #15, #26

File size: 486 bytes
Line 
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
2<html>
3<head>
4 <title>[IPDB admin tools]</title>
5 <link rel="stylesheet" type="text/css" href="/ip/ipdb.css">
6 <link rel="stylesheet" type="text/css" href="/ip/local.css">
7 <script src="/ip/templates/widgets.js" type="text/javascript"></script>
8</head>
9<body>
10<h2>IPDB - Administrative Tools</h2>
11
12<div>
13
14<TMPL_UNLESS mainpage><a href="/ip/cgi-bin/admin.cgi">Back</a> to main<hr></TMPL_UNLESS>
15
Note: See TracBrowser for help on using the repository browser.