';
}
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;
}
|
Saturday Information Session
|
-
When:
-
Sat, December 5 2009 10:00 AM - 12:00 PM
- Created by:
- Terra J Milo
- Link:
-
https://survey2.uakron.edu/SatInfoSession.aspx
- Tags:
-
Admissions undergraduate apply visit
Saturday Information Session and Campus Tour
During the program, you will have an opportunity to tour the campus. On your tour, you'll discover a university that has been revitalized by the New Landscape for Learning program.
Tentative Agenda
9:45 to 10 a.m. Check-in/Beverages Location: Simmons Hall, room 111
10 to 11 a.m. Information Session Learn more about admissions, scholarships, financial aid, residence life and housing, Honors College and much more. (Presentation by representatives from the Office of Admissions.) Location: Simmons Hall, room 111
11 a.m. Campus Tour The tour of campus is a walking tour. Please dress appropriately for the weather conditions and wear comfortable shoes.
Register Now
Please contact the Office of Admissions at 1-800-655-4884, 330-972-7100 or admissions@uakron.edu to register for the program. You may also register online.

|
Related Events
|
Loading...