Changeset 7458 for main/waeup.sirp/branches/henrik-bootstrap/src/waeup/sirp
- Timestamp:
- 12 Jan 2012, 15:58:01 (13 years ago)
- Location:
- main/waeup.sirp/branches/henrik-bootstrap/src/waeup/sirp/browser
- Files:
-
- 4 deleted
- 1 edited
- 3 moved
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/branches/henrik-bootstrap/src/waeup/sirp/browser/resources.py
r7450 r7458 182 182 #: for details. 183 183 #: 184 tabs = ResourceInclusion(waeup_sirp, 'bootstrap-tabs .js',184 tabs = ResourceInclusion(waeup_sirp, 'bootstrap-tabs-1.4.0.js', 185 185 depends=[jquery]) 186 186 … … 248 248 depends=[datatables, datatables_css]) 249 249 250 #: Register Twitter's Bootsrap as a resource.250 #: Register Twitter's Bootsrap css including dropdown js as a resource. 251 251 bootstrap_min = ResourceInclusion( 252 waeup_sirp, 'bootstrap.min .css')252 waeup_sirp, 'bootstrap.min-1.4.0.css') 253 253 254 254 dropdown = ResourceInclusion( 255 waeup_sirp, 'bootstrap-dropdown .js',255 waeup_sirp, 'bootstrap-dropdown-1.4.0.js', 256 256 depends=[jquery]) 257 257 258 #: Register basic SIRP CSS (which is based on ``bootstrap.min .css`` and ``base``259 #: a s a resource.258 #: Register basic SIRP CSS (which is based on ``bootstrap.min-1.4.0.css`` 259 #: and ``base`` as a resource. 260 260 waeup_base_css = ResourceInclusion( 261 261 waeup_sirp, 'waeup-base.css', 262 262 depends=[dropdown,bootstrap_min, base]) 263 264 #: The red SIRP theme registered as a resource.265 #waeuptheme_red1 = ResourceInclusion(266 # waeup_sirp, 'waeuptheme-red1.css',267 # depends=[waeup_base_css])268 269 #: The gray SIRP theme registered as a resource.270 #waeuptheme_gray1 = ResourceInclusion(271 # waeup_sirp, 'waeuptheme-gray1.css',272 # depends=[waeup_base_css])273 263 274 264 #: A basic theme based on jQuery only (crappy yet).
Note: See TracChangeset for help on using the changeset viewer.