web/data/external_resources
author Adrien Di Mascio <Adrien.DiMascio@logilab.fr>
Thu, 12 Nov 2009 18:27:59 +0100
branchstable
changeset 3834 e3e64352063d
parent 3807 8ae53322ffcc
child 3842 66f3ed1703d0
permissions -rw-r--r--
[javascript] fid form / onfailure behaviour If onfailure is specified, it should be done _before_ any default / standard CW action is done. The callback signature should be the same as the onsuccess one. If the onfailure callback returns true, the default actions will still take place afterwards, otherwise (i.e. return false), the processing stops directly after the callback.

# -*- shell-script -*-
###############################################################################
#
# external resources file for core library resources
#
# Commented values are default values used by the application.
#
###############################################################################


# CSS stylesheets to include in HTML headers
#STYLESHEETS = DATADIR/cubicweb.css

# CSS stylesheets for print
#STYLESHEETS_PRINT = DATADIR/cubicweb.print.css

#CSS stylesheets for IE
#IE_STYLESHEETS = DATADIR/cubicweb.ie.css

# Javascripts files to include in HTML headers
#JAVASCRIPTS = DATADIR/jquery.js, DATADIR/cubicweb.python.js, DATADIR/jquery.json.js, DATADIR/cubicweb.compat.js, DATADIR/cubicweb.htmlhelpers.js

# path to favicon (relative to the application main script, seen as a
# directory, hence .. when you are not using an absolute path)
#FAVICON = DATADIR/favicon.ico

# path to the logo (relative to the application main script, seen as a
# directory, hence .. when you are not using an absolute path)
LOGO = DATADIR/logo.png

# rss logo (link to get the rss view of a selection)
RSS_LOGO = DATADIR/rss.png
RSS_LOGO_16 = DATADIR/feed-icon16x16.png
RSS_LOGO_32 = DATADIR/feed-icon32x32.png

# path to search image
SEARCH_GO =  DATADIR/go.png

#FCKEDITOR_PATH = /usr/share/fckeditor/

PUCE_UP = DATADIR/puce_up.png

# icons for entity types
BOOKMARK_ICON = DATADIR/icon_bookmark.gif
EMAILADDRESS_ICON = DATADIR/icon_emailaddress.gif
EUSER_ICON = DATADIR/icon_euser.gif
STATE_ICON = DATADIR/icon_state.gif

# other icons
CALENDAR_ICON = DATADIR/calendar.gif
CANCEL_EMAIL_ICON = DATADIR/sendcancel.png
SEND_EMAIL_ICON = DATADIR/sendok.png
DOWNLOAD_ICON = DATADIR/download.gif
UPLOAD_ICON = DATADIR/upload.gif
GMARKER_ICON = DATADIR/gmap_blue_marker.png
UP_ICON = DATADIR/up.gif

OK_ICON = DATADIR/ok.png
CANCEL_ICON = DATADIR/cancel.png
APPLY_ICON = DATADIR/plus.png
TRASH_ICON = DATADIR/trash_can_small.png