Converter demo: Changing output to text (instead of inputs).

This commit is contained in:
jzaefferer 2010-10-18 23:47:44 +02:00
parent 6b03498937
commit 8796779e5e

View file

@ -22,8 +22,8 @@
</style>
<script id="conversion-field" type="text/x-jquery-tmpl">
<li data-role="fieldcontain">
<label for="${from}${to}" class="ui-input-text conversion-${type}" title="From ${from} to ${to}">${$item.symbols[from]} to ${$item.symbols[to]}</label>
<input type="text" readonly="readonly" name="${from}${to}" id="${from}${to}" value="" />
<label class="ui-input-text conversion-${type}" title="From ${from} to ${to}">${$item.symbols[from]} to ${$item.symbols[to]}</label>
<span type="text" id="${from}${to}"></span>
</li>
</script>
<script id="conversion-edit-field" type="text/x-jquery-tmpl">