diff options
Diffstat (limited to 'tpl/config.twig')
-rw-r--r-- | tpl/config.twig | 80 |
1 files changed, 39 insertions, 41 deletions
diff --git a/tpl/config.twig b/tpl/config.twig index a8be93b0..95d5d8cf 100644 --- a/tpl/config.twig +++ b/tpl/config.twig | |||
@@ -11,49 +11,47 @@ | |||
11 | </ul> | 11 | </ul> |
12 | {% endblock %} | 12 | {% endblock %} |
13 | {% block content %} | 13 | {% block content %} |
14 | <div id="content"> | 14 | <h2>{% trans "Bookmarklet" %}</h2> |
15 | <h2>{% trans "Bookmarklet" %}</h2> | 15 | <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">inthepoche.com</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">inthepoche.com</a>.</p> | 16 | <p>{% trans "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> | 17 | <p class="txtcenter"><a ondragend="this.click();" style="cursor: move; border: 1px dashed grey; background: white; padding: 5px;" 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> |
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 | 18 | ||
20 | <h2>{% trans "Updating poche" %}</h2> | 19 | <h2>{% trans "Updating poche" %}</h2> |
21 | <p><ul> | 20 | <p><ul> |
22 | <li>{% trans "your version" %} : <strong>{{ constant('POCHE_VERSION') }}</strong></li> | 21 | <li>{% trans "your version" %} : <strong>{{ constant('POCHE_VERSION') }}</strong></li> |
23 | <li>{% trans "latest stable version" %} : {{ prod }}. {% if compare_prod == -1 %}<strong><a href="http://inthepoche.com/?pages/T%C3%A9l%C3%A9charger-poche">{% trans "a more recent stable version is available." %}</a></strong>{% else %}{% trans "you are up to date." %}{% endif %}</li> | 22 | <li>{% trans "latest stable version" %} : {{ prod }}. {% if compare_prod == -1 %}<strong><a href="http://inthepoche.com/?pages/T%C3%A9l%C3%A9charger-poche">{% trans "a more recent stable version is available." %}</a></strong>{% else %}{% trans "you are up to date." %}{% endif %}</li> |
24 | <li>{% trans "latest dev version" %} : {{ dev }}. {% if compare_dev == -1 %}<strong><a href="http://inthepoche.com/?pages/T%C3%A9l%C3%A9charger-poche">{% trans "a more recent development version is available." %}</a></strong>{% else %}{% trans "you are up to date." %}{% endif %}</li> | 23 | <li>{% trans "latest dev version" %} : {{ dev }}. {% if compare_dev == -1 %}<strong><a href="http://inthepoche.com/?pages/T%C3%A9l%C3%A9charger-poche">{% trans "a more recent development version is available." %}</a></strong>{% else %}{% trans "you are up to date." %}{% endif %}</li> |
25 | </ul> | 24 | </ul> |
26 | </p> | 25 | </p> |
27 | 26 | ||
28 | <h2>{% trans "Change your password" %}</h2> | 27 | <h2>{% trans "Change your password" %}</h2> |
29 | <form method="post" action="?config" name="loginform"> | 28 | <form method="post" action="?config" name="loginform"> |
30 | <fieldset class="w500p"> | 29 | <fieldset class="w500p"> |
31 | <div class="row"> | 30 | <div class="row"> |
32 | <label class="col w150p" for="password">{% trans "New password" %}</label> | 31 | <label class="col w150p" for="password">{% trans "New password:" %}</label> |
33 | <input class="col" type="password" id="password" name="password" placeholder="{% trans "Password" %}" tabindex="2"> | 32 | <input class="col" type="password" id="password" name="password" placeholder="{% trans "Password" %}" tabindex="2"> |
34 | </div> | 33 | </div> |
35 | <div class="row"> | 34 | <div class="row"> |
36 | <label class="col w150p" for="password_repeat">{% trans "Repeat your new password" %}</label> | 35 | <label class="col w150p" for="password_repeat">{% trans "Repeat your new password:" %}</label> |
37 | <input class="col" type="password" id="password_repeat" name="password_repeat" placeholder="{% trans "Password" %}" tabindex="3"> | 36 | <input class="col" type="password" id="password_repeat" name="password_repeat" placeholder="{% trans "Password" %}" tabindex="3"> |
38 | </div> | 37 | </div> |
39 | <div class="row mts txtcenter"> | 38 | <div class="row mts txtcenter"> |
40 | <button class="bouton" type="submit" tabindex="4">{% trans "Update" %}</button> | 39 | <button class="bouton" type="submit" tabindex="4">{% trans "Update" %}</button> |
41 | </div> | 40 | </div> |
42 | </fieldset> | 41 | </fieldset> |
43 | <input type="hidden" name="returnurl" value="{{ referer }}"> | 42 | <input type="hidden" name="returnurl" value="{{ referer }}"> |
44 | <input type="hidden" name="token" value="{{ token }}"> | 43 | <input type="hidden" name="token" value="{{ token }}"> |
45 | </form> | 44 | </form> |
46 | 45 | ||
47 | <h2>{% trans "Import" %}</h2> | 46 | <h2>{% trans "Import" %}</h2> |
48 | <p>{% trans "Please execute the import script locally, it can take a very long time." %}</p> | 47 | <p>{% trans "Please execute the import script locally, it can take a very long time." %}</p> |
49 | <p>{% trans "More infos in the official doc:" %} <a href="http://inthepoche.com/?pages/Documentation">inthepoche.com</a></p> | 48 | <p>{% trans "More infos in the official doc:" %} <a href="http://inthepoche.com/?pages/Documentation">inthepoche.com</a></p> |
50 | <p><ul> | 49 | <p><ul> |
51 | <li><a href="./?import&from=pocket">{% trans "import from Pocket" %}</a> (you must have a "ril_export.html" file on your server)</li> | 50 | <li><a href="./?import&from=pocket">{% trans "import from Pocket" %}</a> (you must have a "ril_export.html" file on your server)</li> |
52 | <li><a href="./?import&from=readability">{% trans "import from Readability" %}</a> (you must have a "readability" file on your server)</li> | 51 | <li><a href="./?import&from=readability">{% trans "import from Readability" %}</a> (you must have a "readability" file on your server)</li> |
53 | <li><a href="./?import&from=instapaper">{% trans "import from Instapaper" %}</a> (you must have a "instapaper-export.html" file on your server)</li> | 52 | <li><a href="./?import&from=instapaper">{% trans "import from Instapaper" %}</a> (you must have a "instapaper-export.html" file on your server)</li> |
54 | </ul></p> | 53 | </ul></p> |
55 | 54 | ||
56 | <h2>{% trans "Export your poche datas" %}</h2> | 55 | <h2>{% trans "Export your poche datas" %}</h2> |
57 | <p><a href="./?export" target="_blank">{% trans "Click here" %}</a> {% trans "to export your poche datas." %}</p> | 56 | <p><a href="./?export" target="_blank">{% trans "Click here" %}</a> {% trans "to export your poche datas." %}</p> |
58 | </div> | ||
59 | {% endblock %} \ No newline at end of file | 57 | {% endblock %} \ No newline at end of file |