summaryrefslogtreecommitdiff
path: root/app/views/config_gigaset/show.xml.haml
diff options
context:
space:
mode:
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