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' , |
188 'underscore' => URL_ROOT.'res/underscore/underscore-min.js' , |
189 'jquery-scrollto'=>URL_ROOT.'res/jquery.scrollto/jquery.scrollTo-1.4.2-min.js' , |
189 'jquery-scrollto'=>URL_ROOT.'res/jquery.scrollto/jquery.scrollTo-1.4.2-min.js' , |
190 'twcx-main' => URL_ROOT.'res/js-tweetcast/live-polemic.js' , |
190 'twcx-main' => URL_ROOT.'res/js-tweetcast/live-polemic.js' , |
|
191 'semanticboard' => URL_ROOT.'res/js-tweetcast/semanticboard.js' , |
191 |
192 |
192 ), |
193 ), |
193 'cdn' => array( |
194 'cdn' => array( |
194 'jquery' => 'http://ajax.googleapis.com/ajax/libs/jquery/1.4.3/jquery.min.js', |
195 'jquery' => 'http://ajax.googleapis.com/ajax/libs/jquery/1.4.3/jquery.min.js', |
195 'raphael' => URL_ROOT.'res/raphael/raphael-min.js', |
196 'raphael' => URL_ROOT.'res/raphael/raphael-min.js', |
204 'swfobject' => 'http://ajax.googleapis.com/ajax/libs/swfobject/2.2/swfobject.js', |
205 'swfobject' => 'http://ajax.googleapis.com/ajax/libs/swfobject/2.2/swfobject.js', |
205 'json-js' => URL_ROOT.'res/douglascrockford-JSON-js/json2.js', |
206 'json-js' => URL_ROOT.'res/douglascrockford-JSON-js/json2.js', |
206 'underscore' => URL_ROOT.'res/underscore/underscore-min.js' , |
207 'underscore' => URL_ROOT.'res/underscore/underscore-min.js' , |
207 'jquery-scrollto'=>URL_ROOT.'res/jquery.scrollto/jquery.scrollTo-1.4.2-min.js' , |
208 'jquery-scrollto'=>URL_ROOT.'res/jquery.scrollto/jquery.scrollTo-1.4.2-min.js' , |
208 'twcx-main' => URL_ROOT.'res/js-tweetcast/live-polemic.js' , |
209 'twcx-main' => URL_ROOT.'res/js-tweetcast/live-polemic.js' , |
|
210 'semanticboard' => URL_ROOT.'res/js-tweetcast/semanticboard.js' , |
209 |
211 |
210 ) |
212 ) |
211 ); |
213 ); |
212 |
214 |
213 $font_registry = array( |
215 $font_registry = array( |
232 'blueprint-plugins-fancy-type' => URL_ROOT.'res/blueprint/plugins/fancy-type/screen.css', |
234 'blueprint-plugins-fancy-type' => URL_ROOT.'res/blueprint/plugins/fancy-type/screen.css', |
233 'custom' => URL_ROOT.'res/css/custom.css', |
235 'custom' => URL_ROOT.'res/css/custom.css', |
234 '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', |
235 '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', |
236 'tabs-slideshow' => URL_ROOT.'res/css/tabs-slideshow.css', |
238 'tabs-slideshow' => URL_ROOT.'res/css/tabs-slideshow.css', |
237 'tweetcast' => URL_ROOT.'res/css/tweetcast.css' |
239 'tweetcast' => URL_ROOT.'res/css/tweetcast.css', |
|
240 'semanticboard' => URL_ROOT.'res/css/semanticboard.css', |
238 ), |
241 ), |
239 'cdn' => array( |
242 'cdn' => array( |
240 'blueprint-screen' => URL_ROOT.'res/blueprint/screen.css', |
243 'blueprint-screen' => URL_ROOT.'res/blueprint/screen.css', |
241 'blueprint-print' => URL_ROOT.'res/blueprint/print.css', |
244 'blueprint-print' => URL_ROOT.'res/blueprint/print.css', |
242 'blueprint-ie' => URL_ROOT.'res/blueprint/ie.css', |
245 'blueprint-ie' => URL_ROOT.'res/blueprint/ie.css', |
243 'blueprint-plugins-fancy-type' => URL_ROOT.'res/blueprint/plugins/fancy-type/screen.css', |
246 'blueprint-plugins-fancy-type' => URL_ROOT.'res/blueprint/plugins/fancy-type/screen.css', |
244 'custom' => URL_ROOT.'res/css/custom.css', |
247 'custom' => URL_ROOT.'res/css/custom.css', |
245 'fancybox' => URL_ROOT.'res/jquery.fancybox/fancybox/jquery.fancybox-1.3.4.css', |
248 'fancybox' => URL_ROOT.'res/jquery.fancybox/fancybox/jquery.fancybox-1.3.4.css', |
246 'jquery-ui' => "http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.13/themes/base/jquery-ui.css", |
249 'jquery-ui' => "http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.13/themes/base/jquery-ui.css", |
247 'tabs-slideshow' => URL_ROOT.'res/css/tabs-slideshow.css', |
250 'tabs-slideshow' => URL_ROOT.'res/css/tabs-slideshow.css', |
248 'tweetcast' => URL_ROOT.'res/css/tweetcast.css' |
251 'tweetcast' => URL_ROOT.'res/css/tweetcast.css', |
|
252 'semanticboard' => URL_ROOT.'res/css/semanticboard.css', |
249 ) |
253 ) |
250 ); |
254 ); |
251 |
255 |
252 |
256 |
253 function registry_url($key, $type, $registry_def=null) { |
257 function registry_url($key, $type, $registry_def=null) { |