| 153 | === Theme examples === |
| 154 | |
| 155 | The [http://demo.eden.sahanafoundation.org demo server] is using the default theme -- please feel free to make something that looks |
| 156 | nothing like it. |
| 157 | |
| 158 | Have a look at these sites using Sahana Eden -- you'll see they have very different designs (all are test sites so you can enter test data, if useful, though not all allow full privileges): |
| 159 | * Community Resilience Mapping: http://demo.lacrmt.sahanafoundation.org |
| 160 | * Disaster Risk Management: http://demo.drm.tl |
| 161 | * Disaster Risk Reduction Projects: http://demo.drrprojects.net |
| 162 | * Donation & Volunteer Management: http://la.aidiq.com |
| 163 | * Philippines request Management & Facility Status: http://test.philippines.sahanafoundation.org |
| 164 | * Resource Management for IFRC (login required to get beyond frontpage): http://rmsdemo.aidiq.com |
| 165 | |
| 166 | This shows a theme that was previously made for this design task. It is an example of what types of files you may need to include -- that is, the actual CSS files and images for the theme, view files, layout file, plus example HTML files and anything you need for fake contents. |
| 167 | Please put the design itself entirely out of mind, and Do It Your Way! |
| 168 | * http://eden.sahanafoundation.org/attachment/wiki/Contribute/UI/Sahana%20Eden%20Layout%20Design.zip |
| 169 | |
| 170 | Here are the current theme files. (If you have an Eden developer environment installed, you can try them out by editing your {{{models/000_config.py}}} file and setting {{{settings.base.theme}}} to the name of a theme there (same as the name of the directory).) |
| 171 | * https://github.com/flavour/eden/tree/master/static/themes |
| 172 | Among those, these themes use Bootstrap.js: |
| 173 | * DRMP |
| 174 | * Philippines |
| 175 | Almost all use jQueryUI. |
| 176 | |