web/common.php
changeset 507 7f7fdf4eb06c
parent 495 34f92d5b2acf
child 506 f7fd2458fc5c
child 508 c296bead6659
equal deleted inserted replaced
487:323b5f770fa0 507:7f7fdf4eb06c
    11 );
    11 );
    12 
    12 
    13 /**
    13 /**
    14 * Base configuration
    14 * Base configuration
    15 */
    15 */
    16 $C_default_rep = 'edito-intelligence';
    16 $C_default_rep = 'bpi-des-livres-aux-machines';
    17 $C_feedback_form_url = 'https://spreadsheets.google.com/spreadsheet/viewform?hl=en_US&formkey=dDZILVdXVHRzd0xhWGVZXzkweHN2RGc6MQ#gid=0';
    17 $C_feedback_form_url = 'https://spreadsheets.google.com/spreadsheet/viewform?hl=en_US&formkey=dDZILVdXVHRzd0xhWGVZXzkweHN2RGc6MQ#gid=0';
    18 
    18 
    19 $archives_list = array(
    19 $archives_list = array(
    20     "rsln", "rsln-opendata", "rsln-mercedes-bunz",
    20     "rsln", "rsln-opendata", "rsln-mercedes-bunz",
    21 	"enmi2011-technologie-confiance", "CPV", array("fens_FabLab_Design_Metadata","fablab"),
    21 	"enmi2011-technologie-confiance", "CPV", array("fens_FabLab_Design_Metadata","fablab"),
   236 		'fancybox' => URL_ROOT.'res/jquery.fancybox/fancybox/jquery.fancybox-1.3.4.css',
   236 		'fancybox' => URL_ROOT.'res/jquery.fancybox/fancybox/jquery.fancybox-1.3.4.css',
   237 		'jquery-ui' => URL_ROOT.'res/metadataplayer/res/css/jq-css/themes/base/jquery-ui.css',
   237 		'jquery-ui' => URL_ROOT.'res/metadataplayer/res/css/jq-css/themes/base/jquery-ui.css',
   238 		'tabs-slideshow' => URL_ROOT.'res/css/tabs-slideshow.css',
   238 		'tabs-slideshow' => URL_ROOT.'res/css/tabs-slideshow.css',
   239 		'tweetcast' => URL_ROOT.'res/css/tweetcast.css',
   239 		'tweetcast' => URL_ROOT.'res/css/tweetcast.css',
   240 		'semanticboard' =>  URL_ROOT.'res/css/semanticboard.css',
   240 		'semanticboard' =>  URL_ROOT.'res/css/semanticboard.css',
       
   241         'archives-iframe' => URL_ROOT.'res/css/archives-iframe.css',
   241 	),
   242 	),
   242 	'cdn' => array(
   243 	'cdn' => array(
   243 		'blueprint-screen' => URL_ROOT.'res/blueprint/screen.css',
   244 		'blueprint-screen' => URL_ROOT.'res/blueprint/screen.css',
   244 		'blueprint-print' => URL_ROOT.'res/blueprint/print.css',
   245 		'blueprint-print' => URL_ROOT.'res/blueprint/print.css',
   245 		'blueprint-ie' => URL_ROOT.'res/blueprint/ie.css',
   246 		'blueprint-ie' => URL_ROOT.'res/blueprint/ie.css',
   248 		'fancybox' => URL_ROOT.'res/jquery.fancybox/fancybox/jquery.fancybox-1.3.4.css',
   249 		'fancybox' => URL_ROOT.'res/jquery.fancybox/fancybox/jquery.fancybox-1.3.4.css',
   249 		'jquery-ui' => "http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.13/themes/base/jquery-ui.css",
   250 		'jquery-ui' => "http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.13/themes/base/jquery-ui.css",
   250 		'tabs-slideshow' => URL_ROOT.'res/css/tabs-slideshow.css',
   251 		'tabs-slideshow' => URL_ROOT.'res/css/tabs-slideshow.css',
   251         'tweetcast' => URL_ROOT.'res/css/tweetcast.css',
   252         'tweetcast' => URL_ROOT.'res/css/tweetcast.css',
   252         'semanticboard' =>  URL_ROOT.'res/css/semanticboard.css',
   253         'semanticboard' =>  URL_ROOT.'res/css/semanticboard.css',
       
   254         'archives-iframe' => URL_ROOT.'res/css/archives-iframe.css',
   253 	)
   255 	)
   254 );
   256 );
   255 
   257 
   256 
   258 
   257 function registry_url($key, $type, $registry_def=null) {
   259 function registry_url($key, $type, $registry_def=null) {