aboutsummaryrefslogtreecommitdiff
path: root/htdocs/webring.inc
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2003-03-14 21:55:18 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2003-03-14 21:55:18 +0000
commit53e3f22a12b7c3b2d867fd40a070661a1aad9797 (patch)
treea830a5fc41fb261b0d8ad3321733885d97c5bbf4 /htdocs/webring.inc
parent7ee6b629e6ff8d2ce7619523b13ed0adbec22149 (diff)
switched site over to PHP; make menu, quote, webring, and lastmodified include files
svn path=/trunk/; revision=470
Diffstat (limited to 'htdocs/webring.inc')
-rw-r--r--htdocs/webring.inc24
1 files changed, 24 insertions, 0 deletions
diff --git a/htdocs/webring.inc b/htdocs/webring.inc
new file mode 100644
index 00000000..53222cc0
--- /dev/null
+++ b/htdocs/webring.inc
@@ -0,0 +1,24 @@
+<form action="http://pd.klingt.org/webring/" method="post">
+<input type="hidden" name="base_url" value="">
+<input type="hidden" name="description" value="CVS Repository at SourceForge">
+
+<table width=260 cellpadding=0 cellspacing=0 border=0 bgcolor="#FFFFFF">
+ <tr>
+ <td width=55 height=25 align="center">
+ <input type="image" name="next" src="http://pd.klingt.org/webring/next.gif" align="middle"></td>
+ <td width=62 height=25 align="center">
+ <input type="image" name="list" src="http://pd.klingt.org/webring/list.gif" align="middle"></td>
+ <td width=63 height=25 align="center">
+ <input type="image" name="random" src="http://pd.klingt.org/webring/random.gif" align="middle"></td>
+ <td width=80 height=25 align="center">
+ <input type="image" name="previous" src="http://pd.klingt.org/webring/previous.gif" align="middle"></td>
+ </tr>
+ <tr>
+ <td colspan=4 width=260 height=50 align="center">
+ <a href="http://pd.klingt.org/webring/info.html">
+ <img src="http://pd.klingt.org/webring/webring.gif" border=0 width=260
+ height=50 align="middle" alt="pd webring"></a>
+ </td>
+ </tr>
+</table>
+</form>