2012-04-29 22:10:04 +04:00
|
|
|
<p class="file-upload">
|
2012-04-30 00:15:11 +04:00
|
|
|
<input type="button" class="btn btn-upload" value="Upload File">
|
2012-04-29 19:36:26 +04:00
|
|
|
<input type="file" class="hide-upload" id="file-upload" >
|
2012-04-30 00:15:11 +04:00
|
|
|
</p>
|
2012-04-29 19:36:26 +04:00
|
|
|
|
2012-04-24 22:15:38 +04:00
|
|
|
<form class="well" method="post" action="/paste/create">
|
2012-05-06 21:24:46 +04:00
|
|
|
<p class="paste-option">
|
|
|
|
<label for="expiration" >Expiration:</label>
|
|
|
|
<select id="expiration" name="expiration">
|
|
|
|
<option value="burn_after_reading">Burn after reading</option>
|
|
|
|
<option selected value="1_day">1 day</option>
|
|
|
|
<option value="1_month">1 month</option>
|
|
|
|
<option value="never">Never</option>
|
|
|
|
</select>
|
|
|
|
<button type="submit" class="btn btn-primary">Submit</button>
|
|
|
|
</p>
|
|
|
|
<p>
|
|
|
|
<div class="progress progress-striped active">
|
|
|
|
<div class="bar"></div>
|
|
|
|
</div>
|
|
|
|
<textarea rows="10" style="width:100%;"
|
|
|
|
class="input-xlarge"
|
|
|
|
id="content" name="content"></textarea>
|
|
|
|
</p>
|
2012-04-24 22:15:38 +04:00
|
|
|
</form>
|
2012-04-24 14:22:59 +04:00
|
|
|
|
2012-04-28 21:55:00 +04:00
|
|
|
|
2012-05-06 15:54:57 +04:00
|
|
|
%rebase base settings=settings
|