summaryrefslogtreecommitdiff
path: root/app/views/config_gigaset/show.xml.haml
diff options
context:
space:
mode:
authorPeter Kozak <spag@golwen.net>2013-12-09 07:31:39 +0000
committerPeter Kozak <spag@golwen.net>2013-12-09 07:31:39 +0000
commit2d35f0b839c5e65a59a1fdd42648e6349b5def58 (patch)
treee95e199657216ba91f6b0cdba639239957fc85e9 /app/views/config_gigaset/show.xml.haml
parent9a3de961f8db26a2c1abad4bb4c1053a65bbb79a (diff)
Gigaset provisioning added
Diffstat (limited to 'app/views/config_gigaset/show.xml.haml')
-rw-r--r--app/views/config_gigaset/show.xml.haml9
1 files changed, 9 insertions, 0 deletions
diff --git a/app/views/config_gigaset/show.xml.haml b/app/views/config_gigaset/show.xml.haml
new file mode 100644
index 0000000..66914ef
--- /dev/null
+++ b/app/views/config_gigaset/show.xml.haml
@@ -0,0 +1,9 @@
+!!! XML
+%ProviderFrame{'xmlns:xsi' => 'http://www.w3.org/2001/XMLSchema-instance', 'xsi:noNamespaceSchemaLocation' => 'N510.xsd'}
+ %Provider
+ != "<MAC_ADDRESS value='#{@mac_address}'/>"
+ != "<VERSION value='#{@config_version}'/>"
+ != "<PROFILE_NAME class='string' value='#{@profile_name}'/>"
+
+ - @settings.each do |key, value|
+ != "<SYMB_ITEM ID='#{key}' class='symb_item' value='#{value}'/>" \ No newline at end of file