Annotation of ExtFile/icons/types.html, revision 1.1

1.1     ! dwinter     1: <html><title>MIME-Type Icons</title>
        !             2: <body bgcolor="FFEEAA">
        !             3: <h2>Icons for different MIME-Types</h2>
        !             4: (Point your mouse on the icon and see the alt-text)
        !             5: <p>
        !             6: <table border="0" cellspacing="0" cellpadding="5">
        !             7: <tr>
        !             8:    <th align="left" valign="center">Broken:</th>
        !             9:    <td><img src="broken.gif" alt="in case of errors"></td>
        !            10: </tr>
        !            11: <tr>
        !            12:    <th align="left" valign="center">Default:</th>
        !            13:    <td><img src="default.gif" alt="all others (master default)"></td>
        !            14: </tr>
        !            15: <tr>
        !            16:    <th align="left" valign="center">Application:</th>
        !            17:    <td><img src="application/default.gif" alt="default">
        !            18:        <img src="application/doc.gif" alt="word">
        !            19:        <img src="application/pdf.gif" alt="pdf">
        !            20:        <img src="application/ppt.gif" alt="powerpoint">
        !            21:        <img src="application/xls.gif" alt="excel">
        !            22:        <img src="application/zip.gif" alt="zip/gz/tgz">
        !            23:    </td>
        !            24: </tr>
        !            25: <tr>
        !            26:    <th align="left" valign="center">Audio:</th>
        !            27:    <td><img src="audio/default.gif" alt="default"></td>
        !            28: </tr>
        !            29: <tr>
        !            30:    <th align="left" valign="center">Image:</th>
        !            31:    <td><img src="image/default.gif" alt="default"></td>
        !            32: </tr>
        !            33: <tr>
        !            34:    <th align="left" valign="center">Text:</th>
        !            35:    <td><img src="text/default.gif" alt="default">
        !            36:        <img src="text/html.gif" alt="html">
        !            37:        <img src="text/py.gif" alt="python">
        !            38:        <img src="text/xml.gif" alt="xml"></td>
        !            39: </tr>
        !            40: <tr>
        !            41:    <th align="left" valign="center">Video:</th>
        !            42:    <td>
        !            43:        <img src="video/default.gif" alt="default">
        !            44:    </td>
        !            45: </tr>
        !            46: </table>
        !            47: </body>
        !            48: </html>

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>