source: branches/stable/templates/admin/header.tmpl@ 605

Last change on this file since 605 was 605, checked in by Kris Deugau, 11 years ago

/branches/stable

Brown-paper-bag fixup commit:

  • add another type to the set which can use nodes
  • template and code changes to let admin allocations includ VRF info
  • fix subtle bug in getTypeList() that returned the Routing type when it shouldn't
  • compare and display VRF info on searches
  • minor HTML formatting tweaks for clarity

Bump version to 2.8.1

File size: 598 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 v<TMPL_VAR NAME=version>]</title>
5 <link rel="stylesheet" type="text/css" href="<TMPL_VAR NAME=webpath>/ipdb.css">
6 <link rel="stylesheet" type="text/css" href="<TMPL_VAR NAME=webpath>/local.css">
7 <script src="<TMPL_VAR NAME=webpath>/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="<TMPL_VAR NAME=webpath>/cgi-bin/admin.cgi">Back</a> to Admin Tools<hr></TMPL_UNLESS>
15
Note: See TracBrowser for help on using the repository browser.