Mercurial > bottledash
comparison views/hello_template.tpl @ 4:3e66e2f92770
added LICENSE and license headers in the sourcecode. Added readme
author | sean |
---|---|
date | Wed, 15 Jul 2015 15:13:07 +0200 |
parents | 3f5bcad45756 |
children | c49f7fe82743 |
comparison
equal
deleted
inserted
replaced
3:3f5bcad45756 | 4:3e66e2f92770 |
---|---|
1 <!-- This tempalte is a part of bottledash | |
2 author: sean engelhardt >sean.engelhardt@intevation.de | |
3 License: GNU GPL >= v2. See LICENSE for details. --> | |
4 | |
1 <% | 5 <% |
2 import math | 6 import math |
3 break_tile_lines = math.ceil(len(tiles)/2) | 7 break_tile_lines = math.ceil(len(tiles)/2) |
4 tilecounter = 1 | 8 tilecounter = 1 |
5 vp_size = 1; | 9 vp_size = 1; |