<!-- TITLE: Templates Diagnostics --> <center> Diagnose Template Engine Errors. <br /> Use the button below to diagnose website templates if you got "Parsing Error" message. <br /> <br /> <form method=post> <input type=submit value="Diagnose" class="button" name=go> </form> </center> <table border=1 width="90%" cellpadding=2 cellspacing=0 align=center> <tr class="ex_row"> <th width="*">File</th> <th width=70>Status</th> </tr> <!-- TPL_INSERT : row --> <!-- TPL_CELL : def --> <tr> <td>##entry##</td> <td align=center> <b> <!-- IF ##ok## --> <font color=green>OK</font> <!-- ELSE --> <font color=red>FAILED</font> <!-- ENDIF --> </b> </td> </tr> <!-- /TPL_CELL : def --> <!-- /TPL_INSERT : row --> </table>