<?
include("identify.php");
load_all("i-view_files");
?>
<!doctype html public "-//w3c//dtd html 3.2//en">
<html>
<head>
<title>Internal Viewer: Known File Types</title>
<meta name="GENERATOR" content="Arachnophilia 4.0">
<meta name="FORMATTER" content="Arachnophilia 4.0">
</head>
<body>
<?
topheader();
echo "<center><b>Internal Viewer</b> -- ";
echo "Known file-types</center>";
botheader();
topcontent();?>
<table align=center><td>
<? topheader_small(); ?>
Graphic files:
<? botheader(); ?>
<? topcontent_small(); ?>
<ul>
<li>*.jpeg
<li>*.jpg
<li>*.gif
<li>*.png
<li>*.bmp
</ul>
<? botcontent(); ?>
</td>
<td>
<? topheader_small(); ?>
Hyper-text files:
<? botheader(); ?>
<? topcontent_small(); ?>
<ul>
<li>*.htm
<li>*.html
<li>*.dhtml
<li>*.shtml
<li>*.php
</ul>
<? botcontent(); ?>
</td><tr>
<td>
<? topheader_small(); ?>
Text files:
<? botheader(); ?>
<? topcontent_small(); ?>
<ul>
<li>*.txt
<li>*.rtf
</ul>
<? botcontent(); ?>
</td>
<td>
<? topheader_small(); ?>
Animation files:
<? botheader(); ?>
<? topcontent_small(); ?>
<ul>
<li>*.avi
<li>*.mpeg
<li>*.mpg
<li>*.mov
<li><b>(*.fla)</b>
</ul>
<? botcontent(); ?>
</td>
</tr><tr><td>
<? topheader_small(); ?>
Sound files:
<? botheader(); ?>
<? topcontent_small(); ?>
<ul>
<li>*.mdi
<li>*.midi
<li>*.wav
<li>*.mp3
</ul>
<? botcontent(); ?>
</td>
<td>
<? topheader_small(); ?>
Rich media files:
<? botheader(); ?>
<? topcontent_small(); ?>
<ul>
<li>*.pdf
</ul>
<? botcontent(); ?>
</td></tr>
</table>
<?
botcontent();
include("botpage.inc"); ?>
</body>
</html>