home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2005 April
/
PCWorld_2005-04_cd.bin
/
akce
/
web
/
phpnuke
/
PHP-Nuke-7.5.exe
/
html
/
themes
/
3D-Fantasy
/
tables.php
< prev
next >
Wrap
PHP Script
|
2004-01-29
|
2KB
|
46 lines
<?php
function OpenTable() {
echo "<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\" width=\"100%\"><tr>
<td width=\"15\" height=\"15\"><img src=\"themes/3D-Fantasy/images/up-left2.gif\" alt=\"\" border=\"0\"></td>
<td background=\"themes/3D-Fantasy/images/up2.gif\" align=\"center\" width=\"100%\" height=\"15\"> </td>
<td><img src=\"themes/3D-Fantasy/images/up-right2.gif\" width=\"15\" height=\"15\" alt=\"\" border=\"0\"></td></tr>
<tr>
<td background=\"themes/3D-Fantasy/images/left2.gif\" width=\"15\"> </td>
<td bgcolor=\"ffffff\" width=\"100%\">";
}
function OpenTable2() {
echo "<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\" align=\"center\"><tr>
<td width=\"15\" height=\"15\"><img src=\"themes/3D-Fantasy/images/up-left2.gif\" alt=\"\" border=\"0\"></td>
<td background=\"themes/3D-Fantasy/images/up2.gif\" align=\"center\" height=\"15\"> </td>
<td><img src=\"themes/3D-Fantasy/images/up-right2.gif\" width=\"15\" height=\"15\" alt=\"\" border=\"0\"></td></tr>
<tr>
<td background=\"themes/3D-Fantasy/images/left2.gif\" width=\"15\"> </td>
<td bgcolor=\"ffffff\">";
}
function CloseTable() {
echo "</td>
<td background=\"themes/3D-Fantasy/images/right2.gif\"> </td></tr>
<tr>
<td width=\"15\" height=\"15\"><img src=\"themes/3D-Fantasy/images/down-left2.gif\" alt=\"\" border=\"0\"></td>
<td background=\"themes/3D-Fantasy/images/down2.gif\" align=\"center\" height=\"15\"> </td>
<td><img src=\"themes/3D-Fantasy/images/down-right2.gif\" width=\"15\" height=\"15\" alt=\"\" border=\"0\"></td></tr>
</td></tr></table>
<br>";
}
function CloseTable2() {
echo "</td>
<td background=\"themes/3D-Fantasy/images/right2.gif\"> </td></tr>
<tr>
<td width=\"15\" height=\"15\"><img src=\"themes/3D-Fantasy/images/down-left2.gif\" alt=\"\" border=\"0\"></td>
<td background=\"themes/3D-Fantasy/images/down2.gif\" align=\"center\" height=\"15\"> </td>
<td><img src=\"themes/3D-Fantasy/images/down-right2.gif\" width=\"15\" height=\"15\" alt=\"\" border=\"0\"></td></tr>
</td></tr></table>
<br>";
}
?>