示例#1
0
echo GESHI_VERSION;
?>
<br />
                &nbsp;
            </td>
        </tr>
        <tr>
            <td><!-- Corner spacer --></td>
            <td style="width: 30%"><hr /></td>
            <td style="text-align: center">
                <a href="http://validator.w3.org/check?uri=referer">
                    <img style="display: inline" src="images/valid-xhtml11.png" alt="Valid XHTML 1.1" />
                </a>
            </td>
            <td style="width: 5%"><hr /></td>
            <td style="text-align: center">
                <a href="http://jigsaw.w3.org/css-validator/check/referer">
                    <img style="display: inline" src="images/valid-css.png" alt="Valid CSS" />
                </a>
            </td>
            <td style="width: 30%"><hr /></td>
            <td><!-- Corner spacer --></td>
        </tr>
        <?php 
drawTableBorder('b', 'white', FALSE, 5);
?>
    </table>
</body>

</html>
示例#2
0
<html xmlns="http://www.w3.org/1999/xhtml">

<head>
    <title>glex - An OpenGL Extension Specification Parser (Version 1)</title>
    <link type="text/css" href="style.css" rel="stylesheet" />
</head>

<body>
    <div style="height: 128px"></div>

    <table style="width: 50%">
        <?php 
drawTableBorder('t', 'white');
?>
        <tr>
            <td><!-- Corner spacer --></td>
            <td style="text-align: center">
                <h2>Error 404: Not Found</h2>
                <h4>The requested file was not found on this server.</h4>
            </td>
            <td><!-- Corner spacer --></td>
        </tr>
        <?php 
drawTableBorder('b', 'white');
?>
    </table>
</body>

</html>