Index: branches/stable/nodesearch.html
===================================================================
--- branches/stable/nodesearch.html	(revision 396)
+++ branches/stable/nodesearch.html	(revision 396)
@@ -0,0 +1,20 @@
+<div class="indent">
+<div class="heading">Switch/tower search</div>
+<form action="/ip/cgi-bin/search.cgi" method=POST>
+<table bgcolor="black" cellspacing="1" cellpadding="2">
+<tr class="color1">
+<td>Find customers connected through to:</td>
+<td><select name=node>
+$$NODELIST$$
+</select></td>
+</tr>
+
+<tr class="color2">
+<td colspan=2 align=center><input type=submit value="Find customers"></td>
+</tr>
+<input type=hidden name=stype value=n>
+<input type=hidden name=page value=1>
+<input type=hidden name=rpp value=50>
+</table>
+</form>
+</div>
