I have a simple JavaScript baked web script that does some magic and I included the Alfresco CSS file in the freemarker template to mimic the Alfresco look and feel. Now, this is far from perfect (no menubar, sidebar, Alfresco footer and such). Is there a way to add the Alfresco chrome to my web script to make it look more integrated?
I know I can do this with a custom action and JSP page but that requires so much overhead and I'm wondering if there as an easier way to do this with a web script.
Thanks!