source: trunk/www/db_po/index-header.html@ 11353

Last change on this file since 11353 was 11353, checked in by Daniela Dorner, 13 years ago
added script to display and edit entries of the configuration database (ProgramOptions) and scripts which are called by this script
File size: 574 bytes
Line 
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
2
3<html>
4<head>
5 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
6 <meta name="Author" content="Daniela Dorner">
7 <title>FACT Configuration DB</title>
8 <link rel="stylesheet" type="text/css" href="po.css">
9 <style type="text/css">
10 <!--
11 select.Width
12 { width: 150px; }
13 input.Width
14 { width: 102px; }
15 -->
16 </style>
17<script type="text/javascript" src="po.js">You need JavaScript switched on for this page to work!</script>
18</head>
19
20<body>
Note: See TracBrowser for help on using the repository browser.