| 1 | <luci:page id="internet" src="network"> |
|---|
| 2 | <luci:title>Page title</luci:title> |
|---|
| 3 | Page text |
|---|
| 4 | <luci:section name="wan"> |
|---|
| 5 | <luci:title>Form title</luci:title> |
|---|
| 6 | Form text |
|---|
| 7 | <luci:option src=".proto">Proto</luci:option> |
|---|
| 8 | <luci:option src=".dns_override">Manual DNS</luci:option> |
|---|
| 9 | <luci:option src=".ipaddr">IP</luci:option> |
|---|
| 10 | <luci:option src=".netmask">Netmask</luci:option> |
|---|
| 11 | <luci:option src=".gateway">Gateway</luci:option> |
|---|
| 12 | <luci:option src=".dns1">DNS1</luci:option> |
|---|
| 13 | <luci:option src=".dns2">DNS2</luci:option> |
|---|
| 14 | <luci:option src=".username">Username</luci:option> |
|---|
| 15 | <luci:option src=".password">Password</luci:option> |
|---|
| 16 | <luci:option src=".mtu">MTU</luci:option> |
|---|
| 17 | <luci:field>custom</luci:field> |
|---|
| 18 | </luci:section> |
|---|
| 19 | </luci:page> |
|---|
| 20 | |
|---|
| 21 | <luci:tsection name="simple"> |
|---|
| 22 | <luci:title>Lan Configuration</luci:title> |
|---|
| 23 | Lan Configuration description |
|---|
| 24 | <luci:option src=".ipaddr">IP</luci:option> |
|---|
| 25 | <luci:option src=".netmask" >Netmask</luci:option> |
|---|
| 26 | </luci:tsection> |
|---|
| 27 | |
|---|
| 28 | <luci:tsection name="dhcp_lease"> |
|---|
| 29 | <luci:title>DHCP lease</luci:title> |
|---|
| 30 | <luci:option src=".ipaddr">IP</luci:option> |
|---|
| 31 | <luci:option src=".netmask" >Netmask</luci:option> |
|---|
| 32 | </luci:tsection> |
|---|
| 33 | |
|---|
| 34 | <luci:page src="network"> |
|---|
| 35 | <luci:section ref="network.simple" name="wan"> |
|---|
| 36 | <luci:section package="dhcp" name="dhcp"> |
|---|
| 37 | <luci:option src=".enable">Enable</luci:option> |
|---|
| 38 | <luci:option src=".start">start_ip</luci:option> |
|---|
| 39 | <luci:option src=".stop">stop_ip</luci:option> |
|---|
| 40 | <luci:foreach ref="network.dhcp_lease" package="dhcp" src=".leases"> |
|---|
| 41 | <luci:filter net="wan"/> |
|---|
| 42 | </luci:foreach> |
|---|
| 43 | </luci:section> |
|---|
| 44 | </luci:section> |
|---|
| 45 | </luci:page> |
|---|
| 46 | <luci:option src=".enable">Enable</luci:option> |
|---|
| 47 | |
|---|