web/data/external_resources
changeset 0 b97547f5f1fa
child 182 45a810beed18
equal deleted inserted replaced
-1:000000000000 0:b97547f5f1fa
       
     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
       
    21 #JAVASCRIPTS = DATADIR/jqyery.js, DATADIR/cubicweb.python.js, DATADIR/jquery.json.js, DATADIR/cubicweb.compat.js, DATADIR/cubicweb.htmlhelpers.js
       
    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
       
    53 GMARKER_ICON = DATADIR/gmap_blue_marker.png