1
0
mirror of https://github.com/anope/anope.git synced 2026-07-01 20:46:39 +02:00
Files
anope/modules/extra/webcpanel/templates/default/hostserv/request.html
T
2012-12-10 23:44:51 -05:00

24 lines
470 B
HTML

{INCLUDE header.html}
{FOR M IN MESSAGES}
{M}<br/>
{END FOR}
<table width="100%" height="100%">
<tr>
<td>Your <b>current</b> vHost</td>
{IF EXISTS VHOST}
<td>{VHOST}</td>
{ELSE}
<td><b>None</td>
{END IF}
</table>
{IF EXISTS VHOST}
<b>Request a new vHost</b>
{ELSE}
<b>Request a vHost</b>
{END IF}
<form method="post" action="/hostserv/request">
<input name="req">
<input type="submit" value="Request">
</form>
{INCLUDE footer.html}