|
| |
1 |
|
<td> |
|
| |
2 |
|
<img src="images/icon_install.gif" width="46" height="46" alt="" align="absmiddle"> <span class="admintitle">Select Domain</span><br><br> |
|
| |
3 |
|
|
|
| |
4 |
|
|
|
| |
5 |
|
<table border="0" cellpadding="2" cellspacing="0" class="tableborder_full" width="100%" height="30"> |
|
| |
6 |
|
<tr> |
|
| |
7 |
|
<td class="tablenav" width="580" nowrap background="images/tabnav_left.jpg"><span class="tablenav_link"> Step <?php echo $tmp_step;?> - Select Domain</span></td> |
|
| |
8 |
|
<td align="right" class="tablenav" background="images/tabnav_back.jpg" width="100%"><img src="images/blue_bar_help.gif" border="0" ><br></td> |
|
| |
9 |
|
</tr> |
|
| |
10 |
|
</table> |
|
| |
11 |
|
<table border=0 cellpadding=0 cellspacing=0 width="100%" class="toolbar"> |
|
| |
12 |
|
<?php include("install/toolbar.php"); ?> |
|
| |
13 |
|
</table> |
|
| |
14 |
|
|
|
| |
15 |
|
|
|
| |
16 |
|
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="tableborder"> |
|
| |
17 |
|
<tr valign="top"> |
|
| |
18 |
|
<td width="60%" bgcolor="#F0F0F0"> |
|
| |
19 |
|
<table width="100%" height="100%" border="0" cellspacing="0" cellpadding="4"> |
|
| |
20 |
|
<?php |
|
| |
21 |
|
$current = $_SERVER['HTTP_HOST']; |
|
| |
22 |
|
|
|
| |
23 |
|
echo "<TR class=\"table_color2\"><TD colspan=\"2\" class=\"txt\" align=\"left\">"; |
|
| |
24 |
|
echo "<INPUT TYPE=\"RADIO\" NAME=\"domain\" checked VALUE=\"1\" $sel>"; |
|
| |
25 |
|
echo $current; |
|
| |
26 |
|
echo "</TD></TR>\n"; |
|
| |
27 |
|
?> |
|
| |
28 |
|
<tr class="table_color2"> |
|
| |
29 |
|
<TD COLSPAN=2 align="left" class="txt"> |
|
| |
30 |
|
<INPUT TYPE="radio" NAME="domain" VALUE="2">Other: |
|
| |
31 |
|
<input TYPE="TEXT" NAME="other" VALUE=""> |
|
| |
32 |
|
</TD> |
|
| |
33 |
|
</tr> |
|
| |
34 |
|
<tr class="table_color2"> |
|
| |
35 |
|
<td colspan="2"><p class="error"><?php echo $DomainError; ?></p><br/></td> |
|
| |
36 |
|
</tr> |
|
| |
37 |
|
<td> |
|
| |
38 |
|
<br> |
|
| |
39 |
|
<input TYPE="hidden" NAME ="state" VALUE="set_domain"> |
|
| |
40 |
|
<input type="submit" name="submit_form" value="Select" class="button"> |
|
| |
41 |
|
<input type="reset" name="Cancel" value="Cancel" class="button" ONCLICK = "history.go(-1);"> |
|
| |
42 |
|
<input type="hidden" name="UserPass" VALUE="<?php echo $UserPass; ?>"> |
|
| |
43 |
|
<input type="hidden" name="UserName" VALUE="<?php echo $UserName; ?>"> |
|
| |
44 |
|
<input type="hidden" name="next_step" value="<?php echo $next_step;?>"> |
|
| |
45 |
|
<input type="hidden" name="install_type" value="<?php echo $install_type;?>"> |
|
| |
46 |
|
</td> |
|
| |
47 |
|
</tr> |
|
| |
48 |
|
</table> |
|
| |
49 |
|
</td> |