src/templates/overlay_marker.html
author hamidouk
Wed, 16 Nov 2011 16:06:18 +0100
branchpopcorn-port
changeset 256 8e1181b855bd
parent 228 53d8d95a0079
child 258 cd439bb3421d
permissions -rw-r--r--
added a function to pad a number with zeros. waiting for the helpers to land into the main mustache.js repo to use it in the number display.

{{! the template for the small white bars which is z-indexed over our segment widget }}
<div class='positionMarker' style='position: absolute; z-index: 100; width: 1px; height: 20px; background-color: white;'>
</div>