|
Last change
on this file since 1 was
1,
checked in by myroslav, 20 years ago
|
|
Building directory structure
|
-
Property svn:eol-style set to
native
|
|
File size:
324 bytes
|
| Line | |
|---|
| 1 | from Products.CMFCore import CMFCorePermissions |
|---|
| 2 | |
|---|
| 3 | VIEW_PERMISSION = CMFCorePermissions.ManagePortal |
|---|
| 4 | |
|---|
| 5 | PROJECTNAME = 'qSiloGroup' |
|---|
| 6 | SKINS_DIR = 'skins' |
|---|
| 7 | |
|---|
| 8 | GLOBALS = globals() |
|---|
| 9 | |
|---|
| 10 | JS = [{'cacheable': True, 'compression': 'safe', 'expression': '', 'enabled': True, 'inline': '', 'cookable': True, 'id': 'adjustIFrameSize.js'},] |
|---|
| 11 | CSS = [] |
|---|
Note: See
TracBrowser
for help on using the repository browser.