From b84a80559a1167b5500fbc5eb4965d3b08b371ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Fri, 23 Jan 2015 14:58:17 +0100 Subject: some parameters, new entry form, etc. --- .../Resources/views/Entry/new.html.twig | 11 ++++++ .../Resources/views/Static/about.html.twig | 43 +++------------------- src/WallabagBundle/Resources/views/_menu.html.twig | 4 +- 3 files changed, 17 insertions(+), 41 deletions(-) create mode 100644 src/WallabagBundle/Resources/views/Entry/new.html.twig (limited to 'src/WallabagBundle/Resources/views') diff --git a/src/WallabagBundle/Resources/views/Entry/new.html.twig b/src/WallabagBundle/Resources/views/Entry/new.html.twig new file mode 100644 index 00000000..78da791f --- /dev/null +++ b/src/WallabagBundle/Resources/views/Entry/new.html.twig @@ -0,0 +1,11 @@ +{% extends "WallabagBundle::layout.html.twig" %} + +{% block title %}{% trans %}Save new entry{% endtrans %}{% endblock %} + +{% block menu %} + {% include "WallabagBundle::_menu.html.twig" %} +{% endblock %} + +{% block content %} + {{ form(form) }} +{% endblock %} \ No newline at end of file diff --git a/src/WallabagBundle/Resources/views/Static/about.html.twig b/src/WallabagBundle/Resources/views/Static/about.html.twig index 1a3c927e..752526e1 100755 --- a/src/WallabagBundle/Resources/views/Static/about.html.twig +++ b/src/WallabagBundle/Resources/views/Static/about.html.twig @@ -14,7 +14,7 @@
{% trans %}Main developer{% endtrans %}
Nicolas Lœuillet{% trans %}website{% endtrans %}
-
{% trans %}Contributors:{% endtrans %}
+
{% trans %}Contributors ♥:{% endtrans %}
{% trans %}on Github{% endtrans %}
{% trans %}Bug reports{% endtrans %}
@@ -24,7 +24,7 @@
MIT
{% trans %}Version{% endtrans %}
-
+
{{ version }}

{% trans %}wallabag is a read-it-later application: you can save a web page by keeping only content. Elements like ads or menus are deleted.{% endtrans %}

@@ -33,7 +33,7 @@
{% trans %}Documentation{% endtrans %}
-
Offline documentation and online documentation (up to date)
+
Online documentation
{% trans %}Support{% endtrans %}
http://support.wallabag.org/
@@ -44,41 +44,8 @@

{% trans %}wallabag is free and opensource. You can help us:{% endtrans %}

-
{% trans %}via Paypal{% endtrans %}
+
{% trans %}via Paypal{% endtrans %}
-
{% trans %}via Flattr{% endtrans %}
+
{% trans %}via Flattr{% endtrans %}
- -

{% trans %}Credits{% endtrans %}

-
-
PHP Readability
-
https://bitbucket.org/fivefilters/php-readability
- -
Full Text RSS
-
http://code.fivefilters.org/full-text-rss/src
- -
logo by Maylis Agniel
-
https://github.com/wallabag/logo
- -
icons
-
http://icomoon.io
- -
PHP Simple HTML DOM Parser
-
http://simplehtmldom.sourceforge.net/
- -
Session
-
https://github.com/tontof/kriss_feed/blob/master/src/class/Session.php
- -
Twig
-
http://twig.sensiolabs.org
- -
Flash messages
-
https://github.com/plasticbrain/PHP-Flash-Messages
- -
Pagination
-
https://github.com/daveismyname/pagination
- -
PHPePub
-
https://github.com/Grandt/PHPePub/
-
{% endblock %} diff --git a/src/WallabagBundle/Resources/views/_menu.html.twig b/src/WallabagBundle/Resources/views/_menu.html.twig index 4c6a0a1b..419a676b 100644 --- a/src/WallabagBundle/Resources/views/_menu.html.twig +++ b/src/WallabagBundle/Resources/views/_menu.html.twig @@ -4,9 +4,7 @@
  • {% trans %}favorites{% endtrans %}
  • {% trans %}archive{% endtrans %}
  • {% trans %}tags{% endtrans %}
  • -
  • {% trans %}save a link{% endtrans %} - {% include "WallabagBundle::_save_form.html.twig" %} -
  • +
  • {% trans %}save a link{% endtrans %}
  • {% trans %}search{% endtrans %} {% include "WallabagBundle::_search_form.html.twig" %}
  • -- cgit v1.2.3