File: label_hidden.html

package info (click to toggle)
python-toscawidgets 0.9.7.2-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 1,080 kB
  • sloc: python: 3,906; makefile: 18; sh: 13
file content (7 lines) | stat: -rw-r--r-- 218 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
<div xmlns="http://www.w3.org/1999/xhtml" 
     xmlns:py="http://genshi.edgewall.org/"
     class="${css_class}"
     py:attrs="attrs">
${value}
<input type="hidden" name="${name}" id="${id}" value="${value}"/>
</div>