<?php

/* HTML5 version */

function wordicon( )
{
?><img src="/appicons/wordicon.gif" title="Microsoft Word Document" alt="doc">&nbsp;<?php
}

function excelicon( )
{
?><img src="/appicons/excelicon.gif" title="Microsoft Excel Spreadsheet" alt="xls">&nbsp;<?php
}

function acrobaticon( )
{
?><img src="/appicons/acrobaticon.gif" title="Adobe Acrobat Document" alt="pdf">&nbsp;<?php
}

function powerpointicon( )
{
?><img src="/appicons/powerpointicon.gif" title="Microsoft PowerPoint Presentation" alt="ppt">&nbsp;<?php
}

function quicktimeicon( )
{
?><img src="/appicons/quicktimeicon.gif" title="Apple QuickTime Movie" alt="mov">&nbsp;<?php
}

function ooodbicon( )
{
?><img src="/appicons/ooodbicon.gif" title="OpenOffice Database" alt="odb">&nbsp;<?php
}

function ooodrawicon( )
{
?><img src="/appicons/ooodrawicon.gif" title="OpenOffice Drawing" alt="odg">&nbsp;<?php
}

function oooformicon( )
{
?><img src="/appicons/oooformicon.gif" title="OpenOffice Formula" alt="odf">&nbsp;<?php
}

function ooopresicon( )
{
?><img src="/appicons/ooopresicon.gif" title="OpenOffice Presentation" alt="odp">&nbsp;<?php
}

function ooospreadicon( )
{
?><img src="/appicons/ooospreadicon.gif" title="OpenOffice Spreadsheet" alt="ods">&nbsp;<?php
}

function oootexticon( )
{
?><img src="/appicons/oootexticon.gif" title="OpenOffice Document" alt="odt">&nbsp;<?php
}

function linux( )
{
?><img src="/appicons/linux.png" title="Linux" alt="Linux">&nbsp;<?php
}

function mac( )
{
?><img src="/appicons/mac.png" title="Apple MacOS X" alt="Mac">&nbsp;<?php
}

function solaris( )
{
?><img src="/appicons/solaris.png" title="Sun Solaris/OpenSolaris" alt="Solaris">&nbsp;<?php
}

function windoze( )
{
?><img src="/appicons/windoze.png" title="Microsoft Windows" alt="Windows">&nbsp;<?php
}

function wikipedia( )
{
?><img src="/appicons/wikipedia_icon.gif" title="Wikipedia Article" alt="Wikipedia">&nbsp;<?php
}

function xpsicon( )
{
?><img src="/appicons/xpsicon.png" title="Microsoft Windows XPS" alt="XPS">&nbsp;<?php
}

function mp4icon( )
{
/*
 *  Source: https://icons.iconarchive.com/icons/hadezign/hobbies/-
 *        24/Movies-icon.png
 *  Retrieved on September 11, 2020
 */
?><img src="/appicons/mp4icon.png" title="MPEG-4 Video" alt="MP4">&nbsp;<?php
}

function pyicon( )
{
/*
 *  Source:   https://www.python.org/community/logos/
 *  Retrieved on March 21, 2021
 */
?><img style="width: 24px; height: 24px" src="/appicons/python.png" alt=
 "Python(TM)" longdesc="https://www.python.org/community/logos/">&nbsp;<?php
}

?>