aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl/config.twig
diff options
context:
space:
mode:
Diffstat (limited to 'tpl/config.twig')
-rw-r--r--tpl/config.twig28
1 files changed, 14 insertions, 14 deletions
diff --git a/tpl/config.twig b/tpl/config.twig
index 10c481de..be2c0454 100644
--- a/tpl/config.twig
+++ b/tpl/config.twig
@@ -12,30 +12,30 @@
12{% endblock %} 12{% endblock %}
13{% block content %} 13{% block content %}
14 <div id="content"> 14 <div id="content">
15 <h2>Bookmarklet</h2> 15 <h2>{% trans "Bookmarklet" %}</h2>
16 <p>Thanks to the bookmarklet, you will be able to easily add a link to your poche. If you don't know how use a bookmarklet, <a href="http://support.mozilla.org/en-US/kb/bookmarklets-perform-common-web-page-tasks">have a look here</a>.</p> 16 <p>{% trans "Thanks to the bookmarklet, you will be able to easily add a link to your poche." %} {% trans "Have a look to this documentation:" %} <a href="http://inthepoche.com/?pages/Documentation" target="_blank">http://inthepoche.com/?pages/Documentation</a>.</p>
17 <p>Drag & drop this link to your bookmarks bar and have fun with poche.</p> 17 <p>{% trans "Drag & drop this link to your bookmarks bar and have fun with poche." %}</p>
18 <p><a ondragend="this.click();" style="cursor: move; border: 1px dashed grey; background: white;" title="i am a bookmarklet, use me !" href="javascript:if(top['bookmarklet-url@inthepoche.com']){top['bookmarklet-url@inthepoche.com'];}else{(function(){var%20url%20=%20location.href%20||%20url;window.open('{$poche_url}?action=add&url='%20+%20btoa(url),'_self');})();void(0);}">poche it !</a></p> 18 <p><a ondragend="this.click();" style="cursor: move; border: 1px dashed grey; background: white;" title="i am a bookmarklet, use me !" href="javascript:if(top['bookmarklet-url@inthepoche.com']){top['bookmarklet-url@inthepoche.com'];}else{(function(){var%20url%20=%20location.href%20||%20url;window.open('{$poche_url}?action=add&url='%20+%20btoa(url),'_self');})();void(0);}">{% trans "poche it!" %}</a></p>
19 19
20 <h2>Password</h2> 20 <h2>{% trans "Change your password" %}</h2>
21 <form method="post" action="?config" name="loginform"> 21 <form method="post" action="?config" name="loginform">
22 <fieldset class="w500p"> 22 <fieldset class="w500p">
23 <div class="row"> 23 <div class="row">
24 <label class="col w150p" for="password">New password</label> 24 <label class="col w150p" for="password">{% trans "New password" %}</label>
25 <input class="col" type="password" id="password" name="password" placeholder="Password" tabindex="2"> 25 <input class="col" type="password" id="password" name="password" placeholder="{% trans "Password" %}" tabindex="2">
26 </div> 26 </div>
27 <div class="row"> 27 <div class="row">
28 <label class="col w150p" for="password_repeat">Repeat your new password</label> 28 <label class="col w150p" for="password_repeat">{% trans "Repeat your new password" %}</label>
29 <input class="col" type="password" id="password_repeat" name="password_repeat" placeholder="Password" tabindex="3"> 29 <input class="col" type="password" id="password_repeat" name="password_repeat" placeholder="{% trans "Password" %}" tabindex="3">
30 </div> 30 </div>
31 <div class="row mts txtcenter"> 31 <div class="row mts txtcenter">
32 <button class="bouton" type="submit" tabindex="4">Update</button> 32 <button class="bouton" type="submit" tabindex="4">{% trans "Update" %}</button>
33 </div> 33 </div>
34 </fieldset> 34 </fieldset>
35 <input type="hidden" name="returnurl" value="<?php echo htmlspecialchars($referer);?>"> 35 <input type="hidden" name="returnurl" value="{{ referer }}">
36 <input type="hidden" name="token" value="<?php echo Session::getToken(); ?>"> 36 <input type="hidden" name="token" value="{{ token }}">
37 </form> 37 </form>
38 <h2>Export</h2> 38 <h2>{% trans "Export your poche datas" %}</h2>
39 <p><a href="?view=export" target="_blank">Click here</a> to export your poche datas.</p> 39 <p><a href="?view=export" target="_blank">{% trans "Click here" %}</a> {% trans "to export your poche datas." %}</p>
40 </div> 40 </div>
41{% endblock %} \ No newline at end of file 41{% endblock %} \ No newline at end of file