aboutsummaryrefslogtreecommitdiffstats
path: root/view/events_reminder.tpl
diff options
context:
space:
mode:
authorSimon L'nu <simon.lnu@gmail.com>2012-04-25 03:05:47 -0400
committerSimon L'nu <simon.lnu@gmail.com>2012-04-25 03:05:47 -0400
commit1a1efc7e4614a50a6221e17f0bb4ca48b6d38642 (patch)
treed5e7caacc89d8d7a57c57d10401c9493ec3ed59a /view/events_reminder.tpl
parent0e2c6c28198b0e27087ceea6d1ba9d1891405549 (diff)
parent5187faa595c52f5c9419da94f42d60d9dfaa1c24 (diff)
downloadvolse-hubzilla-1a1efc7e4614a50a6221e17f0bb4ca48b6d38642.tar.gz
volse-hubzilla-1a1efc7e4614a50a6221e17f0bb4ca48b6d38642.tar.bz2
volse-hubzilla-1a1efc7e4614a50a6221e17f0bb4ca48b6d38642.zip
Merge branch 'master', remote-tracking branch 'remotes/upstream/master'
* remotes/upstream/master: diabook-themes: fix css to login.tpl restore qcomment selector rev update zero-themes: add bbcode-toolbar to commentbox diabook-themes: small fix Diabook-dark css fix Diabook-dark, couple of new icons, and another css fix. fix tags test with new url quattro: small week calendar view for event/birthday reminders remove html from get_birthdays() and get_events() events page: set calendar start date from url (events/[year]/[month]/) and show event popup from url anchor (#link-[event id]) * master:
Diffstat (limited to 'view/events_reminder.tpl')
-rw-r--r--view/events_reminder.tpl10
1 files changed, 10 insertions, 0 deletions
diff --git a/view/events_reminder.tpl b/view/events_reminder.tpl
new file mode 100644
index 000000000..fe7e33980
--- /dev/null
+++ b/view/events_reminder.tpl
@@ -0,0 +1,10 @@
+{{ if $count }}
+<div id="event-notice" class="birthday-notice fakelink $classtoday" onclick="openClose('event-wrapper');">$event_reminders ($count)</div>
+<div id="event-wrapper" style="display: none;" ><div id="event-title">$event_title</div>
+<div id="event-title-end"></div>
+{{ for $events as $event }}
+<div class="event-list" id="event-$event.id"></a> <a href="events/$event.link">$event.title</a> $event.date </div>
+{{ endfor }}
+</div></div>
+{{ endif }}
+