initial commit of file from CVS for smeserver-webshare on Sat Sep 7 21:15:27 AEST 2024
This commit is contained in:
17
root/opt/webshare-tools/phpfm/incl/html.header.inc.php
Normal file
17
root/opt/webshare-tools/phpfm/incl/html.header.inc.php
Normal file
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
print "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\">";
|
||||
|
||||
print "<html>";
|
||||
print "<head>";
|
||||
print "<link rel='stylesheet' href='incl/phpfm.css' type='text/css'>";
|
||||
print "</head>";
|
||||
print "<body link='#0000FF' alink='#0000FF' vlink='#0000FF' bgcolor='#FFFFFF'>";
|
||||
print "<center>";
|
||||
print "<table class='top' cellpadding=0 cellspacing=0>";
|
||||
print "<tr>";
|
||||
print "<td align='center'><font class='headline'></font></td>";
|
||||
print "</tr>";
|
||||
print "</table><br />";
|
||||
|
||||
?>
|
Reference in New Issue
Block a user