Added ViM modelines to the beginning of twig templates

Signed-off-by: Polonkai Gergely <polesz@w00d5t0ck.info>
This commit is contained in:
Polonkai Gergely 2012-07-31 09:52:24 +02:00
parent a43f2d6017
commit f21d48c6a8
17 changed files with 34 additions and 1 deletions

View File

@ -1,3 +1,5 @@
{# vim: ft=htmljinja
#}
<div id="login-gomb">
<span id="login-mutato">Bejelentkezés</span>
<div id="login-box">

View File

@ -1,3 +1,5 @@
{# vim: ft=htmljinja
#}
<div id="profil-gomb">
<span id="profil-mutato">[avatar] {{ app.user.displayName }}</span>
<div id="profil-box">

View File

@ -1,3 +1,5 @@
{# vim: ft=htmljinja
#}
<!DOCTYPE html>
<html>
<head>

View File

@ -1,3 +1,5 @@
{# vim: ft=htmljinja
#}
{% extends '::main_template.html.twig' %}
{% block title %} - Csoport jelentkezők {% endblock %}
{% block content %}

View File

@ -1,3 +1,5 @@
{# vim: ft=htmljinja
#}
{% extends '::main_template.html.twig' %}
{% block title %} - Jelentkezők{% endblock %}
{% block content %}

View File

@ -1,3 +1,5 @@
{# vim: ft=htmljinja
#}
{% extends '::main_template.html.twig' %}
{% block title%} - {{ article.title }}{% endblock title %}
{% block content %}

View File

@ -1,3 +1,5 @@
{# vim: ft=htmljinja
#}
{% extends '::main_template.html.twig' %}
{% form_theme form 'KekRozsakFrontBundle:Form:user_form.html.twig' %}
{% block title %} - Profil szerkesztése{% endblock %}

View File

@ -1,3 +1,5 @@
{# vim: ft=htmljinja
#}
{% extends '::main_template.html.twig' %}
{% block title %} - Dokumentum létrehozása{% endblock %}
{% block content %}

View File

@ -1,3 +1,5 @@
{# vim: ft=htmljinja
#}
{% extends '::main_template.html.twig' %}
{% block title %} - Dokumentum - {{ document.title }}{% endblock %}
{% block content %}

View File

@ -1,3 +1,5 @@
{# vim: ft=htmljinja
#}
{% block field_row %}
<tr>
<td>{{ form_label(form) }}</td>

View File

@ -1,3 +1,5 @@
{# vim: ft=htmljinja
#}
{% extends '::main_template.html.twig' %}
{% block title %} - Fórum - {{ topicGroup.title }} - {{ topic.title }}{% endblock %}
{% block content %}

View File

@ -1,3 +1,5 @@
{# vim: ft=htmljinja
#}
{% extends '::main_template.html.twig' %}
{% block title %} - Fórum{% endblock %}
{% block content %}

View File

@ -1,3 +1,5 @@
{# vim: ft=htmljinja
#}
{% extends '::main_template.html.twig' %}
{% block title %} - Fórum - {{ topicGroup.title }}{% endblock %}
{% block content %}

View File

@ -1,3 +1,5 @@
{# vim: ft=htmljinja
#}
{% extends '::main_template.html.twig' %}
{% block title %} - Csoport létrehozása{% endblock %}
{% block content %}

View File

@ -1,3 +1,5 @@
{# vim: ft=htmljinja
#}
{% extends '::main_template.html.twig' %}
{% block title %} - Csoportok{% endblock title %}
{% block content %}

View File

@ -1,10 +1,11 @@
{# vim: ft=htmljinja
#}
{% extends '::main_template.html.twig' %}
{% block title %}- Bejelentkezés{% endblock %}
{% block content %}
{% if error %}
<div id="error-message">{{ error.message }}</div>
{% endif %}
<form action="{{ path('KekRozsakSecurityBundle_login_check') }}" method="post">
<input type="text" id="username" name="_username" value="{{ last_username }}" />
<input type="password" id="password" name="_password" />

View File

@ -1,3 +1,5 @@
{# vim: ft=htmljinja
#}
{% extends '::main_template.html.twig' %}
{% block title %} - Sikeres regisztráció{% endblock %}
{% block content %}