This repository was archived by the owner on Jul 1, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathadmin.php
More file actions
38 lines (38 loc) · 3.19 KB
/
admin.php
File metadata and controls
38 lines (38 loc) · 3.19 KB
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
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<link rel="stylesheet" type="text/css" href="index.css">
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<title>Five Stone Property Tax TCAD Tools</title>
<?php include_once("library/accountinfo.php");?>
</head>
<body id="page4">
<img src="resources/FS-Logo-PropertyTax-wTagline.png" width="615" height="141" title="" alt="Five Stone Property Tax">
<br>
<br>
<ul id="tabs">
<li id="tab1"><a href="index.html">Table Lookups</a></li>
<li id="tab2"><a href="batch_complete.php">Batch Processing</a></li>
<li id="tab4"><a href="admin.php">Admin Tools</a></li></ul>
Database:<?php echo $database ?>
<p><strong>Test Samples</strong><br>
<a href="resultSubjComps.html?target=properties&propid=708686&c1=729770&c1sp=595000&c1sd=9%2F29%2F2010&c2=729775&c2sp=605775&c2sd=07%2F29%2F2010&c3=783824&c3sp=685000&c3sd=12-15-2008&Submit=Build+Sales+Table">Sales Comp Sample</a><br>
<a href="resultSubjComps.html?target=properties&propid=253870&c1=253877&c2=253882&c3=253875">Equity Comp Sample</a><br>
<!--<a href="letter.php?hood=X9000&ampSubmit=Search"> Neighborhood Sample</a><br>-->
<a href="bestcomps.php?propid=129972&display=100&Submit=Search">Find Comps</a><br>
<a href="bestcomps.php?propid=129972&display=100&Submit=Search&equity=false">Find Comps Sales</a><br>
<a href="resultSubjComps.html?target=massreport&propid=129972&display=10&Submit=Search">Find Comps & Gen Report</a><br>
<a href="resultSubjComps.html?target=massreport&propid=129972&display=10&Submit=Search&style=sales">Find Comps Sales & Gen Report</a><br>
<a href="resultSubjComps.html?target=massreport&propid=708686&display=10&Submit=Search&style=sales">Test Empty Sales Comps</a><br>
<a href="resultSubjComps.html?target=properties&propid=100218&c1=101636&c1sp=450000&c1sd=02%2F01%2F2010&Submit=Build+Sales+Table">Test Comps with multi Improvements</a><br>
</p>
<p>Prior Issues</p>
<a href="resultSubjComps.html?target=massreport&multiyear=1&limit=20&style=sales&propid=114667&S%26G=Search+and+Generate&sqftPct=2">Issue 17: Should return 0 hits</a><br>
<a href="resultSubjComps.html?target=massreport&multiyear=1&limit=20&style=sales&propid=114667&S%26G=Search+and+Generate&sqftPct=75">Issue 17: Should return many hits</a><br>
<a href="bestcomps.php?propid=141826&display=100&Submit=Search&equity=false">Issue 14: Had Duplicate Comps</a><br>
<a href="resultSubjComps.html?target=massreport&multiyear=1&limit=10&style=sales&propid=718039&S%26G=Search+and+Generate">Issue 11:Duplicate between MLS and Sales</a><br>
<a href="resultSubjComps.html?target=massreport&includemls=off&multihood=off&limit=10&style=sales&propid=210850&S%26G=Search+and+Generate">Issue 8: Duplicate Comps</a><br>
<a href="resultSubjComps.html?target=properties&propid=105290&c1=104522&c1sp=739000&c1sd=2%2F18%2F2014&Submit=Build+Sales+Table">Issue 23: Multi Improvements</a><br>
<a href="resultSubjComps.html?propid=187428&c1=189181&c1sp=&c1sd=&target=properties&Submit=Build+Equity+Table">Multiple Imps of same type causing reuse of matching PORCH</a>
</body>
</html>