Added a comma after each msgnum exported. The parser was globbing them all together...
[citadel.git] / ctdlphp / welcome.php
index e1a49cafd554bc14b990ff73f1f53fa8a5fb9973..dcf9beef895fab8b76658bef0012570376d3b050 100644 (file)
@@ -5,6 +5,10 @@
 
 <h1>You're online!</h1>
 <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;
@@ -19,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