1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67
|
<xmltemplateinfo>
<field name="pagetitle" type="text" options=""/>
<field name="headline" type="text" options=""/>
<field name="contentfile" type="file" options=""/>
<field name="navigationfile" type="file" options=""/>
</xmltemplateinfo>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html>
<head>
<title><pagetitle></title>
<link rel="stylesheet" type="text/css" href="styles/default.css">
</head>
<body bgcolor="#666666" text="#CCCCCC">
<br><div align="center">
<table width="700" cellpadding="0" cellspacing="0" border="0">
<tr><td align="center">
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td><img src="/img/lt.png" width="16" height="26" alt=""></td>
<td background="/img/top.png" align="left"> </td>
<td background="/img/top.png" align="left"> </td>
<td background="/img/top.png" align="right"><a href="/"><img src="img/logo.png" width="327" height="26" border="0"></a></td>
<td><img src="/img/rt.png" width="16" height="26" alt=""></td>
</tr>
<tr>
<td bgcolor="#000000" background="/img/left.png" valign="bottom" alt=""><img src="img/lb.png" width="16" height="16" alt=""></td>
<td bgcolor="#000000" colspan="3">
<table cellpadding="0" cellspacing="0" border="0" width="100%">
<tr><td>
<table cellpadding="0" border="0" cellspacing="0" width="100%"><tr>
<td width="88" nosave background="/img/menubg.png" bgcolor="#000000" valign="top">
<div class="navi" align="center">
<br><br>
<insert file="<navigationfile>">
</div>
</td>
<td width=20 bgcolor="#000000" valign=top>
<tt> </tt>
</td>
<td cellpadding="0" border="0" cellspacing="0" nosave valign="top">
<div class="headline" align="right">
<br>
<gtext bgcolor="#000000" spacing="3" fgcolor="#cccccc" notrans scale="0.6" font="courier" bold>[<headline>]</gtext>
</div>
<br><br>
<insert file="<contentfile>">
<br><br>
<br> <br>
</td>
</tr></table>
</td></tr><tr>
<td bgcolor="#000000" background="img/white.gif"><img src="img/clear.gif" width="2" height="2" alt=""></td>
</tr></table></td>
<td background="img/right.png" valign="bottom"><img src="img/rb.png" width="16" height="16" alt=""></td>
</tr></table></td></tr></table></div>
<br>
<div class="copy" align="center">
© 2000 pitrich information technologies, linz, austria | <a href="mailto:web@linuxaustria.at" class="copy">web@linuxaustria.at</a><br>
Linux is a registered trademark of Linus Torwalds in the US and several other countries<br>
All other names and brands are potential trademarks of their respective owners.<br>
Icons are courtesty tigert@gimp.org and are taken from the gnome project.<br>
This site's content is managed via the pitrichIT eCms content management system.<br>
</div>
</body>
</html>
|