summaryrefslogtreecommitdiffstats
path: root/php/pgets-intro.html
blob: 98a66c25f3591782f0e38b614390f4851e299eed (plain)
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
43
<?xml version="1.0" encoding="iso-8895-15"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">

<head>
<title>pgETS</title>
<link rel="stylesheet" type="text/css" href="style.css" />
</head>

<body>
<h1>ETS Call Accounting - Make Your Selection</h1>

<form action="pgets.php" method="get">

<h3>Direction</h3>
<div class="radiobox">
<div><input type="radio" checked name="direction" value="0"/>Outgoing + Incoming</div>
<div><input type="radio" name="direction" value="1"/>Outgoing</div>
<div><input type="radio" name="direction" value="2"/>Incoming</div>
</div>

<h3>Sort Order</h3>
<div class="radiobox">
<div><input type="radio" checked name=order value="0"/>Ascending</div>
<div><input type="radio" name="order" value="1"/>Descending</div>
</div>

<h3>Time Range</h3>
<p>Format is YYYY-MM-DD, leave empty for complete list.</p>
<p>Between <input type=input name="sdate" value=""/> and <input type=input name="edate" value=""/></p>
<div><input type="submit" value="Submit Query"/></div>

</form>

<hr/>
<p>
<b>Shortcuts:</b> <a href="pgets.php">Complete List</a> | <a href="pgets.php?special=1&amp;direction=1">Outgoing This Month</a>
</p>

<hr/>
<div class="grey"><!-- hhmts start -->Last modified: Mon Mar  1 00:03:59 CET 2004 <!-- hhmts end --></div>
</body>
</html>