]> git.donarmstrong.com Git - infobot.git/blob - www/htdocs/inc/template.inc
Initial revision
[infobot.git] / www / htdocs / inc / template.inc
1 <?
2 function bloot_header($title)
3 {
4         ?><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><?
5         ?><html><head><title>B L O O T B O T . <? echo $title;
6         ?></title><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1"><?
7         ?></head><body bgcolor="#333333" link="3333bb"><?
8         ?><table width="100%" border="0" cellspacing="0" cellpadding="3"><?
9         ?><tr><?
10         ?><td width="145" height="96"><a href="/"><?
11         ?><img src="/img/logo.gif" width="145" height="96" border="0"><?
12         ?></a></td><td valign="top"><?
13         ?><div align="right"><?
14         ?><font size="+3" color="#999999"><i><?
15         ?>The slowest and most bloated bot in the world</i><?
16         ?></font></div></td></tr><?
17         ?><tr> <td rowspan="2" valign="top"><?
18         bloot_menu();
19         ?><br><?
20         ?></td><?
21         ?><td valign="top" width="100%" height="412"><?
22 }
23
24 function bloot_menu()
25 {
26         ?><table width="100%" border="0" cellspacing="0" cellpadding="3"><?
27         ?><tr bgcolor="#666666"> <?
28         ?><td colspan="2" height="23"><font color="#FFFFFF" size="+1"><center><b>Download</center><?
29         ?></b></font></td><?
30         ?></tr><?
31         ?><tr bgcolor="#999999"><?
32         ?><td colspan="2"><?
33         ?><b>Releases:</b><?
34         ?><p>CVS tarball<br><?
35         ?>[<a href="/pub/blootbot-cvs.tar.gz">HTTP</a> | <a href="ftp://blootbot.sourceforge.net/pub/blootbot/blootbot-cvs.tar.gz">FTP</a>]<br><?
36         ?><br><?
37         ?><p>1.2.0 [Stable] tarball<br><?
38         ?>[<a href="/pub/blootbot-1.2.0.tar.gz">HTTP</a> | <a href="ftp://blootbot.sourceforge.net/pub/blootbot/blootbot-1.2.0.tar.gz">FTP</a>]<br><?
39         ?><br><?
40         ?><p>1.1.0 [Old] tarball<br><?
41         ?>[<a href="/pub/blootbot-1.1.0.tar.gz">HTTP</a> | <a href="ftp://blootbot.sourceforge.net/pub/blootbot/blootbot-1.1.0.tar.gz">FTP</a>]<br><?
42         ?><br><?
43         ?><p>1.0.3 [Old] tarball<br><?
44         ?>[<a href="/pub/blootbot-1.0.3.tar.gz">HTTP</a> | <a href="ftp://blootbot.sourceforge.net/pub/blootbot/blootbot-1.0.3.tar.gz">FTP</a>]<br><?
45         ?><br><?
46         ?>CVS Development:<br><?
47         ?>CVS <A HREF="http://sourceforge.net/cvs/?group_id=8794">download</A> info<BR><?
48         ?>* Download CVS <a href="http://cvs.sourceforge.net/cvstarballs/blootbot-cvsroot.tar.gz">Backup</a><br><?
49         ?>* View <a href="http://cvs.sourceforge.net/viewcvs.py/blootbot/blootbot/"><?
50         ?> CVS Tree</a></p><?
51         ?></td><?
52         ?></tr><?
53         ?></table><?
54         ?><br><?
55         ?><table width="%" border="0" cellspacing="0" cellpadding="3"><?
56         ?><tr bgcolor="#666666"><?
57         ?><td colspan="2" height="23"><font color="#FFFFFF" size="+1"><b><center>Support</center><?
58         ?></b></font></td><?
59         ?></tr><?
60         ?><tr bgcolor="#999999"><?
61         ?><td colspan="2"><?
62         ?><p><b>Documentation:</b><br><?
63         ?><a href="/not.php">Installation<br><?
64         ?>FAQ<br><?
65         ?>Development</a><br><?
66         ?><b>E-mail:</b><br><?
67         ?><a href="http://sourceforge.net/support/?func=addsupport&amp;group_id=8794">Request<?
68         ?> Support</a><br><?
69         ?><b>Other:</b> <br><?
70         ?><a href="http://sourceforge.net/bugs/?group_id=8794">BUG list</a><br><?
71         ?><a href="http://sourceforge.net/forum/?group_id=8794">Discussion<?
72         ?> Forum</a></p><?
73         ?></td><?
74         ?></tr><?
75         ?></table><?
76         ?><br><?
77         ?><table width="100%" border="0" cellspacing="0" cellpadding="3"><?
78         ?><tr bgcolor="#666666"><?
79         ?><td colspan="2" height="23"><font color="#FFFFFF" size="+1"><b><center>Development</center><?
80         ?></b></font></td><?
81         ?></tr><?
82         ?><tr bgcolor="#999999"><?
83         ?><td colspan="2"><?
84         ?><p>Report <a href="http://sourceforge.net/bugs/?func=addbug&amp;group_id=8794"><?
85         ?> a BUG</a><br><?
86         ?>View <a href="pub/TODO"><?
87         ?> ToDo List</a><br><?
88         ?><a href="http://sourceforge.net/project/admin/?group_id=8794">Admin<?
89         ?></a></p><?
90         ?></td><?
91         ?></tr><?
92         ?></table><?
93 }
94 function bloot_footer()
95 {
96         ?></td><?
97         ?></tr><?
98         ?><tr><? 
99         ?><td valign="bottom" align="right"> <?
100         ?><p><font color="#FFFFFF"><b><i>Hosted by:</i></b></font><br><?
101         ?><a href="http://sourceforge.net"><?                           
102         ?><img src="http://sourceforge.net/sflogo.php?group_id=0&type=1" width="88" height="31" border="0"<?
103         ?>alt="SourceForge Logo"><?
104         ?></a> </p><?              
105         ?></td><?    
106         ?></tr><?
107         ?></table><?
108         ?><p>&nbsp;</p><?
109         ?></body><?      
110         ?></html><?
111 }
112
113 function box_start($title,$author,$width)
114 {
115         ?><table width="<? echo $width 
116         ?>" border="0" cellspacing="0" cellpadding="3" align="center"><?
117         ?><tr bgcolor="#666666"><?
118         ?><td width="70%"><font color="#FFFFFF" size="+1"><? echo $title;
119         ?></font></td><?
120         ?><td width="100"><?
121         ?><div align="right"><i><font color="#333333"><? echo $author;
122         ?></font></i></div><?
123         ?></td><?
124         ?></tr><?
125         ?><tr bgcolor="#999999"><?
126         ?><td colspan="2"><?
127         ?><p><?
128 }
129
130 function box_end()
131 {
132         ?></td><?
133         ?></tr><?
134         ?></table><?
135 }
136
137 ?>