[pre]<script type="text/javascript" src="http://img.homepagemodules.de/ds/static/...ry-1.4.2.min.js"></script>
<script language="javascript" src="{{js_uri}}tag.js" type="text/javascript"></script>
{{bg1.start}}{{bg1.end}}
<style type="text/css">.cal_event{overflow:hidden;white-space:nowrap;width:110px;}</style>
<script type="text/javascript">
<!--
var events = [];
function verstecke(id) {
var allElems = document.getElementsByTagName('div');
for (var i = 0; i < allElems.length; i++) {
var thisElem = allElems[i];
if (thisElem.className == 'event_notshow_'+ id) {
if (thisElem.style.display == 'block')
{thisElem.style.display = 'none'; }
else
{thisElem.style.display = 'block';}
}
}
}
function shownewevents() {
if (document.getElementById('cal_newevents').style.display=='block')
{document.getElementById('cal_newevents').style.display='none';
document.getElementById('newevent_caption').innerHTML = '{[calendar_shownewevents]}';
}
else
{
document.getElementById('cal_newevents').style.display='block';
document.getElementById('newevent_caption').innerHTML = '{[calendar_hidenewevents]}';
}
}
$(document).ready(function(){
$('.firstday').hover(
function(){
$el = $(this);
$el.css({'backgroundColor':'{{global_actice_day}}','fontWeight':'bold','color':'{{global_text_color}}'});
id = $el.attr('id').replace('event','');
$('.event_notshow_event_'+id).show();
},
function(){
$el = $(this);
$el.css({'backgroundColor':'transparent','fontWeight':'normal'});
id = $el.attr('id').replace('event','');
$('.event_notshow_event_'+id).hide();
});
});
-->
</script>
<div align="left"><h2>{[calendar_headline]}</h2></div>
{{cal_main_view==true.start}} <!-- ********************************************************************* month view -->
<div class="c_r_cont3"><div class="c_r_top3"><div></div></div><div class="c_r_content3">
<div class="forumbg">
<div style="float: right;">
{{newevents==true.start}}
<span style="position: relative; margin-right: 30px; float: left; width: 250px;z-index: 10;">
<a href="#" onclick="shownewevents(); return false;" style="color: red; text-decoration: underline;"><small id="newevent_caption">{[calendar_shownewevents]}</small></a>
<ul style="z-index: 10;list-style: none; list-style: image: none; display: none; position: absolute; border-left: 1px solid {{global_line_color}}; border-right: 1px solid {{global_line_color}}; border-bottom: 1px solid {{global_line_color}};" id="cal_newevents">
{{newevents.startlist}}
<li style="display: block; float: none; clear: both; background-color: {{bg1==false.start}}{{global_post_bg}} {{bg1.start}}true{{bg1.end}}{{bg1==false.else}}{{global_scndline}}{{bg1.start}}0{{bg1.end}}{{bg1==false.end}}; padding: 5px 20px;">
{{newevents:start_time|dateformat(d.m.Y)}} - <a href="{{newevents:event_link}}" style="text-decoration: none;"><b>{{newevents:name}}</b></a><br/>
</li>
{{newevents.end}}
</ul>
</span>
{{newevents==true.end}}
<b>{{this_month_name|gettranslation(month)}} {{current_year}}</b>
{{user_registered==true.start}}<a href="{{previous_month_link}}" style="text-decoration: none !important; margin-left: 10px;" title="{[calendar_previous_month]}"><img src="{{global_cal_left}}" style="border:none;"></a>{{user_registered==true.end}}
<span style="margin-left: 2px; margin-right: 2px;">
<img src="{{global_cal_middle}}" style="border: none;">
</span>
{{user_registered==true.start}}<a href="{{next_month_link}}" style="text-decoration: none !important;" title="{[calendar_next_month]}"><img src="{{global_cal_right}}" style="border: none;"></a>{{user_registered==true.end}}
</div>
<ul class="tabs">
<li id="current"><a href="{{monthpage_link}}"><span>{[calendar_current_month_descriptor]}</span></a></li>
{{user_registered==true.start}}<li><a href="{{daypage_link}}"><span>{[calendar_current_day_descriptor]}</span></a></li>{{user_registered==true.end}}
<li><a href="{{yearpage_link}}"><span>{[calendar_current_year_descriptor]}</span></a></li>
</ul>
<div style="clear: both;"></div>
</div>
<table align="center" width="100%" style="border-collapse: collapse; padding: 10px; border-top: 5px solid {{global_tabs_active}}; table-layout:fixed;">
<tr>
<td align="center" width="5%" bgcolor="{{global_tabs_color}}"><center>{[calendar_week_descriptor]}</center></td>
{{weekdays.startlist}}
<td width="12%" style="padding: 5px 0px 5px 0px;" bgcolor="{{global_tabs_color}}"><center><b>{{weekdays:weekday|gettranslation(weekday)}}</b></center></td>
{{weekdays.end}}
</tr>
{{monthweeks.startlist}}
<tr>
<td valign="top" width="96px" height="96px" >
<table width="100%" height="100%" cellpadding="3" cellspacing="0">
<tr style="height: 120px;"><td class="calendar_weeks" style="height: 120px;">{{monthweeks:year_week}}</td></tr>
</table>
</td>
{{monthweeks:weekdays.startlist}}
<td valign="top" width="12%">
<table width="100%" height="100%">
<tr style="height: 120px;">
{{weekdays:today==true.start}}
<td class="cal_hover" {{user_registered==true.start}}onclick="window.location='{{weekdays:day_link}}'; return false;"{{user_registered==true.end}} onmouseover="this.style.backgroundColor='{{global_event_hover}}';" onmouseout="this.style.backgroundColor='{{global_actice_day}}';" height="100%" width="100%" bgcolor="{{global_actice_day}}" valign="top" style="position:relative;padding: 5px; height: 120px;">
{{user_registered==true.start}}<a class="calendar_day_link" href="{{weekdays:day_link}}">{{user_registered==true.end}}{{weekdays:month_day}}. {{user_registered==true.start}}</a>{{user_registered==true.end}}<br />
{{weekdays:today==true.else}}
{{weekdays:thismonth==false.start}}
<td class="cal_hover" {{user_registered==true.start}}onclick="window.location='{{weekdays:day_link}}'; return false;"{{user_registered==true.end}} onmouseover="this.style.backgroundColor='{{global_event_hover}}';" onmouseout="this.style.backgroundColor='{{global_week_not_in_month}}';" height="100%" width="100%" valign="top" bgcolor="{{global_week_not_in_month}}" style="position:relative;padding: 5px; height: 120px;">
{{user_registered==true.start}}<a class="calendar_day_link" href="{{weekdays:day_link}}">{{user_registered==true.end}}{{weekdays:month_day}}. {{user_registered==true.start}}</a>{{user_registered==true.end}}<br />
{{weekdays:thismonth==false.else}}
<td class="cal_hover" {{user_registered==true.start}}onclick="window.location='{{weekdays:day_link}}'; return false;"{{user_registered==true.end}} onmouseover="this.style.backgroundColor='{{global_event_hover}}';" onmouseout="this.style.backgroundColor='{{global_event_bg}}';" height="100%" valign="top" bgcolor="{{global_event_bg}}" style="position:relative;padding: 5px; height: 120px;">
{{user_registered==true.start}}<a class="calendar_day_link" href="{{weekdays:day_link}}">{{user_registered==true.end}}{{weekdays:month_day}}. {{user_registered==true.start}}</a>{{user_registered==true.end}}<br />
{{weekdays:thismonth==false.end}}
{{weekdays:today==true.end}}
{{events_hidden==false.start}}
{{weekdays:birthdays==true.start}}
{{birthdays_hidden==true.start}}
{{weekdays:events|limit(5)}}
{{birthdays_hidden==true.else}}
{{weekdays:events|limit(4)}}
{{birthdays_hidden==true.end}}
{{weekdays:birthdays==true.else}}
{{weekdays:events|limit(5)}}
{{weekdays:birthdays==true.end}}
{{ev_count.startint}}0{{ev_count.end}}
{{weekdays:events.startlist}}
{{ev_count.startint}}{{_count_events}}{{ev_count.end}}
{{events:longranged==true.start}}
{{events:firstday==true.start}}
<div class="cal_event firstday" id="event{{events:event_id}}" style="padding: 2px; background-color: transparent; text-align: left;" >
<a href="{{events:event_link}}" style="text-decoration: none;">
<small>{{global_calendar_event==true.start}}
<img src="{{global_calendar_event}}" alt='{{events:name|shortstring(16,"...")}}' title="{{events:name}}" style="vertical-align: middle; margin-right: 3px;max-height:15px">
{{global_calendar_event==true.end}}
{{events:name|shortstring(16,"...")}} <img src="{{global_firstfday}}" title="Event über mehrere Tage" style="vertical-align: middle; margin-right: 3px; border: none;" />
</small>
</a>
</div>
{{events:firstday==true.else}}
{{events:lastday==true.start}}
<div style="position:relative;width:100%;">
<div class="cal_event lastday event_notshow_event_{{events:event_id}}" style="display: none;position:absolute;top:0px;left:0px;height:90px;width:100%; background-color:{{global_range_hover}}; padding: 2px; text-align: right;" id="event_{{events:event_id}}">
<a href="{{events:event_link}}" style="text-decoration: none;color:{{global_text_color}};">
<small>
<img src="{{global_lastday}}" style="margin-top:30px;vertical-align: middle; margin-right: 3px; border: none;"> <b>{{events:name|shortstring(12,"...")}}</b>
</small>
</a>
</div>
</div>
{{events:lastday==true.else}}
<div style="position:relative;width:100%;">
<div class="cal_event event_notshow_event_{{events:event_id}}" style="display: none;position:absolute;top:0px;left:0px;height:90px;width:100%; background-color: {{global_range_hover}}; padding: 2px;" id="event_{{events:event_id}}">
<center><img style="margin-top:30px;" src="{{global_midday_left}}"></center>
</div>
</div>
{{events:lastday==true.end}}
{{events:firstday==true.end}}
{{events:longranged==true.else}}
<div class="cal_event">
{{events:firstday==false.start}}{{global_calendar_event==true.start}}
<img src="{{global_calendar_event}}" alt='{{events:name|shortstring(12,"...")}}' title="{{events:name}}" style="max-height:15px;vertical-align: middle; margin-right: 3px;">
{{global_calendar_event==true.end}}{{events:firstday==false.end}}
<a href="{{events:event_link}}" style="text-decoration: none;"><small>{{events:name|shortstring(12,"...")}} {{events:birthday==false.start}}({{events:comments_count}}){{events:birthday==false.end}}</small></a></div>
{{events:longranged==true.end}}
{{weekdays:events.end}}
{{events_hidden==false.end}}
{{weekdays:events_limit_hidden==true.start}}
{{ev_count.startint}}{{ev_count}}+1{{ev_count.end}}
<small>+{{weekdays:events_limit_hidden}}
{{weekdays:events_limit_hidden<=1.start}}
{[calendar_event_more]}
{{weekdays:events_limit_hidden<=1.else}}
{[calendar_events_more]}
{{weekdays:events_limit_hidden<=1.end}}
</small>
<br/>
{{weekdays:events_limit_hidden==true.end}}
{{birthdays_hidden==false.start}}
{{bdays_left.startint}}0{{bdays_left.end}}
{{elements.startint}}{{ev_count}}{{elements.end}}
{{weekdays:birthdays.startlist}}
{{elements.startint}}{{elements}}+1{{elements.end}}
{{elements<=4.start}}
<div class="cal_bday">
<img src="{{global_birthday}}" style="vertical-align: middle; margin-right: 3px;">
<small>{{birthdays:name|shortstring(5,"...")}}{{global_hide_age==false.start}}{{birthdays:birthday_age==true.start}}<i> ({{birthdays:birthday_age}})</i>{{birthdays:birthday_age==true.end}}{{global_hide_age==false.end}}</small></div>
{{elements<=4.end}}
{{elements>=5.start}}
{{bdays_left.startint}}{{bdays_left}}+1{{bdays_left.end}}
{{elements>=5.end}}
{{weekdays:birthdays.end}}
{{bdays_left==true.start}}<small>+{{bdays_left}} {{bdays_left>=1.start}}{[calendar_bdays_more]}{{bdays_left>=1.else}}{[calendar_bday_more]}{{bdays_left>=1.end}}</small><img src="{{global_birthday}}" style="vertical-align: middle; margin-left:2px;">{{bdays_left==true.end}}
{{birthdays_hidden==false.end}}
</td></td>
</tr>
</table>
</td>
{{monthweeks:weekdays.end}}
</tr>
{{monthweeks.end}}
{{user_registered==true.start}}
<tr>
<td colspan="8" align="center" style="padding-top: 10px;">
<span style="float:left;margin:3px 0; padding:2px 5px;">
<a href="{{toggle_bdays_link}}" title="{[calendar_toggle_bdays]}">{{birthdays_hidden==true.start}}{[calendar_show_birthdays]}{{birthdays_hidden==true.else}}{[calendar_hide_birthdays]}{{birthdays_hidden==true.end}}</a>
•
<a href="{{toggle_events_link}}" title="{[calendar_toggle_events]}">{{events_hidden==true.start}}{[calendar_show_events]}{{events_hidden==true.else}}{[calendar_hide_events]}{{events_hidden==true.end}}</a>
</span>
<form action="{{monthpage_link}}" method="post">
<select name="month_toload" size="1" class="inputbox">
{{loadmonths.startlist}}
<option value="{{loadmonths:month}}" {{loadmonths:selected}}>{{loadmonths:monthname|gettranslation(month)}}</option>
{{loadmonths.end}}
</select>
<select name="year_toload" size="1" class="inputbox">
{{loadyears.startlist}}
<option value="{{loadyears:year}}" {{loadyears:selected}}>{{loadyears:year}}</option>
{{loadyears.end}}
</select>
<input type="submit" name="jump_tomonth" id="jump_tomonth" value="{[calendar_go_button_caption]}" class="button1"/>
</form>
</td>
</tr>
{{user_registered==true.end}}
</table>
</div>
</div><div class="c_r_bottom3"><div></div></div>
<div style="clear:both"></div>
<br/><br/>
<div class="c_r_cont3"><div class="c_r_top3"><div></div></div><div class="c_r_content3" >
{{recommend(calendarmonth1)}}
</div><div class="c_r_bottom3"><div></div></div>
<div style="clear:both"></div>
{{cal_main_view==true.end}}
{{cal_year_view==true.start}} <!-- ******************************************************************** year view -->
<div class="c_r_cont3"><div class="c_r_top3"><div></div></div><div class="c_r_content3" >
{{bggrad.start}}{{global_dynamic2static_server==true.start}}background-image: url({{global_dynamic2static_server}}gradientplus-w_1-h_22-top_{{global_tabs_active|urlencode}}-bottom_{{global_event_bg|urlencode}}-btop_{{global_tabs_active|urlencode}}.png);{{global_dynamic2static_server==true.end}}
background-repeat: repeat-x;
background-position: top;{{bggrad.end}}
<div class="forumbg">
<div style="float: right;">
<b>{{current_year}}</b>
{{guestnoprevyear==false.start}}
<a href="{{previous_year_link}}" style="text-decoration: none !important; margin-left: 10px;" title="{[calendar_previous_year]}">
<img src="{{global_cal_left}}" style="border:none;"></a>{{guestnoprevyear==false.end}}
<span style="margin-left: 2px; margin-right: 2px;">
<img src="{{global_cal_middle}}" style="border: none;">
</span>
{{guestnonextyear==false.start}}<a href="{{next_year_link}}" style="text-decoration: none !important;" title="{[calendar_next_year]}">
<img src="{{global_cal_right}}" style="border: none;"></a>{{guestnonextyear==false.end}}
</div>
<ul class="tabs">
<li><a href="{{monthpage_link}}"><span>{[calendar_current_month_descriptor]}</span></a></li>
{{user_registered==true.start}}<li><a href="{{daypage_link}}"><span>{[calendar_current_day_descriptor]}</span></a></li>{{user_registered==true.end}}
<li id="current"><a href="{{yearpage_link}}"><span>{[calendar_current_year_descriptor]}</span></a></li>
</ul>
<div style="clear: both;"></div>
</div>
<center>
<table width="100%" style="border-collapse: collapse; border-top: 5px solid {{global_tabs_active}};">
<tr>
<td>
{{countID.startint}}0{{countID.end}}
{{allmonths.startlist}}
{{countID.startint}}{{countID}}+1{{countID.end}}
<div style="float: left; width: 25%;">
<table align="center" style="border-collapse: collapse; border-right: 1px solid {{global_tabs_active}}; border-bottom: 1px solid {{global_tabs_active}};" width="100%">
<tr>
<td class="calendar_days_header" style="padding: 5px; {{bggrad}} border-bottom: 1px solid {{global_tabs_active}};">
{{allmonths:popularevents==true.start}}<a href="{{allmonths:monthview_link}}" style="text-decoration: none;">{{allmonths:popularevents==true.end}}
{{allmonths:month_name|gettranslation(month)}}
{{allmonths:popularevents==true.start}}</a>{{allmonths:popularevents==true.end}}
{{allmonths:event_count==true.start}}<small> <span style="font-weight: normal !important;">{{allmonths:event_count}} {[calendar_year_view_event_counter_header]}</span></small> {{allmonths:event_count==true.end}}</td>
</tr>
<tr>
<td class="cal_hover" {{allmonths:guestnoevents==false.start}}onclick="window.location='{{allmonths:monthview_link}}'"{{allmonths:guestnoevents==false.end}} onmouseover="this.style.backgroundColor='{{global_event_hover}}';" onmouseout="this.style.backgroundColor='{{global_event_bg}}';" height="128px" width="128" valign="top" bgcolor="{{global_event_bg}}" style="padding: 5px;" >
<div style="padding: 5px;" id="yearevents">
{{allmonths:popularevents.startlist}}
<small><a href="{{popularevents:event_link}}" style="text-decoration: none;">{{popularevents:name}}</a> </small><br />
{{allmonths:popularevents.end}}
</div>
{{allmonths:popularevents==true.start}}
<div style="float: right;" id="yearShowMore_{{countID}}"><a href="{{allmonths:monthview_link}}" style="text-decoration: none;"><small>{[calendar_more]}</small></a></div>
<script>
{{count.start}}{{allmonths:event_count}}{{count.end}}
var count = {{count==true.start}}{{count}}{{count==true.else}}0{{count==true.end}}
if (count < 5) {document.getElementById('yearShowMore_{{countID}}').style.display='none';}
</script>
{{allmonths:popularevents==true.end}}
<div style="clear: both;"></div>
</td>
</tr>
</table>
</div>
{{allmonths.end}}
<div style="clear: both;"></div>
</td>
</tr>
</table>
</center>
</div><div class="c_r_bottom3"><div></div></div>
</div>
<div style="clear:both"></div>
<br/><br/>
{{cal_year_view==true.end}}
<!-- ******************************************************************** day view -->
{{cal_day_view==true.start}}
<div class="c_r_cont3"><div class="c_r_top3"><div></div></div><div class="c_r_content3" >
<div class="forumbg">
<div style="float: right;">
<b>{{this_weekdayname|gettranslation(weekday)}}, {{this_daynumber}}. {{this_monthname|gettranslation(month)}} {{this_yearnumber}}</b>
<a href="{{previous_daylink}}" style="text-decoration: none !important; margin-left: 10px;" title="{[calendar_previous_day]}">
<img src="{{global_cal_left}}" style="border:none;">
</a>
<span style="margin-left: 2px; margin-right: 2px;">
<img src="{{global_cal_middle}}" style="border: none;">
</span>
<a href="{{next_daylink}}" style="text-decoration: none !important;" title="{[calendar_next_day]}"><img src="{{global_cal_right}}" style="border: none;"></a>
</div>
<ul class="tabs">
<li><a href="{{monthpage_link}}"><span>{[calendar_current_month_descriptor]}</span></a></li>
{{user_registered==true.start}}<li id="current"><a href="{{daypage_link}}"><span>{[calendar_current_day_descriptor]}</span></a></li>{{user_registered==true.end}}
<li><a href="{{yearpage_link}}"><span>{[calendar_current_year_descriptor]}</span></a></li>
</ul>
<div style="clear: both;"></div>
</div>
{{bggrad.start}}{{global_dynamic2static_server==true.start}}background-image: url({{global_dynamic2static_server}}gradientplus-w_1-h_60-top_{{global_scndline|urlencode}}-bottom_{{global_event_bg|urlencode}}-btop_{{global_scndline|urlencode}}.png);{{global_dynamic2static_server==true.end}}
background-repeat: repeat-x;
background-position: top;{{bggrad.end}}
<center>
<table align="center" width="100%" style="border-collapse: collapse; padding: 10px; border-top: 5px solid {{global_tabs_active}};">
<tr>
<td height="16" class="calendar_days_header" align="center" style="padding: 5px 10px 5px 10px; {{bggrad}}">
<div style="float: left; margin-top: 10px; text-align: left !important; font-weight: normal !important;">{{recommend(calendardaytop1)}}</div>
<a href="{{add_eventlink}}" title="{[calendar_add_event_link_text]}"><img src="{{global_event}}" height="50px" style="border: none; vertical-align: middle; float: right; margin-right: 10px;"></a>
<div style="float: right; text-align: right; margin-right: 20px; margin-top: 10px; {{add_eventlink==false.start}} padding-top: 10px; {{add_eventlink==false.end}}">
<a href="{{back_tomonth_link}}" style="font-weight: normal !important;"> {[calendar_back_tomonth_link]} </a>
{{add_eventlink==true.start}}<br/> <a href="{{add_eventlink}}">{[calendar_add_event_link_text]}</a>{{add_eventlink==true.end}}</div>
<div style="clear: both;"></div>
</td>
</tr>
<tr>
<td bgcolor="{{global_event_bg}}" align="center">
{{events==true.start}}
<hr/>
<table width="100%" border="0" style="border-collapse: collapse;">
<tr>
<td width="10px"></td>
<td style="padding-left: 20px;"><b>{[calendar_day_view_time]}</b></td>
<td style="padding-left: 5px;"><b>{[calendar_day_view_name]}</b></td>
<td style="padding-left: 20px;"><b>{[calendar_day_view_description]}</b></td>
<td width="10px"></td>
</tr>
<tr><td colspan="5"><hr/></td>
</tr>
{{events.startlist}}
{{bg1==false.start}}
<tr onmouseover="this.style.backgroundColor='{{global_event_hover}}';" onmouseout="this.style.backgroundColor='{{global_event_bg}}';" onclick="window.location='{{events:event_link}}'">
{{bg1.start}}true{{bg1.end}}
{{bg1==false.else}}
<tr onmouseover="this.style.backgroundColor='{{global_event_hover}}';" onmouseout="this.style.backgroundColor='{{global_scndline}}';" onclick="window.location='{{events:event_link}}'" {{global_scndline==true.start}}style="background-color: {{global_scndline}};"{{global_scndline==true.end}}>
{{bg1.start}}0{{bg1.end}}
{{bg1==false.end}}
<td></td>
<td width="15%" valign="top" align="left" style="padding: 5px;">
<div style="margin-left: 20px;">
<b>{{events:starttime}}</b> {{events:ranged==true.start}} {[calendar_day_view_totime]} {{events:ranged==true.end}} {{events:endday==true.start}} <b>{{events:endday}}.{{events:endmonth|gettranslation(month)}}</b> {{events:endday==true.end}} {{events:endyear==true.start}} <b>{{events:endyear}}</b> {{events:endyear==true.end}} <b>{{events:endtime}}</b> </div></td>
<td width="25%" valign="top" style="padding: 5px;"> {{events:birthday==true.start}} <img src="{{global_birthday}}" style="vertical-align: middle; margin-right: 3px;">{{events:birthday==true.else}} {{events:birthday==true.end}} <a href="{{events:event_link}}" style="text-decoration: none;"><b>{{events:name}}</b></a></td>
<td width="60%" valign="top" style="padding: 5px 10px 10px 20px; text-align: justify;"><i>{{events:birthday==true.start}} {[calendar_birthday]} {{events:birthday==true.else}} {{events:description}} {{events:birthday==true.end}} </i></div></td>
<td></td>
</tr>
{{events.end}}
</table>
{{events==true.else}}
<br/><br/> <b style="font-size: {{global_h2_fontsize}}px !important;">{[calendar_day_view_noevents]} </h2>
{{events==true.end}}
<br/><br/>
</td>
</tr>
</table>
</center>
</div><div class="c_r_bottom3"><div></div></div>
</div>
<div style="clear:both"></div>
<br/><br/>
{{cal_day_view==true.end}}
{{cal_remove_event==true.start}} <!-- ******************************************************************** remove event window -->
<center>
<strong>{[calendar_remove_event_btn]} ?</strong>
<form action="{{delete_event_submit_link}}" method="post">
<input type="hidden" name="event_id_to_delete" value="{{event_id}}" class="button1"/>
<input type=submit id="delete_event" name="delete_event" value="{[calendar_remove_event_btn]}" class="button1" />
</form>
</center>
{{cal_remove_event==true.end}}
<center>
[/pre]