<%-- admin_proc_list.html : This template displays a process list for the selected table. --%> <%script%> - Process List <%include style.css%> <%include top_menu.html%> <%include footer.html%>
<%script%> Process List:

Below is a process list for the <%db%> database.

<%loop proc_loop%> <%endloop%>
Process ID: User: Host: Database: Command: Time: State: Info:
<%id%> <%user%> <%host%> <%db%> <%comm%> <%time%> <%if state eq 'NULL'%><%state%><%else%><%state%><%endif%> <%info%>