';
}
htmlBuffer += ' ' +
'
';
for(var i = 0; i < dayEvents.length; i++) {
var event = dayEvents[i];
var eventTitle = event.title.replace(/([^\s]{15})/g,"$1-
");
//Brad changes the format from 'ga' to 'g:ia' on 7-5-08
var eventTime = event.startDate.format('g:ia');
htmlBuffer += '
' + eventTime + '
' +
'' + eventTitle + '
';
htmlBuffer +=
'\';
}
htmlBuffer +=
'
' +
'';
if(nowDate.format('w') == 6) {
htmlBuffer += '';
if(compareDates(nowDate, rangeEnds) < 0) {
htmlBuffer += '
';
}
}
nowDate = nowDate.add(Date.DAY, 1);
}
body.update(htmlBuffer);
hideLoadingCalendar();
$('monthlyView').show({duration: .4});
}
';
}
htmlBuffer += ' ' +
' ';
var lastEventTime = '';
for(var j = 0; j < dayEvents.length; j++, i++) {
var event = dayEvents[j];
var eventTime = event.startDate.format('ga');
//Breaking titles with too long words
var eventTitle = event.title.replace(/([^\s]{15})/g,"$1-
");
htmlBuffer += (eventTime != lastEventTime?'
' + eventTime + '
':'') +
'
' + eventTitle + '
';
htmlBuffer +=
'\';
lastEventTime = eventTime;
}
htmlBuffer +=
'
' +
'';
currentDate = new Date(currentDate.getTime()+(1000*60*60*24));
}
htmlBuffer += ' ';
body.update(htmlBuffer);
hideLoadingCalendar();
$('weeklyView').show({duration: .4});
}
';
return htmlBuffer;
}
function getOngoingEventHTML(event) {
var eventTitle = event.title.replace(/([^\s]{15})/g,"$1-
");
var htmlBuffer = '';
var tagsHTML = '';
if(event.tags != '') {
var tags = event.tags.split(',');
tagsHTML += "Tags: ";
for (var x = 0; x < tags.length; x++) {
var tag = tags[x];
if(x > 0)
tagsHTML += ', ';
tagsHTML += '
' + tag + ' ';
}
}
var locationHTML = '';
if(event.location != "") {
locationHTML = 'Where: ';
locationHTML += event.location + '
';
}
var categoriesHTML = '';
if(event.categories.length > 0) {
var categoriesHTML = 'Calendar: ';
for(var x = 0; x < event.categories.length; x++) {
var category = event.categories[x];
if(x > 0) categoriesHTML += ', ';
categoriesHTML += '
' + category.categoryName + ' '
}
categoriesHTML += '
';
}
var ddHTML = locationHTML + categoriesHTML + tagsHTML;
htmlBuffer +=
'
Through ' + event.endDate.format('F j, Y') + ' ' + eventTitle + ' ' +
'
' + (ddHTML != ''?ddHTML:' ') + ' ';
htmlBuffer +=
' \';
return htmlBuffer;
}
MonsterPianos!
When:
Sun, April 5 2009 03:00 PM - 05:00 PM
Created by:
Monique Beauvais
Where:
E. J. Thomas
Calendars:
University College
Tags:
Event
Sunday, April 5, at 3 p.m., $10 (General Admission) Children 12 & under free Mega-pianos! Wall-to-wall pianos, talented pianists from the campus and community, and the big-screen PianoCam combine for a roaring good time. Presented with support from the Gilbert W. and Marguerite Dilley Performing Artist Series.
Monster Piano
Files
Related Events
Rethinking Race Events from January 29 Through February 11
When: Monday, February 1 2010 12:00 AM - Monday, February 1 2010 11:59 PM
Tags:
Events
Hearts for Humanity
When: Friday, February 5 2010 05:00 PM - Friday, February 5 2010 10:00 PM
Tags:
Event
The Vagina Monologues
When: Friday, February 12 2010 08:00 PM - Friday, February 12 2010 10:00 PM
Tags:
Event
Jazz Brunch with Joe Augustine and Trio
When: Sunday, February 14 2010 12:30 PM - Sunday, February 14 2010 02:30 PM
Tags:
Event
The Vagina Monologues
When: Sunday, February 14 2010 04:00 PM - Sunday, February 14 2010 06:00 PM
Tags:
Event
Loading...