Share your feedbacks regarding the UNL Event Publishing system here.
Thanks for the input.
<div id="upcoming_events">
<img src="/ucomm/templatedependents/templatecss/images/loadingContent.gif" alt="loading upcoming events" />
</div>
<script type="text/javascript">
var my_calurl = "http://events.unl.edu/?upcoming&format=hcalendar";
my_calreq = new XMLHTTP();
my_calreq.open("GET", my_calurl, true);
my_calreq.onreadystatechange = updateUpcomingEvents;
my_calreq.send(null);
function updateUpcomingEvents()
{
if (my_calreq.readyState == 4) {
if (my_calreq.status == 200) {
document.getElementById("upcoming_events").innerHTML = my_calreq.responseText;
} else {
document.getElementById("upcoming_events").innerHTML = 'Error loading results.';
}
}
my_calreq = new XMLHTTP();
}
</script>
it'd be nice if the month view was in a printable format like a list format, with CSS print styles for optimal print quality. It would be good to be able to print your events out for the month and stick'm on your bulletin board.
It seems like even though I may be an admin to the Engineering Calendar, I can't edit events entered by another person. It'd be good if we could edit any entry on our department calendar regardless of who entered it.
Users browsing this forum: No registered users and 0 guests