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

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

/branches/htmlform

Start converting admin.cgi to templates (to make removal of references to CommonWeb.pm
subs simpler; see #3, #15, #26)
Completed:

  • Main page
  • ACL error page
  • rWHOIS customer data editing - list, edit new/update, confirm update
File size: 413 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</head>
8<body>
9<h2>IPDB - Administrative Tools</h2>
10
11<div>
12
13<TMPL_UNLESS mainpage><a href="/ip/cgi-bin/admin.cgi">Back</a> to main<hr></TMPL_UNLESS>
14
Note: See TracBrowser for help on using the repository browser.