Browse Source

making the textboxes bigger

master
manetta 4 years ago
parent
commit
6fd03afc00
  1. 4
      templates/x-dex.html
  2. 12
      xdex.json

4
templates/x-dex.html

@ -31,8 +31,8 @@
<td>{{ xdex[x]['fixed1'] }}</td>
<td>{{ xdex[x]['fixed2'] }}</td>
<td>{{ xdex[x]['loose'] }}</td>
<td><textarea name="score-{{ x }}" cols="10">{{ xdex[x]['score'] }}</textarea></td>
<td><textarea name="comment-{{ x }}" cols="10">{{ xdex[x]['comment'] }}</textarea></td>
<td><textarea name="score-{{ x }}" cols="50">{{ xdex[x]['score'] }}</textarea></td>
<td><textarea name="comment-{{ x }}" cols="30">{{ xdex[x]['comment'] }}</textarea></td>
<td>
<select name="status-{{ x }}">
<option {% if xdex[x]['status'] == '-'%}selected{% else %}{% endif %}>-</option>

12
xdex.json

@ -1 +1,11 @@
{}
{
"1582903061782": {
"fixed1": "-",
"fixed2": "-",
"loose": "-",
"score": "",
"comment": "",
"trace": "",
"status": "-"
}
}
Loading…
Cancel
Save