Code Search for Developers
 
 
  

storage.asp from POL-distro scripts at Krugle


Show storage.asp syntax highlighted

<%
use uo;
use polsys;
%>
<html>

<head>
<title>POL Server Performance Center</title>
</head>

<body>

<p>POL Server Performance Center</p>
<p>Storage Areas:</p>

<table>
<tr>
  <td>Storage Area</td>
  <td>Root Items</td>
  <td>Total Items</td>
</tr>
<%
foreach sa in StorageAreas()
%>
<tr>
  <td><a href="storagearea.ecl?Area=<%=sa%>"><%=sa%></a></td>
  <td><%=sa.count%></a></td>
  <td><%=sa.totalcount%></td>
</tr>
<%
endforeach
%>
</table>

</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

  all_scripts.asp
  bandwidth.asp
  header.inc
  index.asp
  index.htm
  iostats.asp
  long_running_scripts.asp
  npcgroup.asp
  running_scripts.asp
  script_profiles.asp
  scriptex.asp
  storage.asp
  storagearea.asp
  viewitem.asp