I am not a java programmer, most of the CAS stuff I am just working my way through it to get it working. Do you have any instructions on how to implement this, it seems simple based on the code, is that all of the modifications that are required? Thanks.
From: Mosior, Benjamin [mailto:[email protected]] Sent: Thursday, November 14, 2013 5:04 PM To: [email protected] Subject: RE:[cas-user] Notifications Just to chime in, we use jQuery Ajax to integrate with the Ektron CMS for our "announcements" and "information" sections. The CMS returns some XML, we parse out the HTML element, and then populate the empty <divs/> that have specific IDs. You can see it in action here: https://manifestdev.ship.edu/myship/login And check out the code here: https://gist.github.com/bemosior/7474856 Feel free to let me know if anything isn't clear. Benjamin Mosior Shippensburg University of Pennsylvania From: Steve Cook [mailto:[email protected]] Sent: Thursday, November 14, 2013 10:42 AM To: [email protected]<mailto:[email protected]> Subject: [cas-user] Notifications Does anyone have a solution for displaying messages on the CAS login screen. I would like to post service outage notices and maybe even emergency notifications on the main login screen when appropriate. I guess what makes this difficult is that there won't always be a message to display and it needs to be easy to modify on the fly. Any suggestions? Appreciate it. Thanks! Steve -- You are currently subscribed to [email protected]<mailto:[email protected]> as: [email protected]<mailto:[email protected]> To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-user -- You are currently subscribed to [email protected]<mailto:[email protected]> as: [email protected]<mailto:[email protected]> To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-user -- You are currently subscribed to [email protected] as: [email protected] To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-user
