svghmi/gen_index_xhtml.ysl2
branchsvghmi
changeset 2848 c525b1083653
parent 2847 dffade5c83d3
child 2849 bb89a2fbb4e0
equal deleted inserted replaced
2847:dffade5c83d3 2848:c525b1083653
   547             |         widgets: [
   547             |         widgets: [
   548             foreach "$all_page_ids" {
   548             foreach "$all_page_ids" {
   549             |             hmi_widgets["«.»"]`if "position()!=last()" > ,`
   549             |             hmi_widgets["«.»"]`if "position()!=last()" > ,`
   550             }
   550             }
   551             |         ],
   551             |         ],
   552             |         required_detachables: [
   552             |         required_detachables: {
   553             foreach "$required_detachables" {
   553             foreach "$required_detachables" {
   554             |             detachable_elements["«@id»"]`if "position()!=last()" > ,`
   554             |             "«@id»": detachable_elements["«@id»"]`if "position()!=last()" > ,`
   555             }
   555             }
   556             |         ]
   556             |         }
   557             |     }`if "position()!=last()" > ,`
   557             |     }`if "position()!=last()" > ,`
   558         }
   558         }
   559         | }
   559         | }
   560 
   560 
   561         |
   561         |