Skip to content

Python Media

Siqi Tian edited this page Feb 5, 2017 · 4 revisions

media/

Contains front-end public files.

admin/

Admin related HTML files, as well as images (because of relative path used by Django admin and django-filemanager apps).

File Description
base.html Admin site HTML frame template.
img/ Admin site SVG and django-filemanager icons.
js/ Admin site JS scripts.

css/

CSS styling spreadsheet files.

File Description
admin.css For admin site.
theme.css, palette.css, code.css For public site; general and color schemes.
bootstrap.min.css, _suit.css, _filemanager.css Vendor files.
min/ Folder of minified CSS files, for production only.

fonts/

Contains Glyphicons, and local copy of fonts used by public and group sites: Helvetica.

html/

HTML tempaltes.

File Description
_public.html Public site frame template.
user_login.html Login page.
admin_*.html Admin console pages.
error_*.html Custom HTTP error pages.
public_*.html Public site pages.

images/

Image files. Public site images and group icons are consolidated into sprite images for fewer requests.

File Description
doc/ Images used for tutorial and protocol pages. 96-well plate images are now rendered dynamically by d3.js using the JSON files.
old/ Previously used logos.

js/

Contains Javascript files. See here for details.

Clone this wiki locally