source: web/old/sipbmp3web/widgets/templates/slider.html @ f6f3e91

web
Last change on this file since f6f3e91 was f6f3e91, checked in by Jessica B. Hamrick <jhamrick@…>, 15 years ago

Preserve directory hierarchy (not sure what happened to it)

  • Property mode set to 100644
File size: 233 bytes
Line 
1<div xmlns="http://www.w3.org/1999/xhtml"
2    xmlns:py="http://genshi.edgewall.org/"
3    id="${id}_container"
4    class="${css_class}"
5    py:attrs="attrs">
6    <input type='text' id="${id}" name="${name}" value="${value}" />
7</div>
Note: See TracBrowser for help on using the repository browser.