mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-01 14:49:15 +00:00
12 lines
748 B
Twig
Executable file
12 lines
748 B
Twig
Executable file
<div id="bagit-form" class="messages info popup-form">
|
|
<form method="get" action="index.php" target="_blank" id="bagit-form-form">
|
|
<h2>{% trans "Save a link" %}</h2>
|
|
<a href="javascript: void(null);" id="bagit-form-close" class="close-button--popup close-button">×</a>
|
|
<input type="hidden" name="autoclose" value="1" />
|
|
<input required placeholder="example.com/article" class="addurl" id="plainurl" name="plainurl" type="url" />
|
|
<span id="showtaginput">Add tags</span>
|
|
<input placeholder="tags, with commas" class="addurl" id="tags2add" name="tags" type="text"/>
|
|
<span id="add-link-result"></span>
|
|
<input type="submit" value="{% trans "save link!" %}" />
|
|
</form>
|
|
</div>
|