Added Event listing and Event box

Signed-off-by: Gergely Polonkai <polesz@w00d5t0ck.info>
This commit is contained in:
Polonkai Gergely
2012-07-31 11:09:52 +02:00
parent 995b96b3b7
commit 7d9f02f542
9 changed files with 718 additions and 0 deletions

View File

@@ -19,6 +19,7 @@
<div id="top-line">
{% if app.user %}
{% include ':Box:UserProfile.html.twig' %}
{% include ':Box:Events.html.twig' %}
{% else %}
{% include ':Box:Login.html.twig' %}
{% endif %}
@@ -91,6 +92,16 @@
delay: 0,
fade: 250
});
$('#esemeny-mutato').click(function() {
if ($('#esemeny-box').is(':visible'))
{
$('#esemeny-box').hide();
}
else
{
$('#esemeny-box').show();
}
});
{% else %}
$('#login-mutato').click(function() {
if ($('#login-box').is(':visible'))