Allow up to 4 screenshots.
This commit is contained in:
parent
1a7c3a1de4
commit
bea86eda1c
19
index.html
19
index.html
|
@ -13,7 +13,7 @@
|
|||
{
|
||||
display: block;
|
||||
float: left;
|
||||
width: 11ch;
|
||||
width: 12ch;
|
||||
text-align: right;
|
||||
margin-right: 1ch;
|
||||
}
|
||||
|
@ -25,6 +25,10 @@
|
|||
{
|
||||
padding: 0;
|
||||
}
|
||||
input[type=file]
|
||||
{
|
||||
margin-left: 10ch;
|
||||
}
|
||||
span.optional
|
||||
{
|
||||
font-style: italic;
|
||||
|
@ -132,9 +136,16 @@
|
|||
<!-- <input type="button" id="add_receipt" value="➕" disabled> -->
|
||||
<br>
|
||||
|
||||
<label for="screenshot">Screenshot:</label>
|
||||
<input type="file" id="screenshot" name="screenshot" accept="image/*">
|
||||
<span class="optional">(optional)</span><br>
|
||||
<label for="screenshot1">Screenshots:</label><span class="optional">(optional)</span>
|
||||
<br>
|
||||
<input type="file" id="screenshot1" name="screenshots[]" accept="image/*">
|
||||
<br>
|
||||
<input type="file" id="screenshot2" name="screenshots[]" accept="image/*">
|
||||
<br>
|
||||
<input type="file" id="screenshot3" name="screenshots[]" accept="image/*">
|
||||
<br>
|
||||
<input type="file" id="screenshot4" name="screenshots[]" accept="image/*">
|
||||
<br>
|
||||
|
||||
<label for="description">Description:</label><br>
|
||||
<textarea id="description" name="description" cols="80" rows="20" required></textarea><br>
|
||||
|
|
Reference in New Issue
Block a user