Skip to content
Snippets Groups Projects
Commit 3fd5fcc2 authored by deuce's avatar deuce
Browse files

Use a template for the index, not a static page (Uses standard header/footer

and has an FTP link)
parent c3aff690
No related branches found
No related tags found
No related merge requests found
<HTML>
<HEAD>
<!-- $Id$ -->
<TITLE>Members Area</TITLE>
</HEAD>
<body bgcolor=teal text=white link=yellow vlink=lime alink=white>
<p>Welcome to the members area.</p>
<a href="userlist.ssjs">User List</a><br>
<a href="msgs/">Message Areas</a><br>
<a href="info.html">Information menu</a><br>
<br><br><a href="http://www.synchro.net/"><img src="/graphics/sync_pb.gif" border=0></a>
</BODY>
</HTML>
load("template.ssjs");
template.title="Members Area";
template.ftplink="ftp://"+user.alias+":"+user.password+"@"+system.inet_addr;
write_template("header.inc");
write_template("memberindex.inc");
write_template("footer.inc");
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<HTML>
<HEAD>
<!-- $Id$ -->
......@@ -7,6 +9,6 @@
<p>Information Menu:</p>
<a href="userstats.ssjs">View your statistics</a><br>
<a href="sysinfo.ssjs">System information</a>
<br><br><a href="http://www.synchro.net/"><img src="/graphics/sync_pb.gif" border=0></a>
<br><br><a href="http://www.synchro.net/"><img alt="Powered by: Synchronet" src="/graphics/sync_pb.gif" border=0></a>
</BODY>
</HTML>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment