File: example_pq.html

package info (click to toggle)
printbill 4.1.2-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 660 kB
  • ctags: 151
  • sloc: perl: 5,488; ansic: 271; sh: 240; makefile: 108
file content (25 lines) | stat: -rw-r--r-- 668 bytes parent folder | download
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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html>
<head>
	<title>Print Quota System</title>
	<meta http-equiv="Content-Type" content="text/html">
	<meta name="description" content="Print quota system">
<!--	<link rel="stylesheet" href="/some_stylesheet.css">	-->
</head>

<body>

<center><h1>Print Quota System</h1></center>

<p>This is the web interface to the printer quota system. Choose one of the
following options:

<ul>
<li><a href="/cgi-bin/webpqcheck.pl">Access user information</a>
<li><a href="/cgi-bin/webpqadmin.pl">Access administration system (restricted)</a>
</ul>

<hr>

</body>
</html>