rendered paste body<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN""http://www.w3.org/TR/html4/loose.dtd"><html><head><title>XXXXXXX Inc.</title><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"><script type="text/javascript">function selectbox() { var box = document.getElementById("eventtype"); for(var i=0;i<box.length;i++) { if(box.options[i].value == usercreate) { box.selectedIndex = i; } }}</script><script src="functions.js" type="text/javascript"></script><link rel="stylesheet" href="style.css"></head><body onload="selectbox()"><div align="center"><h1>History (Event Log)</h1> <br><br> <form name="historyselect"> Select <select name="limit" onMouseOver="ShowPopup('Limit','This sets how many records you want to see at once');" onMouseOut="HidePopup();"> <option value="1">1</option> <option value="5">5</option> <option value="25" selected>25</option> <option value="100">100</option> <option value="200">200</option> </select> events of type <select name="eventtype" id="eventtype"> <option value="any">Any</option> <option value="usercreate">User created</option> <option value="usermod">User info modified</option> <option value="actvncodegen">Activation code generated</option> <option value="userperms">User permissions set</option> </select> <br><br>between <input type="text" name="starttime" value="last month" onMouseOver="ShowPopup('Time','Here you can enter things like "last monday" or "yesterday" or "june 15th"');" onMouseOut="HidePopup();"> and <input type="text" name="endtime" value="now" onMouseOver="ShowPopup('Time','Here you can enter things like "last monday" or "yesterday" or "june 15th"');" onMouseOut="HidePopup();"> for user <select name="userdisplay" onMouseOver="ShowPopup('User Selection','You can use this combo box to select for which user you want to see events for');" onMouseOut="HidePopup();"><option value="0">Any user</option><option value="4">Bill, Joe</option><option value="6">Jones, Deuteuronomy</option><option value="1">Podrezo, Petro</option><option value="5">Von Hussen, Edgar</option></select> <input type="submit" value="Display" class="btn"> </form> <br><br><table width="95%" cellpadding="2" cellspacing="0" border="0"> <tr> <td class="alternate_bg" width="20%" align="left"><strong>Date/Time</strong></td> <td class="alternate_bg" width="20%" align="left"><strong>Associated User</strong></td> <td class="alternate_bg" width="58%" align="left"><strong>Description</strong></td> <td class="alternate_bg" width="2%" align="left"></td> </tr><tr> <td align="left">2007-06-27 12:43:09</td> <td align="left"><a href="main.php?viewuser=6">Jones, Deuteuronomy</a></td> <td align="left">User registered using code TC1182962151.</td> <td align="left"><a href="#" onClick="window.open('history.php?action=viewevent&eventid=16', '16', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,width=450,height=400,left = 440,top = 250');"><img src="images/view_icon.gif" border="0"></a></td> </tr><tr> <td align="left">2007-06-27 12:04:58</td> <td align="left"><a href="main.php?viewuser=5">Von Hussen, Edgar</a></td> <td align="left">User registered using code PC1182960111.</td> <td align="left"><a href="#" onClick="window.open('history.php?action=viewevent&eventid=13', '13', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,width=450,height=400,left = 440,top = 250');"><img src="images/view_icon.gif" border="0"></a></td> </tr><tr> <td align="left">2007-06-27 11:36:27</td> <td align="left"><a href="main.php?viewuser=4">Bill, Joe</a></td> <td align="left">User registered using code TE1182958541.</td> <td align="left"><a href="#" onClick="window.open('history.php?action=viewevent&eventid=9', '9', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,width=450,height=400,left = 440,top = 250');"><img src="images/view_icon.gif" border="0"></a></td> </tr></table></div><div id="hoverpopup" style="display:none; position:absolute; top:0; left:0;">EMPTY</div><br><br><div align="center">Copyright © 2007 XXXXXXX Inc.</div></body></html>