forked from hestiacp/hestiacp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsuspend_web.html
More file actions
30 lines (29 loc) · 1.15 KB
/
Copy pathsuspend_web.html
File metadata and controls
30 lines (29 loc) · 1.15 KB
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
30
<table class='data'>
<tr class="data-add">
<td class="data-dotted" style="padding: 0px 10px 0px 0px" width="150">
<table class="data-col1">
<tr><td style="padding: 18 0 4 18;"></td></tr>
</table>
</td>
<td class="data-dotted" width="830px" style="vertical-align:top;">
<table width="830px"><tr>
<td></td>
</tr></table>
<table class="data-col2" width="830px">
<tr>
<td style="padding: 24px 0 0 0;" width="100px">
<form method="get">
<input type="button" class="add-button" value="List domains" onClick="location.href='/list/web/'">
</form>
</td>
<td style="padding: 24px 0 0 0;">
<form action="/unsuspend/web/" method="get">
<input type="hidden" name="domain" value="<?php echo $_GET['domain']?>">
<input type="submit" class="add-button" name="unsuspend" value="Unsuspend <?php echo $_GET['domain']?>">
</form>
</td>
</tr>
</table>
</td>
</tr>
</table>