diff --git a/ccm-gen-aplaws/application.xml b/ccm-gen-aplaws/application.xml index a450efd02..602250bae 100755 --- a/ccm-gen-aplaws/application.xml +++ b/ccm-gen-aplaws/application.xml @@ -1,7 +1,7 @@ diff --git a/ccm-gen-aplaws/bundles/devel/cfg/applications.cfg b/ccm-gen-aplaws/bundles/devel/cfg/applications.cfg index a80059125..66b4cdb52 100755 --- a/ccm-gen-aplaws/bundles/devel/cfg/applications.cfg +++ b/ccm-gen-aplaws/bundles/devel/cfg/applications.cfg @@ -3,35 +3,76 @@ ccm-core ccm-cms # Content assets +ccm-cms-assets-fileattachment +ccm-cms-assets-notes ccm-cms-assets-relatedlink -ccm-ldn-dublin # Content types -ccm-cms-types-contact -ccm-cms-types-esdservice +ccm-cms-types-address +# -- ccm-cms-types-agenda ccm-cms-types-article +ccm-cms-types-bookmark +ccm-cms-types-contact +# -- ccm-cms-types-esdservice +ccm-cms-types-event +# -- faqitem koennte bei zes auch entfallen +# 2008-06-07 auskommentiert, ist in Produktionssystem +# nicht enthalten und nicht anwählbar. +# -- ccm-cms-types-faqitem ccm-cms-types-filestorageitem -ccm-cms-types-mparticle -ccm-cms-types-newsitem -ccm-cms-types-pressrelease ccm-cms-types-formitem ccm-cms-types-formsectionitem -ccm-cms-types-inlinesite -ccm-ldn-xmlfeed +# -- glossaryitem koennte bei zes auch entfallen +# 2008-06-07 auskommentiert, ist in Produktionssystem +# nicht enthalten und nicht anwählbar. +# -- ccm-cms-types-glossaryitem +# -- ccm-cms-types-htmlform +# -- ccm-cms-types-inlinesite +# -- ccm-cms-types-job +# -- ccm-cms-types-legalnotice +# -- ccm-cms-types-minutes +# -- ccm-cms-types-motditem +ccm-cms-types-mparticle +ccm-cms-types-newsitem +# -- ccm-cms-types-organization +# -- ccm-cms-types-pressrelease +# -- ccm-cms-types-service +ccm-cms-types-siteproxy +# -- xmlfeed wird moeglicherweise ebenfalls nicht gebraucht +ccm-cms-types-xmlfeed + # Applications -ccm-ldn-util -ccm-ldn-atoz -ccm-ldn-rss -ccm-ldn-portal +# ------------ +# -- ccm-auth-http +# -- ccm-bookmarks +# -- ccm-docmngr ## temp., produces errors in build +# -- ccm-formbuilder-pdf +ccm-forum +ccm-simplesurvey +ccm-user-preferences +# -- ccm-weblog +# -- ccm-webpage + +# ldn extensions +# -------------- +# -- ccm-ldn-aplaws +# -- ccm-ldn-atoz +# -- ccm-ldn-dublin +# -- ccm-ldn-exporter +# -- ccm-ldn-freeform +ccm-ldn-image-step +# -- ccm-ldn-importer ccm-ldn-navigation +ccm-ldn-portal +ccm-ldn-rss ccm-ldn-search ccm-ldn-shortcuts ccm-ldn-subsite ccm-ldn-terms -ccm-ldn-aplaws - -# Extra apps -ccm-forum -ccm-ldn-importer ccm-ldn-theme +ccm-ldn-util + +# integration layer +ccm-gen-aplaws + diff --git a/ccm-gen-aplaws/bundles/devel/cfg/integration.properties b/ccm-gen-aplaws/bundles/devel/cfg/integration.properties index a0ec0b0ca..ddde1b476 100755 --- a/ccm-gen-aplaws/bundles/devel/cfg/integration.properties +++ b/ccm-gen-aplaws/bundles/devel/cfg/integration.properties @@ -1,47 +1,112 @@ -waf.templating.stylesheet_resolver=com.arsdigita.templating.PatternStylesheetResolver -waf.templating.stylesheet_paths=/WEB-INF/resources/aplaws-stylesheet-paths.txt -waf.kernel.data_permission_check_enabled=false -waf.dispatcher.default_expiry=3600 waf.bebop.base_page=com.arsdigita.aplaws.ui.SimplePage +; dhtml editor to use (system wide) +waf.bebop.dhtml_editor=FCKeditor + +waf.categorization.show_internal_name=true +waf.categorization.supported_languages=de,en + +waf.dispatcher.default_expiry=3600 +; +waf.kernel.data_permission_check_enabled=false +waf.kernel.primary_user_identifier=email +; if you activate screen_name, forum loader doesn't work. +; waf.kernel.primary_user_identifier=screen_name + +; security.properties: +waf.auto_registration_on=false waf.pagemap.root=portal/ waf.pagemap.workspace=portal/ waf.pagemap.login_redirect=content/content-center-redirect.jsp +; Searches for localized style sheet (among others) +waf.templating.stylesheet_resolver=com.arsdigita.templating.PatternStylesheetResolver +waf.templating.stylesheet_paths=/WEB-INF/resources/aplaws-stylesheet-paths.txt + +; Configures the xml processing +waf.xml.xsl_transformer=xalan +waf.xml.activate_full_date_formatter=true + +com.arsdigita.cms.category_authoring_add_form=com.arsdigita.aplaws.ui.ItemCategoryPicker + com.arsdigita.cms.default_item_template_path=/default/aplaws-item.jsp com.arsdigita.cms.default_folder_template_path=/default/aplaws-folder.jsp com.arsdigita.cms.default_template_resolver_class=com.arsdigita.london.subsite.dispatcher.SubsiteItemTemplateResolver + +; Configure dhtml editor for use in cms content-center +com.arsdigita.cms.dhtml_editor_config=FCKEditor.Config.StyleDefault?,/assets/fckeditor/config/fckconfigOpenCCM.js +com.arsdigita.cms.dhtml_editor_hidden_buttons= +; com.arsdigita.cms.dhtml_editor_plugins=TableOperations,CSS +com.arsdigita.cms.dhtml_editor_plugins= + com.arsdigita.cms.disable_item_pfs=true + +; com.arsdigita.cms.hide_admin_tabs=true +; com.arsdigita.cms.hide_folder_index_checkbox=true +com.arsdigita.cms.hide_launch_date=true +; com.arsdigita.cms.hide_templates_tab=true +com.arsdigita.cms.hide_timezone=true +com.arsdigita.cms.hide_udct_ui=true + com.arsdigita.cms.use_section_categories=false com.arsdigita.cms.use_streamlined_creation=true -com.arsdigita.cms.hide_templates_tab=true -com.arsdigita.cms.hide_admin_tabs=true -com.arsdigita.cms.hide_timezone=true -com.arsdigita.cms.hide_launch_date=true -com.arsdigita.cms.dhtml_editor_config=HTMLArea.Config.CMSStyled,/assets/htmlarea/config/Styled.js -com.arsdigita.cms.dhtml_editor_plugins=TableOperations,CSS -com.arsdigita.cms.category_authoring_add_form=com.arsdigita.aplaws.ui.ItemCategoryPicker + + +com.arsdigita.cms.contenttypes.event.hide_cost=true +com.arsdigita.cms.contenttypes.event.hide_date_description=false +com.arsdigita.cms.contenttypes.event.hide_event_type=true +com.arsdigita.cms.contenttypes.event.hide_link_to_map=true +com.arsdigita.cms.contenttypes.event.hide_main_contributor=true +com.arsdigita.cms.contenttypes.event.use_html_date_description=false + + com.arsdigita.cms.contenttypes.newsitem.hide_homepage=true -com.arsdigita.cms.contenttypes.mparticle.template=resource:WEB-INF/content-types/com/arsdigita/cms/contenttypes/aplaws-mparticle-item.jsp -com.arsdigita.cms.hide_udct_ui=true -com.arsdigita.cms.hide_folder_index_checkbox=true -com.arsdigita.london.atoz.root_category_picker=com.arsdigita.london.terms.ui.RootCategoryPicker -com.arsdigita.london.subsite.root_category_picker=com.arsdigita.london.terms.ui.RootCategoryPicker +com.arsdigita.cms.contenttypes.mparticle.template=/WEB-INF/content-types/com/arsdigita/cms/contenttypes/aplaws-mparticle-item.jsp + +; com.arsdigita.cms.contenttypes.siteproxy.defaulttemplate=/WEB-INF/content-types/com/arsdigita/cms/contenttypes/aplaws-siteproxy-item.jsp + +; Forum application +com.arsdigita.forum.show_new_tabs=true +com.arsdigita.forum.use_wysiwyg_editor=true +com.arsdigita.forum.allow_quick_finish=true +com.arsdigita.forum.disable_page_caching=true + +; atoz currently not in use +; com.arsdigita.london.atoz.root_category_picker=com.arsdigita.london.terms.ui.RootCategoryPicker + +; com.arsdigita.london.navigation.category_menu_show_grand_children_min=1 +; com.arsdigita.london.navigation.category_menu_show_grand_children=adaptive +; com.arsdigita.london.navigation.category_menu_show_grand_children_limit=1 +; com.arsdigita.london.navigation.category_menu_show_grand_children_max=65536 +com.arsdigita.london.navigation.category_menu_show_grand_children=false +; com.arsdigita.london.navigation.category_menu_show_nephews=false +com.arsdigita.london.navigation.default_cat_root_path=/navigation/ +com.arsdigita.london.navigation.default_template=/packages/navigation/templates/zes-default.jsp -com.arsdigita.london.theme.default_theme_path=__ccm__/themes/aplaws -com.arsdigita.london.theme.default_theme_context= -com.arsdigita.london.theme.default_theme_manifest=ccm-ldn-aplaws.web.mf com.arsdigita.london.search.show_sponsored_links=true -com.arsdigita.london.cms.dublin.audience_domain=LGAL +com.arsdigita.london.subsite.root_category_picker=com.arsdigita.london.terms.ui.RootCategoryPicker -waf.admin.email=admin@example.com -waf.admin.name.given=Administrator -waf.admin.name.family=Account +com.arsdigita.london.theme.default_theme_context= +com.arsdigita.london.theme.default_theme_manifest=ccm-ldn-theme.web.mf +com.arsdigita.london.theme.default_theme_path=__ccm__/themes/aplaws-generic +com.arsdigita.london.theme.file_extensions=bmp gif jpeg jpg png css js png xsl xml + + +; ============================================================================================= +; devel specific configurations +waf.runtime.jdbc_url=jdbc\:postgresql\://localhost/handbook?user\=ccm&password\=ccm +waf.runtime.jdbc_pool_size=80 + +waf.web.server=localhost\:8080 + +waf.admin.email=webmaster@aplaws.org +waf.admin.name.given=aplaws +waf.admin.name.family=Administrator waf.admin.password=123456 -waf.admin.password.question=12345 +waf.admin.password.question=12345 waf.admin.password.answer=6 -com.arsdigita.aplaws.lite_load=true -waf.debug=true -waf.bebop.fancy_xsl_errors=true +; waf.debug=true +; waf.bebop.fancy_xsl_errors=true + diff --git a/ccm-gen-aplaws/bundles/devel/cfg/web.xml b/ccm-gen-aplaws/bundles/devel/cfg/web.xml index 8221cf6f2..f2a92540c 100755 --- a/ccm-gen-aplaws/bundles/devel/cfg/web.xml +++ b/ccm-gen-aplaws/bundles/devel/cfg/web.xml @@ -4,6 +4,33 @@ + CCM ZeS + Content and Collaboration Management + + + + log4j-conf-file + WEB-INF/conf/log4j.properties + + + + + + shortcuts com.arsdigita.london.shortcuts.ShortcutFilter @@ -14,9 +41,24 @@ com.arsdigita.london.subsite.SubsiteFilter + + subsite + /ccm/* + @@ -24,6 +66,20 @@ /* + + + com.arsdigita.web.CCMApplicationContextListener + + + + reg com.arsdigita.web.ContextRegistrationServlet @@ -80,7 +136,10 @@ com.arsdigita.web.ResourceServlet - + content-section @@ -126,19 +185,28 @@ - - ThemePreviewServlet - Servlet to allow admins to preview look/feel - - com.arsdigita.london.theme.dispatcher.InternalThemePrefixerServlet - - - prefix - /theme - - + - + + + + + forum-main + com.arsdigita.forum.ForumServlet + + portal-files @@ -166,17 +234,131 @@ portlet-type-xsl com.arsdigita.dispatcher.PortletTypeXSLServlet + + + + rss-files + com.arsdigita.web.ApplicationFileServlet + + template-path + /templates/ccm-ldn-rss + + + file-resolver + com.arsdigita.london.rss.RSSFileResolver + + + + + + + worker + com.arsdigita.london.search.SearchWorkerServlet + 4 + + + + search-files + com.arsdigita.web.ApplicationFileServlet + + template-path + /templates/ccm-ldn-search + + + + + AxisServlet + Apache-Axis Servlet + + org.apache.axis.transport.http.AxisServlet + + + + + + + shortcuts-files + com.arsdigita.web.ApplicationFileServlet + + template-path + /templates/ccm-ldn-shortcuts + + + + + + subsite-files + com.arsdigita.web.ApplicationFileServlet + + template-path + /templates/ccm-ldn-subsite + + + + + + + terms-files + com.arsdigita.web.ApplicationFileServlet + + template-path + /templates/ccm-ldn-terms + + + + + + + theme-files + com.arsdigita.web.ApplicationFileServlet + + template-path + /templates/ccm-ldn-theme + + + + + ThemeDownload + com.arsdigita.london.theme.dispatcher.ThemeDownloadServlet + + + + ThemePreviewServlet + Servlet to allow admins to preview look/feel + + com.arsdigita.london.theme.dispatcher.InternalThemePrefixerServlet + + + prefix + /theme + + + + + + + + + + + forum-main + /forum-main/main/* + + portlet-type-xsl /__ccm__/servlet/portlet-type/* - - reg - /__ccm__/null/reg/* - - portal-files /ccm-ldn-portal/files/* @@ -187,7 +369,71 @@ /ccm-ldn-navigation/files/* - + + + rss-files + /ccm-ldn-rss/files/* + + + + + search-files + /ccm-ldn-search/files/* + + + + AxisServlet + /services/* + + + + + + shortcuts-files + /ccm-ldn-shortcuts/files/* + + + + + subsite-files + /ccm-ldn-subsite/files/* + + + + + + terms-files + /ccm-ldn-terms/files/* + + + + + + theme-files + /theme-files/* + + + + ThemeDownload + /theme-files/download/* + + + + ThemePreviewServlet + /theme/* + + + + + + + + reg + /__ccm__/null/reg/* + ccm-dispatcher @@ -224,7 +470,10 @@ /resource/* - + content-section @@ -232,13 +481,13 @@ - content-type-xsl - /__ccm__/servlet/content-type/* + content-item-xsl + /__ccm__/servlet/content-item/* - content-item-xsl - /__ccm__/servlet/content-item/* + content-type-xsl + /__ccm__/servlet/content-type/* @@ -256,13 +505,9 @@ /print/* - - ThemePreviewServlet - /theme/* - - - - + com.arsdigita.dispatcher.AccessDeniedException @@ -289,10 +534,28 @@ /error/db-not-available.jsp - java.lang.Exception /error/general.jsp + + java.lang.Error + /error/general.jsp + + + + + + /WEB-INF/bebop-show.tld + /WEB-INF/bebop-show.tld + + + + /WEB-INF/bebop-define.tld + /WEB-INF/bebop-define.tld + + diff --git a/ccm-gen-aplaws/bundles/handbook/AUTHORS b/ccm-gen-aplaws/bundles/handbook/AUTHORS new file mode 100755 index 000000000..e69de29bb diff --git a/ccm-gen-aplaws/bundles/handbook/ChangeLog b/ccm-gen-aplaws/bundles/handbook/ChangeLog new file mode 100755 index 000000000..786623bdb --- /dev/null +++ b/ccm-gen-aplaws/bundles/handbook/ChangeLog @@ -0,0 +1,9 @@ +* Thu Sep 22 2005 Alan Pevec +- Build all APLAWS+ bundles from the common set of templates. + +* Mon Feb 21 2005 Alan Pevec +- Requires applications. + +* Mon Jan 26 2004 Daniel Berrange +- Initial build. + diff --git a/ccm-gen-aplaws/bundles/handbook/NEWS b/ccm-gen-aplaws/bundles/handbook/NEWS new file mode 100755 index 000000000..e69de29bb diff --git a/ccm-gen-aplaws/bundles/handbook/README b/ccm-gen-aplaws/bundles/handbook/README new file mode 100755 index 000000000..e69de29bb diff --git a/ccm-gen-aplaws/bundles/handbook/bundle.in b/ccm-gen-aplaws/bundles/handbook/bundle.in new file mode 100755 index 000000000..ad1200c37 --- /dev/null +++ b/ccm-gen-aplaws/bundles/handbook/bundle.in @@ -0,0 +1,4 @@ +BUNDLE_NAME=aplaws-plus-devel +BUNDLE_PRETTY_NAME="APLAWS+ Devel Bundle" +VERSION=1.0.5devel +RELEASE=1 diff --git a/ccm-gen-aplaws/bundles/standard/cfg/applications.cfg b/ccm-gen-aplaws/bundles/handbook/cfg/applications.cfg similarity index 62% rename from ccm-gen-aplaws/bundles/standard/cfg/applications.cfg rename to ccm-gen-aplaws/bundles/handbook/cfg/applications.cfg index 87b8ac070..5334fc12d 100755 --- a/ccm-gen-aplaws/bundles/standard/cfg/applications.cfg +++ b/ccm-gen-aplaws/bundles/handbook/cfg/applications.cfg @@ -3,36 +3,41 @@ ccm-core ccm-cms # Content assets -ccm-cms-assets-relatedlink ccm-cms-assets-fileattachment -ccm-ldn-dublin +ccm-cms-assets-notes +ccm-cms-assets-relatedlink +## -- ccm-ldn-dublin ist das eigentlich ein asset? # Content types -ccm-cms-types-contact -ccm-cms-types-esdservice +ccm-cms-types-address ccm-cms-types-article +ccm-cms-types-bookmark +ccm-cms-types-contact +ccm-cms-types-faqitem ccm-cms-types-filestorageitem -ccm-cms-types-mparticle -ccm-cms-types-newsitem -ccm-cms-types-pressrelease ccm-cms-types-formitem ccm-cms-types-formsectionitem -ccm-cms-types-inlinesite -ccm-ldn-xmlfeed +ccm-cms-types-glossaryitem +ccm-cms-types-mparticle +ccm-cms-types-newsitem # Applications -ccm-ldn-util -ccm-ldn-atoz -ccm-ldn-rss -ccm-ldn-portal +ccm-docmgr +ccm-forum +ccm-user-preferences + +# LDN extensions +ccm-ldn-image-step ccm-ldn-navigation +ccm-ldn-portal +ccm-ldn-rss ccm-ldn-search ccm-ldn-shortcuts ccm-ldn-subsite ccm-ldn-terms -ccm-ldn-aplaws - -# Extra apps -ccm-forum -ccm-ldn-importer ccm-ldn-theme +ccm-ldn-util + +# integration layer app +ccm-gen-aplaws + diff --git a/ccm-gen-aplaws/bundles/handbook/cfg/integration.properties b/ccm-gen-aplaws/bundles/handbook/cfg/integration.properties new file mode 100755 index 000000000..952d8967b --- /dev/null +++ b/ccm-gen-aplaws/bundles/handbook/cfg/integration.properties @@ -0,0 +1,59 @@ +waf.templating.stylesheet_resolver=com.arsdigita.templating.PatternStylesheetResolver +waf.templating.stylesheet_paths=/WEB-INF/resources/aplaws-stylesheet-paths.txt +# waf.kernel.data_permission_check_enabled=false +waf.dispatcher.default_expiry=3600 +waf.bebop.base_page=com.arsdigita.aplaws.ui.SimplePage +waf.pagemap.root=portal/ +waf.pagemap.workspace=portal/ +waf.pagemap.login_redirect=content/content-center-redirect.jsp + +com.arsdigita.cms.default_item_template_path=/default/aplaws-item.jsp +com.arsdigita.cms.default_folder_template_path=/default/aplaws-folder.jsp +com.arsdigita.cms.default_template_resolver_class=com.arsdigita.london.subsite.dispatcher.SubsiteItemTemplateResolver +com.arsdigita.cms.disable_item_pfs=true +com.arsdigita.cms.use_section_categories=false +com.arsdigita.cms.use_streamlined_creation=true +# ## com.arsdigita.cms.hide_templates_tab=true +# ## com.arsdigita.cms.hide_admin_tabs=true +# ## com.arsdigita.cms.hide_timezone=true +com.arsdigita.cms.hide_launch_date=true +# com.arsdigita.cms.dhtml_editor_config=HTMLArea.Config.CMSStyled,/assets/htmlarea/config/Styled.js +# com.arsdigita.cms.dhtml_editor_plugins=TableOperations,CSS +com.arsdigita.cms.dhtml_editor_config=FCKEditor.Config.StyleDefault?,/assets/fckeditor/config/fckconfigOpenCCM.js +cms.dhtml_editor_hidden_buttons= +com.arsdigita.cms.dhtml_editor_plugins= + +com.arsdigita.cms.category_authoring_add_form=com.arsdigita.aplaws.ui.ItemCategoryPicker +# ## com.arsdigita.cms.contenttypes.newsitem.hide_homepage=true +com.arsdigita.cms.contenttypes.mparticle.template=/WEB-INF/content-types/com/arsdigita/cms/contenttypes/aplaws-mparticle-item.jsp +com.arsdigita.cms.hide_udct_ui=true +# ## com.arsdigita.cms.hide_folder_index_checkbox=true + +# ## com.arsdigita.london.atoz.root_category_picker=com.arsdigita.london.terms.ui.RootCategoryPicker +com.arsdigita.london.subsite.root_category_picker=com.arsdigita.london.terms.ui.RootCategoryPicker + +com.arsdigita.london.theme.default_theme_path=__ccm__/themes/aplaws-generic +com.arsdigita.london.theme.default_theme_context= +com.arsdigita.london.theme.default_theme_manifest=ccm-ldn-aplaws.web.mf +com.arsdigita.london.search.show_sponsored_links=true + +# com.arsdigita.london.cms.dublin.audience_domain=LGAL + +; ============================================================================================= +; devel specific configurations +waf.mail.default_from=webmaster@handbook-state.pwi.uni-bremen.de + +waf.runtime.jdbc_url=jdbc\:postgresql\://localhost/handbook?user\=hbk&password\=ccm4hbk +waf.runtime.jdbc_pool_size=80 +waf.web.server=localhost\:8080 + +waf.admin.email=webmaster@handbook-state.pwi.uni-bremen.de +waf.admin.name.given=CCM +waf.admin.name.family=Administrator +waf.admin.password=nge2015 +waf.admin.password.question=12345 +waf.admin.password.answer=6 + +# com.arsdigita.aplaws.lite_load=true +# waf.debug=true +# waf.bebop.fancy_xsl_errors=true diff --git a/ccm-gen-aplaws/bundles/standard/cfg/web.xml b/ccm-gen-aplaws/bundles/handbook/cfg/web.xml similarity index 100% rename from ccm-gen-aplaws/bundles/standard/cfg/web.xml rename to ccm-gen-aplaws/bundles/handbook/cfg/web.xml diff --git a/ccm-gen-aplaws/bundles/standard/cfg/integration.properties b/ccm-gen-aplaws/bundles/standard/cfg/integration.properties deleted file mode 100755 index 4e96b08bc..000000000 --- a/ccm-gen-aplaws/bundles/standard/cfg/integration.properties +++ /dev/null @@ -1,36 +0,0 @@ -waf.templating.stylesheet_resolver=com.arsdigita.templating.PatternStylesheetResolver -waf.templating.stylesheet_paths=/WEB-INF/resources/aplaws-stylesheet-paths.txt -waf.kernel.data_permission_check_enabled=false -waf.dispatcher.default_expiry=3600 -waf.bebop.base_page=com.arsdigita.aplaws.ui.SimplePage -waf.pagemap.root=portal/ -waf.pagemap.workspace=portal/ -waf.pagemap.login_redirect=content/content-center-redirect.jsp - -com.arsdigita.cms.default_item_template_path=/default/aplaws-item.jsp -com.arsdigita.cms.default_folder_template_path=/default/aplaws-folder.jsp -com.arsdigita.cms.default_template_resolver_class=com.arsdigita.london.subsite.dispatcher.SubsiteItemTemplateResolver -com.arsdigita.cms.disable_item_pfs=true -com.arsdigita.cms.use_section_categories=false -com.arsdigita.cms.use_streamlined_creation=true -com.arsdigita.cms.hide_templates_tab=true -com.arsdigita.cms.hide_admin_tabs=true -com.arsdigita.cms.hide_timezone=true -com.arsdigita.cms.hide_launch_date=true -com.arsdigita.cms.dhtml_editor_config=HTMLArea.Config.CMSStyled,/assets/htmlarea/config/Styled.js -com.arsdigita.cms.dhtml_editor_plugins=TableOperations,CSS -com.arsdigita.cms.category_authoring_add_form=com.arsdigita.aplaws.ui.ItemCategoryPicker -com.arsdigita.cms.contenttypes.newsitem.hide_homepage=true -com.arsdigita.cms.contenttypes.mparticle.template=resource:WEB-INF/content-types/com/arsdigita/cms/contenttypes/aplaws-mparticle-item.jsp -com.arsdigita.cms.hide_udct_ui=true -com.arsdigita.cms.hide_folder_index_checkbox=true - -com.arsdigita.london.atoz.root_category_picker=com.arsdigita.london.terms.ui.RootCategoryPicker -com.arsdigita.london.subsite.root_category_picker=com.arsdigita.london.terms.ui.RootCategoryPicker - -com.arsdigita.london.theme.default_theme_path=__ccm__/themes/aplaws -com.arsdigita.london.theme.default_theme_context= -com.arsdigita.london.theme.default_theme_manifest=ccm-ldn-aplaws.web.mf -com.arsdigita.london.search.show_sponsored_links=true - -com.arsdigita.london.cms.dublin.audience_domain=LGAL diff --git a/ccm-gen-aplaws/src/WEB-INF/resources/aplaws-stylesheet-paths.txt b/ccm-gen-aplaws/src/WEB-INF/resources/aplaws-stylesheet-paths.txt index 3d7164374..73c1cb5bf 100755 --- a/ccm-gen-aplaws/src/WEB-INF/resources/aplaws-stylesheet-paths.txt +++ b/ccm-gen-aplaws/src/WEB-INF/resources/aplaws-stylesheet-paths.txt @@ -12,25 +12,25 @@ http://::host::/__ccm__/servlet/content-item/index.xsl?oid=::item_template_oid:: # added by Quasimodo # Theme with single entry point (e.g Mandalay) -http://::host::/resource/ccm-ldn-theme/__ccm__/::themedir::/::theme::/start.xsl +http://::host::/resource/::webapp::/__ccm__/::themedir::/::theme::/start.xsl # Theme, with optional locale & prefix -http://::host::/resource/ccm-ldn-theme/__ccm__/::themedir::/::theme::/::application::-::url::-::prefix::-::locale::.xsl -http://::host::/resource/ccm-ldn-theme/__ccm__/::themedir::/::theme::/::application::-::url::-::prefix::.xsl +http://::host::/resource/::webapp::/__ccm__/::themedir::/::theme::/::application::-::url::-::prefix::-::locale::.xsl +http://::host::/resource/::webapp::/__ccm__/::themedir::/::theme::/::application::-::url::-::prefix::.xsl # Theme, with optional locale -http://::host::/resource/ccm-ldn-theme/__ccm__/::themedir::/::theme::/::application::-::url::-::locale::.xsl -http://::host::/resource/ccm-ldn-theme/__ccm__/::themedir::/::theme::/::application::-::url::.xsl +http://::host::/resource/::webapp::/__ccm__/::themedir::/::theme::/::application::-::url::-::locale::.xsl +http://::host::/resource/::webapp::/__ccm__/::themedir::/::theme::/::application::-::url::.xsl -# APLAWS default, with locale and prefix +# APLAWS generic default, with locale and prefix # XXX change ROOT -> ccm-ldn-aplaws -http://::host::/resource/ROOT/__ccm__/themes/aplaws/::application::-::url::-::prefix::-::locale::.xsl -http://::host::/resource/ROOT/__ccm__/themes/aplaws/::application::-::url::-::prefix::.xsl +http://::host::/resource/ROOT/__ccm__/themes/aplaws-generic/::application::-::url::-::prefix::-::locale::.xsl +http://::host::/resource/ROOT/__ccm__/themes/aplaws-generic/::application::-::url::-::prefix::.xsl -# APLAWS default, with locale +# APLAWS generic default, with locale # XXX change ROOT -> ccm-ldn-aplaws -http://::host::/resource/ROOT/__ccm__/themes/aplaws/::application::-::url::-::locale::.xsl -http://::host::/resource/ROOT/__ccm__/themes/aplaws/::application::-::url::.xsl +http://::host::/resource/ROOT/__ccm__/themes/aplaws-generic/::application::-::url::-::locale::.xsl +http://::host::/resource/ROOT/__ccm__/themes/aplaws-generic/::application::-::url::.xsl # Global default, from application's own web app http://::host::/resource/::webapp::/__ccm__/apps/::application::/xsl/::url::-::locale::.xsl diff --git a/ccm-gen-aplaws/src/com/arsdigita/aplaws/Loader.java b/ccm-gen-aplaws/src/com/arsdigita/aplaws/Loader.java index f444499a1..65ec64476 100755 --- a/ccm-gen-aplaws/src/com/arsdigita/aplaws/Loader.java +++ b/ccm-gen-aplaws/src/com/arsdigita/aplaws/Loader.java @@ -64,10 +64,6 @@ import java.util.Set; * @version $Id: Loader.java 755 2005-09-02 13:42:47Z sskracic $ */ public class Loader extends PackageLoader { - public final static String versionId = - "$Id: Loader.java 755 2005-09-02 13:42:47Z sskracic $" + - "$Author: sskracic $" + - "$DateTime: 2004/03/25 09:34:39 $"; private static final Logger s_log = Logger.getLogger(Loader.class); @@ -211,12 +207,14 @@ public class Loader extends PackageLoader { * TODO: make configurable without recompiling! */ public void registerNavigationTemplates() { + Template template ; + /* Werden bereits in navigation erstellt. template = Template.create( - "AtoZ paginator", - "AtoZ paginator index page", - "/packages/navigation/templates/atoz.jsp"); + "Generic AtoZ paginator", + "Generic AtoZ paginator index page", + "/packages/navigation/templates/gen-atoz.jsp"); template = Template.create( "Default", @@ -227,12 +225,11 @@ public class Loader extends PackageLoader { "Recent", "reverse order page", "/packages/navigation/templates/recent.jsp"); - + */ template = Template.create( "Welcome Page", "Welcome Page for navigation", "/packages/navigation/templates/welcome.jsp"); - } diff --git a/ccm-gen-aplaws/src/com/arsdigita/aplaws/ui/TermWidget.java b/ccm-gen-aplaws/src/com/arsdigita/aplaws/ui/TermWidget.java index d46e3f4aa..028ae2edd 100755 --- a/ccm-gen-aplaws/src/com/arsdigita/aplaws/ui/TermWidget.java +++ b/ccm-gen-aplaws/src/com/arsdigita/aplaws/ui/TermWidget.java @@ -19,25 +19,6 @@ package com.arsdigita.aplaws.ui; -import com.arsdigita.london.terms.Domain; -import com.arsdigita.london.terms.Term; - -import com.arsdigita.aplaws.Aplaws; -import com.arsdigita.bebop.form.Widget; -import com.arsdigita.bebop.PageState; -import com.arsdigita.bebop.parameters.ArrayParameter; -import com.arsdigita.bebop.parameters.StringParameter; -import com.arsdigita.bebop.parameters.BigDecimalParameter; -import com.arsdigita.categorization.Category; -import com.arsdigita.domain.DomainCollection; -import com.arsdigita.domain.DomainObjectFactory; -import com.arsdigita.persistence.DataCollection; -import com.arsdigita.persistence.SessionManager; -import com.arsdigita.xml.Element; -import com.arsdigita.xml.XML; - -import com.arsdigita.cms.CMS; - import java.math.BigDecimal; import java.util.HashMap; import java.util.HashSet; @@ -47,6 +28,27 @@ import java.util.List; import java.util.Map; import java.util.Set; +import com.arsdigita.aplaws.Aplaws; +import com.arsdigita.bebop.PageState; +import com.arsdigita.bebop.form.Widget; +import com.arsdigita.bebop.parameters.ArrayParameter; +import com.arsdigita.bebop.parameters.BigDecimalParameter; +import com.arsdigita.bebop.parameters.StringParameter; +import com.arsdigita.categorization.Category; +import com.arsdigita.cms.CMS; +import com.arsdigita.cms.ContentItem; +import com.arsdigita.cms.ContentSection; +import com.arsdigita.domain.DomainCollection; +import com.arsdigita.domain.DomainObjectFactory; +import com.arsdigita.london.terms.Domain; +import com.arsdigita.london.terms.Term; +import com.arsdigita.london.terms.indexing.Indexer; +import com.arsdigita.london.terms.indexing.RankedTerm; +import com.arsdigita.persistence.DataCollection; +import com.arsdigita.persistence.SessionManager; +import com.arsdigita.xml.Element; +import com.arsdigita.xml.XML; + /** * A Widget for selecting Terms. Based heavily on CategoryWidget. * @@ -128,13 +130,45 @@ public class TermWidget extends Widget { } Element el = generateCategory(widget, domain.getModel(), ids, null); + + /** + * Used by kea based keyphrase extraction facility. + * (Added r1885) + * + * @Author: terry_permeance + */ + Indexer indexer = Indexer.retrieve(domain); + if (indexer != null) { + ContentItem item = CMS.getContext().getContentItem(); + List autoTerms = indexer.index(item, 16); + Element autoCategories = widget.newChildElement("cms:autoCategories", CMS.CMS_XML_NS); + for (Iterator i = autoTerms.iterator(); i.hasNext(); ) { + RankedTerm nextRankedTerm = i.next(); + Category cat = nextRankedTerm.getTerm().getModel(); + if (!ids.contains(cat.getID())) { + String fullname = cat.getQualifiedName(" > ", false); + if (fullname != null) { + Element catEl = autoCategories.newChildElement("cms:category", CMS.CMS_XML_NS); + catEl.addAttribute("id", XML.format(cat.getID())); + catEl.addAttribute("name", cat.getName()); + catEl.addAttribute("description", cat.getDescription()); + catEl.addAttribute("isAbstract", cat.isAbstract() ? "1" : "0"); + catEl.addAttribute("isEnabled", cat.isEnabled() ? "1" : "0"); + catEl.addAttribute("sortKey", nextRankedTerm.getRanking().toString()); + catEl.addAttribute("fullname", fullname); + } + } + } + } + if (Aplaws.getAplawsConfig().ajaxExpandAllBranches()) { // add attribute to the parent node, so that in stylesheet // we can look for any ancestor with this attribute (can't // add attribute to categoryWidget element as that is not // visible when subbranches are transformed) el.addAttribute("expand", "all" ); - } + } + for (Iterator i=roots.iterator(); i.hasNext(); ) { TermSortKeyPair pair = (TermSortKeyPair) i.next(); Term term = pair.getTerm(); @@ -159,6 +193,9 @@ public class TermWidget extends Widget { if (sortKey != null) { el.addAttribute("sortKey", sortKey.toString()); } + // sort order attribute added to every node so that we can + // correctly transform xml fragments returned by ajax + el.addAttribute("order", ContentSection.getConfig().getCategoryTreeOrder()); StringBuffer path = new StringBuffer(parent.getAttribute("fullname")); if (path.length() > 0) path.append(" > "); @@ -224,12 +261,13 @@ public class TermWidget extends Widget { Element el = generateCategory(parent, root, ids, null); el.addAttribute("fullname", root.getName()); el.addAttribute("node-id", root.getID().toString()); - + el.addAttribute("order", ContentSection.getConfig().getCategoryTreeOrder()); if (Aplaws.getAplawsConfig().ajaxExpandAllBranches()) { // recognisable attribute has to be in the XML for each snippet that is transformed, // hence add it to the parent el.addAttribute("expand", "all" ); - } + } + List roots = (List) children.get(root.getID()); if (null != roots) { Iterator i = roots.iterator(); diff --git a/ccm-gen-aplaws/web/WEB-INF/web.xml-aplaws b/ccm-gen-aplaws/web/WEB-INF/web.xml-aplaws index bce7186cb..be52545f1 100755 --- a/ccm-gen-aplaws/web/WEB-INF/web.xml-aplaws +++ b/ccm-gen-aplaws/web/WEB-INF/web.xml-aplaws @@ -15,6 +15,23 @@ + + + + shortcuts com.arsdigita.london.shortcuts.ShortcutFilter @@ -25,9 +42,26 @@ com.arsdigita.london.subsite.SubsiteFilter + + + + subsite /ccm/* + @@ -35,6 +69,20 @@ /* + + + com.arsdigita.web.CCMApplicationContextListener + + + + reg com.arsdigita.web.ContextRegistrationServlet @@ -91,37 +139,32 @@ com.arsdigita.web.ResourceServlet - + content-section com.arsdigita.cms.ContentSectionServlet - - content-item-xsl - com.arsdigita.cms.dispatcher.ContentItemXSLServlet - - content-type-xsl com.arsdigita.cms.dispatcher.ContentTypeXSLServlet + + content-item-xsl + com.arsdigita.cms.dispatcher.ContentItemXSLServlet + + template-xsl com.arsdigita.cms.dispatcher.TemplateXSLServlet - - AxisServlet - Apache-Axis Servlet - - org.apache.axis.transport.http.AxisServlet - - - TextOnlyServlet Text Only Servlet @@ -146,19 +189,28 @@ - - ThemePreviewServlet - Servlet to allow admins to preview look/feel - - com.arsdigita.london.theme.dispatcher.InternalThemePrefixerServlet - - - prefix - /theme - - + - + + + + + forum-main + com.arsdigita.forum.ForumServlet + + portal-files @@ -186,6 +238,125 @@ portlet-type-xsl com.arsdigita.dispatcher.PortletTypeXSLServlet + + + + rss-files + com.arsdigita.web.ApplicationFileServlet + + template-path + /templates/ccm-ldn-rss + + + file-resolver + com.arsdigita.london.rss.RSSFileResolver + + + + + + + worker + com.arsdigita.london.search.SearchWorkerServlet + 4 + + + + search-files + com.arsdigita.web.ApplicationFileServlet + + template-path + /templates/ccm-ldn-search + + + + + AxisServlet + Apache-Axis Servlet + + org.apache.axis.transport.http.AxisServlet + + + + + + + shortcuts-files + com.arsdigita.web.ApplicationFileServlet + + template-path + /templates/ccm-ldn-shortcuts + + + + + + subsite-files + com.arsdigita.web.ApplicationFileServlet + + template-path + /templates/ccm-ldn-subsite + + + + + + + terms-files + com.arsdigita.web.ApplicationFileServlet + + template-path + /templates/ccm-ldn-terms + + + + + + + theme-files + com.arsdigita.web.ApplicationFileServlet + + template-path + /templates/ccm-ldn-theme + + + + + ThemeDownload + com.arsdigita.london.theme.dispatcher.ThemeDownloadServlet + + + + ThemePreviewServlet + Servlet to allow admins to preview look/feel + + com.arsdigita.london.theme.dispatcher.InternalThemePrefixerServlet + + + prefix + /theme + + + + + + + + + + + forum-main + /forum-main/main/* + + portlet-type-xsl @@ -202,7 +373,71 @@ /ccm-ldn-navigation/files/* - + + + rss-files + /ccm-ldn-rss/files/* + + + + + search-files + /ccm-ldn-search/files/* + + + + AxisServlet + /services/* + + + + + + shortcuts-files + /ccm-ldn-shortcuts/files/* + + + + + subsite-files + /ccm-ldn-subsite/files/* + + + + + + terms-files + /ccm-ldn-terms/files/* + + + + + + theme-files + /theme-files/* + + + + ThemeDownload + /theme-files/download/* + + + + ThemePreviewServlet + /theme/* + + + + + + + + reg + /__ccm__/null/reg/* + ccm-dispatcher @@ -239,7 +474,10 @@ /resource/* - + content-section @@ -261,11 +499,6 @@ /__ccm__/servlet/template/* - - AxisServlet - /services/* - - TextOnlyServlet /text/* @@ -276,12 +509,10 @@ /print/* - - ThemePreviewServlet - /theme/* - - + com.arsdigita.dispatcher.AccessDeniedException @@ -313,9 +544,15 @@ /error/general.jsp + + java.lang.Error + /error/general.jsp + + + - - /WEB-INF/bebop-show.tld /WEB-INF/bebop-show.tld diff --git a/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/admin-index.css b/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/admin-index.css new file mode 100644 index 000000000..4210f401a --- /dev/null +++ b/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/admin-index.css @@ -0,0 +1 @@ +@import url(/css/acs-master.css); diff --git a/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/admin-index.xsl b/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/admin-index.xsl new file mode 100644 index 000000000..2d9d2dcc5 --- /dev/null +++ b/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/admin-index.xsl @@ -0,0 +1,16 @@ + + + + + + + + + + + + + diff --git a/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/atoz-admin.css.NotUsedForNow b/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/atoz-admin.css.NotUsedForNow new file mode 100644 index 000000000..54c8c5bc3 --- /dev/null +++ b/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/atoz-admin.css.NotUsedForNow @@ -0,0 +1,2 @@ +@import url("/css/acs-master.css"); +@import url("/__ccm__/static/atoz/atoz.css"); diff --git a/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/atoz-admin.xsl.NotUsedForNow b/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/atoz-admin.xsl.NotUsedForNow new file mode 100644 index 000000000..c5ca40b98 --- /dev/null +++ b/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/atoz-admin.xsl.NotUsedForNow @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + diff --git a/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/atoz-index.css.NotUsedForNow b/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/atoz-index.css.NotUsedForNow new file mode 100644 index 000000000..54c8c5bc3 --- /dev/null +++ b/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/atoz-index.css.NotUsedForNow @@ -0,0 +1,2 @@ +@import url("/css/acs-master.css"); +@import url("/__ccm__/static/atoz/atoz.css"); diff --git a/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/atoz-index.xsl.NotUsedForNow b/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/atoz-index.xsl.NotUsedForNow new file mode 100644 index 000000000..bc76dcdc2 --- /dev/null +++ b/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/atoz-index.xsl.NotUsedForNow @@ -0,0 +1,160 @@ + + + + + + + + + + + + + + + + + + + + + + APLAWS+: A to Z + + + + + + Skip over navigation + | + + + + + + + + + + + + + + + + + + + + +
+ + + + +

A to Z List

+
+ | + + + | + + +
+ +
+ + + + + + + + + +
+

+home +> +A to Z +

+
+
+ + + + + + + + + + +Skip to A-Z results + +
Browse the alphabetically listed information and services below
+
+
+ + + ?letter= + + | + +
+
Categories starting with the letter
+
+ + +
+
+ + + + + + + + +
+

[]

+ +
+ +
+
+
+
+
+ + + + +
diff --git a/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/category-step.xsl b/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/category-step.xsl new file mode 100644 index 000000000..693fd7c38 --- /dev/null +++ b/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/category-step.xsl @@ -0,0 +1,50 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/consultations-index.xsl b/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/consultations-index.xsl new file mode 100644 index 000000000..40ca23cd0 --- /dev/null +++ b/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/consultations-index.xsl @@ -0,0 +1,124 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + + + + + + + + + + + + + + + + + + + +
+ + + + + + +
+
+
+ + + + + bebop:dimensionalNavbar + + + + + + +  >  + + + + + + + /bebop:dimensionalNavbar + + + + + + + +
+ + + + + + + post + + + + + + +
+
+ + + + + + + + + + + + +
diff --git a/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/content-center-index.xsl b/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/content-center-index.xsl new file mode 100644 index 000000000..8ff5c3798 --- /dev/null +++ b/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/content-center-index.xsl @@ -0,0 +1,69 @@ + + + + + + + + + /cms/admin/page + + + + + + <xsl:value-of select="bebop:title"/> + + + + + + + + + + + + + +
+ + + +
+ + +
+
+ + +
+ + +
+
+ +
+
+
+ + + + + diff --git a/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/content-section-admin.xsl b/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/content-section-admin.xsl new file mode 100644 index 000000000..5c22541fa --- /dev/null +++ b/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/content-section-admin.xsl @@ -0,0 +1,79 @@ + + + + + + + + + + + /cms/admin/page + + + + + + () + + + + + + + + <xsl:value-of select="bebop:title"/> + + + + + + + + + + + + + +
+ + + +
+
+ +
+
+
+
+
+ + +
+
+ +
+
+
+ + +
+ +
diff --git a/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/content-section-index.xsl b/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/content-section-index.xsl new file mode 100644 index 000000000..9797efa5a --- /dev/null +++ b/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/content-section-index.xsl @@ -0,0 +1,93 @@ + + + + + + + + + + + + + + + + + + + + + + + APLAWS+: <xsl:call-template name="Title"/> + + + + + + Skip over navigation + | + + + + + + + + + + + + + + + + + + + + + + +
+ + + + +

+
+ | + + + | + + + +
+ + + + + + + +
+ +
+ diff --git a/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/css/main.css b/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/css/main.css new file mode 100644 index 000000000..8ba53c820 --- /dev/null +++ b/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/css/main.css @@ -0,0 +1,1066 @@ +/* Uncomment to debug box model */ +/* +* { + border: 1px solid black !important; + margin: 2px !important; + padding: 2px !important; +} +*/ + +body { +margin: 0; +background-color: #FFF; +color: #000; +font-family: Verdana, Arial, Helvetica, sans-serif; +} + +a { + color: #333; + text-decoration: underline; +} + +a:hover { + text-decoration: underline; +} + +#startcontent { +text-decoration: none !important; +} + +.intLink { +text-decoration: none !important; +} + +.topLink { +color: #69C !important; +text-decoration: none !important; +} + + +img,a img { +border: none; +} + +.hide {display:none} + +.navHide { + position: absolute; + left: -1000px; + width: 990px; + font-size:1px; +} + + + + + + + +#header { +clear: both; +width: 100%; +background-color: #036; +margin: 0px; +border-top: 4px solid #036; +border-bottom: 1px solid #999; +} + +#logo { +float: left; +margin: 0px; +} + +#utils { +float: left; +width: 50%; +margin: 7px 0 0 0; +text-align: right; +font-size: 0.7em; +font-weight: normal; +color: #FFF; +} + +#utils a:link { +color: #FFF; +text-decoration: underline; +} +#utils a:visited { +color: #FFF; +text-decoration: underline; +} +#utils a:hover { +color: #FFF; +text-decoration: underline; +} +#utils a:active { +color: #FFF; +text-decoration: underline; +} + +#search { +float: right; +text-align: right; +margin: 0px 10px 0 0; +font-weight: bold; +color: #000; +background-color: #999; +border-top: 3px solid #999; +border-bottom: 3px solid #999; +} + +#search form { +margin: 0; +} + +#search label { +display: none; +position: absolute; +} + +.searchBox { +font-size: 0.7em; +font-weight: normal; +margin-left: 20px; +} + +.go { +font-size: 0.7em; +font-weight: normal; +margin-right: 10px; +padding: 0px; +} + +#clear { + clear: both; +} + +#tlcNav { +clear: both; +position: relative; +width: 100%; +font-size: 0.6em; +font-weight: normal; +color: #666; +background-color: #CCC; +border-top: 1px solid #9CF; +border-bottom: 1px solid #9CF; +text-transform: uppercase; +} + +#tlcNav p{ +margin: 0 2px 0 3px; +} + + +#tlcNav a{ +color: #036; +text-transform: uppercase; +text-decoration: none; +} + +#tlcNav a:hover{ +color: #FFF; +text-transform: uppercase; +text-decoration: underline; +} + +#bread { +clear: both; +position: relative; +width: 100%; +font-size: 0.7em; +border-top: 1px solid #036; +border-bottom: 1px solid #333; +background-color: #EEE; +text-transform: lowercase; +} + +#bread p { +margin: 1px 0 1px 3px; +} + +#bread a { +color: #333 !important; +text-decoration: none; +} + +#bread a:hover { +color: #000; +text-decoration: underline; +} + +#LHS{ +text-transform: capitalize; +} + +#nav{ +padding-top: 1em; +margin: 0 0 0px 2px; +} + +.navUp { +margin-top: 5px; +font-size: 0.7em; +border-bottom: 1px solid #333; +} + +.navUp a{ +text-decoration: none; +} + +.navHere { +font-size: 0.7em; +font-weight: normal; +color: #000; +background-color: #CCC; +border-bottom: 1px solid #333; +} + +.navHere p { +margin: 0 0 0 1.4em; +} + +.navHere a { +text-decoration: none; +} + +.navChild { +display: block; +font-size: 0.7em; +font-weight: normal; +color: #000; +margin: 0.2em 0 0.2em 1.4em; +border-bottom: 1px solid #9CF; +text-decoration: none; +} + +.navChild:hover { +background-color: #DDD; +text-decoration: none; +} + +#title { +padding-top: 1em; +} + +#title h1{ +font-size: 0.7em; +font-weight: bold; +margin: 5px 0 0 15px; +border-bottom: 1px solid #CCC; +} + +#greeting { +margin: 1em 1em 2em 15px; +} + +#greeting img{ +margin: 0 0 0 1em; +} + +#greeting { +font-size: 0.7em; +font-weight: normal; +color: #000; +} + +#greeting ul{ +list-style: square; +margin-left: 15px; +font-size: 1em; +font-weight: normal; +color: #000; +} + +#contentLinks{ +clear: both; +position: relative; +margin: 1em 1em 2em 15px; +border-bottom: 20px solid #FFF; +} + +#contentLinks a { +display: block; +font-size: 0.7em; +font-weight: normal; +padding: 0.2em 0 0.2em 0; +color: #000; +text-decoration: underline; +} + +#contentLinks a:hover { +text-decoration: underline; +} + +#lead { +font-weight: bold; +} + +#leadDetails { +font-weight: normal; +} + +#leadDetails .bold { +display: block; +font-weight: bold; +} + +#details { +clear: both; +position: relative; +margin: 2em 1em 2em 15px; +font-size: 0.7em; +font-weight: normal; +color: #000; +} + +#details p{ +margin: 0 0 0.3em 0; +} + +#details .bold{ +padding: 0 0.5em 0 0; +font-weight:bold; +} + +#newsDate { +text-align: right; +} + +.caption { +text-align: right; +} + +#R_image { +float: right; +margin: 0 0 1em 2em; +padding: 0 0 0 0.8em; +text-align: left; +} + +#mainBody { +clear: both; +position: relative; +margin: 2em 1em 2em 15px; +font-size: 0.7em; +font-weight: normal; +color: #000; +} + +#mainBody ul { +list-style: square; +margin-left: 15px; +font-size: 1em; +font-weight: normal; +color: #000; +} + +#mainBody ol { +list-style: decimal; +margin-left: 22px; +font-size: 1em; +font-weight: normal; +color: #000; +} + +#mainBody .bold { +font-weight: bold; +} + +.attachment { +clear: both; +position: relative; +margin: 2em 1em 2em 15px; +font-size: 0.7em; +font-weight: normal; +color: #000; +} + +.attachment h2{ +font-size: 1em; +font-weight: bold; +border-bottom: 1px solid #CCC; +} + +.attachment ul { +list-style: square; +margin-left: 15px; +font-size: 1em; +font-weight: normal; +color: #000; +} + +#sectionList { +clear: both; +position: relative; +margin: 1em 1em 2em 15px; +font-size: 0.7em; +font-weight: normal; +color: #000; +} + +#sectionList .bold { +display: block; +font-weight: bold; +} + +#sectionList a { +color: #69C; +} + +.section { +clear: both; +position: relative; +margin: 1em 1em 2em 15px; +font-size: 0.7em; +font-weight: normal; +color: #000; +} + +.section img{ +margin: 0 0 0 1em; +} + +.section ul { +list-style: square; +margin-left: 15px; +font-size: 1em; +font-weight: normal; +color: #000; +} + +.section ol { +list-style: decimal; +margin-left: 22px; +font-size: 1em; +font-weight: normal; +color: #000; +} + +.section .bold { +float: left; +display: block; +font-weight: bold; +font-size: 1em; +color: #000; +} + +#mpaDirection { +clear: both; +position: relative; +margin: 1em 1em 2em 15px; +font-size: 0.7em; +font-weight: normal; +color: #000; +} + +#mpaDirection a { +color: #000; +font-weight: bold; +text-decoration: none; +} + +#related{ +margin: 1em 2px 0 0; +border-left: 1px solid #9CF; +} + +#related h2{ +font-size: 0.7em; +font-weight: bold; +padding-left: 1em; +} + +#related a { +display: block; +width: 100%; +font-size: 0.7em; +font-weight: normal; +color: #000; +padding: 0.2em 0 0.2em 1.1em; +text-decoration: none; +} + +#related a:hover { +text-decoration: underline; +} + +#footer { +text-align: center; +border-top: 1px solid #036; +padding-top: 0.3em; +} + +#foottlc { +font-size: 0.7em; +font-weight: normal; +color: #333; +margin: 0 10%; +} + +#foottlc a{ +color: #333; +text-transform: lowercase; +} + +#legal { +border-top: 1px solid #999; +font-size: 0.65em; +font-weight: normal; +color: #666; +margin: 1em 0 0 0;} + +#legal a{ +color: #666; +} + +#compliance{ +} + +#compliance a { +} + +#compliance img { +border: 0; +} + +#searchArea { +clear: both; +position: relative; +margin: 1em 1em 2em 15px; +background-color: #CCC; +color: #333; +} + +.searchLabel { +position: absolute; +left: -1000px; +width: 990px; +font-size:1px; +} + + + + + +.searchExplanation { +margin: 1em 0 2em 3px; +font-size: 0.7em; +font-weight: normal; +color: #000; +border-top: 1px solid #999; +} + +#advGo { +text-align: right; +border-top: 1px solid #9CF; +} + +.adgo { +font-size: 0.7em; +font-weight: normal; +height: 1.6em; +background-color: #9CF; +} + +.searchAgain { +padding-left: 0.3em; +font-size: 0.7em; +font-weight: normal; +color: #000; +} + +#resultsInfo { +clear: both; +position: relative; +margin: 1em 0 1em 0.3em; +border-bottom: 1px solid #FFF; +font-size: 0.7em; +font-weight: normal; +color: #000; +} + +#resultsList { +clear: both; +position: relative; +margin: 1em 1em 2em 15px; +font-size: 0.7em; +font-weight: normal; +color: #000; +border-bottom: 20px solid #FFF; +} + +.searchResult { +clear: both; +position: relative; +margin: 1em 0 1em 0; +font-weight: normal; +color: #000 !important; +} + +.searchResult a{ +display: block; +font-weight: bold; +color: #333; +} + +#resultsPage { +clear: both; +position: relative; +margin: 1em 1em 2em 15px; +font-size: 0.7em; +font-weight: normal; +color: #000; +border-top: 1px solid #CCC; +} + +#pLeft { +float: left; +text-align: left; +border-top: 1px solid #CCC; +margin-top: -1px; +} + +#pRight { +float: right; +text-align: right; +border-top: 1px solid #CCC; +margin-top: -1px; +} + +#resultsPage a { +color: #333; +} + +.searchFilter { +margin: 0; +color: #333; +font-size: 0.7em; +} + +#advancedS { +width: 255px !important; +margin-top: 8px; +font-size: 0.7em; +border: 1px solid #666; +} + +#advlisthead { +color: #FFF; +background-color: #9CF; +} + +#remoteS { +width: 255px !important; +margin-top: 8px; +font-size: 0.7em; +border: 1px solid #666; +} + +#remotelisthead { +color: #FFF; +background-color: #9CF; +} + +#sLinks{ +margin: 3em 2px 0 0; +border-left: 1px solid #333; +} + +#sLinks h2{ +color: #000; +font-size: 0.7em; +font-weight: bold; +padding-left: 1em; +} + +.sLink { +width: 100%; +font-size: 0.7em ; +font-weight: normal; +color: #000; +padding: 1em 0 0.2em 1.1em; +} + +.sLink a { +display: block; +font-weight: bold; +color: #9CF !important; +text-decoration: none; +} + +.sLink a:hover { +text-decoration: underline; +} + + + + +#azArea { +clear: both; +position: relative; +margin: 1em 1em 1em 15px; +background-color: #CCC; +padding-bottom: 0.3em; +} + +#azSub { +clear: both; +position: relative; +margin: 2em 0 0 15px; +font-size: 0.7em; +font-weight: normal; +color: #000; +} + +#azInfo { +clear: both; +position: relative; +margin: 1em 0 1em 0; +border-bottom: 1px solid #FFF; +padding-bottom: 0.2em; +font-size: 0.7em; +font-weight: normal; +color: #000; +} + +#azPlace { +clear: both; +position: relative; +margin: 2em 0 0 0; +font-size: 0.7em; +font-weight: normal; +color: #000; +} + +#azList { +clear: both; +position: relative; +margin: 1em 1em 1em 15px; +font-size: 0.7em; +font-weight: normal; +color: #000; +border-bottom: 20px solid #FFF; +} + +.letterSelected { +font-weight: bold !important; +text-transform: uppercase; +} + +#azList h2{ +font-size: 1em; +} + +.azTitleDescription { +font-weight: normal !important; +margin: 0 0 0 1em; +} + +.azResult { +clear: both; +position: relative; +margin: 1em 0; +font-weight: normal; +color: #000 !important; +} + +.azResult a{ +display: block; +font-weight: normal; +color: #333; +} + +#siteArea { +clear: both; +position: relative; +margin: 1em 1em 1em 15px; +background-color: #CCC; +padding-bottom: 1em; +} + +#siteInfo { +clear: both; +position: relative; +margin: 1em 0 1em 0.3em; +border-bottom: 1px solid #FFF; +font-size: 0.7em; +font-weight: normal; +color: #000; +} + +#topSiteList { +clear: both; +position: relative; +margin: 1em 0 0em 0.3em; +font-size: 0.7em; +font-weight: bold; +color: #000; +} + +#topSiteList a{ +display: block; +} + +.anchor { +text-decoration: none !important; +} + +#siteList { +clear: both; +position: relative; +margin: 1em 1em 2em 15px; +font-size: 0.7em; +font-weight: normal; +color: #000; +border-bottom: 20px solid #FFF; +} + +#siteList ul { +list-style: none; +} + +.L1 { +margin: 0 !important; +} + +.L2 { +margin: 0 !important; +} + +.L3 { +margin: 0 !important; +} + +.L4 { +margin: 0 !important; +} + +.cat1 { +margin: 1em 0 1em 0; +border-top: 1px solid #9CF; +} + +.cat1 a { +font-weight: bold; +text-decoration: underline; +} + +.cat1 a:hover { +font-weight: bold; +text-decoration: underline !important; +} + +.cat2 { +margin: 1em 0 2em 2em; +border-top: 1px solid #CCC; +} + +.cat2 a { +font-weight: bold; +text-decoration: none; +} + +.cat2 a:hover { +font-weight: bold; +text-decoration: underline; +} + +.cat3 { +font-weight: normal; +margin: 0em 0 0em 0; +} + +.cat3 a { +font-weight: bold; +text-decoration: none; +} + +.cat4 { +font-weight: normal; +margin: 0em 0 0em 2em; +} + +.item { +font-weight: normal !important; +padding-left: 1em; +background-image: url("../images/arrowSitemap.gif") !important; +background-position: 0px 5px; +background-repeat: no-repeat; +} + +.toTop { +margin: 1em 0 5em 0; +} + +#dirBox { +clear: both; +position: relative; +margin: 0.5em 0 0 0 ; +padding: 0.3em; +border-top: 4px solid #CCC; +} + +#dirBox h2 { +font-size: 1.2em; +margin: 0 0 1em 0; +} + +.RSS { +padding: 0.5em 0em 0.5em 0em ; +margin: 0; +font-size: 1em; +font-weight: normal; +color: #000; +background-color: #9CF; +} + +.RSS h2 { +font-size: 1.2em; +margin: 0 0 1em 0; +border-bottom: 1px solid #666; +} + +.RSS a { +display: block; +font-weight: normal; +color: #333; +} + +.RSS a:hover { +color: #000; +} + +#poll { +clear: both; +position: relative; +margin: 0; +padding: 0.3em; +font-size: 0.7em; +font-weight: normal; +color: #000; +background-color: #CCC; +border-top: 2px solid #666; +border-bottom: 1px solid #9CF; +} + +#poll h2 { +font-size: 1.2em; +margin: 0 0 1em 0; +border-top: 1px solid #9CF; +} + +.pollQ { +border-bottom: 1px solid #FFF; +} + +.pollSend { +border-top: 1px solid #FFF; +text-align: right; +font-size: 1em; +} + +.pollSend input{ +border-top: 1px solid #FFF; +text-align: center; +font-size: 1em; +} + +.CI { +clear: both; +position: relative; +margin: 0em 0em 1em 0; +} + +.CI h2 { +font-size: 1.2em; +margin: 0 0 1em 0; +} + +#loginBox { +clear: both; +position: relative; +margin: 0 ; +padding: 0.3em; +font-size: 1em; +font-weight: normal; +color: #000; +background-color: #CCC; +border-top: 2px solid #666; +border-bottom: 1px solid #9CF; +} + +#loginBox h2 { +font-size: 1.2em; +margin: 0 0 1em 0; +} + +#loginBox ul { +list-style: none; +margin: 1em 0; +} + +#registerB { +font-weight: bold; +text-align: right; +} + +#portalTitle h1{ +font-size: 0.7em; +font-weight: bold; +margin: 5px 0 0 0px; +border-bottom: 1px solid #CCC; +} + +#portalLHS { +padding-top: 0em; +} + +.portalWrap { +font-size: 0.7em; +font-weight: normal; +color: #000; +} + +.portletWrap { +width: 100%; +} + +.dirCat { +margin-top: 5px; +border-top: 1px solid #9CF; +} + +.custLink { +margin-top: 1em; +font-size: 0.7em; +font-weight: normal; +color: #000; +border-top: 1px solid #CCC; +background-color: #EEE; +} + +.custLink a { +padding-right: 1em; +} + +.directoryEntryLink { +font-weight: bold; +} + +.logbx { +width: 100px; +font-size: 1em; +} + +.logSubmit { +text-align: right; +border-top: 1px solid #9CF; +} + +.loggo { +font-size: 1em; +font-weight: normal; +height: 1.6em; +background-color: #9CF; +} diff --git a/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/css/wysiwyg.css b/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/css/wysiwyg.css new file mode 100644 index 000000000..2b9fd37ca --- /dev/null +++ b/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/css/wysiwyg.css @@ -0,0 +1,17 @@ + +.main { +color: #333 !important; +} + +.light { +color: #CCC !important; +} + +.medium { +color: #6F3 !important; +} + +.dark { +color: #336 !important; +font-style: bold !important; +} diff --git a/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/forum-example/categorised-forum/forum-categories.xsl b/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/forum-example/categorised-forum/forum-categories.xsl new file mode 100644 index 000000000..c53df6013 --- /dev/null +++ b/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/forum-example/categorised-forum/forum-categories.xsl @@ -0,0 +1,308 @@ + + + + + + + + + + + +
+ +

Assign Categories

+
+ + + + + +
+
+ + + + + + + + +   + + Add categories + + + + + + +
+ There are no categories assigned in this context +
+
+ +
    + + +
  • +   + + +   + Remove + +
  • +
    +
+
+
+
+
+
+ + + + + + + + + + + + + + +
+ + + +
+
+
+

Selected Categories

+ + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + catSelect('', ' + + ', '') + + + + + + + + + + + + + + + + +
+
+
+ + + +
+
+ + + + + + + + + + + + + + + + + + ' + \' + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
diff --git a/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/forum-example/categorised-forum/forum-index.xsl b/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/forum-example/categorised-forum/forum-index.xsl new file mode 100644 index 000000000..ad7703bd7 --- /dev/null +++ b/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/forum-example/categorised-forum/forum-index.xsl @@ -0,0 +1,1311 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Forum + + + + + + + + + + + Skip over navigation + | + + + + + + + + + + + + + + + + + + + + + + +
+ + + +
+ + + + + + | + + + + | + +
+

+
+
+ +
+
+
+ + + + + + + + + + postOdd + + + postEven + + + + + + + + + + + + + + + + + + + + + + + +
Thread:
+ + +
+ +
+
+
+
+ + + ( + + ) + +
+ + +
+ + + Approve + + +   + + + + + Reject + + +   + + + + Edit + + +   + + + + Delete + + +   + + +   +   +   + + Reply + +   + Reply +   + +
+
+
+ +
+ Posted:  + +  by  + + + +
+ +
+ + + +
+ +
+
+
+ +
+
+
+ +
+ +
+ +
+ + +
+ {./description} +
+
+
+
+
+ + + + + + +
+ +
+
+ + + +
+
+ + + + + + + + + + <<< Previous + +   +   + + Page  +   + of  +   + +   +   + + + + + + + + + Next >>> + + +
+
+
+ + + +
+
+ +
+
Filter by topic:
+ +
+ +
+
+
+
+
+
+ + +
+
+
Thread
+
Author
+
Replies
+
Last Post
+
+ +
No messages have been posted yet
+
+ + +
+ + + + odd + + + even + + + + + +
+ + + +
+
+ +
+
+ +
+
+ +
+ +
+
+
+ + + +
+ + +
+
+
Subject
+
Replies
+
Author
+
Last Post
+
Status
+
Delete
+
+
+ +
+ You are not subscribed to any threads +
+
+ + + + + postOdd + + + postEven + + + +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+
+
+ + +
+ + + + false + + + +
+
+ + + + +
+
+
Topic
+
Threads
+
Last Post
+
+ + + + + + postOdd + + + postEven + + + +
+
+ + + + + + + + + + + + + + + + + +
+
+ +
+
+ + + + + + n/a + + +
+
+
+ + + + + postOdd + + + postEven + + + +
+
+ + + + + + + + + + + None + + + + None + + +
+
+ +
+
+ + + + + + n/a + + +
+
+
+
+
+ + +
+
Forum Alerts
+
+ +
+
+ + + + +
+
Thread Alerts
+
+ +
+
+ + + +
+ + + + +
+ + + + +
+
+
+   +
+
+
+
+ + + + + + +
+
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + forum member list +
+
+ + + +
+
+
+
+ + + +
+ +
+
+   +
+
+ + +
+ +
+
+   +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
+ + + post + + + + + + + +
+

+ +
+ +
+
+ + + + + +
+
+ +
+
+ +
+
+
+ + + + +
+
+
+
+
+ +
+ + + + +
+
Subject:
+
+ +
+ +
+
+
+
+
Message:
+
+ +
+ +
+
+
+ + + +
+
Topic:
+
+ +
+
+
+ +
+ Original Message: +
+
+
+ +
+
+
+
+ +
+ + + + + + +
+
+ + + +
+
+ +
+ Posted + +
+
+
+ +
+
+
+ + + + + + + + + + + + +
+
Image:
+
+ +
+ +
+
+
+
+
Description:
+
+ +
+ +
+
+
+
+
+ +
+
+
+ + + + + + +
+ No images attached to this post +
+
+ + + + + + + postOdd + + + postEven + + + +
+
+
+ {@caption} +
+
+ +
+
+ Remove +
+
+
+
+
+
+
+ + + + + + +
+ +
+ +
+
File:
+
+ +
+ +
+
+
+
+
Description:
+
+ +
+ +
+
+
+
+
+ +
+
+
+ + + + +
+ No files attached to this post +
+
+ +
+ + + + + + + + + + + + +
File
Description
+
+ + + + + + + + + + + Remove
+
+
+
+ +
+ +
+ + +
+ +
+
+ + + + + + + Post New Message + + + Add Images (optional) + + + Add Files (optional) + + + Preview New Message + + + + + + + + + + + + Edit Message + + + Edit Images + + + Edit Files + + + Preview Changes + + + + + + + + + + + + Post reply + + + Add Images (optional) + + + Add Files (optional) + + + Preview Reply + + + + + + + + +
+
+ + + +
+

+
+
+ +
+
Name:
+
+ +
+ +
+
+
+
+
Description:
+
+ +
+ +
+
+
+
+
+ +
+
+
+ +
+
+ + + + +
+ + + + + +
+

+
+
+
+ + +
+
+
+ +
+ +
+
+
+
+
+
+ +
+ +
+
+
+
+ + +
+ + + + + +
+
+
+
+ +
+
+
+ +
+
+
+
+ +
+ + +
+
+ + + +
+ +
+
+ +
+
+ +
+
+ +
+
+ + +
+ + +
+
+ +
+
+ +
+
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + +
+ + + + + + +
+ +
+ + + + + + + + + + + + + + +
+ You are watching this thread. To stop watching this thread, click "Stop Watching Thread" below. +
+ +
+ + + + + + + + + + + +
+ + + + +
+ + + +
+
+
+ + diff --git a/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/forum-example/forum-index.css b/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/forum-example/forum-index.css new file mode 100644 index 000000000..31ac138af --- /dev/null +++ b/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/forum-example/forum-index.css @@ -0,0 +1,402 @@ +@import url("css/main.css"); +<--@import url("/css/acs-master.css");--> +<--@import url("/css/tabbed-pane/tabbed-pane.css");--> + + +body { + margin: 0; + background-color: #FFF; + color: #000; + font-family: Verdana, Arial, Helvetica, sans-serif; +} + +.forum { + font-size: 0.8em; + margin: 8px 0 10px 2px; +} + +.content { + margin-left: 10px; +} + + +/*form submission*/ + +.forumSelect { + margin-top: 0.2em; + float:left; +} +.forumButton input { + float:left; + margin-top: 0.2em; + margin-right: 5px; + padding-left: 2px; + padding-right: 2px; + color: #000; + background-color: #CCC; + vertical-align: middle; + border: 1px solid #000; + +} + +.submit { + clear: both; + margin-left: 100px; +} + +/* +view all threads + +*/ + +#selectLabel { + float:left; + color: white; + padding-top: 0.2em; + padding-left: 0.2em; +} +#selectCategory { + background-color: #999; + height: 2.2em; + +} + +#threadHead { + background-color: #E5F3FC; + font-weight: bold; + height: 1.5em; + padding-left: 0.2em; + margin-bottom: 0.3em; + +} +#noMessages { + clear:both; + float:left; + width: 100%; + +} +.subject { + clear: both; + float:left; + width: 190px; + padding: 4px 0 4px 22px; + background-position: 4px 0.7em; + background-repeat: no-repeat; + background-image: url("images/forum/read.gif"); +} + +.topic { + clear:both; + float:left; + width: 212px; + padding: 4px 0 4px 0px; +} + +.threadSubject { + clear:both; + float:left; + width: 140px; + padding: 4px 0 4px 0px; +} + +.author { + float:left; + width: 100px; + padding: 4px 0 4px 0px; + text-align: center; +} + +.replies { + float:left; + text-align: center; + width: 60px; + padding: 4px 0 4px 0px; +} + +.threads { + float:left; + text-align: center; + width: 75px; + padding: 4px 0 4px 0px; +} + +.status { + float:left; + width: 75px; + padding: 4px 0 4px 0px; +} + +.delete { + float:left; + text-align: center; + width: 50px; + padding: 4px 0 4px 0px; +} + +.lastPost { + float: left; + text-align: center; + width: 150px; + padding: 4px 0 4px 0px; +} + +#newTopicLink a { + padding: 4px 0 4px 22px; + background-position: 0px 0.3em; + background-repeat: no-repeat; + background-image: url("images/forum/post-16x16.gif"); +} + +#viewAllTopicsLink a { + float: left; + padding: 4px 15px 4px 22px; + background-position: 0px 0.3em; + background-repeat: no-repeat; + background-image: url("images/forum/back-to-16x16.gif"); + +} + +#watchTopicLink a { + float: left; + padding: 4px 0 4px 22px; + background-position: 0px 0.3em; + background-repeat: no-repeat; + background-image: url("images/forum/watch-16x16.gif"); + margin-left: 0.8em; + margin-bottom: 0.8em; +} + +#info { + clear:both; + padding: 4px 0 4px 22px; + background-position: 0px 0.6em; + background-repeat: no-repeat; + background-image: url("images/forum/info-16x16.gif"); + color: green; + margin-left: 0.8em; +} + +.post { + clear: both; + margin-bottom: 0.8em; + font-size: 1em; +} + +.postOdd { + background-color: #EFEFEF; + +} + +.postEven { + background-color: #FFFFFF; +} + +#topic { + margin-bottom: 0.8em; + font-weight: bold; +} + +.actions { + float: right; + margin-right: 0.3em; +} + +.header { + float: left; + margin-left: 0.3em; + font-weight: bold; +} + +.message { + clear: both; + float: left; + width:98%; + margin-left: 0.3em; + margin-bottom: 0.5em; +} + +.postDetails { + clear: both; + float: left; + margin-bottom: 0.5em; + margin-left: 0.3em; +} + +.bar { + clear:both; + float:left; + width: 98%; + padding-left: 0.3em; + padding-right: 0.3em; + padding-top: 0.5em; + padding-bottom: 0.5em; +} + +.replyBar { + clear:both; + padding-right: 0.3em; + padding-top: 0.5em; + padding-bottom: 0.5em; +} + + +.clearGroup { + clear:both; + margin-bottom: 0.5em; +} + +.columnOne { + float: left; + width: 100px; + font-size: 1em; +} + +.columnOneWide { + float: left; + width: 130px; + font-size: 1em; +} + +.columnTwo { + display: inline; + font-size: 1em; + margin: 0; +} + + +.columnTwo input { + width: 300px; +} + +.columnTwo select { + width: 300px; +} + + +.columnTwo textArea { + width: 300px; +} + +.columnThree { + font-size: 1em; +} + +#title { + float:left; + width: 100%; + + font-size: 1.2em; +} + + +fieldset { + padding: 0.3em 0.3em 0.3em 0.3em; +} + +.fileLink { + margin-left: 0.5em; + clear: both; + float:left; +} + + +textarea { + width: 450px; +} + +.validationError { + color: red; + margin-left: 100px; +} + +#images { + clear: both; + float:left; + margin-left: 0.3em; +} + +#plainText { + clear: both; + font-size: 1em; + margin-bottom: 0.5em; +} + +li { + list-style-position: inside; +} + +.expiry input { + width: 50px; +} + +.fileTable { + width: 100%; +} + + +pre { + + font-size: 1em; +} + + +/* Contents of tabbed-pane.css - forum tabs */ + +div.tabbed-pane div, div.tabbed-pane table.tab-set, div.tabbed-pane table.tab-set td { + margin: 0; + border: 0; + padding: 0; +} + +div.tabbed-pane table { + border-collapse: collapse; +} + +div.tabbed-pane table.tab-set { + margin-left: 10px; +} + +div.tabbed-pane table.tab-set a { + text-decoration: none; + color: rgb(63,63,63); +} + +div.tabbed-pane table.tab-set td.tab-label { + margin-left: 4px; + padding: 5px 0 3px 10px; + + background: rgb(225,225,225) url(/css/tabbed-pane/tab-unselected.png) no-repeat; +} + +div.tabbed-pane table.tab-set td.tab-end { + width: 10px; + background: url(/css/tabbed-pane/tab-unselected-end.png) no-repeat; +} + +div.tabbed-pane table.tab-set td.current-tab-label { + margin-left: 4px; + padding: 5px 0 3px 10px; + background: rgb(162,30,30) url(/css/tabbed-pane/tab-selected.png) no-repeat; + color: white; +} + +div.tabbed-pane table.tab-set td.current-tab-end { + width: 10px; + background: url(/css/tabbed-pane/tab-selected-end.png) no-repeat; +} + +div.tabbed-pane table.tab-set td.tab-spacer { + width: 4px; +} + +div.tabbed-pane table.rule { + margin-left: 10px; + width: 100%; + background: rgb(162,30,30) url(/css/tabbed-pane/tab-bar.png) repeat-x; + height: 10px; +} + +div.tabbed-pane div.current-pane { + width: 100%; +} + diff --git a/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/forum-example/forum-index.xsl b/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/forum-example/forum-index.xsl new file mode 100644 index 000000000..86e99e146 --- /dev/null +++ b/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/forum-example/forum-index.xsl @@ -0,0 +1,1308 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Forum + + + + + + + + + + Skip over navigation + | + + + + + + + + + + + + + + + + + + + + + + +
+ + + +
+ + + + + + | + + + + | + +
+

+
+
+ +
+
+
+ + + + + + + + + + postOdd + + + postEven + + + + + + + + + + + + + + + + + + + + + + + +
Thread:
+ + +
+ +
+
+
+
+ + + ( + + ) + +
+ + +
+ + + Approve + + +   + + + + + Reject + + +   + + + + Edit + + +   + + + + Delete + + +   + + +   +   +   + + Reply + +   + Reply +   + +
+
+
+ +
+ Posted:  + +  by  + + + +
+ +
+ + + +
+ +
+
+
+ +
+
+
+ +
+ +
+ +
+ + +
+ {./description} +
+
+
+
+
+ + + + + + +
+ +
+
+ + + +
+
+ + + + + + + + + + <<< Previous + +   +   + + Page  +   + of  +   + +   +   + + + + + + + + + Next >>> + + +
+
+
+ + + +
+
+ +
+
Filter by topic:
+ +
+ +
+
+
+
+
+
+ + +
+
+
Thread
+
Author
+
Replies
+
Last Post
+
+ +
No messages have been posted yet
+
+ + +
+ + + + odd + + + even + + + + + +
+ + + +
+
+ +
+
+ +
+
+ +
+ +
+
+
+ + + +
+ + +
+
+
Subject
+
Replies
+
Author
+
Last Post
+
Status
+
Delete
+
+
+ +
+ You are not subscribed to any threads +
+
+ + + + + postOdd + + + postEven + + + +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+
+
+ + +
+ + + + false + + + +
+
+ + + + +
+
+
Topic
+
Threads
+
Last Post
+
+ + + + + + postOdd + + + postEven + + + +
+
+ + + + + + + + + + + + + + + + + +
+
+ +
+
+ + + + + + n/a + + +
+
+
+ + + + + postOdd + + + postEven + + + +
+
+ + + + + + + + + + + None + + + + None + + +
+
+ +
+
+ + + + + + n/a + + +
+
+
+
+
+ + +
+
Forum Alerts
+
+ +
+
+ + + + +
+
Thread Alerts
+
+ +
+
+ + + +
+ + + + +
+ + + + +
+
+
+   +
+
+
+
+ + + + + + +
+
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + forum member list +
+
+ + + +
+
+
+
+ + + +
+ +
+
+   +
+
+ + +
+ +
+
+   +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
+ + + post + + + + + + + +
+

+ +
+ +
+
+ + + + + +
+
+ +
+
+ +
+
+
+ + + + +
+
+
+
+
+ +
+ + + + +
+
Subject:
+
+ +
+ +
+
+
+
+
Message:
+
+ +
+ +
+
+
+ + + +
+
Topic:
+
+ +
+
+
+ +
+ Original Message: +
+
+
+ +
+
+
+
+ +
+ + + + + + +
+
+ + + +
+
+ +
+ Posted + +
+
+
+ +
+
+
+ + + + + + + + + + + + +
+
Image:
+
+ +
+ +
+
+
+
+
Description:
+
+ +
+ +
+
+
+
+
+ +
+
+
+ + + + + + +
+ No images attached to this post +
+
+ + + + + + + postOdd + + + postEven + + + +
+
+
+ {@caption} +
+
+ +
+
+ Remove +
+
+
+
+
+
+
+ + + + + + +
+ +
+ +
+
File:
+
+ +
+ +
+
+
+
+
Description:
+
+ +
+ +
+
+
+
+
+ +
+
+
+ + + + +
+ No files attached to this post +
+
+ +
+ + + + + + + + + + + + +
File
Description
+
+ + + + + + + + + + + Remove
+
+
+
+ +
+ +
+ + +
+ +
+
+ + + + + + + Post New Message + + + Add Images (optional) + + + Add Files (optional) + + + Preview New Message + + + + + + + + + + + + Edit Message + + + Edit Images + + + Edit Files + + + Preview Changes + + + + + + + + + + + + Post reply + + + Add Images (optional) + + + Add Files (optional) + + + Preview Reply + + + + + + + + +
+
+ + + +
+

+
+
+ +
+
Name:
+
+ +
+ +
+
+
+
+
Description:
+
+ +
+ +
+
+
+
+
+ +
+
+
+ +
+
+ + + + +
+ + + + + +
+

+
+
+
+ + +
+
+
+ +
+ +
+
+
+
+
+
+ +
+ +
+
+
+
+ + +
+ + + + + +
+
+
+
+ +
+
+
+ +
+
+
+
+ +
+ + +
+
+ + + +
+ +
+
+ +
+
+ +
+
+ +
+
+ + +
+ + +
+
+ +
+
+ +
+
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + +
+ + + + + + +
+ +
+ + + + + + + + + + + + + + +
+ You are watching this thread. To stop watching this thread, click "Stop Watching Thread" below. +
+ +
+ + + + + + + + + + + +
+ + + + +
+ + + +
+
+
+ + diff --git a/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/forum-example/images/forum/archived-16x16.gif b/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/forum-example/images/forum/archived-16x16.gif new file mode 100644 index 000000000..2d3db34c2 Binary files /dev/null and b/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/forum-example/images/forum/archived-16x16.gif differ diff --git a/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/forum-example/images/forum/back-to-16x16.gif b/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/forum-example/images/forum/back-to-16x16.gif new file mode 100644 index 000000000..95d374a32 Binary files /dev/null and b/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/forum-example/images/forum/back-to-16x16.gif differ diff --git a/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/forum-example/images/forum/delete-16x16.gif b/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/forum-example/images/forum/delete-16x16.gif new file mode 100644 index 000000000..867d48eee Binary files /dev/null and b/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/forum-example/images/forum/delete-16x16.gif differ diff --git a/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/forum-example/images/forum/edit-16x16.gif b/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/forum-example/images/forum/edit-16x16.gif new file mode 100644 index 000000000..3e9a90a47 Binary files /dev/null and b/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/forum-example/images/forum/edit-16x16.gif differ diff --git a/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/forum-example/images/forum/info-16x16.gif b/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/forum-example/images/forum/info-16x16.gif new file mode 100644 index 000000000..5acb95064 Binary files /dev/null and b/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/forum-example/images/forum/info-16x16.gif differ diff --git a/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/forum-example/images/forum/post-16x16.gif b/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/forum-example/images/forum/post-16x16.gif new file mode 100644 index 000000000..07b98d107 Binary files /dev/null and b/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/forum-example/images/forum/post-16x16.gif differ diff --git a/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/forum-example/images/forum/read.gif b/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/forum-example/images/forum/read.gif new file mode 100644 index 000000000..26d0d6fb5 Binary files /dev/null and b/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/forum-example/images/forum/read.gif differ diff --git a/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/forum-example/images/forum/reply-16x16.gif b/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/forum-example/images/forum/reply-16x16.gif new file mode 100644 index 000000000..0395fca0f Binary files /dev/null and b/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/forum-example/images/forum/reply-16x16.gif differ diff --git a/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/forum-example/images/forum/watch-16x16.gif b/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/forum-example/images/forum/watch-16x16.gif new file mode 100644 index 000000000..01e001924 Binary files /dev/null and b/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/forum-example/images/forum/watch-16x16.gif differ diff --git a/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/forum-index.css b/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/forum-index.css new file mode 100644 index 000000000..132b7d723 --- /dev/null +++ b/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/forum-index.css @@ -0,0 +1,2 @@ +@import url("/css/acs-master.css"); +@import url("/__ccm__/static/forum/forum.css"); diff --git a/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/forum-index.xsl b/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/forum-index.xsl new file mode 100644 index 000000000..b7b067338 --- /dev/null +++ b/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/forum-index.xsl @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + diff --git a/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/images/aplaws-logo-small.png b/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/images/aplaws-logo-small.png new file mode 100644 index 000000000..3280df920 Binary files /dev/null and b/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/images/aplaws-logo-small.png differ diff --git a/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/images/aplaws-logo.gif b/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/images/aplaws-logo.gif new file mode 100644 index 000000000..e0fa5a9ee Binary files /dev/null and b/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/images/aplaws-logo.gif differ diff --git a/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/images/aplawsplus.gif b/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/images/aplawsplus.gif new file mode 100644 index 000000000..576719675 Binary files /dev/null and b/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/images/aplawsplus.gif differ diff --git a/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/images/arrowSitemap.gif b/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/images/arrowSitemap.gif new file mode 100644 index 000000000..278673f15 Binary files /dev/null and b/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/images/arrowSitemap.gif differ diff --git a/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/images/spacer.gif b/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/images/spacer.gif new file mode 100644 index 000000000..5bfd67a2d Binary files /dev/null and b/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/images/spacer.gif differ diff --git a/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/images/tlcArrow-s.gif b/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/images/tlcArrow-s.gif new file mode 100644 index 000000000..9be407815 Binary files /dev/null and b/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/images/tlcArrow-s.gif differ diff --git a/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/images/tlcArrow.gif b/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/images/tlcArrow.gif new file mode 100644 index 000000000..8230bf333 Binary files /dev/null and b/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/images/tlcArrow.gif differ diff --git a/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/images/w3c-css.bmp b/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/images/w3c-css.bmp new file mode 100644 index 000000000..7f7cf9381 Binary files /dev/null and b/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/images/w3c-css.bmp differ diff --git a/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/images/w3c-css.png b/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/images/w3c-css.png new file mode 100644 index 000000000..020c75a73 Binary files /dev/null and b/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/images/w3c-css.png differ diff --git a/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/images/w3c-xhtml.bmp b/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/images/w3c-xhtml.bmp new file mode 100644 index 000000000..e0328dc6f Binary files /dev/null and b/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/images/w3c-xhtml.bmp differ diff --git a/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/images/w3c-xhtml.png b/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/images/w3c-xhtml.png new file mode 100644 index 000000000..3855210c6 Binary files /dev/null and b/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/images/w3c-xhtml.png differ diff --git a/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/lib/body.xsl b/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/lib/body.xsl new file mode 100644 index 000000000..0c1921625 --- /dev/null +++ b/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/lib/body.xsl @@ -0,0 +1,48 @@ + + + + + + + + +
+ +
+
+ + +
+ APLAWS> +
+
+ + +

+
+ +
+
+ + +
+ +
+
+ + +
+ + +
+
+ +
diff --git a/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/lib/head.xsl b/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/lib/head.xsl new file mode 100644 index 000000000..d92c8db7e --- /dev/null +++ b/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/lib/head.xsl @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/lib/header.xsl b/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/lib/header.xsl new file mode 100644 index 000000000..65a6df7d4 --- /dev/null +++ b/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/lib/header.xsl @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + diff --git a/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/lib/leftNav.xsl b/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/lib/leftNav.xsl new file mode 100644 index 000000000..14fb8bf89 --- /dev/null +++ b/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/lib/leftNav.xsl @@ -0,0 +1,86 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/lib/lib.xsl b/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/lib/lib.xsl new file mode 100644 index 000000000..fec9b385d --- /dev/null +++ b/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/lib/lib.xsl @@ -0,0 +1,562 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +| +
+

+ +home&nbsp;&gt;&nbsp; +| + + + + + + + + +| +&nbsp;&gt;&nbsp; + + + + + + +

+| +
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Data Protection and Information Sharing notice. No personal information you have given us will be passed on to third parties for commercial purposes. The Council's policy is that all information will be shared among officers and other agencies where the legal framework allows it, if this will help to improve the service you receive and to develop other services. If you do not wish certain information about you to be exchanged within the Council, you can request that this does not happen. + + + + + + + + + + + + + + + + + + + + + + + +A to Z + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + +
+ + /cms-service/stream/image/?image_id= + + +
+
+

+ +

+
+ +
+ +
+
+
+ + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + Dated Links + + + + + + + + + + + +
+

Related Files:

+ +
+
+
+ + + + !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~ +  ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖרÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþÿ + + + !'()*-.0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz~ + + 0123456789ABCDEF + + + + + + + + + + + + + + + + + + + Warning: string contains a character that is out of range! Substituting "?". + 63 + + + + + + + + + + + + + + + + + + + +
+

Associated Links:

+ +
+
+
+ + + + +

Related Items

+ + + + | +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +APLAWS+: + + + + + + + + + + + + + +20 + - + + + 01 + 02 + 03 + 04 + 05 + 06 + 07 + 08 + 09 + 10 + 11 + 12 + + - + + + + + + +
+ + +
+
+ + +
diff --git a/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/lib/page.xsl b/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/lib/page.xsl new file mode 100644 index 000000000..1f8f422cc --- /dev/null +++ b/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/lib/page.xsl @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + <xsl:call-template name="aplaws:pageTitle"/> + + + + + + + + + + + + + + + + diff --git a/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/lib/user-banner.xsl b/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/lib/user-banner.xsl new file mode 100644 index 000000000..1e9b0bb8d --- /dev/null +++ b/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/lib/user-banner.xsl @@ -0,0 +1,105 @@ + + + + + + + + + + + + + + + + + + + +
       + + + + +
+ +   + +   + + +
+
+ + + + + + + + +
+
+
+ + + + + + + + + +
       + + + + +
+ You are not currently logged in +
+
+ + + + + Login + +
+
+
+
+ +
diff --git a/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/navigation-admin.css b/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/navigation-admin.css new file mode 100644 index 000000000..278ecd8e6 --- /dev/null +++ b/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/navigation-admin.css @@ -0,0 +1,2 @@ +@import url("/css/acs-master.css"); +@import url("/__ccm__/apps/navigation/xsl/admin.css"); diff --git a/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/navigation-admin.xsl b/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/navigation-admin.xsl new file mode 100644 index 000000000..6233f0d7a --- /dev/null +++ b/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/navigation-admin.xsl @@ -0,0 +1,16 @@ + + + + + + + + + + + + + diff --git a/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/navigation-directory.xsl b/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/navigation-directory.xsl new file mode 100644 index 000000000..6a8c818af --- /dev/null +++ b/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/navigation-directory.xsl @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + diff --git a/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/navigation-index.xsl b/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/navigation-index.xsl new file mode 100644 index 000000000..b18a3896b --- /dev/null +++ b/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/navigation-index.xsl @@ -0,0 +1,18 @@ + + + + + + + + + diff --git a/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/navigation-services.xsl b/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/navigation-services.xsl new file mode 100644 index 000000000..6a8c818af --- /dev/null +++ b/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/navigation-services.xsl @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + diff --git a/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/navigation-sitemap.xsl b/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/navigation-sitemap.xsl new file mode 100644 index 000000000..aae53c18b --- /dev/null +++ b/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/navigation-sitemap.xsl @@ -0,0 +1,191 @@ + + + + + + + + + + + + + + + + + + + + + APLAWS+: Site Map + + + + + + Skip over navigation + | + + + + + + + + + + + + + + + + + + + + +
+ + + + +

Site Map

+
+ | + + + | + + + +
+ +
+ + + + + + + + + +
+

+home +&gt; +Site Map +

+
+
+ + + + + + + + + + + + + + + + +
+ +
Select an area to view
+ +
+ + | + +
+
+ + + +
+ + + + + + + +
+ + +
    + +
  • + +
      + +
    • + +
        + +
      • + + +
          + +
        • +
          +
        +
        + +
      • +
        +
      + +
    • +
      +
    +
  • + +
  • top
  • +
    +
+
+ + + + + +
+
+ + + + +
diff --git a/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/navigation-summary.xsl b/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/navigation-summary.xsl new file mode 100644 index 000000000..f88dd0c97 --- /dev/null +++ b/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/navigation-summary.xsl @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
PIDTerm# items
+
+ +
diff --git a/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/portal/application-directory-portlet.xsl b/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/portal/application-directory-portlet.xsl new file mode 100644 index 000000000..d3ec401c9 --- /dev/null +++ b/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/portal/application-directory-portlet.xsl @@ -0,0 +1,28 @@ + + + + + + + + + + + + +
+ + + + +
+
+ + +
diff --git a/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/portal/content-item-portlet.xsl b/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/portal/content-item-portlet.xsl new file mode 100644 index 000000000..5dd4f948d --- /dev/null +++ b/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/portal/content-item-portlet.xsl @@ -0,0 +1,28 @@ + + + + + + + + + + + + + diff --git a/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/portal/content-sections-portlet.xsl b/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/portal/content-sections-portlet.xsl new file mode 100644 index 000000000..a38288f70 --- /dev/null +++ b/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/portal/content-sections-portlet.xsl @@ -0,0 +1,41 @@ + + + + + + + +
+ + + +
+
+ + admin + + admin +
+
+ + + +
+ + + table_row_odd + table_row_even + + + +
+
+
+ +
diff --git a/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/portal/directory-portlet.xsl b/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/portal/directory-portlet.xsl new file mode 100644 index 000000000..6aab1c230 --- /dev/null +++ b/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/portal/directory-portlet.xsl @@ -0,0 +1,40 @@ + + + + + + +
+

+ +
+
+ + + + + +
+
+ + + + | + + +
+
+ + + + + + + +
diff --git a/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/portal/freeform-html-portlet.xsl b/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/portal/freeform-html-portlet.xsl new file mode 100644 index 000000000..317ee6eab --- /dev/null +++ b/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/portal/freeform-html-portlet.xsl @@ -0,0 +1,16 @@ + + + + +
+ +
+
+ +
diff --git a/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/portal/lib.xsl b/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/portal/lib.xsl new file mode 100644 index 000000000..856679e83 --- /dev/null +++ b/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/portal/lib.xsl @@ -0,0 +1,53 @@ + + + + + + + + + + + + Move Down + + + Move Up + + + Configure + + + Delete + + + + + + {$title} + + + + + + + + + + +
+
+ + +
+ +
+
+ +
+ diff --git a/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/portal/login-portlet.xsl b/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/portal/login-portlet.xsl new file mode 100644 index 000000000..3b982ff14 --- /dev/null +++ b/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/portal/login-portlet.xsl @@ -0,0 +1,48 @@ + + + + + + + +
+
+ + + + +

+ Welcome   + +| + + +
+ + +

Site Login

+ +
+
Email:
+
Password:
+
+ +
+
+ + +
+
+ +
diff --git a/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/portal/portlets.xsl b/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/portal/portlets.xsl new file mode 100644 index 000000000..7af695964 --- /dev/null +++ b/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/portal/portlets.xsl @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/portal/rss-feed-portlet.xsl b/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/portal/rss-feed-portlet.xsl new file mode 100644 index 000000000..d2fd5570e --- /dev/null +++ b/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/portal/rss-feed-portlet.xsl @@ -0,0 +1,95 @@ + + + + + +
+

+ + + + +
+
+ + +
+ +
+
+ + + + + + + + + + + + + + + + + + + +
+ +
+
+
+ + + + + + +
+ +
+
+
+ + +
+ +
+
+ +
+
+ + + + + + + +
+ +
+
+
+ + +
+ +
+
+ +
+
+ +
diff --git a/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/portal/tasklist-portlet.xsl b/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/portal/tasklist-portlet.xsl new file mode 100644 index 000000000..720efab26 --- /dev/null +++ b/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/portal/tasklist-portlet.xsl @@ -0,0 +1,62 @@ + + + + + + +
+ + + +
+
+ + + +
+
+ +
+
+ , + + No assigned users + + + 1 assigned user + + + assigned users + +
+
+ + + +

No tasks to display.

+
+ + + + + + + + table_row_odd + table_row_even + + + + + +
Item TitleActionDue DateStatus
+
+
+ +
diff --git a/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/portal/time-of-day-portlet.xsl b/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/portal/time-of-day-portlet.xsl new file mode 100644 index 000000000..1d4dd4075 --- /dev/null +++ b/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/portal/time-of-day-portlet.xsl @@ -0,0 +1,15 @@ + + + + + + + + + diff --git a/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/portal/workspace-directory-portlet.xsl b/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/portal/workspace-directory-portlet.xsl new file mode 100644 index 000000000..1e533ace5 --- /dev/null +++ b/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/portal/workspace-directory-portlet.xsl @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + diff --git a/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/search-admin.xsl b/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/search-admin.xsl new file mode 100644 index 000000000..1d143a00e --- /dev/null +++ b/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/search-admin.xsl @@ -0,0 +1,21 @@ + + + + + + + + + diff --git a/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/search-index.xsl b/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/search-index.xsl new file mode 100644 index 000000000..ba76bc478 --- /dev/null +++ b/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/search-index.xsl @@ -0,0 +1,590 @@ + + + + + + + + + + + + + + + + + + + + + + APLAWS+: Search + + + + + + Skip over navigation + | + + + + + + + + + + + + + + + + + + +
+ + + + +

Search

+
+ | + + + + | + + + + + + +
+ + +
+ + + + + +
+

+ home + &gt; + + + Search + Advanced Search + Remote Search + + + +

+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + Explanation of Search + +
+ +
+ Type your query: + + + + +
+ + +
+ + +
+
+ +
+ + + + +
+
+ + + Explanation of Advanced Search + +
+ +
+ Type your query: + + + + + +
Select the content types you would like to search
+ + + + + + +
+ + +
+ + +
+
+ +
+ + + + +
+
+ + + Explanation of Remote Search + +
+ +
+ Type your query: + + + + + +
Select the connected websites you would like to search
+ + + + + + + + + + +
+ + +
+ + +
+
+ +
+ + + + + + + + + + + + + +
+
+ +
+ + + + +
+ | +
+
+ +
+
+ + + + + +You searched for &gt; + + + There were no results for your search + + + + results found + + + + + + + + + + + +
+ + + There were no results for your search + + + + displaying results + + to + + + + +
+
+ + + +
+ + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ Displaying page + + of + + (maximum of + + results per page) +
+
+
+ + + + + + + + + + + + + + + + + + odd + even + + + + + +
ScoreTitleSummary
+
+ + + + + + + + + + + + + + + + + + + +
+ + + + +
+
+ + + + Query: + + + + + + + + + Types: + + + + + + + + + Categories: + + + + + + + + + + + hidden + + + + + + + + +
diff --git a/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/shortcuts-index.css b/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/shortcuts-index.css new file mode 100644 index 000000000..4210f401a --- /dev/null +++ b/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/shortcuts-index.css @@ -0,0 +1 @@ +@import url(/css/acs-master.css); diff --git a/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/shortcuts-index.xsl b/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/shortcuts-index.xsl new file mode 100644 index 000000000..a4e103c89 --- /dev/null +++ b/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/shortcuts-index.xsl @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + diff --git a/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/subsite-index.css b/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/subsite-index.css new file mode 100644 index 000000000..4210f401a --- /dev/null +++ b/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/subsite-index.css @@ -0,0 +1 @@ +@import url(/css/acs-master.css); diff --git a/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/subsite-index.xsl b/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/subsite-index.xsl new file mode 100644 index 000000000..cb04a688c --- /dev/null +++ b/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/subsite-index.xsl @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + diff --git a/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/terms-index.css b/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/terms-index.css new file mode 100644 index 000000000..15fd56956 --- /dev/null +++ b/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/terms-index.css @@ -0,0 +1,6 @@ +@import url(/css/acs-master.css); +/* Following import is valid if terms is executed in its own */ +/* web application context (ccm-ldn-terms) */ +/* @import url(/ccm-ldn-terms/__ccm__/apps/terms/xsl/index.css); */ +/* import if installed in the main (common) web context */ +@import url(/__ccm__/apps/terms/xsl/index.css); diff --git a/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/terms-index.xsl b/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/terms-index.xsl new file mode 100644 index 000000000..0ee053d22 --- /dev/null +++ b/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/terms-index.xsl @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + diff --git a/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/theme-index.css b/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/theme-index.css new file mode 100644 index 000000000..4210f401a --- /dev/null +++ b/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/theme-index.css @@ -0,0 +1 @@ +@import url(/css/acs-master.css); diff --git a/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/theme-index.xsl b/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/theme-index.xsl new file mode 100644 index 000000000..44121cbda --- /dev/null +++ b/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/theme-index.xsl @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + diff --git a/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/types/Address.xsl b/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/types/Address.xsl new file mode 100644 index 000000000..70f9f4de5 --- /dev/null +++ b/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/types/Address.xsl @@ -0,0 +1,65 @@ + + + + + + + + +
+ +

+Address: +

+
+ +

+Post Code: +

+
+ +

+Country: +

+
+ +

+Phone: +

+
+ +

+Mobile: +

+
+ +

+Fax: +

+
+ +

+Email: +

+
+ +

+Notes: +

+
+
+ + +
+

+ +

+ +
+ +
+
diff --git a/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/types/Agenda.xsl b/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/types/Agenda.xsl new file mode 100644 index 000000000..17c62d363 --- /dev/null +++ b/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/types/Agenda.xsl @@ -0,0 +1,98 @@ + +]> + + + + + + +
+

+Date: +

+

+Location: +

+

+Attendees: +

+

+Contact Info: +

+
+ +
+

+Subject Items: + +

+

+Summary: + +

+ +
+
+ + + + + + + + +&nbsp; + + + + + + +Mon +Tue +Wed +Thu +Fri +Sat +Sun + + +&nbsp; + + +st +nd +rd +th + +&nbsp; + + +Jan +Feb +Mar +Apr +May +Jun +Jul +Aug +Sep +Oct +Nov +Dec + + +&nbsp; +20 +&nbsp; + + + + + +
\ No newline at end of file diff --git a/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/types/Article.xsl b/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/types/Article.xsl new file mode 100644 index 000000000..5053ca2d6 --- /dev/null +++ b/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/types/Article.xsl @@ -0,0 +1,36 @@ + +]> + + + + + + + +
+ +
+ +/cms-service/stream/image/?image_id= + + +
+
+ +
+ +
+ +
+
+ +
+ +
+
+ diff --git a/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/types/ContentTypes.xsl b/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/types/ContentTypes.xsl new file mode 100644 index 000000000..e385d8209 --- /dev/null +++ b/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/types/ContentTypes.xsl @@ -0,0 +1,77 @@ + +]> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/types/Event.xsl b/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/types/Event.xsl new file mode 100644 index 000000000..9a25fec03 --- /dev/null +++ b/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/types/Event.xsl @@ -0,0 +1,60 @@ + +]> + + + + + +
+

+Event Type: +

+

+Event Date: + +

+

+Start Date: + +

+

+Start Time: + +

+

+End Date: + +

+

+End Time: + +

+

+Contributor: +

+

+Location: +

+

+Map: + +View map + +

+

+Cost: +

+
+
+

+ +

+ +
+
+
\ No newline at end of file diff --git a/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/types/FileStorageItem.xsl b/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/types/FileStorageItem.xsl new file mode 100644 index 000000000..af6319ba7 --- /dev/null +++ b/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/types/FileStorageItem.xsl @@ -0,0 +1,25 @@ + + + + + + + + + +
+ +
+ +
+View in browser +&nbsp;|&nbsp; +Save to disk +
+ +
+
diff --git a/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/types/InlineSite.xsl b/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/types/InlineSite.xsl new file mode 100644 index 000000000..e87f28ef8 --- /dev/null +++ b/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/types/InlineSite.xsl @@ -0,0 +1,29 @@ + +]> + + + + + + + + + + + + + diff --git a/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/types/Job.xsl b/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/types/Job.xsl new file mode 100644 index 000000000..b6e1c034d --- /dev/null +++ b/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/types/Job.xsl @@ -0,0 +1,46 @@ + +]> + + + + + + +
+

+Grade: +

+

+Department: +

+

+Salary: +

+

+Ref: +

+

+Closing Date: +

+

+Contact: +

+
+
+

+Job Description: + +

+

+Person Specification: + +

+ +
+
+
\ No newline at end of file diff --git a/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/types/LegalNotice.xsl b/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/types/LegalNotice.xsl new file mode 100644 index 000000000..4a6bfe587 --- /dev/null +++ b/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/types/LegalNotice.xsl @@ -0,0 +1,23 @@ + +]> + + + + + + +
+

+UID: +

+
+
+ +
+
+
\ No newline at end of file diff --git a/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/types/Minutes.xsl b/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/types/Minutes.xsl new file mode 100644 index 000000000..43360a7ae --- /dev/null +++ b/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/types/Minutes.xsl @@ -0,0 +1,34 @@ + +]> + + + + + +
+

+Description of Minutes: +

+

+Minutes ID Number: +

+

+Attendees At Meeting: +

+
+
+

+ +

+

+Action Item: +

+ +
+
+
diff --git a/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/types/MultiPartArticle.xsl b/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/types/MultiPartArticle.xsl new file mode 100644 index 000000000..c37146903 --- /dev/null +++ b/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/types/MultiPartArticle.xsl @@ -0,0 +1,151 @@ + +]> + + + + + +
+
+ +
+
+ + | + + + + + + + + + + + +
+ + + + + + + + + + + + + + + | + + + + + + + +
+ +
+ + + + + +
+ + + + /cms-service/stream/image/?image_id= + + + + + + + + +
:
+
+ + + + +
+ + + + + +
+ +
+ +
\ No newline at end of file diff --git a/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/types/NewsItem.xsl b/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/types/NewsItem.xsl new file mode 100644 index 000000000..8a7030c51 --- /dev/null +++ b/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/types/NewsItem.xsl @@ -0,0 +1,41 @@ + +]> + + + + + + +
+ +
+ +
+ + +
+ +/cms-service/stream/image/?image_id= + + +
+
+
+ +
+ +
+
+ +
+ +
+
+ + +
\ No newline at end of file diff --git a/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/types/PressRelease.xsl b/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/types/PressRelease.xsl new file mode 100644 index 000000000..a25dd2dc5 --- /dev/null +++ b/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/types/PressRelease.xsl @@ -0,0 +1,30 @@ + +]> + + + + + +
+

+Ref Code: +

+

+Contact: +

+
+ +
+

+

+ +
+ +
+ +
\ No newline at end of file diff --git a/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/types/Service.xsl b/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/types/Service.xsl new file mode 100644 index 000000000..2758df8a3 --- /dev/null +++ b/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/types/Service.xsl @@ -0,0 +1,40 @@ + +]> + + + + + + +
+

+Opening Times: +

+

+Contact: +

+

+Address: +

+
+ +
+

+Services Provided: + +

+

+Summary: + +

+ +
+ +
+ +
\ No newline at end of file diff --git a/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/types/SiteProxy.xsl b/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/types/SiteProxy.xsl new file mode 100644 index 000000000..2d4aa9b97 --- /dev/null +++ b/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/types/SiteProxy.xsl @@ -0,0 +1,21 @@ + +]> + + + + + + + + + + + + \ No newline at end of file diff --git a/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/workspace-admin.xsl b/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/workspace-admin.xsl new file mode 100644 index 000000000..30d9905c6 --- /dev/null +++ b/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/workspace-admin.xsl @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + diff --git a/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/workspace-index.xsl b/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/workspace-index.xsl new file mode 100644 index 000000000..e76ed6279 --- /dev/null +++ b/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/workspace-index.xsl @@ -0,0 +1,173 @@ + + + + + + + + + + + + + + + + + + + + + + APLAWS+: <xsl:call-template name="Title"/> + + + + + + + Skip over navigation + | + + + + + + + + + + + + + + + + + + + + + + + +
+

+home +

+
+
+ + + + + + + + + + + + + + +
+ + + +

APLAWS+ Plus

+
+ + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + + +back to user's view +delete area +customise area + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ diff --git a/ccm-gen-aplaws/web/assets/fckeditor/config/fckconfigOpenCCM.js b/ccm-gen-aplaws/web/assets/fckeditor/config/fckconfigOpenCCM.js new file mode 100644 index 000000000..fe045f7ce --- /dev/null +++ b/ccm-gen-aplaws/web/assets/fckeditor/config/fckconfigOpenCCM.js @@ -0,0 +1,137 @@ +/* + * FCKeditor - The text editor for internet + * Copyright (C) 2003-2005 Frederico Caldeira Knabben + * + * Licensed under the terms of the GNU Lesser General Public License: + * http://www.opensource.org/licenses/lgpl-license.php + * + * For further information visit: + * http://www.fckeditor.net/ + * + * File Name: fckconfigOpenCCM.js + * Editor configuration settings for use in admin interface in APLAWS/OpenCCM. + * This configuration is designed to match the following goals: + * - Easy useage of the editor + * - Clean HTML output, this means for example that no deprected elements are useable from the editor + * + * This file is organized in the same way as the page of the FCKEditor documentation showing all config options. + * The page can be found here: http://docs.fckeditor.net/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options + * + * - Semantic HTML output. This means that elements like are prefered against such as + * This config is loaded from the Javascript in the calling page using AFTER the + * default fckconfig.js is loaded. + * + * File Authors: + * Chris Burnett (orginale fckeditordefaultstyle.js for APLAWS) + * Jens Pelzetter + */ + +/* **************************************************************************************************************** */ + + +/* Editor Behavior + --------------- */ + +FCKConfig.AutoDetectPasteFromWord = false ; //Paste Word text directly to the editor (only IE) +FCKConfig.CleanWordKeepsStructure = true ; //Prefer to keep HTML structure, not layout +FCKConfig.DocType = '' ; +FCKConfig.ForcePasteAsPlainText = true ; //Text pasted in from another app will appear as plain text + + +/* Styles + ------ */ + +FCKConfig.StylesXmlPath = FCKConfig.EditorPath + 'config/fckconfigOpenCCM.xml' ; //Some styles + +/* HTML Output + ----------- */ + +FCKConfig.FormatOutput = true ; //Format output code +FCKConfig.FormatSource = true ; + +/* User interface + -------------- */ + +FCKConfig.ContextMenu = ['Generic','Link','Anchor','Image','Flash','Select','Textarea','Checkbox','Radio','TextField','HiddenField','ImageButton','Button','BulletedList','NumberedList','TableCell','Table','Form'] ; +FCKConfig.ImageDlgHideLink = true ; +FCKConfig.ImageDlgHideAdvanced = true ; +FCKConfig.ShowDropDialog = true ; +FCKConfig.ToolbarSets["AplawsBasic"] = [ + ['Style','-','OrderedList','UnorderedList','Subscript', 'Superscript', '-','SpellCheck','Link','Unlink','RemoveFormat','-','ImageButton', '-', 'AdvToolbar', 'About'] +] ; + +FCKConfig.ToolbarSets["AplawsAdvanced"] = [ + ['Style','-','OrderedList','UnorderedList','Subscript', 'Superscript'], + ['Cut','Copy','Paste','PasteText','PasteWord','Undo','Redo','RemoveFormat'], + ['Find','Replace','SelectAll', '-','SpellCheck'], + '/', + ['Link','Unlink','Anchor','-','Source'], + ['SimpleToolbar'] +] ; + + +// Replace the Advanced toolbar with AplawsAdvanced & setup the Basic toolbar to use the AplawsBasic toolbar +// The two toolbars are used to support the dynamic toolbar switching plugin. +// Set the Default to be the Basic version so that the editor loads the basic toolbar on startup. + +FCKConfig.ToolbarSets["Advanced"] = FCKConfig.ToolbarSets["AplawsAdvanced"] ; +FCKConfig.ToolbarSets["Basic"] = FCKConfig.ToolbarSets["AplawsBasic"] ; +FCKConfig.ToolbarSets["Default"] = FCKConfig.ToolbarSets["Basic"] ; + +/* Advanced + -------- */ +FCKConfig.FirefoxSpellChecker = true ; +FCKConfig.SpellChecker = 'ieSpell' ; // 'ieSpell' | 'SpellerPages' +FCKConfig.IeSpellDownloadUrl = 'http://www.iespell.com/rel/ieSpellSetup211325.exe' ; + +/* File Browser and Updoader + ------------------------- */ + +FCKConfig.LinkBrowser = true ; +FCKConfig.LinkBrowserURL = "/ccm/content/admin/search.jsp?useURL=true&widget=getElementById('txtUrl')" ; +FCKConfig.LinkBrowserWindowWidth = FCKConfig.ScreenWidth * 0.7 ; // 70% +FCKConfig.LinkBrowserWindowHeight = FCKConfig.ScreenHeight * 0.7 ; // 70% + + +/* +FCKConfig.ToolbarSets["AplawsBasic"] = [ + ['Style','-','Bold','OrderedList','UnorderedList','-','SpellCheck','Link','Unlink','RemoveFormat','-','AdvToolbar'] +] ; + +FCKConfig.ToolbarSets["AplawsAdvanced"] = [ + ['Style','-','Bold','OrderedList','UnorderedList'], + ['Cut','Copy','Paste','PasteText','PasteWord','Undo','Redo','RemoveFormat'], + ['Find','Replace','SelectAll', '-','SpellCheck'], + '/', + ['UniversalKey'], + ['Link','Unlink','Anchor','-','Source'], + ['SimpleToolbar'] +] ; + + +// Replace the Advanced toolbar with AplawsAdvanced & setup the Basic toolbar to use the AplawsBasic toolbar +// The two toolbars are used to support the dynamic toolbar switching plugin. +// Set the Default to be the Basic version so that the editor loads the basic toolbar on startup. + +FCKConfig.ToolbarSets["Advanced"] = FCKConfig.ToolbarSets["AplawsAdvanced"] ; +FCKConfig.ToolbarSets["Basic"] = FCKConfig.ToolbarSets["AplawsBasic"] ; +FCKConfig.ToolbarSets["Default"] = FCKConfig.ToolbarSets["Basic"] ; + + +FCKConfig.StylesXmlPath = FCKConfig.EditorPath + 'config/fckconfigstyledefault.xml' ; +FCKConfig.ContextMenu = ['Generic','Link','Anchor','Image','Flash','Select','Textarea','Checkbox','Radio','TextField','HiddenField','ImageButton','Button','BulletedList','NumberedList','TableCell','Table','Form'] ; + +FCKConfig.SpellChecker = 'ieSpell' ; // 'ieSpell' | 'SpellerPages' +FCKConfig.IeSpellDownloadUrl = 'http://www.iespell.com/rel/ieSpellSetup211325.exe' ; + +FCKConfig.ImageDlgHideLink = true ; +FCKConfig.ImageDlgHideAdvanced = true ; + +FCKConfig.FlashDlgHideAdvanced = true ; + +FCKConfig.LinkBrowser = true ; +FCKConfig.LinkBrowserURL = "/ccm/content/admin/search.jsp?useURL=true&widget=getElementById('txtUrl')" ; +FCKConfig.LinkBrowserWindowWidth = FCKConfig.ScreenWidth * 0.7 ; // 70% +FCKConfig.LinkBrowserWindowHeight = FCKConfig.ScreenHeight * 0.7 ; // 70% +*/ + diff --git a/ccm-gen-aplaws/web/assets/fckeditor/config/fckconfigOpenCCM.xml b/ccm-gen-aplaws/web/assets/fckeditor/config/fckconfigOpenCCM.xml new file mode 100644 index 000000000..c5ebd5667 --- /dev/null +++ b/ccm-gen-aplaws/web/assets/fckeditor/config/fckconfigOpenCCM.xml @@ -0,0 +1,12 @@ + + + + +