diff options
author | Nicolas Frandeboeuf <nicofrand@gmail.com> | 2013-08-23 22:23:55 +0200 |
---|---|---|
committer | Nicolas Frandeboeuf <nicofrand@gmail.com> | 2013-08-23 22:23:55 +0200 |
commit | f3e4f109a3ae6cd58e0abc9e909ac823d5e3065a (patch) | |
tree | 7e1ede841a99b4070825b4717d17dac92c47273c /tpl/config.twig | |
parent | 8413a63f7d9df2695653ab2ef1d77927da6ddc55 (diff) | |
download | wallabag-f3e4f109a3ae6cd58e0abc9e909ac823d5e3065a.tar.gz wallabag-f3e4f109a3ae6cd58e0abc9e909ac823d5e3065a.tar.zst wallabag-f3e4f109a3ae6cd58e0abc9e909ac823d5e3065a.zip |
Revert "Clean markup in templates"
This reverts commit 8413a63f7d9df2695653ab2ef1d77927da6ddc55.
Diffstat (limited to 'tpl/config.twig')
-rw-r--r-- | tpl/config.twig | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/tpl/config.twig b/tpl/config.twig index 9f2fe5a4..5324cda7 100644 --- a/tpl/config.twig +++ b/tpl/config.twig | |||
@@ -14,14 +14,15 @@ | |||
14 | <h2>{% trans "Bookmarklet" %}</h2> | 14 | <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> | 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 "Drag & drop this link to your bookmarks bar and have fun with poche." %}</p> | 16 | <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> | 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 | 18 | ||
19 | <h2>{% trans "Updating poche" %}</h2> | 19 | <h2>{% trans "Updating poche" %}</h2> |
20 | <ul> | 20 | <p><ul> |
21 | <li>{% trans "your version" %} : <strong>{{ constant('POCHE_VERSION') }}</strong></li> | 21 | <li>{% trans "your version" %} : <strong>{{ constant('POCHE_VERSION') }}</strong></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> | 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> |
23 | {% if constant('DEBUG_POCHE') == 1 %}<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>{% endif %} | 23 | {% if constant('DEBUG_POCHE') == 1 %}<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>{% endif %} |
24 | </ul> | 24 | </ul> |
25 | </p> | ||
25 | 26 | ||
26 | <h2>{% trans "Change your password" %}</h2> | 27 | <h2>{% trans "Change your password" %}</h2> |
27 | <form method="post" action="?config" name="loginform"> | 28 | <form method="post" action="?config" name="loginform"> |
@@ -45,11 +46,11 @@ | |||
45 | <h2>{% trans "Import" %}</h2> | 46 | <h2>{% trans "Import" %}</h2> |
46 | <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> |
47 | <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> |
48 | <ul> | 49 | <p><ul> |
49 | <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> |
50 | <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> |
51 | <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> |
52 | </ul> | 53 | </ul></p> |
53 | 54 | ||
54 | <h2>{% trans "Export your poche datas" %}</h2> | 55 | <h2>{% trans "Export your poche datas" %}</h2> |
55 | <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> |