comparison views/bottledash_view.tpl @ 44:b47fc5eb9e01

Fix HTML syntax in template
author Gernot Schulz <gernot@intevation.de>
date Sun, 31 Jan 2016 15:22:52 +0100
parents a43fa30655e9
children
comparison
equal deleted inserted replaced
43:2e2981af7d2d 44:b47fc5eb9e01
203 uid = tile["div_name"] 203 uid = tile["div_name"]
204 tile_content = web_view.make_chart(tile["script"], tile["div_name"]) 204 tile_content = web_view.make_chart(tile["script"], tile["div_name"])
205 end 205 end
206 %> 206 %>
207 207
208 <div class = "tile {{type}} {{status}}" id = {{uid}} style = {{add_style}}> 208 <div class = "tile {{type}} {{status}}" id = "{{uid}}" style = "{{add_style}}">
209 {{!tile_content}} 209 {{!tile_content}}
210 </div> 210 </div>
211 211
212 % end 212 % end
213 </div> 213 </div>
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)