public
Description: The watchdog project.
Homepage: http://watchdog.net/
Clone URL: git://github.com/aaronsw/watchdog.git
Click here to lend your support to: watchdog and make a donation at www.pledgie.com !
watchdog / templates / find_badaddr.html
100644 17 lines (13 sloc) 0.43 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
$def with (zip, address)
 
$var width: 90%
$var color: white
 
$var title: Address not found
 
<p>Oops. We couldn't find <strong>$address, $zip</strong>. Are you sure you had that right?</p>
 
<form method="GET" action="/us/">
  <p>You can try again:</p>
  <p>
    <input type="text" name="address" value="$address" /> in
    <input type="text" name="zip" value="$zip" size="7" />
    <button type="submit">Go</button>
  </p>
</form>