summaryrefslogtreecommitdiffstats
path: root/php/pgets-intro.html
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2004-03-03 01:25:46 +0000
committerLennart Poettering <lennart@poettering.net>2004-03-03 01:25:46 +0000
commit285f7ad7d0aed48cd5cb13a2437e80d26fffc254 (patch)
tree09dddce764a851f970cdaffd40abee0f6bd84dc0 /php/pgets-intro.html
parent6f8db736a197520f88aab498eead8599641b10fe (diff)
commit initial release
git-svn-id: file:///home/lennart/svn/public/pgets/trunk@3 768266df-afd4-0310-94a7-d396c829e022
Diffstat (limited to 'php/pgets-intro.html')
-rw-r--r--php/pgets-intro.html43
1 files changed, 43 insertions, 0 deletions
diff --git a/php/pgets-intro.html b/php/pgets-intro.html
new file mode 100644
index 0000000..98a66c2
--- /dev/null
+++ b/php/pgets-intro.html
@@ -0,0 +1,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>