Initial commit
This commit is contained in:
15
lotgd-web/lotgd/lib/graveyard/case_haunt.php
Executable file
15
lotgd-web/lotgd/lib/graveyard/case_haunt.php
Executable file
@ -0,0 +1,15 @@
|
||||
<?php
|
||||
output("`\$%s`) is impressed with your actions, and grants you the power to haunt a foe.`n`n",$deathoverlord);
|
||||
$search = translate_inline("Search");
|
||||
rawoutput("<form action='graveyard.php?op=haunt2' method='POST'>");
|
||||
addnav("","graveyard.php?op=haunt2");
|
||||
output("Who would you like to haunt? ");
|
||||
rawoutput("<input name='name' id='name'>");
|
||||
rawoutput("<input type='submit' class='button' value='$search'>");
|
||||
rawoutput("</form>");
|
||||
rawoutput("<script language='JavaScript'>document.getElementById('name').focus()</script>");
|
||||
addnav("Places");
|
||||
addnav("S?Land of the Shades","shades.php");
|
||||
addnav("G?The Graveyard","graveyard.php");
|
||||
addnav("M?Return to the Mausoleum","graveyard.php?op=enter");
|
||||
?>
|
Reference in New Issue
Block a user