http://main.linuxfocus.org/ common/linkus/linkushtml_full.html:
This is a full featured html file. You fetch it periodically with
curl, lynx -dump or wget and then just use normal apache Server Side Includes
(<!--#include virtual="linkushtml_full.html" -->)
or php
(<?php include ("linkushtml_full.html"); ?>)
The example box you see on the left would e.g look
in html as follows. The main part of this html code
just produces this box arround it.
<TABLE cellspacing="1" cellpadding="1"
border="0" width="250" align="left"
bgcolor="#111111">
<TR>
<TD>
<TABLE cellspacing="1" cellpadding="1"
border="0" align="CENTER"
bgcolor="#BEBEBE" width="100%"
<TR>
<TD>
<TABLE cellspacing="1"
cellpadding="3" border="0"
bgcolor="#FFFFFF" align="CENTER"
width="100%">
<TR>
<TD bgcolor="#113366">
<FONT color="#FFFFFF" size=
"+1"><!-- TABLE HEAD -->
<I>LinuxFocus.org </I>
<!-- END TABLE HEAD -->
</FONT> </TD></TR>
<TR><TD>
<!--#include virtual="linkushtml_full.html" -->
</TD></TR>
</TABLE>
</TD>
</TR>
</TABLE>
</TD>
</TR>
</TABLE>
|