<?php $stnew=1; $ybsp='<span class=sp> </span>'; $top=<<<TOP <table width="100%" border="0" cellspacing="0" cellpadding="0" class="primtab"> <tr> <td> <table width="100%" border=0 cellspacing=0 cellpadding=0 class=bgcol> <tr height=29> <td bgcolor="#626191" class=tframe>%%HEADER%%</td> </tr> <tr> <td class=blr><div class=tsubtitle>%%SHOWING%% %%RANGE%%</div></td> </tr> <tr valign=middle> <td class=blrp> <table width="100%" border=0 cellspacing=0 cellpadding=0 class=tar> <tr> <td> <div class=warea> <table width="100%" border=0 cellspacing=1 cellpadding=0 class=vstable> TOP; $header=<<<HEADER <tr class=vshead height=20 align=center> <td width="7%"><b>%%LEVEL%%</b></td> <td width="10%"><b>%%FILE%%</b></td> <td width="10%"><b>%%FUNCTION%%</b></td> <td width="73%"> <table width="100%" border=0 cellspacing=0 cellpadding=0> <tr class=vscellh> <td><b> %%DESCRIPTION%%</b></td> <td align=right><b>%%TIME%% </b></td> </tr> </table> </td> </tr> HEADER; $empty=<<<EMPTY <tr height=20 class=areacol align=center onmouseover="this.className='sel'" onmouseout="this.className='usel'"> <td colspan=4><i>%%TEXT%%</i></td> </tr> EMPTY; $center=<<<CENTER <tr height=20 class=areacol align=center valign=top onmouseover="this.className='sel'" onmouseout="this.className='usel'"> <td>%%LEVEL%%</td> <td>%%FILE%%</td> <td>%%FUNCT%%</td> <td class=vspad align=left>%%DESC%%</td> </tr> CENTER; $delimiter=<<<DELIMITER <tr class=vshead height=20 align=center> <td colspan=4> <input type=hidden name=listcur value=%%LISTCUR%%> <table width="100%" border=0 cellspacing=0 cellpadding=0> <tr class=vsnopad> <td width="1%"><input width=20 height=20 name=lbeg type=image src="%%RF%%style/%%STYLE%%/image/lbeg.gif" title="%%LBEG%%" border=0></td> <td width="1%"><input width=20 height=20 name=lllscr type=image src="%%RF%%style/%%STYLE%%/image/lllscr.gif" title="%%LLLSCR%%" border=0></td> <td width="1%"><input width=20 height=20 name=llscr type=image src="%%RF%%style/%%STYLE%%/image/llscr.gif" title="%%LLSCR%%" border=0></td> <td class=vstext width="94%" align=center><b>%%RANGE%%</b></td> <td width="1%"><input width=20 height=20 name=lrscr type=image src="%%RF%%style/%%STYLE%%/image/lrscr.gif" title="%%LRSCR%%" border=0></td> <td width="1%"><input width=20 height=20 name=lrlscr type=image src="%%RF%%style/%%STYLE%%/image/lrlscr.gif" title="%%LRLSCR%%" border=0></td> <td width="1%"><input width=20 height=20 name=lend type=image src="%%RF%%style/%%STYLE%%/image/lend.gif" title="%%LEND%%" border=0></td> </tr> </table> </td> </tr> DELIMITER; $bottom=<<<BOTTOM </table> </div> </td> </tr> </table> </td> </tr> <tr> <td class=blrbb> <table width="100%" border=0 cellspacing=0 cellpadding=0> <tr> <td width="33%" align=left> <input TABINDEX=4 type="button" value=" %%CLEAR%% " class="sbt" onclick='FormExt(elog,"clear")' /></td> <td width="34%" align=center><input TABINDEX=4 type="button" value=" %%REFRESH%% " class="sbt" onclick='JumpFun(%%SCRIPT%%)' /></td> <td width="33%" align=right><div class=vstable><a href="#top"><b>%%BACKTT%%</b></a> </div></td> </tr> </table> </td> </tr> </table> </td> </tr> </table> <br> BOTTOM; ?>