PHP Classes

File: vmenu.phtml

Recommend this page to a friend!
  Classes of Slava Ivanov   vCard Class   vmenu.phtml   Download  
File: vmenu.phtml
Role: Example script
Content type: text/plain
Description: example application
Class: vCard Class
Class to manipulate with vCard information
Author: By
Last change:
Date: 21 years ago
Size: 1,632 bytes
 

Contents

Class file image Download
<tr>
<td width="3" height="22">&nbsp;</td>
<td width="52" height="22" bgcolor="#bebebe" align="center" valign="middle"><? if ($SCRIPT_NAME == "index.phtml") { ?><font class="menu"><b>&nbsp;Summary&nbsp;</b></font><? } else { ?>&nbsp;<a href="javascript:dosubmit('index',document.<? echo $FORM_NAME ?>);" class="menu">Summary</a>&nbsp;<? } ?></td>
<td width="51" height="22" bgcolor="#bebebe" align="center" valign="middle"><? if ($SCRIPT_NAME == "personal.phtml") { ?><font class="menu"><b>&nbsp;Personal&nbsp;</b></font><? } else { ?>&nbsp;<a href="javascript:dosubmit('personal',document.<? echo $FORM_NAME ?>);" class="menu">Personal</a>&nbsp;<? } ?></td>
<td width="40" height="22" bgcolor="#bebebe" align="center" valign="middle"><? if ($SCRIPT_NAME == "home.phtml") { ?><font class="menu"><b>&nbsp;Home&nbsp;</b></font><? } else { ?>&nbsp;<a href="javascript:dosubmit('home',document.<? echo $FORM_NAME ?>);" class="menu">Home</a>&nbsp;<? } ?></td>
<td width="53" height="22" bgcolor="#bebebe" align="center" valign="middle"><? if ($SCRIPT_NAME == "business.phtml") { ?><font class="menu"><b>&nbsp;Business&nbsp;</b></font><? } else { ?>&nbsp;<a href="javascript:dosubmit('business',document.<? echo $FORM_NAME ?>);" class="menu">Business</a>&nbsp;<? } ?></td>
<td width="38" height="22" bgcolor="#bebebe" align="center" valign="middle"><? if ($SCRIPT_NAME == "other.phtml") { ?><font class="menu"><b>&nbsp;Other&nbsp;</b></font><? } else { ?>&nbsp;<a href="javascript:dosubmit('other',document.<? echo $FORM_NAME ?>);" class="menu">Other</a>&nbsp;<? } ?></td>
<td width="248" height="22">&nbsp;</td>
</tr>