[ Index ] |
PHP Cross Reference of osCMax 2.0.4 |
[Summary view] [Print] [Text view]
1 <?php if (!defined ('DIR_FS_CATALOG')) die ("Access denied."); ?> 2 <?php /* infobox template */ ?> 3 <tr> 4 <td> 5 <table border="0" width="100%" cellspacing="0" cellpadding="0"> 6 <tr> 7 <td height="14" class="infoBoxHeading"><img src="images/infobox/<?php switch ($corner_left) { case 'square': echo 'corner_right_left.gif'; break; case 'rounded': echo 'corner_left.gif'; break;} ?>" border="0" alt="" width="11" height="14"></td> 8 <td width="100%" height="14" class="infoBoxHeading"><?php echo $boxHeading; ?></td> 9 <td height="14" class="infoBoxHeading" nowrap><?php echo $boxLink; ?><img src="images/<?php switch ($corner_right) { case 'square': echo 'pixel_trans.gif'; break; case 'rounded': echo 'infobox/corner_right.gif'; break;} ?>" border="0" alt="" width="11" height="14"></td> 10 </tr> 11 </table> 12 <table border="0" width="100%" cellspacing="0" cellpadding="1" class="infoBox"> 13 <tr> 14 <td><table border="0" width="100%" cellspacing="0" cellpadding="3" class="infoBoxContents"> 15 <tr> 16 <td><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="1"></td> 17 </tr> 18 <tr> 19 <td class="boxText"<?php echo $boxContent_attributes; ?>><?php echo $boxContent; ?></td> 20 </tr> 21 <tr> 22 <td><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="1"></td> 23 </tr> 24 </table> 25 </td> 26 </tr> 27 </table> 28 </td> 29 </tr>
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Fri Jan 1 13:43:16 2010 | Cross-referenced by PHPXref 0.7 |