{extends file="layout.html"} {block name=title}::: LMS :{$layout.pagetitle|striphtml} :::{/block} {block name=module_content}

{$layout.pagetitle}

{trans("Network name:")}
{trans("Network address/mask:")} /
{trans("Interface:")} {trans("vlan:")}
{trans("Domain:")}
Gateway:
{trans("DNS servers:")}
{trans("WINS server:")}
{trans("Customer:")} {customerlist form="netadd" customers=$customers selected=$netadd.ownerid selectname="netadd[customerid]" inputname="netadd[ownerid]" selecttip="Assign network to customer" inputtip="Enter customer ID (optional)"}
{trans("Begin of DHCP range:")}
{trans("End of DHCP range:")}
{trans("Host:")} {* if only one host was created then select him *} {if count($hostlist) == 1} {$netadd.hostid = $hostlist[0]['id']} {/if}
{trans("Type:")} {foreach $_SESSIONTYPES as $idx => $sessiontype} {/foreach}
{trans("Notes:")}
{trans("Submit")} {trans("Cancel")}
{/block}