While the CMS is great at managing static web content, it doesn't handle web applications or dynamic content. Any dynamic content will need to remain on your own web server. To provide a seamless web experience for your users, we have deverloped an application decorator that mimics your CMS site by providing the same header, top navigation, search functionality, and footer. We will set up an automic publishing job so the application decorator stays in sync with your CMS site.
head element on your application site:
<script type="text/javascript"
src="http://uxt.ucsd.edu/common/jquery/1.4.4/jquery-1.4.4.min.js"></script>
<script type="text/javascript"
src="//act.ucsd.edu/decorators/cms/2/decorate.js?siteName=
YOURSITENAME"></script>
Ex: See a sample decorator for the Red Ribbon Dance Project site (site name=rrdp).
Contact the Campus Web Office.