init without trunk
This commit is contained in:
parent
ed24ac4994
commit
bb809e7233
14652 changed files with 177862 additions and 94817 deletions
18
app/Resources/views/default/pages/ttSearch.html.twig
Normal file
18
app/Resources/views/default/pages/ttSearch.html.twig
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
{% extends get_base_template() %}
|
||||
|
||||
{% block meta_robots %}
|
||||
<meta name="robots" content="noindex,nofollow" />
|
||||
{% if app.debug %}<!-- meta-robots wurde durch das Twig-Seitentemplate festgelegt -->{% endif %}
|
||||
{% endblock %}
|
||||
{% block canonical_tag %}{% if app.debug %}<!-- Die canonical URL wird für diese Seite bewusst nicht definiert, da sie vom Suchindex ausgeschlossen wurde (Siehe meta robots) -->{% endif %}{% endblock %}
|
||||
|
||||
|
||||
{% block body %}
|
||||
{% if tt_url is defined %}
|
||||
<iframe src="{{ tt_url|raw }}" scrolling="auto" width="100%" height="5500"
|
||||
onload="window.parent.parent.scrollTo(0,0);"
|
||||
></iframe>
|
||||
{% else %}
|
||||
<p>Es konnten leider keine Ergebnisse gefunden werden.</p>
|
||||
{% endif %}
|
||||
{% endblock body %}
|
||||
Loading…
Add table
Add a link
Reference in a new issue