diff options
author | Darkeye <postfach@martinmichel.info> | 2011-03-24 10:58:44 (GMT) |
---|---|---|
committer | Darkeye <postfach@martinmichel.info> | 2011-03-24 10:58:44 (GMT) |
commit | 0db0209b9dbc88b19cb2dbe936d88a178f694376 (patch) | |
tree | c415638014566aab29302dec72fb34b659e730dd /files/www/cgi-bin/template.status.xml | |
parent | 0760157be006bbf079f32246eb396e3b6b9ae18e (diff) |
Splash v2
Diffstat (limited to 'files/www/cgi-bin/template.status.xml')
-rw-r--r-- | files/www/cgi-bin/template.status.xml | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/files/www/cgi-bin/template.status.xml b/files/www/cgi-bin/template.status.xml new file mode 100644 index 0000000..7df4e9f --- /dev/null +++ b/files/www/cgi-bin/template.status.xml @@ -0,0 +1,31 @@ +<?xml version="1.0" encoding="UTF-8" standalone="yes"?> +<node> + <hostname>$hostname</hostname> + <is_hna>0</is_hna> + <network> + <ip_4></ip_4> + <ip_6></ip_6> + </network> + <owner>Max Mustermann</owner> + <godfather>Susi Mustermann</godfather> + <position> + <lat></lat> + <long></long> + <text></text> + </position> + <statistics> + <uptime></uptime> + <dhcp_leases></dhcp_leases> + <load></load> + + </statistics> + + <batman-adv> + <route> + <hostname></hostname> + <mac></mac> + </route> + </batman-adv> +</node> + + |