Added Event listing and Event box
Signed-off-by: Gergely Polonkai <polesz@w00d5t0ck.info>
This commit is contained in:
@@ -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'))
|
||||
|
Reference in New Issue
Block a user