summaryrefslogtreecommitdiff
path: root/html/index.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'html/index.tmpl')
-rw-r--r--html/index.tmpl15
1 files changed, 15 insertions, 0 deletions
diff --git a/html/index.tmpl b/html/index.tmpl
new file mode 100644
index 0000000..513203e
--- /dev/null
+++ b/html/index.tmpl
@@ -0,0 +1,15 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN"
+ "http://www.w3.org/TR/html4/frameset.dtd">
+<html>
+<head>
+<link rel="alternate" type="application/rss+xml" title="RSS-News" href="?cmd=request&data=rss">
+<title>XXV - User:<?% user %?></title>
+</head>
+<frameset rows="*,1" frameborder="NO" border="1" framespacing="0">
+ <frameset cols="175,*" frameborder="NO" border="1" framespacing="0">
+ <frame src="?cmd=help" name="Navigation">
+ <frame src="?cmd=<?% param.start %?>" name="Daten">
+ </frameset>
+ <frame src="about:blank" name="Status">
+</frameset>
+</html>