Hackfut Security File Manager
Current Path:
/usr/lib/python2.6/site-packages/supervisor/ui
usr
/
lib
/
python2.6
/
site-packages
/
supervisor
/
ui
/
📁
..
📄
status.html
(1.95 KB)
📄
supervisor.css
(509 B)
📄
supervisor.gif
(29.22 KB)
📄
tail.html
(691 B)
Editing: status.html
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:meld="http://www.plope.com/software/meld3"> <head> <title>Supervisor Status</title> <link href="supervisor.css" rel="stylesheet" type="text/css" /> </head> <body> <div style="margin-bottom: 10px"> <img src="supervisor.gif" alt="supervisor image" width="200" height="67" /> <div style="margin-bottom: 5px;"> <small>(c) 2006 Chris McDonough</small> </div> <div meld:id="statusmessage" style="width: 797px"></div> </div> <div meld:id="content"> <form meld:id="form" action="index.html" method="POST"> <div style="margin-top: 10px;"> <a href="index.html?action=refresh"> <input type="button" value=" Refresh " name="refresh" /> </a> <a href="index.html?action=restartall"> <input type="button" value=" Restart All " name="restartall" /> </a> <a href="index.html?action=stopall"> <input type="button" value=" Stop All " name="stopall" /> </a> </div> <table width="800" border="0" meld:id="statustable"> <th width="130" class="tableheader">State</th> <th width="200" class="tableheader">Description</th> <th width="159" class="tableheader">Name</th> <th width="297" class="tableheader">Action</th> <tbody meld:id="tbody"> <tr meld:id="tr"> <td meld:id="status_td"> <span meld:id="status_text" class="statusnominal">Status</span> </td> <td meld:id="info_td"> <span meld:id="info_text">Info</span> </td> <td meld:id="name_td"><a href="#" meld:id="name_anchor" target="_blank">Name</a></td> <td meld:id="action_td"> <table> <tr> <td meld:id="actionitem_td" width="70" align="center"> <a href="#" name="foo" meld:id="actionitem_anchor" >Action</a> </td> </tr> </table> </td> </tr> </tbody> </table> </form> </div> </body> </html>
Upload File
Create Folder