root/src/jsp/index.jsp
@
7eb54a02d52760c6c4dd0d0617f417ba0f148061
| Revision 18fd6701d6926b6778d5997f341bd0b70fcff3b2, 435 bytes (checked in by dev@…, 2 years ago) |
|---|
| Line | |
|---|---|
| 1 | <%@page import="net.i2p.i2pcontrol.I2PControlController" %> |
| 2 | <html> |
| 3 | <head> |
| 4 | <title>I2PControl - Remote Control Server</title> |
| 5 | </head><body style="background-color: #000; color: #c30; font-size: 400%;"> |
| 6 | <p> |
| 7 | I2PControl |
| 8 | <p> |
| 9 | <table cellspacing="8"> |
| 10 | <tr><td>Torrents:<td align="right"><%=I2PControlController.getTorrents().size()%> |
| 11 | <tr><td>Peers:<td align="right"><%=I2PControlController.getTorrents().countPeers()%> |
| 12 | </table> |
| 13 | </body> |
| 14 | </html> |
Note: See TracBrowser
for help on using the browser.
