r1529 - in trunk/demos: . accordion datepicker dialog draggable droppable effects_general effects...
Author: rdworth
Date: Tue Jan 6 18:36:51 2009
New Revision: 1529
Modified:
trunk/demos/accordion/collapsible.html
trunk/demos/accordion/custom_icons.html
trunk/demos/accordion/default.html
trunk/demos/accordion/fillspace.html
trunk/demos/accordion/mouseover.html
trunk/demos/datepicker/alt_field.html
trunk/demos/datepicker/buttonbar.html
trunk/demos/datepicker/date_formats.html
trunk/demos/datepicker/default.html
trunk/demos/datepicker/dropdown_month_year.html
trunk/demos/datepicker/icon_trigger.html
trunk/demos/datepicker/inline.html
trunk/demos/datepicker/localization.html
trunk/demos/datepicker/min_max.html
trunk/demos/datepicker/multiple_calendars.html
trunk/demos/dialog/default.html
trunk/demos/dialog/modal.html
trunk/demos/dialog/modal_confirmation.html
trunk/demos/dialog/modal_form.html
trunk/demos/dialog/modal_message.html
trunk/demos/draggable/axis.html
trunk/demos/draggable/containment_iframe.html
trunk/demos/draggable/cursorat.html
trunk/demos/draggable/default.html
trunk/demos/draggable/delaydistance.html
trunk/demos/draggable/grid.html
trunk/demos/draggable/handle.html
trunk/demos/draggable/helper.html
trunk/demos/draggable/opacity.html
trunk/demos/draggable/revert.html
trunk/demos/draggable/scroll.html
trunk/demos/draggable/snap.html
trunk/demos/draggable/sortable.html
trunk/demos/draggable/zindexstack.html
trunk/demos/droppable/accept.html
trunk/demos/droppable/activeclass.html
trunk/demos/droppable/default.html
trunk/demos/droppable/greedy.html
trunk/demos/droppable/hoverclass.html
trunk/demos/droppable/revert.html
trunk/demos/effects_general/bounce.html
trunk/demos/effects_general/default.html
trunk/demos/effects_general/highlight.html
trunk/demos/effects_general/pulsate.html
trunk/demos/effects_general/scale.html
trunk/demos/effects_general/shake.html
trunk/demos/effects_general/size.html
trunk/demos/effects_general/transfer.html
trunk/demos/effects_showhide/blind.html
trunk/demos/effects_showhide/clip.html
trunk/demos/effects_showhide/default.html
trunk/demos/effects_showhide/drop.html
trunk/demos/effects_showhide/explode.html
trunk/demos/effects_showhide/fold.html
trunk/demos/effects_showhide/puff.html
trunk/demos/effects_showhide/scale.html
trunk/demos/effects_showhide/slide.html
trunk/demos/index.html
trunk/demos/progressbar/default.html
trunk/demos/progressbar/resize.html
trunk/demos/resizable/alsoresize.html
trunk/demos/resizable/animate.html
trunk/demos/resizable/aspectratio.html
trunk/demos/resizable/containment.html
trunk/demos/resizable/default.html
trunk/demos/resizable/delay.html
trunk/demos/resizable/distance.html
trunk/demos/resizable/ghost.html
trunk/demos/resizable/grid.html
trunk/demos/resizable/max.html
trunk/demos/resizable/min.html
trunk/demos/selectable/default.html
trunk/demos/selectable/floating.html
trunk/demos/selectable/serializing.html
trunk/demos/slider/colorpicker.html
trunk/demos/slider/default.html
trunk/demos/slider/multiple_vertical.html
trunk/demos/slider/range.html
trunk/demos/slider/range_vertical.html
trunk/demos/slider/rangemax.html
trunk/demos/slider/rangemin.html
trunk/demos/slider/slider_vertical.html
trunk/demos/slider/steps.html
trunk/demos/sortable/connectwith.html
trunk/demos/sortable/default.html
trunk/demos/sortable/delay.html
trunk/demos/sortable/distance.html
trunk/demos/sortable/droponempty.html
trunk/demos/sortable/droppable.html
trunk/demos/sortable/floating.html
trunk/demos/sortable/items.html
trunk/demos/sortable/placeholder.html
trunk/demos/sortable/portlets.html
trunk/demos/tabs/ajax.html
trunk/demos/tabs/collapsible.html
trunk/demos/tabs/default.html
trunk/demos/tabs/mouseover.html
Log:
removed default theme in favor of only one versioned css framework/TR theme
- base
Modified: trunk/demos/accordion/collapsible.html
==============================================================================
--- trunk/demos/accordion/collapsible.html (original)
+++ trunk/demos/accordion/collapsible.html Tue Jan 6 18:36:51 2009
@@ -2,7 +2,7 @@
<html lang="en">
<head>
<title>jQuery UI Accordion - Collapsible Demo</title>
- <link type="text/css" href="../../themes/default/ui.all.css"
rel="stylesheet" />
+ <link type="text/css" href="../../themes/base/ui.all.css"
rel="stylesheet" />
<script type="text/javascript" src="../../jquery-1.3pre.js"></script>
<script type="text/javascript" src="../../ui/ui.core.js"></script>
<script type="text/javascript" src="../../ui/ui.accordion.js"></script>
Modified: trunk/demos/accordion/custom_icons.html
==============================================================================
--- trunk/demos/accordion/custom_icons.html (original)
+++ trunk/demos/accordion/custom_icons.html Tue Jan 6 18:36:51 2009
@@ -2,7 +2,7 @@
<html lang="en">
<head>
<title>jQuery UI Accordion - Custom Icon Demo</title>
- <link type="text/css" href="../../themes/default/ui.all.css"
rel="stylesheet" />
+ <link type="text/css" href="../../themes/base/ui.all.css"
rel="stylesheet" />
<script type="text/javascript" src="../../jquery-1.3pre.js"></script>
<script type="text/javascript" src="../../ui/ui.core.js"></script>
<script type="text/javascript" src="../../ui/ui.accordion.js"></script>
Modified: trunk/demos/accordion/default.html
==============================================================================
--- trunk/demos/accordion/default.html (original)
+++ trunk/demos/accordion/default.html Tue Jan 6 18:36:51 2009
@@ -2,7 +2,7 @@
<html lang="en">
<head>
<title>jQuery UI Accordion - Default Demo</title>
- <link type="text/css" href="../../themes/default/ui.all.css"
rel="stylesheet" />
+ <link type="text/css" href="../../themes/base/ui.all.css"
rel="stylesheet" />
<script type="text/javascript" src="../../jquery-1.3pre.js"></script>
<script type="text/javascript" src="../../ui/ui.core.js"></script>
<script type="text/javascript" src="../../ui/ui.accordion.js"></script>
Modified: trunk/demos/accordion/fillspace.html
==============================================================================
--- trunk/demos/accordion/fillspace.html (original)
+++ trunk/demos/accordion/fillspace.html Tue Jan 6 18:36:51 2009
@@ -2,7 +2,7 @@
<html lang="en">
<head>
<title>jQuery UI Accordion - FillSpace Demo</title>
- <link type="text/css" href="../../themes/default/ui.all.css"
rel="stylesheet" />
+ <link type="text/css" href="../../themes/base/ui.all.css"
rel="stylesheet" />
<script type="text/javascript" src="../../jquery-1.3pre.js"></script>
<script type="text/javascript" src="../../ui/ui.core.js"></script>
<script type="text/javascript" src="../../ui/ui.resizable.js"></script>
Modified: trunk/demos/accordion/mouseover.html
==============================================================================
--- trunk/demos/accordion/mouseover.html (original)
+++ trunk/demos/accordion/mouseover.html Tue Jan 6 18:36:51 2009
@@ -2,7 +2,7 @@
<html lang="en">
<head>
<title>jQuery UI Accordion - Mouseover Demo</title>
- <link type="text/css" href="../../themes/default/ui.all.css"
rel="stylesheet" />
+ <link type="text/css" href="../../themes/base/ui.all.css"
rel="stylesheet" />
<script type="text/javascript" src="../../jquery-1.3pre.js"></script>
<script type="text/javascript" src="../../ui/ui.core.js"></script>
<script type="text/javascript" src="../../ui/ui.accordion.js"></script>
Modified: trunk/demos/datepicker/alt_field.html
==============================================================================
--- trunk/demos/datepicker/alt_field.html (original)
+++ trunk/demos/datepicker/alt_field.html Tue Jan 6 18:36:51 2009
@@ -2,7 +2,7 @@
<html lang="en">
<head>
<title>jQuery UI Datepicker - Alternate Field</title>
- <link type="text/css" href="../../themes/default/ui.all.css"
rel="stylesheet" />
+ <link type="text/css" href="../../themes/base/ui.all.css"
rel="stylesheet" />
<script type="text/javascript" src="../../jquery-1.3pre.js"></script>
<script type="text/javascript" src="../../ui/ui.core.js"></script>
<script type="text/javascript" src="../../ui/ui.datepicker.js"></script>
Modified: trunk/demos/datepicker/buttonbar.html
==============================================================================
--- trunk/demos/datepicker/buttonbar.html (original)
+++ trunk/demos/datepicker/buttonbar.html Tue Jan 6 18:36:51 2009
@@ -2,7 +2,7 @@
<html lang="en">
<head>
<title>jQuery UI Datepicker - Button bar Demo</title>
- <link type="text/css" href="../../themes/default/ui.all.css"
rel="stylesheet" />
+ <link type="text/css" href="../../themes/base/ui.all.css"
rel="stylesheet" />
<script type="text/javascript" src="../../jquery-1.3pre.js"></script>
<script type="text/javascript" src="../../ui/ui.core.js"></script>
<script type="text/javascript" src="../../ui/ui.datepicker.js"></script>
Modified: trunk/demos/datepicker/date_formats.html
==============================================================================
--- trunk/demos/datepicker/date_formats.html (original)
+++ trunk/demos/datepicker/date_formats.html Tue Jan 6 18:36:51 2009
@@ -2,7 +2,7 @@
<html lang="en">
<head>
<title>jQuery UI Datepicker - Date Formats</title>
- <link type="text/css" href="../../themes/default/ui.all.css"
rel="stylesheet" />
+ <link type="text/css" href="../../themes/base/ui.all.css"
rel="stylesheet" />
<script type="text/javascript" src="../../jquery-1.3pre.js"></script>
<script type="text/javascript" src="../../ui/ui.core.js"></script>
<script type="text/javascript" src="../../ui/ui.datepicker.js"></script>
Modified: trunk/demos/datepicker/default.html
==============================================================================
--- trunk/demos/datepicker/default.html (original)
+++ trunk/demos/datepicker/default.html Tue Jan 6 18:36:51 2009
@@ -2,7 +2,7 @@
<html lang="en">
<head>
<title>jQuery UI Datepicker - Default Demo</title>
- <link type="text/css" href="../../themes/default/ui.all.css"
rel="stylesheet" />
+ <link type="text/css" href="../../themes/base/ui.all.css"
rel="stylesheet" />
<script type="text/javascript" src="../../jquery-1.3pre.js"></script>
<script type="text/javascript" src="../../ui/ui.core.js"></script>
<script type="text/javascript" src="../../ui/ui.datepicker.js"></script>
Modified: trunk/demos/datepicker/dropdown_month_year.html
==============================================================================
--- trunk/demos/datepicker/dropdown_month_year.html (original)
+++ trunk/demos/datepicker/dropdown_month_year.html Tue Jan 6 18:36:51 2009
@@ -2,7 +2,7 @@
<html lang="en">
<head>
<title>jQuery UI Datepicker - Month & Year Menus Demo</title>
- <link type="text/css" href="../../themes/default/ui.all.css"
rel="stylesheet" />
+ <link type="text/css" href="../../themes/base/ui.all.css"
rel="stylesheet" />
<script type="text/javascript" src="../../jquery-1.3pre.js"></script>
<script type="text/javascript" src="../../ui/ui.core.js"></script>
<script type="text/javascript" src="../../ui/ui.datepicker.js"></script>
Modified: trunk/demos/datepicker/icon_trigger.html
==============================================================================
--- trunk/demos/datepicker/icon_trigger.html (original)
+++ trunk/demos/datepicker/icon_trigger.html Tue Jan 6 18:36:51 2009
@@ -2,7 +2,7 @@
<html lang="en">
<head>
<title>jQuery UI Datepicker - Icon Trigger</title>
- <link type="text/css" href="../../themes/default/ui.all.css"
rel="stylesheet" />
+ <link type="text/css" href="../../themes/base/ui.all.css"
rel="stylesheet" />
<script type="text/javascript" src="../../jquery-1.3pre.js"></script>
<script type="text/javascript" src="../../ui/ui.core.js"></script>
<script type="text/javascript" src="../../ui/ui.datepicker.js"></script>
Modified: trunk/demos/datepicker/inline.html
==============================================================================
--- trunk/demos/datepicker/inline.html (original)
+++ trunk/demos/datepicker/inline.html Tue Jan 6 18:36:51 2009
@@ -2,7 +2,7 @@
<html lang="en">
<head>
<title>jQuery UI Datepicker - Inline Demo</title>
- <link type="text/css" href="../../themes/default/ui.all.css"
rel="stylesheet" />
+ <link type="text/css" href="../../themes/base/ui.all.css"
rel="stylesheet" />
<script type="text/javascript" src="../../jquery-1.3pre.js"></script>
<script type="text/javascript" src="../../ui/ui.core.js"></script>
<script type="text/javascript" src="../../ui/ui.datepicker.js"></script>
Modified: trunk/demos/datepicker/localization.html
==============================================================================
--- trunk/demos/datepicker/localization.html (original)
+++ trunk/demos/datepicker/localization.html Tue Jan 6 18:36:51 2009
@@ -2,7 +2,7 @@
<html lang="en">
<head>
<title>jQuery UI Datepicker - Localisation</title>
- <link type="text/css" href="../../themes/default/ui.all.css"
rel="stylesheet" />
+ <link type="text/css" href="../../themes/base/ui.all.css"
rel="stylesheet" />
<script type="text/javascript" src="../../jquery-1.3pre.js"></script>
<script type="text/javascript" src="../../ui/ui.core.js"></script>
<script type="text/javascript" src="../../ui/ui.datepicker.js"></script>
Modified: trunk/demos/datepicker/min_max.html
==============================================================================
--- trunk/demos/datepicker/min_max.html (original)
+++ trunk/demos/datepicker/min_max.html Tue Jan 6 18:36:51 2009
@@ -2,7 +2,7 @@
<html lang="en">
<head>
<title>jQuery UI Datepicker - Minimum and Maximum</title>
- <link type="text/css" href="../../themes/default/ui.all.css"
rel="stylesheet" />
+ <link type="text/css" href="../../themes/base/ui.all.css"
rel="stylesheet" />
<script type="text/javascript" src="../../jquery-1.3pre.js"></script>
<script type="text/javascript" src="../../ui/ui.core.js"></script>
<script type="text/javascript" src="../../ui/ui.datepicker.js"></script>
Modified: trunk/demos/datepicker/multiple_calendars.html
==============================================================================
--- trunk/demos/datepicker/multiple_calendars.html (original)
+++ trunk/demos/datepicker/multiple_calendars.html Tue Jan 6 18:36:51 2009
@@ -2,7 +2,7 @@
<html lang="en">
<head>
<title>jQuery UI Datepicker - Multiple Calendars Demo</title>
- <link type="text/css" href="../../themes/default/ui.all.css"
rel="stylesheet" />
+ <link type="text/css" href="../../themes/base/ui.all.css"
rel="stylesheet" />
<script type="text/javascript" src="../../jquery-1.3pre.js"></script>
<script type="text/javascript" src="../../ui/ui.core.js"></script>
<script type="text/javascript" src="../../ui/ui.datepicker.js"></script>
Modified: trunk/demos/dialog/default.html
==============================================================================
--- trunk/demos/dialog/default.html (original)
+++ trunk/demos/dialog/default.html Tue Jan 6 18:36:51 2009
@@ -2,7 +2,7 @@
<html lang="en">
<head>
<title>jQuery UI Dialog - Default Demo</title>
- <link type="text/css" href="../../themes/default/ui.all.css"
rel="stylesheet" />
+ <link type="text/css" href="../../themes/base/ui.all.css"
rel="stylesheet" />
<script type="text/javascript" src="../../jquery-1.3pre.js"></script>
<script type="text/javascript" src="../../ui/ui.core.js"></script>
<script type="text/javascript" src="../../ui/ui.draggable.js"></script>
Modified: trunk/demos/dialog/modal.html
==============================================================================
--- trunk/demos/dialog/modal.html (original)
+++ trunk/demos/dialog/modal.html Tue Jan 6 18:36:51 2009
@@ -2,7 +2,7 @@
<html lang="en">
<head>
<title>jQuery UI Dialog - Modal Demo</title>
- <link type="text/css" href="../../themes/default/ui.all.css"
rel="stylesheet" />
+ <link type="text/css" href="../../themes/base/ui.all.css"
rel="stylesheet" />
<script type="text/javascript" src="../../jquery-1.3pre.js"></script>
<script type="text/javascript" src="../../ui/ui.core.js"></script>
<script type="text/javascript" src="../../ui/ui.draggable.js"></script>
Modified: trunk/demos/dialog/modal_confirmation.html
==============================================================================
--- trunk/demos/dialog/modal_confirmation.html (original)
+++ trunk/demos/dialog/modal_confirmation.html Tue Jan 6 18:36:51 2009
@@ -2,7 +2,7 @@
<html lang="en">
<head>
<title>jQuery UI Dialog - Modal Confirmation Demo</title>
- <link type="text/css" href="../../themes/default/ui.all.css"
rel="stylesheet" />
+ <link type="text/css" href="../../themes/base/ui.all.css"
rel="stylesheet" />
<script type="text/javascript" src="../../jquery-1.3pre.js"></script>
<script type="text/javascript" src="../../ui/ui.core.js"></script>
<script type="text/javascript" src="../../ui/ui.draggable.js"></script>
Modified: trunk/demos/dialog/modal_form.html
==============================================================================
--- trunk/demos/dialog/modal_form.html (original)
+++ trunk/demos/dialog/modal_form.html Tue Jan 6 18:36:51 2009
@@ -2,7 +2,7 @@
<html lang="en">
<head>
<title>jQuery UI Dialog - Modal Form Demo</title>
- <link type="text/css" href="../../themes/default/ui.all.css"
rel="stylesheet" />
+ <link type="text/css" href="../../themes/base/ui.all.css"
rel="stylesheet" />
<script type="text/javascript" src="../../jquery-1.3pre.js"></script>
<script type="text/javascript" src="../../ui/ui.core.js"></script>
<script type="text/javascript" src="../../ui/ui.draggable.js"></script>
Modified: trunk/demos/dialog/modal_message.html
==============================================================================
--- trunk/demos/dialog/modal_message.html (original)
+++ trunk/demos/dialog/modal_message.html Tue Jan 6 18:36:51 2009
@@ -2,7 +2,7 @@
<html lang="en">
<head>
<title>jQuery UI Dialog - Modal Message Demo</title>
- <link type="text/css" href="../../themes/default/ui.all.css"
rel="stylesheet" />
+ <link type="text/css" href="../../themes/base/ui.all.css"
rel="stylesheet" />
<script type="text/javascript" src="../../jquery-1.3pre.js"></script>
<script type="text/javascript" src="../../ui/ui.core.js"></script>
<script type="text/javascript" src="../../ui/ui.draggable.js"></script>
Modified: trunk/demos/draggable/axis.html
==============================================================================
--- trunk/demos/draggable/axis.html (original)
+++ trunk/demos/draggable/axis.html Tue Jan 6 18:36:51 2009
@@ -2,7 +2,7 @@
<html lang="en">
<head>
<title>jQuery UI Draggable - Axis Demo</title>
- <link type="text/css" href="../../themes/default/ui.all.css"
rel="stylesheet" />
+ <link type="text/css" href="../../themes/base/ui.all.css"
rel="stylesheet" />
<script type="text/javascript" src="../../jquery-1.3pre.js"></script>
<script type="text/javascript" src="../../ui/ui.core.js"></script>
<script type="text/javascript" src="../../ui/ui.draggable.js"></script>
Modified: trunk/demos/draggable/containment_iframe.html
==============================================================================
--- trunk/demos/draggable/containment_iframe.html (original)
+++ trunk/demos/draggable/containment_iframe.html Tue Jan 6 18:36:51 2009
@@ -2,7 +2,7 @@
<html lang="en">
<head>
<title>jQuery UI Draggable - Containment Demo</title>
- <link type="text/css" href="../../themes/default/ui.all.css"
rel="stylesheet" />
+ <link type="text/css" href="../../themes/base/ui.all.css"
rel="stylesheet" />
<script type="text/javascript" src="../../jquery-1.3pre.js"></script>
<script type="text/javascript" src="../../ui/ui.core.js"></script>
<script type="text/javascript" src="../../ui/ui.draggable.js"></script>
Modified: trunk/demos/draggable/cursorat.html
==============================================================================
--- trunk/demos/draggable/cursorat.html (original)
+++ trunk/demos/draggable/cursorat.html Tue Jan 6 18:36:51 2009
@@ -2,7 +2,7 @@
<html lang="en">
<head>
<title>jQuery UI Draggable - cursorAt Demo</title>
- <link type="text/css" href="../../themes/default/ui.all.css"
rel="stylesheet" />
+ <link type="text/css" href="../../themes/base/ui.all.css"
rel="stylesheet" />
<script type="text/javascript" src="../../jquery-1.3pre.js"></script>
<script type="text/javascript" src="../../ui/ui.core.js"></script>
<script type="text/javascript" src="../../ui/ui.draggable.js"></script>
Modified: trunk/demos/draggable/default.html
==============================================================================
--- trunk/demos/draggable/default.html (original)
+++ trunk/demos/draggable/default.html Tue Jan 6 18:36:51 2009
@@ -2,7 +2,7 @@
<html lang="en">
<head>
<title>jQuery UI Draggable - Default Demo</title>
- <link type="text/css" href="../../themes/default/ui.all.css"
rel="stylesheet" />
+ <link type="text/css" href="../../themes/base/ui.all.css"
rel="stylesheet" />
<script type="text/javascript" src="../../jquery-1.3pre.js"></script>
<script type="text/javascript" src="../../ui/ui.core.js"></script>
<script type="text/javascript" src="../../ui/ui.draggable.js"></script>
Modified: trunk/demos/draggable/delaydistance.html
==============================================================================
--- trunk/demos/draggable/delaydistance.html (original)
+++ trunk/demos/draggable/delaydistance.html Tue Jan 6 18:36:51 2009
@@ -2,7 +2,7 @@
<html lang="en">
<head>
<title>jQuery UI Draggable - Delay / Distance Demo</title>
- <link type="text/css" href="../../themes/default/ui.all.css"
rel="stylesheet" />
+ <link type="text/css" href="../../themes/base/ui.all.css"
rel="stylesheet" />
<script type="text/javascript" src="../../jquery-1.3pre.js"></script>
<script type="text/javascript" src="../../ui/ui.core.js"></script>
<script type="text/javascript" src="../../ui/ui.draggable.js"></script>
Modified: trunk/demos/draggable/grid.html
==============================================================================
--- trunk/demos/draggable/grid.html (original)
+++ trunk/demos/draggable/grid.html Tue Jan 6 18:36:51 2009
@@ -2,7 +2,7 @@
<html lang="en">
<head>
<title>jQuery UI Draggable - Grid Demo</title>
- <link type="text/css" href="../../themes/default/ui.all.css"
rel="stylesheet" />
+ <link type="text/css" href="../../themes/base/ui.all.css"
rel="stylesheet" />
<script type="text/javascript" src="../../jquery-1.3pre.js"></script>
<script type="text/javascript" src="../../ui/ui.core.js"></script>
<script type="text/javascript" src="../../ui/ui.draggable.js"></script>
Modified: trunk/demos/draggable/handle.html
==============================================================================
--- trunk/demos/draggable/handle.html (original)
+++ trunk/demos/draggable/handle.html Tue Jan 6 18:36:51 2009
@@ -2,7 +2,7 @@
<html lang="en">
<head>
<title>jQuery UI Draggable - Handle Demo</title>
- <link type="text/css" href="../../themes/default/ui.all.css"
rel="stylesheet" />
+ <link type="text/css" href="../../themes/base/ui.all.css"
rel="stylesheet" />
<script type="text/javascript" src="../../jquery-1.3pre.js"></script>
<script type="text/javascript" src="../../ui/ui.core.js"></script>
<script type="text/javascript" src="../../ui/ui.draggable.js"></script>
Modified: trunk/demos/draggable/helper.html
==============================================================================
--- trunk/demos/draggable/helper.html (original)
+++ trunk/demos/draggable/helper.html Tue Jan 6 18:36:51 2009
@@ -2,7 +2,7 @@
<html lang="en">
<head>
<title>jQuery UI Draggable - Helper Demo</title>
- <link type="text/css" href="../../themes/default/ui.all.css"
rel="stylesheet" />
+ <link type="text/css" href="../../themes/base/ui.all.css"
rel="stylesheet" />
<script type="text/javascript" src="../../jquery-1.3pre.js"></script>
<script type="text/javascript" src="../../ui/ui.core.js"></script>
<script type="text/javascript" src="../../ui/ui.draggable.js"></script>
Modified: trunk/demos/draggable/opacity.html
==============================================================================
--- trunk/demos/draggable/opacity.html (original)
+++ trunk/demos/draggable/opacity.html Tue Jan 6 18:36:51 2009
@@ -2,7 +2,7 @@
<html lang="en">
<head>
<title>jQuery UI Draggable - Opacity Demo</title>
- <link type="text/css" href="../../themes/default/ui.all.css"
rel="stylesheet" />
+ <link type="text/css" href="../../themes/base/ui.all.css"
rel="stylesheet" />
<script type="text/javascript" src="../../jquery-1.3pre.js"></script>
<script type="text/javascript" src="../../ui/ui.core.js"></script>
<script type="text/javascript" src="../../ui/ui.draggable.js"></script>
Modified: trunk/demos/draggable/revert.html
==============================================================================
--- trunk/demos/draggable/revert.html (original)
+++ trunk/demos/draggable/revert.html Tue Jan 6 18:36:51 2009
@@ -2,7 +2,7 @@
<html lang="en">
<head>
<title>jQuery UI Draggable - Revert Demo</title>
- <link type="text/css" href="../../themes/default/ui.all.css"
rel="stylesheet" />
+ <link type="text/css" href="../../themes/base/ui.all.css"
rel="stylesheet" />
<script type="text/javascript" src="../../jquery-1.3pre.js"></script>
<script type="text/javascript" src="../../ui/ui.core.js"></script>
<script type="text/javascript" src="../../ui/ui.draggable.js"></script>
Modified: trunk/demos/draggable/scroll.html
==============================================================================
--- trunk/demos/draggable/scroll.html (original)
+++ trunk/demos/draggable/scroll.html Tue Jan 6 18:36:51 2009
@@ -2,7 +2,7 @@
<html lang="en">
<head>
<title>jQuery UI Draggable - Scroll Demo</title>
- <link type="text/css" href="../../themes/default/ui.all.css"
rel="stylesheet" />
+ <link type="text/css" href="../../themes/base/ui.all.css"
rel="stylesheet"