6 | | === Filesystem Layout === |
7 | | The overall Layout is determined by: {{{views/layout.html}}}. |
8 | | |
9 | | The main CSS file is: {{{static/styles/S3/sahana.css}}} with some supplementary styles in {{{static/styles}}}. |
10 | | |
11 | | The styles are separated into different folders depending on which layer they come from, to ease debugging & maintenance as framework components get updated. |
12 | | |
13 | | For production installs ({{{s3.debug==False}}}), they get consolidated into two file for faster downloads: |
14 | | * {{{static/styles/S3/sahana.min.css}}} |
15 | | * {{{static/styles/gis/gis.min.css}}} |
16 | | This consolidation is done as part of the [wiki:DeveloperGuidelinesReleaseProcess Release Process]. |
| 8 | We should look at removing the side menu as it takes up a lot of screen real estate: |
| 9 | * http://demo.respere.com/dnn/ |