Курсовая работа: Создание сайта Библиотека онлайн
echo "<tr>\n";
echo "<td background=\"image/bg_shadow_top.gif\"></td>\n";
echo "</tr>\n";
echo "</table>\n";
echo "<table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\n";
echo "<tr valign=\"top\">\n";
echo "<td height=\"600\" background=\"image/bg_circle_left.gif\" width=\"19\"></td>\n";
echo "<td height=\"600\" background=\"image/bg_rect.gif\" text-align=\"justify\">\n";
echo "<table width=\"100%\" border=\"0\" height=\"100%\" cellspacing=\"10\">\n";
echo "<tr><td valign=\"top\">\n";
}
//-----------------------------------------------------------
function DisplayButton($width, $name, $url, $active = true)
{
if ($active)
{
echo "<td align=\"center\" width=\"$width%\"><a href=\"$url\"><font color=\"blue\">$name</font></a></td>\n";
}
else {
echo "<td align=\"center\" width=\"$width%\"><font color=\"blue\"><b>$name<b></font></td>\n";
}
}
//-----------------------------------------------------------
function DisplayFooter()
{
echo "</td></tr>\n";
echo "</table>\n";
echo "</td>\n";
echo "<td height=\"600\" background=\"image/bg_circle_rigth.gif\" width=\"22\"></td>\n";