libreccm-legacy/ccm-ldn-aplaws/web/themes/mandalay
jensp ec174f2043 Reverting some accidental changes from revision r4129
git-svn-id: https://svn.libreccm.org/ccm/trunk@4132 8810af33-2d31-482b-a856-94f89814c4df
2016-06-02 07:27:35 +00:00
..
css Mandalay is now used for creating the HTML view of the content-center. This is accomplished by some changes in the stylesheet-paths.txt file and some special files in Mandalay (content-center-index.sl, content-section-admin.xsl and admin-index.xsl). These files 2014-10-08 10:36:25 +00:00
fallback Mandalay is now used for creating the HTML view of the content-center. This is accomplished by some changes in the stylesheet-paths.txt file and some special files in Mandalay (content-center-index.sl, content-section-admin.xsl and admin-index.xsl). These files 2014-10-08 10:36:25 +00:00
fonts Mandalay is now used for creating the HTML view of the content-center. This is accomplished by some changes in the stylesheet-paths.txt file and some special files in Mandalay (content-center-index.sl, content-section-admin.xsl and admin-index.xsl). These files 2014-10-08 10:36:25 +00:00
images Mandalay is now used for creating the HTML view of the content-center. This is accomplished by some changes in the stylesheet-paths.txt file and some special files in Mandalay (content-center-index.sl, content-section-admin.xsl and admin-index.xsl). These files 2014-10-08 10:36:25 +00:00
includes Syncing Mandalay themes in ccm-sci-bundle and ccm-ldn-aplaws 2014-10-30 16:31:26 +00:00
lang Mandalay is now used for creating the HTML view of the content-center. This is accomplished by some changes in the stylesheet-paths.txt file and some special files in Mandalay (content-center-index.sl, content-section-admin.xsl and admin-index.xsl). These files 2014-10-08 10:36:25 +00:00
layout Mandalay is now used for creating the HTML view of the content-center. This is accomplished by some changes in the stylesheet-paths.txt file and some special files in Mandalay (content-center-index.sl, content-section-admin.xsl and admin-index.xsl). These files 2014-10-08 10:36:25 +00:00
scripts Mandalay is now used for creating the HTML view of the content-center. This is accomplished by some changes in the stylesheet-paths.txt file and some special files in Mandalay (content-center-index.sl, content-section-admin.xsl and admin-index.xsl). These files 2014-10-08 10:36:25 +00:00
settings Mandalay is now used for creating the HTML view of the content-center. This is accomplished by some changes in the stylesheet-paths.txt file and some special files in Mandalay (content-center-index.sl, content-section-admin.xsl and admin-index.xsl). These files 2014-10-08 10:36:25 +00:00
user Reverting some accidental changes from revision r4129 2016-06-02 07:27:35 +00:00
_skeleton_.xsl Mandalay is now used for creating the HTML view of the content-center. This is accomplished by some changes in the stylesheet-paths.txt file and some special files in Mandalay (content-center-index.sl, content-section-admin.xsl and admin-index.xsl). These files 2014-10-08 10:36:25 +00:00
admin-index.xsl Mandalay is now used for creating the HTML view of the content-center. This is accomplished by some changes in the stylesheet-paths.txt file and some special files in Mandalay (content-center-index.sl, content-section-admin.xsl and admin-index.xsl). These files 2014-10-08 10:36:25 +00:00
ccm-application-admin-index.xsl Added an entry point file for /ccm/admin to Mandalay for old style themes 2014-12-29 09:52:10 +00:00
content-center-index.xsl Mandalay is now used for creating the HTML view of the content-center. This is accomplished by some changes in the stylesheet-paths.txt file and some special files in Mandalay (content-center-index.sl, content-section-admin.xsl and admin-index.xsl). These files 2014-10-08 10:36:25 +00:00
content-section-admin.xsl Mandalay is now used for creating the HTML view of the content-center. This is accomplished by some changes in the stylesheet-paths.txt file and some special files in Mandalay (content-center-index.sl, content-section-admin.xsl and admin-index.xsl). These files 2014-10-08 10:36:25 +00:00
license Mandalay is now used for creating the HTML view of the content-center. This is accomplished by some changes in the stylesheet-paths.txt file and some special files in Mandalay (content-center-index.sl, content-section-admin.xsl and admin-index.xsl). These files 2014-10-08 10:36:25 +00:00
liesmich Mandalay is now used for creating the HTML view of the content-center. This is accomplished by some changes in the stylesheet-paths.txt file and some special files in Mandalay (content-center-index.sl, content-section-admin.xsl and admin-index.xsl). These files 2014-10-08 10:36:25 +00:00
readme Mandalay is now used for creating the HTML view of the content-center. This is accomplished by some changes in the stylesheet-paths.txt file and some special files in Mandalay (content-center-index.sl, content-section-admin.xsl and admin-index.xsl). These files 2014-10-08 10:36:25 +00:00
start.xsl Mandalay is now used for creating the HTML view of the content-center. This is accomplished by some changes in the stylesheet-paths.txt file and some special files in Mandalay (content-center-index.sl, content-section-admin.xsl and admin-index.xsl). These files 2014-10-08 10:36:25 +00:00

readme

Mandalay
========

This will be a complete new theme for RedHatCMS /
Byline / Aplaws+ build up from scratch.

Design goals are to build a modular box-layout-based theme
integrating all functions from the cms which will be styled
by changing css files and xml-based settings.


Some hints for this theme:
--------------------------

* Each content type have exactly one xsl file in the types directory, which will do all the processing
  * This file will include templates for all view (detailed, listed, ...)
* shared functions like Processing of image attachments will be located in seperate files in the include directory
* templates will be defined with name and match clause, where aprop
* css file go in the css sub folder structur
  * for each media type, there will be a folder on first level
    * for each content type there will be al folder on second level
    * also, there will be a folder for global css settings in second level
    * in these folder on second level there are 4 css files: basic.css, enhanced.css, ie-hacks.css and admin.css
      * basic.css uses css styles, which will work in all css capable browsers
      * enhanced.css uses css styles, which will work with modern browsers (Firefox, Konqueror,...)
      * ie-hacks.css uses special css styles, which will correct the flaws of MSIE
      * admin.css uses css styles, which will be needed by admin ui
* setting for personalization are located in the settings directory
* localized static text are read from the xml-files in the lang folder