...
|
...
|
@@ -91,8 +91,20 @@ foreach ($applist as $app)
|
91
|
91
|
$form = "
|
92
|
92
|
<h4 style=\"margin-top: 2em;\">Name des VHost</h4>
|
93
|
93
|
<div style=\"margin-left: 2em;\"><input type=\"text\" name=\"hostname\" id=\"hostname\" size=\"10\" value=\"{$vhost['hostname']}\" /><strong>.</strong>".domainselect($vhost['domain_id']);
|
94
|
|
-$form .= "<br /><input type=\"checkbox\" name=\"options[]\" id=\"aliaswww\" value=\"aliaswww\" {$s}/> <label for=\"aliaswww\">Auch mit <strong>www</strong> davor.</label></div>
|
95
|
|
-
|
|
94
|
+$form .= "<br /><span class=\"buttonset ui-buttonset\" id=\"buttonset-aliaswww\">
|
|
95
|
+ <input type=\"radio\" name=\"aliaswww\" id=\"aliaswww_forwardwww\" value=\"forwardwww\"/><label for=\"aliaswww_forwardwww\">Auf www-Präfix umleiten</label>
|
|
96
|
+ <input type=\"radio\" name=\"aliaswww\" id=\"aliaswww_forwardnowww\" value=\"forwardnowww\"/><label for=\"aliaswww_forwardnowww\">www-Präfix auf Stammdomain umleiten</label>
|
|
97
|
+ <input type=\"radio\" name=\"aliaswww\" id=\"aliaswww_aliaswww\" value=\"aliaswww\"/><label for=\"aliaswww_aliaswww\">www-Präfix als Alias einrichten</label>
|
|
98
|
+ <input type=\"radio\" name=\"aliaswww\" id=\"aliaswww_nowww\" value=\"nowww\"/><label for=\"aliaswww_nowww\">Kein www-Präfix erzeugen</label>
|
|
99
|
+ </span><br/>
|
|
100
|
+ <label for=\"aliaswww\">Soll auch ein www-Präfix erzeugt werden?</label> <select name=\"aliaswww\" id=\"aliaswww\">
|
|
101
|
+ <option value=\"forwardwww\">Auf www-Präfix umleiten</option>
|
|
102
|
+ <option value=\"forwardnowww\">www-Präfix auf Stammdomain umleiten</option>
|
|
103
|
+ <option value=\"aliaswww\">www-Präfix als Alias einrichten</option>
|
|
104
|
+ <option value=\"nowww\">Kein www-Präfix erzeugen</option>
|
|
105
|
+ </select>
|
|
106
|
+
|
|
107
|
+</div>
|
96
|
108
|
<div class=\"vhostsidebyside\">
|
97
|
109
|
<div class=\"vhostoptions\" id=\"options_docroot\" ".($vhost_type=='regular' || $vhost_type=='dav' ? '' : 'style="display: none;"').">
|
98
|
110
|
<h4>Optionen</h4>
|