web/common.php
changeset 406 86b62b98fea7
parent 401 71c55bfff147
child 415 593250f3a286
equal deleted inserted replaced
405:6626b728b142 406:86b62b98fea7
   183 		'jquery-tools' 	=> URL_ROOT.'res/metadataplayer/res/js/jquery.tools.min.js',
   183 		'jquery-tools' 	=> URL_ROOT.'res/metadataplayer/res/js/jquery.tools.min.js',
   184 		'tw-widget' 	=> URL_ROOT.'res/js/tw_widget.js',
   184 		'tw-widget' 	=> URL_ROOT.'res/js/tw_widget.js',
   185 		'jquery-mousewheel' => URL_ROOT.'res/jquery.fancybox/fancybox/jquery.mousewheel-3.0.4.pack.js',
   185 		'jquery-mousewheel' => URL_ROOT.'res/jquery.fancybox/fancybox/jquery.mousewheel-3.0.4.pack.js',
   186 		'swfobject' 	=> URL_ROOT.'res/metadataplayer/res/js/swfobject.js',
   186 		'swfobject' 	=> URL_ROOT.'res/metadataplayer/res/js/swfobject.js',
   187 		'json-js' 		=> URL_ROOT.'res/douglascrockford-JSON-js/json2.js',
   187 		'json-js' 		=> URL_ROOT.'res/douglascrockford-JSON-js/json2.js',
       
   188 		'underscore'    => URL_ROOT.'res/underscore/underscore-min.js' ,
       
   189         'twcx-gevent'   => URL_ROOT.'res/js-tweetcast/connect-gevent.js' ,
       
   190         'twcx-nodejs'   => URL_ROOT.'res/js-tweetcast/connect-nodejs.js' ,
       
   191         'twcx-standalone'=> URL_ROOT.'res/js-tweetcast/connect-standalone.js' ,
       
   192         'twcx-main'     => URL_ROOT.'res/js-tweetcast/live-polemic.js' ,
   188 
   193 
   189 	),
   194 	),
   190 	'cdn' => array(
   195 	'cdn' => array(
   191 	    'jquery' 		=> 'http://ajax.googleapis.com/ajax/libs/jquery/1.4.3/jquery.min.js',
   196 	    'jquery' 		=> 'http://ajax.googleapis.com/ajax/libs/jquery/1.4.3/jquery.min.js',
   192 		'raphael' 		=> URL_ROOT.'res/raphael/raphael-min.js',
   197 		'raphael' 		=> URL_ROOT.'res/raphael/raphael-min.js',
   198 		'jquery-tools' 	=> 'http://cdn.jquerytools.org/1.2.4/all/jquery.tools.min.js',
   203 		'jquery-tools' 	=> 'http://cdn.jquerytools.org/1.2.4/all/jquery.tools.min.js',
   199 		'tw-widget' 	=> 'http://widgets.twimg.com/j/2/widget.js',
   204 		'tw-widget' 	=> 'http://widgets.twimg.com/j/2/widget.js',
   200 		'jquery-mousewheel' => URL_ROOT.'res/jquery.fancybox/fancybox/jquery.mousewheel-3.0.4.pack.js',
   205 		'jquery-mousewheel' => URL_ROOT.'res/jquery.fancybox/fancybox/jquery.mousewheel-3.0.4.pack.js',
   201 		'swfobject' 	=> 'http://ajax.googleapis.com/ajax/libs/swfobject/2.2/swfobject.js',
   206 		'swfobject' 	=> 'http://ajax.googleapis.com/ajax/libs/swfobject/2.2/swfobject.js',
   202 		'json-js' 		=> URL_ROOT.'res/douglascrockford-JSON-js/json2.js',
   207 		'json-js' 		=> URL_ROOT.'res/douglascrockford-JSON-js/json2.js',
       
   208         'underscore'    => URL_ROOT.'res/underscore/underscore-min.js' ,
       
   209         'twcx-gevent'   => URL_ROOT.'res/js-tweetcast/connect-gevent.js' ,
       
   210         'twcx-nodejs'   => URL_ROOT.'res/js-tweetcast/connect-nodejs.js' ,
       
   211         'twcx-standalone'=> URL_ROOT.'res/js-tweetcast/connect-standalone.js' ,
       
   212         'twcx-main'     => URL_ROOT.'res/js-tweetcast/live-polemic.js' ,
   203 		
   213 		
   204 	)
   214 	)
   205 );
   215 );
   206 
   216 
   207 $font_registry = array(
   217 $font_registry = array(
   226 		'blueprint-plugins-fancy-type' => URL_ROOT.'res/blueprint/plugins/fancy-type/screen.css',
   236 		'blueprint-plugins-fancy-type' => URL_ROOT.'res/blueprint/plugins/fancy-type/screen.css',
   227 		'custom' => URL_ROOT.'res/css/custom.css',
   237 		'custom' => URL_ROOT.'res/css/custom.css',
   228 		'fancybox' => URL_ROOT.'res/jquery.fancybox/fancybox/jquery.fancybox-1.3.4.css',
   238 		'fancybox' => URL_ROOT.'res/jquery.fancybox/fancybox/jquery.fancybox-1.3.4.css',
   229 		'jquery-ui' => URL_ROOT.'res/metadataplayer/res/css/jq-css/themes/base/jquery-ui.css',
   239 		'jquery-ui' => URL_ROOT.'res/metadataplayer/res/css/jq-css/themes/base/jquery-ui.css',
   230 		'tabs-slideshow' => URL_ROOT.'res/css/tabs-slideshow.css',
   240 		'tabs-slideshow' => URL_ROOT.'res/css/tabs-slideshow.css',
       
   241 		'tweetcast' => URL_ROOT.'res/css/tweetcast.css'
   231 	),
   242 	),
   232 	'cdn' => array(
   243 	'cdn' => array(
   233 		'blueprint-screen' => URL_ROOT.'res/blueprint/screen.css',
   244 		'blueprint-screen' => URL_ROOT.'res/blueprint/screen.css',
   234 		'blueprint-print' => URL_ROOT.'res/blueprint/print.css',
   245 		'blueprint-print' => URL_ROOT.'res/blueprint/print.css',
   235 		'blueprint-ie' => URL_ROOT.'res/blueprint/ie.css',
   246 		'blueprint-ie' => URL_ROOT.'res/blueprint/ie.css',
   236 		'blueprint-plugins-fancy-type' => URL_ROOT.'res/blueprint/plugins/fancy-type/screen.css',
   247 		'blueprint-plugins-fancy-type' => URL_ROOT.'res/blueprint/plugins/fancy-type/screen.css',
   237 		'custom' => URL_ROOT.'res/css/custom.css',
   248 		'custom' => URL_ROOT.'res/css/custom.css',
   238 		'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',
   239 		'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",
   240 		'tabs-slideshow' => URL_ROOT.'res/css/tabs-slideshow.css',
   251 		'tabs-slideshow' => URL_ROOT.'res/css/tabs-slideshow.css',
       
   252         'tweetcast' => URL_ROOT.'res/css/tweetcast.css'
   241 	)
   253 	)
   242 );
   254 );
   243 
   255 
   244 
   256 
   245 function registry_url($key, $type, $registry_def=null) {
   257 function registry_url($key, $type, $registry_def=null) {