* Fixed skin names according to issue #16
* Fixed rendering of values stored in res.meta.values * Removed obsolete code (mostly disabled by comments already)
This commit is contained in:
parent
5044e3610a
commit
0ba8805d02
25 changed files with 279 additions and 294 deletions
|
@ -9,6 +9,14 @@
|
|||
<td><label for="<% choice.id %>"><% choice.title %></label></td>
|
||||
</tr>
|
||||
|
||||
<% #edit %>
|
||||
<tr class="choice">
|
||||
<td>
|
||||
<span class="small">Choice #<% param.index %>:</span><br />
|
||||
<input type="text" name="title" class="formText" value="<% choice.title %>" />
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<% #result %>
|
||||
<p>
|
||||
<div style="width: <% choice.votes 300 default="1" %>px;"
|
||||
|
@ -19,10 +27,5 @@
|
|||
<% choice.title %>
|
||||
</p>
|
||||
|
||||
<% #edit %>
|
||||
<tr class="choice">
|
||||
<td>
|
||||
<span class="small">Choice #<% param.index %>:</span><br />
|
||||
<input type="text" name="title" class="formText" value="<% choice.title %>" />
|
||||
</td>
|
||||
</tr>
|
||||
<% #graph %>
|
||||
<div style="width:<% param.width %>px;" class="pollResultsBar"> </div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue