]> git.immae.eu Git - github/wallabag/wallabag.git/blame - themes/baggy/_pocheit-form.twig
merge epub with all the dev evolutions
[github/wallabag/wallabag.git] / themes / baggy / _pocheit-form.twig
CommitLineData
4bc70ed4 1<div id="bagit-form" class="messages info popup-form">
3ee27ee6 2 <form method="get" action="index.php" target="_blank" id="bagit-form-form">
cd271fc4 3 <h2>{% trans "Save a link" %}</h2>
827bd1f8 4 <a href="javascript: void(null);" id="bagit-form-close" class="close-button--popup close-button">&times;</a>
6775da70 5 <input type="hidden" name="autoclose" value="1" />
4744cb0e 6 <input required placeholder="example.com/article" class="addurl" id="plainurl" name="plainurl" type="url" />
3e870665 7 <span id="add-link-result"></span>
4744cb0e
TL
8 <input type="submit" value="{% trans "save link!" %}" />
9 </form>
10</div>