File: admin-main.html

package info (click to toggle)
courier 1.5.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 54,444 kB
  • sloc: ansic: 130,619; cpp: 33,255; sh: 10,437; perl: 4,250; makefile: 3,447; sed: 39
file content (42 lines) | stat: -rw-r--r-- 1,170 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
    "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
  <meta name="MSSmartTagsPreventParsing" content="TRUE" />
  <meta name="Author" content="Sam Varshavchik" />
  <!-- Copyright 2001 Double Precision, Inc.  See COPYING for -->
  <!-- distribution information. -->
  <title>@PACKAGE@ @VERSION@ - Server Configuration - Main Menu</title>
  <!--
  [#NOUPDATE=<em>Install new configuration</em>#]
  [#NOCANCEL=<em>Cancel new configuration</em>#]

  [#DOUPDATE=<a href="@MAINMENU@/save"><span style="color: #008000">Install new configuration</span></a>#]
  [#DOCANCEL=<a href="@MAINMENU@/cancel"><span style="color: #800000">Cancel new configuration</span></a>#]

  [#___#]
  -->
</head>

<body text="#000000" bgcolor="#ffffff" link="#0000ee" vlink="#0000ee"
alink="#ff0000">
<h1><tt>@PACKAGE@ @VERSION@</tt> - Server Configuration - Main Menu</h1>

<div style="margin-left: 3.5em;">
  @MENU@ <br />
  <br />


  <table border="0" cellpadding="8">
    <tbody>
      <tr>
        <td>@UPDATE@</td>
      </tr>
      <tr>
        <td>@CANCEL@</td>
      </tr>
    </tbody>
  </table>
</div>
</body>
</html>