Added a comma after each msgnum exported. The parser was globbing them all together...
[citadel.git] / ctdlphp / welcome.php
index 19dc7342830e62d1d2cd263a1a8799ef71cc2bd8..dcf9beef895fab8b76658bef0012570376d3b050 100644 (file)
@@ -7,6 +7,9 @@
 <h2><?PHP echo "Welcome to ", $_SESSION["serv_humannode"]; ?></h2>
 <h3><?PHP echo "You're in: ", $_SESSION["room"]; ?></h3>
 
+<p>This is a sample welcome.php page.  Someone with mad HTML kung-fu should
+edit this and make it useful and attractive.</p>
+
 <P>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Vestibulum
 ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae;
 Praesent nec massa. Nam enim est, semper sed, ultrices ac, malesuada et,
@@ -20,8 +23,10 @@ lorem, mattis et, interdum eu, bibendum sed, tortor. Mauris eu metus. Fusce
 tellus tortor, vehicula at, iaculis vitae, adipiscing quis, sapien. Lorem
 ipsum dolor sit amet, consectetuer adipiscing elit.</p>
 
-<a href="page2.php">Page Two</a><BR>
+<b>Sample links</b><BR>
 <a href="who.php">Who is online?</a><BR>
+<a href="listrooms.php">room list</A><BR>
+<a href="page2.php">Page Two</a><BR>
 <a href="page3.php">Page Three</a><BR>
 
 <?PHP