libreccm-legacy/ccm-sci-bundle/web/themes/mandalay
jensp f739c03286 - Fixed a sorting problem in the detail view of series caused by an unnecssary
xsl:sort in Mandalay (checkedin primarly for reference)
- Fixed a wrong translation in ccm-sci-publications, correct translation for 
  "Series" to german in the context publications is "Reihe" and not "Serie".


git-svn-id: https://svn.libreccm.org/ccm/trunk@3113 8810af33-2d31-482b-a856-94f89814c4df
2015-02-03 10:44:15 +00:00
..
css
fallback
fonts
images
includes BugFix for Proceedings in Mandalay and some other minor things (formatting) 2014-11-18 10:19:36 +00:00
lang
layout Current progress of Foundry 2014-09-17 14:06:43 +00:00
scripts
settings
user - Fixed a sorting problem in the detail view of series caused by an unnecssary 2015-02-03 10:44:15 +00:00
_skeleton_.xsl
license
liesmich
readme
start.xsl

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