= form_open("register/stage3_addnode/$pcu_id/$site_id", array('name'=>'fm', 'method'=>'post')) ?>
Or, Add a Node |
| Site: | = $site['name'] ?> |
| Hostname
|
= ( $this->disp_errors ? $this->validation->hostname_error : "") ?>
|
| Node Type |
validation->node_type == 'regular' ? "checked" : "" ) ?>>regular
validation->node_type == 'reservable' ? "checked" : "" ) ?>>reservable
|
| Model
|
= ( $this->disp_errors ? $this->validation->model_error : "") ?>
|
Network Settings |
| Addressing Method |
validation->method == 'dhcp' ? "checked" : "" ) ?>>DHCP
validation->method == 'static' ? "checked" : "" ) ?>>Static
|
| IP Address
|
= ( $this->disp_errors ? $this->validation->ip_error : "") ?>
|
| Netmask
|
= ( $this->disp_errors ? $this->validation->netmask_error : "") ?>
|
| Network address
|
= ( $this->disp_errors ? $this->validation->network_error : "") ?>
|
| Gateway Address
|
= ( $this->disp_errors ? $this->validation->gateway_error : "") ?>
|
| Broadcast address
|
= ( $this->disp_errors ? $this->validation->broadcast_error : "") ?>
|
| Primary DNS
|
= ( $this->disp_errors ? $this->validation->dns1_error : "") ?>
|
| Secondary DNS
|
= ( $this->disp_errors ? $this->validation->dns2_error : "") ?>
(optional)
|
|
|