Code Search for Developers
 
 
  

chareditdirectory.asp from POL-distro scripts at Krugle


Show chareditdirectory.asp syntax highlighted

<% use uo; %>

<html><head><title>Online Character Directory</title></head>
  <body>
             <div align=center>
<table border=1 cellspacing=0 cellpadding=5>
 <tr bgcolor=#99CCFF><td>Characters Currently On-Line</td></tr>
 <%
  foreach chr in EnumerateOnlineCharacters()
    if(chr.cmdlevel < 2)%>
      <tr><td><a href="charedit.ecl?Serial=<%=chr.serial%>"><%=chr.name%></a></td></tr>
 <%   endif 
  endforeach
%>
  </table></div>
  </BODY></HTML>



See more files for this project here

POL-distro scripts

The default distribution of scripts for the POL server project.

Project homepage: http://sourceforge.net/projects/pol-distro
Programming language(s): ASP,Pascal
License: other

  charedit.asp
  chareditaction.asp
  chareditdirectory.asp
  index.asp