2014-10-31 16:48:35 +00:00
|
|
|
<div id="bagit-form" class="messages info popup-form">
|
2014-03-13 16:37:08 +00:00
|
|
|
<form method="get" action="index.php" target="_blank" id="bagit-form-form">
|
2014-10-30 20:00:18 +00:00
|
|
|
<h2>{% trans "Save a link" %}</h2>
|
2014-10-31 15:10:38 +00:00
|
|
|
<a href="javascript: void(null);" id="bagit-form-close" class="close-button--popup close-button">×</a>
|
2014-03-12 15:36:04 +00:00
|
|
|
<input type="hidden" name="autoclose" value="1" />
|
2014-03-08 12:47:15 +00:00
|
|
|
<input required placeholder="example.com/article" class="addurl" id="plainurl" name="plainurl" type="url" />
|
2015-02-10 01:28:53 +00:00
|
|
|
<div style="display:inline-block;cursor: pointer;" title="{% trans "Edit tags" %}" id="showtaginput" class="tool icon icon-tags">
|
|
|
|
<span>Add tags</span>
|
|
|
|
</div>
|
2015-01-21 22:04:35 +00:00
|
|
|
<input placeholder="tags, with commas" class="addurl" id="tags2add" name="tags" type="text"/>
|
2014-07-22 16:12:03 +00:00
|
|
|
<span id="add-link-result"></span>
|
2014-03-08 12:47:15 +00:00
|
|
|
<input type="submit" value="{% trans "save link!" %}" />
|
|
|
|
</form>
|
|
|
|
</div>
|