<!-- TITLE: Saved Searches -->
<center>
<!-- TPL_INSERT : b_User_Menu -->
<!-- TPL_CELL : def -->
##USER_MENU##
<!-- /TPL_CELL : def -->
<!-- /TPL_INSERT : b_User_Menu -->
</center>
<p class=pagetitle>Saved Searches</p>
Now you can be instantly notified by email when new {items} are added that match your search criteria!
Just tick on "Notify by Email" checkboxes next to desired searches.
<form method="post">
<center>
<table width="100%" align="center" border=0 cellpadding=0 cellspacing=0>
<tr>
<td bgcolor="#C1C1C1">
<table width="100%" cellpadding=2 cellspacing=1 border=0>
<tr height=35>
<td bgcolor="#C1C1C1" class=txt8><b><u>Search Name</u></b></td>
<td bgcolor="#C1C1C1" class=txt8><b><u>Category</u></b></td>
<td width=20 bgcolor="#C1C1C1" class=txt8 align=center><b><u>Last Viewed</u></b></td>
<td width=10 bgcolor="#C1C1C1" class=txt8><b><u>Notify<br /><nobr>by Email</u></b></td>
<td width=10 bgcolor="#C1C1C1" class=txt8><b><u>Delete</u></b></td>
</tr>
<!-- TPL_INSERT : row -->
<!-- TPL_CELL : def -->
<tr height=30>
<td bgcolor="#F0F0DF" class=txt8><a href="##HW_MOD_URL##&redirect=##id##">##title##</a></td>
<td bgcolor="#F0F0DF" class=txt8>##cat_path##</td>
<td bgcolor="#F0F0DF" class=txt8 align=center><nobr>##fmt_date##<br />(##days## days ago)</td>
<td bgcolor="#F0F0DF"><input type="checkbox" name="nid[]" ##notify## value="##id##"></td>
<td bgcolor="#F0F0DF"><input type="checkbox" name="did[]" value="##id##"></td>
</tr>
<!-- /TPL_CELL : def -->
<!-- /TPL_INSERT : row -->
</table>
</td>
</tr>
<tr>
<td colspan=6 bgcolor="#C1C1C1">
<table cellpadding=5>
<tr>
<td>
You can add searches by first doing a <a href="index.php?page=search">search</a>
on the {items} you are interested in and clicking on the "Save This Search" button located near the
top of the screen on the search results.
</td>
</tr>
</table>
</td>
</tr>
</table>
<br />
<input type=submit value="Update" class=button name=go>
</form>