';
}
htmlBuffer += ' ' +
'
';
for(var i = 0; i < dayEvents.length; i++) {
var event = dayEvents[i];
//var eventTitle = event.title.replace(/([^\s]{15})/g,"$1-
");
var eventTitle = event.title;
var eventTime = event.startDate.format('g:i a');
var navCommand = "";
if ( event.seoKey && event.seoKey != "" )
{
navCommand = "window.location = '/calendar/" + event.seoKey + "';"
}
else
{
navCommand = "window.location = '/calendar/index?id=" + event.identifier + "';"
}
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-
");
var navCommand = "";
if ( event.seoKey && event.seoKey != "" )
{
navCommand = "window.location = '/calendar/" + event.seoKey + "';"
}
else
{
navCommand = "window.location = '/calendar/index?id=" + event.identifier + "';"
}
htmlBuffer += (eventTime != lastEventTime?'
' + eventTime + '
':'') +
'
' + eventTitle + '
';
htmlBuffer +=
'\';
lastEventTime = eventTime;
}
htmlBuffer +=
'
' +
'';
currentDate = new Date(currentDate.getTime()+(1000*60*30*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 && event.tags != null && 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.location1 != "") {
locationHTML = 'Location: ';
locationHTML += event.location1 + '
';
}
//add event summary
var summaryHTML = '';
if(event.summary != "" && event.summary != null){
summaryHTML = ''
summaryHTML += event.summary + '
';
}
//end add event summary
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 + summaryHTML;
//var ddHTML = locationHTML + categoriesHTML + tagsHTML;
var navCommand = "";
if ( event.seoKey && event.seoKey != "" )
{
navCommand = "window.location = '/calendar/" + event.seoKey + "';"
}
else
{
navCommand = "window.location = '/calendar/index?id=" + event.identifier + "';"
}
htmlBuffer +=
'
' +
'
' + event.startDate.format('F j, Y') + ' - ' + event.endDate.format('F j, Y') + ' ' +
'
' + (ddHTML != ''?ddHTML:' ') + '';
htmlBuffer +=
' \' + '
';
return htmlBuffer;
}
Leadership Development Workshop
|
-
When:
-
Mon, December 2, 2013 6:00 PM - 7:00 PM
The Office of Community and Leadership Development is excited to welcome Linda Reed to campus for a Leadership Workshop on Monday, December 2nd from 6:00 p.m. to 7:00 p.m. in Ward Dining Room.
Linda is the Vice President of Behavioral and Integrative Medicine and Chief Information Officer for Atlantic Health and she will be talking about the importance of asking the right questions to your management and colleagues.
This is a free leadership workshop for all CSE students and a wonderful professional development opportunity for faculty and staff.
For more information, please contact Dawn O'Leary-Singerline, Director, at 973-290-4204 or dosingerline@cse.edu.
Add to Calendar
02-12-2013 18:0:0
02-12-2013 19:0:0
Leadership Development Workshop
Download Event
|
Loading...