30 lines
599 B
HTML
30 lines
599 B
HTML
[(#REM)
|
|
|
|
Charger la librairie crayons et ses addenda
|
|
|
|
]
|
|
#HTTP_HEADER{'Content-Type: text/javascript'}
|
|
|
|
[(#ENV**{debug_crayons}|?{
|
|
#CACHE{0}
|
|
,
|
|
#CACHE{7*24*3600,cache-client}
|
|
})]
|
|
|
|
/* cQuery est jQuery, renommee pour eviter tout conflit */
|
|
|
|
[(#CHEMIN{js/jquery.js}|pack_cQuery)]
|
|
|
|
cQuery.noConflict();
|
|
|
|
[(#CHEMIN{js/jquery.form.js}|pack_cQuery)]
|
|
|
|
[(#CHEMIN{js/crayons.js}|pack_cQuery)]
|
|
|
|
[(#CHEMIN{js/resizehandle.js}|pack_cQuery)]
|
|
|
|
[(#CHEMIN{js/jquery.html5uploader.js}|pack_cQuery)]
|
|
|
|
[(#REM) Appeler la callback si demandee
|
|
][(#ENV{callback}|et{#ENV{callback}|match{\W}|non})
|
|
[(#ENV{callback})();]]
|