comparison views/hello_template.tpl @ 12:50f4c64834cb

delegation of dynamic charts works now
author sean
date Tue, 04 Aug 2015 16:00:07 +0200
parents 7a573ec679a6
children 63b9f41c3008
comparison
equal deleted inserted replaced
11:7a573ec679a6 12:50f4c64834cb
193 status = "dead" 193 status = "dead"
194 end 194 end
195 elif tile["type"] == "d3js" : 195 elif tile["type"] == "d3js" :
196 type = "chart" 196 type = "chart"
197 status = "" 197 status = ""
198 text = roundup_cc.get_tech_intern_chart() 198 text = roundup_cc.make_chart(tile["status"])
199 #text = "<div id = KAKAK>HHOHOHOHOH </div>"
200 end 199 end
201 %> 200 %>
202 201
203 <div class = "tile {{type}} {{status}}"> 202 <div class = "tile {{type}} {{status}}">
204 {{!text}} 203 {{!text}}
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)