]>
Commit | Line | Data |
---|---|---|
ad4d1caa | 1 | {% extends "WallabagCoreBundle::layout.html.twig" %} |
bd9f0815 | 2 | |
784bb4c3 | 3 | {% block title %}{{ entry.title|raw }} ({{ entry.domainName|removeWww }}){% endblock %} |
bd9f0815 | 4 | |
bd9f0815 | 5 | {% block content %} |
56349e47 TC |
6 | <div id="article"> |
7 | <header class="mbm"> | |
5ecdfcd0 | 8 | <h1>{{ entry.title|raw }} <a href="{{ path('edit', { 'id': entry.id }) }}" class="nostyle" title="{{ 'entry.view.edit_title'|trans }}">✎</a></h1> |
56349e47 TC |
9 | </header> |
10 | ||
11 | <div id="article_toolbar"> | |
79efca1e JB |
12 | <ul class="links"> |
13 | <li class="topPosF"><a href="#top" title="{{ 'entry.view.left_menu.back_to_top'|trans }}" class="tool top icon icon-arrow-up-thick"><span>{{ 'entry.view.left_menu.set_as_read'|trans }}</span></a></li> | |
14 | <li><a href="{{ entry.url|e }}" target="_blank" title="{{ 'entry.view.original_article'|trans }} : {{ entry.title|e }}" class="tool link icon icon-link"><span>{{ entry.domainName|removeWww }}</span></a></li> | |
15 | <li><a title="{{ 'entry.view.left_menu.re_fetch_content'|trans }}" class="tool icon icon-reload" href="{{ path('reload_entry', { 'id': entry.id }) }}"><span>{{ 'entry.view.left_menu.re_fetch_content'|trans }}</span></a></li> | |
16 | <li><a title="{% if entry.isArchived == 0 %}{{ 'entry.view.left_menu.set_as_read'|trans }}{% else %}{{ 'entry.view.left_menu.set_as_unread'|trans }}{% endif %}" class="tool icon icon-check {% if entry.isArchived == 0 %}archive-off{% else %}archive{% endif %}" href="{{ path('archive_entry', { 'id': entry.id }) }}"><span>{% if entry.isArchived == 0 %}{{ 'entry.view.left_menu.set_as_read'|trans }}{% else %}{{ 'entry.view.left_menu.set_as_unread'|trans }}{% endif %}</span></a></li> | |
17 | <li><a title="{{ 'entry.view.left_menu.set_as_starred'|trans }}" class="tool icon icon-star {% if entry.isStarred == 0 %}fav-off{% else %}fav{% endif %}" href="{{ path('star_entry', { 'id': entry.id }) }}"><span>{{ 'entry.view.left_menu.set_as_starred'|trans }}</span></a></li> | |
18 | <li><a id="nav-btn-add-tag" title="{{ 'entry.view.left_menu.add_a_tag'|trans }}"><span>{{ 'entry.view.left_menu.add_a_tag'|trans }}</span></a></li> | |
19 | <li><a title="{{ 'entry.view.left_menu.delete'|trans }}" class="tool delete icon icon-trash" href="{{ path('delete_entry', { 'id': entry.id }) }}"><span>{{ 'entry.view.left_menu.delete'|trans }}</span></a></li> | |
3e860ff1 | 20 | {% if craue_setting('share_public') %}<li><a href="{{ path('share', {'id': entry.id }) }}" target="_blank" class="tool public" title="{{ 'entry.view.left_menu.public_link'|trans }}"><span>{{ 'entry.view.left_menu.public_link'|trans }}</span></a></li> <li><a href="{{ path('delete_share', {'id': entry.id }) }}" class="tool public" title="{{ 'entry.view.left_menu.delete_public_link'|trans }}"><span>{{ 'entry.view.left_menu.delete_public_link'|trans }}</span></a></li>{% endif %} |
79efca1e JB |
21 | {% if craue_setting('share_twitter') %}<li><a href="https://twitter.com/home?status={{entry.title|url_encode}}%20{{ entry.url|url_encode }}%20via%20@wallabagapp" target="_blank" class="tool twitter icon icon-twitter" title="Tweet"><span>Tweet</span></a></li>{% endif %} |
22 | {% if craue_setting('share_mail') %}<li><a href="mailto:?subject={{ entry.title|url_encode }}&body={{ entry.url|url_encode }}%20via%20@wallabagapp" class="tool email icon icon-mail" title="Email"><span>Email</span></a></li>{% endif %} | |
23 | {% if craue_setting('share_shaarli') %}<li><a href="{{ craue_setting('shaarli_url') }}/index.php?post={{ entry.url|url_encode }}&title={{ entry.title|url_encode }}" target="_blank" class="tool shaarli" title="shaarli"><span>shaarli</span></a></li>{% endif %} | |
24 | {% if craue_setting('share_diaspora') %}<li><a href="{{ craue_setting('diaspora_url') }}/bookmarklet?url={{ entry.url|url_encode }}&title={{ entry.title|url_encode }}¬es=&v=1&noui=1&jump=doclose" target="_blank" class="tool diaspora icon-image icon-image--diaspora" title="diaspora"><span>diaspora</span></a></li>{% endif %} | |
25 | {% if craue_setting('carrot') %}<li><a href="https://secure.carrot.org/GiveAndGetBack.do?url={{ entry.url|url_encode }}&title={{ entry.title|url_encode }}" class="tool carrot icon-image icon-image--carrot" target="_blank" title="carrot"><span>Carrot</span></a></li>{% endif %} | |
26 | {% if craue_setting('show_printlink') %}<li><a title="{{ 'entry.view.left_menu.print'|trans }}" class="tool icon icon-print" href="javascript: window.print();"><span>{{ 'entry.view.left_menu.print'|trans }}</span></a></li>{% endif %} | |
27 | {% if craue_setting('export_epub') %}<li><a href="?epub&method=id&value={{ entry.id }}" title="Generate ePub file">EPUB</a></li>{% endif %} | |
28 | {% if craue_setting('export_mobi') %}<li><a href="?mobi&method=id&value={{ entry.id }}" title="Generate Mobi file">MOBI</a></li>{% endif %} | |
29 | {% if craue_setting('export_pdf') %}<li><a href="?pdf&method=id&value={{ entry.id }}" title="Generate PDF file">PDF</a></li>{% endif %} | |
30 | <li><a href="mailto:hello@wallabag.org?subject=Wrong%20display%20in%20wallabag&body={{ entry.url|url_encode }}" title="{{ 'entry.view.left_menu.problem.label'|trans }}" class="tool bad-display icon icon-delete"><span>{{ 'entry.view.left_menu.problem.label'|trans }}</span></a></li> | |
31 | </ul> | |
32 | </div> | |
d35ba2c3 | 33 | |
add0e14c NL |
34 | <div id="article-informations"> |
35 | <div class="link mdi-action-today"> | |
36 | {{ 'entry.view.created_at'|trans }}: {{ entry.createdAt|date('Y-m-d') }} | |
37 | </div> | |
d35ba2c3 | 38 | |
add0e14c NL |
39 | <div class="link mdi-action-query-builder"> |
40 | {% set readingTime = entry.readingTime / app.user.config.readingSpeed %} | |
41 | {% if readingTime > 0 %} | |
42 | {{ 'entry.list.reading_time_minutes'|trans({'%readingTime%': readingTime|round})|capitalize }} | |
43 | {% else %} | |
44 | {{ 'entry.list.reading_time_less_one_minute'|trans|raw }} | |
45 | {% endif %} | |
56349e47 | 46 | </div> |
add0e14c NL |
47 | |
48 | {% set nbAnnotations = entry.annotations | length %} | |
49 | <span class="tool link"><i class="material-icons link">comment</i> {{ 'entry.view.annotations_on_the_entry'|transchoice(entry.annotations | length) }}</span> | |
50 | <aside class="tags"> | |
51 | {% for tag in entry.tags %} | |
52 | <span class="label-outline"><i class="material-icons">label_outline</i> {{ tag.label }}</span> <a href="{{ path('remove_tag', { 'entry': entry.id, 'tag': tag.id }) }}"class="nostyle"><i>✘</i></a> | |
53 | {% endfor %} | |
54 | <div class="input-field nav-panel-add-tag" style="display: none"> | |
55 | {{ render(controller( "WallabagCoreBundle:Tag:addTagForm", { 'id': entry.id } )) }} | |
56 | </div> | |
57 | </aside> | |
58 | </div> | |
b026d3b1 NL |
59 | {% if entry.previewPicture is not null %} |
60 | <div><img class="preview" src="{{ entry.previewPicture }}" alt="{{ entry.title|raw }}" /></div> | |
61 | {% endif %} | |
bd9f0815 NL |
62 | <article> |
63 | {{ entry.content | raw }} | |
64 | </article> | |
65 | </div> | |
79efca1e | 66 | |
5ecdfcd0 TC |
67 | <script id="annotationroutes" type="application/json"> |
68 | { | |
69 | "prefix": "", | |
70 | "urls": { | |
71 | "create": "{{ path('annotations_post_annotation', { 'entry': entry.id }) }}", | |
72 | "update": "{{ path('annotations_put_annotation', { 'annotation': 'idAnnotation' }) }}", | |
73 | "destroy": "{{ path('annotations_delete_annotation', { 'annotation': 'idAnnotation' }) }}", | |
74 | "search": "{{ path('annotations_get_annotations', { 'entry': entry.id }) }}" | |
75 | }, | |
76 | "entryId": "{{ entry.id }}" | |
77 | } | |
bd9f0815 | 78 | </script> |
30d81a47 | 79 | <script src="{{ asset('bundles/wallabagcore/themes/_global/js/restoreScroll.js')}}"></script> |
bd9f0815 NL |
80 | <script type="text/javascript"> |
81 | $(document).ready(function() { | |
bd9f0815 NL |
82 | $(window).scroll(function(e){ |
83 | var scrollTop = $(window).scrollTop(); | |
84 | var docHeight = $(document).height(); | |
85 | var scrollPercent = (scrollTop) / (docHeight); | |
86 | var scrollPercentRounded = Math.round(scrollPercent*100)/100; | |
82d6d9cb | 87 | savePercent({{ entry.id }}, scrollPercentRounded); |
bd9f0815 NL |
88 | }); |
89 | ||
82d6d9cb | 90 | retrievePercent({{ entry.id }}); |
bd9f0815 NL |
91 | |
92 | $(window).resize(function(){ | |
82d6d9cb | 93 | retrievePercent({{ entry.id }}); |
bd9f0815 NL |
94 | }); |
95 | }); | |
96 | </script> | |
7df80cb3 | 97 | {% endblock %} |