Calendaring Fun with Events@Duke and Duke Law Michael Wright Manager, Web Services Duke Law...

Post on 30-Mar-2015

217 views 3 download

Tags:

Transcript of Calendaring Fun with Events@Duke and Duke Law Michael Wright Manager, Web Services Duke Law...

Calendaring Fun with Events@Dukeand Duke Law

Michael WrightManager, Web ServicesDuke Lawwright@law.duke.edu (919) 613-8557

Plus some XML, PHP, and Javascript

XML+PHP

XML+PHP

XML+PHP

XML+PHP

XML+PHP

XML+PHP

XML+PHP

Add to Calendar

Add to Calendar: ICS

Add to Calendar: ICS

Add to Calendar: ICS

Add to Calendar: Google Calendar

Add to Calendar: Google Calendar

Add to Calendar: Yahoo Calendar

Add to Calendar: Yahoo Calendar

Add to Calendar: Facebook

Add to Calendar: Facebook

Add to Calendar: Facebook

Add to Calendar: Facebook

Add to Calendar: Facebook

Add to Calendar: Facebook

Add to Calendar: Facebook

Add to Calendar: Permalink

Add to Calendar: Email to Calendar

Add to Calendar: Email to Calendar

Add to Calendar: More Javascript

<script type="text/javascript">function showMore(link_id,elemId) { linkObj = document.getElementById(link_id); //display the more content for this elemId document.getElementById(elemId).style.display='inline'; //change the links attributes to hide the more content linkObj.href = 'javascript:hideMore("'+link_id+'","'+elemId+'")'; linkObj.innerHTML = "<img src=\"http://www.law.duke.edu/images/icons/arrow-left.gif\" alt=\"Add to Calendar\" /> <span style=\"font-size:.8em; text-decoration:underline;\">Add to Calendar</span>";}

function hideMore(link_id,elemId) { linkObj = document.getElementById(link_id); //hide the more content for this elemId document.getElementById(elemId).style.display='none'; //change the links attributes to show the more content linkObj.href = 'javascript:showMore("'+link_id+'","'+elemId+'")'; linkObj.innerHTML = "<img style=\"text-decoration:none;\" src=\"http://www.law.duke.edu/images/icons/addtocal.png\" alt=\"Add to Calendar\" title=\"Add to Calendar\" /> <span style=\"font-size:.8em; text-decoration:underline;\">Add to Calendar</span>";}</script>

Add to Calendar: More Javascript

fin.

Michael Wright

Manager, Web Services

Duke University School of Law

wright@law.duke.edu

(919) 613-8557