summaryrefslogtreecommitdiff
path: root/modules/extra/webcpanel/templates/default/hostserv/request.html
blob: 158bed28f5e90f12f376575b34d1d7da2e152296 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{INCLUDE header.html}
	{FOR M IN MESSAGES}
		{M}<br/>
	{END FOR}
	<table width="100%" height="100%">
		<tr>
			<td>Your <b>current</b> vHost:
		{IF EXISTS VHOST}
			{VHOST}
		{ELSE}
			<b>None</b>
		{END IF}
			</td>
		</tr>
	</table>
	{IF EXISTS CAN_REQUEST}
		{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>
	{ELSE}
		vHost requests are disabled on this network.
	{END IF}
{INCLUDE footer.html}