2012-04-24 22:15:38 +04:00
|
|
|
<form class="well" method="post" action="/paste/create">
|
|
|
|
|
2012-04-26 13:38:55 +04:00
|
|
|
<p class="paste-option">
|
2012-04-28 15:10:29 +04:00
|
|
|
<label for="expiration" >Expiration:</label>
|
|
|
|
<select id="expiration" name="expiration">
|
2012-04-26 13:38:55 +04:00
|
|
|
<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>
|
2012-04-24 22:15:38 +04:00
|
|
|
|
|
|
|
<p>
|
|
|
|
<textarea rows="10" style="width:100%;"
|
|
|
|
class="input-xlarge"
|
|
|
|
id="content" name="content"></textarea>
|
|
|
|
</p>
|
|
|
|
|
|
|
|
|
|
|
|
</form>
|
2012-04-24 14:22:59 +04:00
|
|
|
|
|
|
|
%rebase base
|