author | Nicolas Chauvat <nicolas.chauvat@logilab.fr> |
Thu, 13 Aug 2009 11:01:32 +0200 | |
changeset 2814 | 112742b3bbe1 |
parent 2444 | 4e61d9e4befb |
child 3803 | 414bb8439002 |
permissions | -rw-r--r-- |
0 | 1 |
# -*- shell-script -*- |
2 |
############################################################################### |
|
3 |
# |
|
4 |
# external resources file for core library resources |
|
5 |
# |
|
6 |
# Commented values are default values used by the application. |
|
7 |
# |
|
8 |
############################################################################### |
|
9 |
||
10 |
||
11 |
# CSS stylesheets to include in HTML headers |
|
12 |
#STYLESHEETS = DATADIR/cubicweb.css |
|
13 |
||
14 |
# CSS stylesheets for print |
|
15 |
#STYLESHEETS_PRINT = DATADIR/cubicweb.print.css |
|
16 |
||
17 |
#CSS stylesheets for IE |
|
18 |
#IE_STYLESHEETS = DATADIR/cubicweb.ie.css |
|
19 |
||
20 |
# Javascripts files to include in HTML headers |
|
2444
4e61d9e4befb
[cleanup] fix typo
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
1494
diff
changeset
|
21 |
#JAVASCRIPTS = DATADIR/jquery.js, DATADIR/cubicweb.python.js, DATADIR/jquery.json.js, DATADIR/cubicweb.compat.js, DATADIR/cubicweb.htmlhelpers.js |
0 | 22 |
|
23 |
# path to favicon (relative to the application main script, seen as a |
|
24 |
# directory, hence .. when you are not using an absolute path) |
|
25 |
#FAVICON = DATADIR/favicon.ico |
|
26 |
||
27 |
# path to the logo (relative to the application main script, seen as a |
|
28 |
# directory, hence .. when you are not using an absolute path) |
|
29 |
LOGO = DATADIR/logo.png |
|
30 |
||
31 |
# rss logo (link to get the rss view of a selection) |
|
32 |
RSS_LOGO = DATADIR/rss.png |
|
33 |
RSS_LOGO_16 = DATADIR/feed-icon16x16.png |
|
34 |
RSS_LOGO_32 = DATADIR/feed-icon32x32.png |
|
35 |
||
36 |
# path to search image |
|
37 |
SEARCH_GO = DATADIR/go.png |
|
38 |
||
39 |
#FCKEDITOR_PATH = /usr/share/fckeditor/ |
|
40 |
||
41 |
||
42 |
# icons for entity types |
|
43 |
BOOKMARK_ICON = DATADIR/icon_bookmark.gif |
|
44 |
EMAILADDRESS_ICON = DATADIR/icon_emailaddress.gif |
|
45 |
EUSER_ICON = DATADIR/icon_euser.gif |
|
46 |
STATE_ICON = DATADIR/icon_state.gif |
|
47 |
||
48 |
# other icons |
|
49 |
CALENDAR_ICON = DATADIR/calendar.gif |
|
50 |
CANCEL_EMAIL_ICON = DATADIR/sendcancel.png |
|
51 |
SEND_EMAIL_ICON = DATADIR/sendok.png |
|
52 |
DOWNLOAD_ICON = DATADIR/download.gif |
|
182
45a810beed18
upload icon (actually just the download icon rotated)
Adrien Di Mascio <Adrien.DiMascio@logilab.fr>
parents:
0
diff
changeset
|
53 |
UPLOAD_ICON = DATADIR/upload.gif |
45a810beed18
upload icon (actually just the download icon rotated)
Adrien Di Mascio <Adrien.DiMascio@logilab.fr>
parents:
0
diff
changeset
|
54 |
GMARKER_ICON = DATADIR/gmap_blue_marker.png |
1494
d68aac1cda0d
#342695: add new security section to the schema view
Katia Saurfelt <katia.saurfelt@logilab.fr>
parents:
182
diff
changeset
|
55 |
UP_ICON = DATADIR/up.gif |