<!-- TITLE: Add Related Category --> <table width="100%" align=top> <tr><td valign=top height=20><b>Select <font color=red>Related Category</font> for ##cat_name## and press OK or Cancel</b></td></tr> <tr> <td height=12><b>Selected Category: <a href="index.php?page=cat_related&cid=0&rel_id=##rel_id##">Home</a> <!-- IF ##cid## --> > <!-- ENDIF --> ##cat_path## </td> </tr> <tr> <td><hr size=1><b>Categories:</b> </td></tr> <form method=post name=cats> <tr><td> <!-- TPL_INSERT : cat --> <!-- TPL_CELL : row --> <b><a href="index.php?page=cat_related&cid=##id##&rel_id=##rel_id##">##name##</a></b><br /> <!-- /TPL_CELL : row --> <!-- /TPL_INSERT : cat --> </td></tr> </form> </table> <form action="index.php?page=cat_related" method=POST> <input type=hidden name=rel_id value="##rel_id##"> <input type=hidden name=cid value="##cid##"> <input type=submit name=go value=" OK " class=button> <input type=button value="Cancel" class=button OnClick="document.location='index.php?page=admin&pid=##rel_id##'"> </form>