<ahref="#"class="act_toggle"id="toggle_<?=$i;?>"data-toggle="tooltip"data-placement="left"title="<?=gettext("click to toggle enabled/disabled status");?>">
<optiondata-other=truevalue="<?=$pconfig['targetip'];?>"<?=!empty($pconfig['target'])&&!array_key_exists($pconfig['targetip'],formTranslateAddresses())?"selected=\"selected\"":"";?>><?=gettext("Single host or Network");?></option>
<inputname="http_options_host"type="text"<?if(isset($pconfig['options']['host']))echo"value=\"".htmlspecialchars($pconfig['options']['host'])."\"";?>size="64"/><br/><?=gettext("Hostname for Host: header if needed.");?>
<inputname="http_options_host"type="text"<?phpif(isset($pconfig['options']['host']))echo"value=\"".htmlspecialchars($pconfig['options']['host'])."\"";?>size="64"/><br/><?=gettext("Hostname for Host: header if needed.");?>
<inputname="https_options_host"type="text"<?if(isset($pconfig['options']['host']))echo"value=\"".htmlspecialchars($pconfig['options']['host'])."\"";?>size="64"/><br/><?=gettext("Hostname for Host: header if needed.");?>
<inputname="https_options_host"type="text"<?phpif(isset($pconfig['options']['host']))echo"value=\"".htmlspecialchars($pconfig['options']['host'])."\"";?>size="64"/><br/><?=gettext("Hostname for Host: header if needed.");?>
<br/><?=gettext("This is normally the WAN IP address that you would like the server to listen on. All connections to this IP and port will be forwarded to the pool cluster.");?>
<br/><?=gettext("You may also specify a host alias listed in Firewall -> Aliases here.");?>