Skip to content

Commit f3a05be

Browse files
committed
Update file references after moving files around.
1 parent bcc25f4 commit f3a05be

File tree

7 files changed

+35
-37
lines changed

7 files changed

+35
-37
lines changed

grid-datamodel/data.html

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,12 @@
33
<head>
44
<meta charset="utf-8">
55
<title>Grid: Data</title>
6-
<link rel="stylesheet" href="../visual.css">
7-
<link rel="stylesheet" href="../../../themes/base/jquery.ui.all.css">
6+
<link rel="stylesheet" href="../themes/base/jquery.ui.all.css">
87
<link rel="stylesheet" href="grid.css">
9-
<script src="../../../jquery-1.4.4.js"></script>
10-
<script src="../../../external/jquery.tmpl.js"></script>
11-
<script src="../../../ui/jquery.ui.core.js"></script>
12-
<script src="../../../ui/jquery.ui.widget.js"></script>
8+
<script src="../jquery-1.4.4.js"></script>
9+
<script src="../external/jquery.tmpl.js"></script>
10+
<script src="../ui/jquery.ui.core.js"></script>
11+
<script src="../ui/jquery.ui.widget.js"></script>
1312
<script src="dataitem.js"></script>
1413
<script src="datasource.js"></script>
1514
<script src="datastore.js"></script>

grid-datamodel/datasort.html

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,15 @@
33
<head>
44
<meta charset="utf-8">
55
<title>Grid: Sorting grid</title>
6-
<link rel="stylesheet" href="../visual.css">
7-
<link rel="stylesheet" href="../../../themes/base/jquery.ui.all.css">
6+
<link rel="stylesheet" href="../themes/base/jquery.ui.all.css">
87
<link rel="stylesheet" href="grid.css">
9-
<script src="../../../jquery-1.4.4.js"></script>
10-
<script src="../../../external/jquery.tmpl.js"></script>
11-
<script src="../../../external/jquery.global.js"></script>
12-
<script src="../../../external/jquery.global.de-DE.js"></script>
13-
<script src="../../../external/jquery.global.ja-JP.js"></script>
14-
<script src="../../../ui/jquery.ui.core.js"></script>
15-
<script src="../../../ui/jquery.ui.widget.js"></script>
8+
<script src="../jquery-1.4.4.js"></script>
9+
<script src="../external/jquery.tmpl.js"></script>
10+
<script src="../external/jquery.global.js"></script>
11+
<script src="../external/jquery.global.de-DE.js"></script>
12+
<script src="../external/jquery.global.ja-JP.js"></script>
13+
<script src="../ui/jquery.ui.core.js"></script>
14+
<script src="../ui/jquery.ui.widget.js"></script>
1615
<script src="dataitem.js"></script>
1716
<script src="datasource.js"></script>
1817
<script src="datastore.js"></script>

grid-datamodel/grid.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
body { font-size: 62.5%; }
2+
13
table {
24
border-collapse: collapse;
35
}

grid-datamodel/large.html

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,12 @@
33
<head>
44
<meta charset="utf-8">
55
<title>Grid: Data</title>
6-
<link rel="stylesheet" href="../visual.css">
7-
<link rel="stylesheet" href="../../../themes/base/jquery.ui.all.css">
6+
<link rel="stylesheet" href="../themes/base/jquery.ui.all.css">
87
<link rel="stylesheet" href="grid.css">
9-
<script src="../../../jquery-1.4.4.js"></script>
10-
<script src="../../../external/jquery.tmpl.js"></script>
11-
<script src="../../../ui/jquery.ui.core.js"></script>
12-
<script src="../../../ui/jquery.ui.widget.js"></script>
8+
<script src="../jquery-1.4.4.js"></script>
9+
<script src="../external/jquery.tmpl.js"></script>
10+
<script src="../ui/jquery.ui.core.js"></script>
11+
<script src="../ui/jquery.ui.widget.js"></script>
1312
<script src="dataitem.js"></script>
1413
<script src="datasource.js"></script>
1514
<script src="datastore.js"></script>

grid-datamodel/remote-source.html

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,12 @@
33
<head>
44
<title>Grid: Remote data source</title>
55
<meta charset="utf-8">
6-
<link rel="stylesheet" href="../visual.css">
7-
<link rel="stylesheet" href="../../../themes/base/jquery.ui.all.css">
6+
<link rel="stylesheet" href="../themes/base/jquery.ui.all.css">
87
<link rel="stylesheet" href="grid.css">
9-
<script src="../../../jquery-1.4.4.js"></script>
10-
<script src="../../../external/jquery.tmpl.js"></script>
11-
<script src="../../../ui/jquery.ui.core.js"></script>
12-
<script src="../../../ui/jquery.ui.widget.js"></script>
8+
<script src="../jquery-1.4.4.js"></script>
9+
<script src="../external/jquery.tmpl.js"></script>
10+
<script src="../ui/jquery.ui.core.js"></script>
11+
<script src="../ui/jquery.ui.widget.js"></script>
1312
<script src="dataitem.js"></script>
1413
<script src="datasource.js"></script>
1514
<script src="datastore.js"></script>

grid-datamodel/wrap-perf.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
<script src="../../../jquery-1.4.4.js"></script>
2-
<script src="../../../ui/jquery.ui.widget.js"></script>
1+
<script src="../jquery-1.4.4.js"></script>
2+
<script src="../ui/jquery.ui.widget.js"></script>
33
<script src="dataitem.js"></script>
44
<script>
55
var input = [

grid-type/type.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
<title>Grid: Type</title>
55
<meta charset=utf-8 />
66
<link rel="stylesheet" href="../visual.css" />
7-
<link rel="stylesheet" href="../../../themes/base/jquery.ui.all.css" title="ui-theme" />
8-
<script src="../../../jquery-1.4.4.js"></script>
9-
<script src="../../../external/jquery.global.js"></script>
10-
<script src="../../../external/jquery.global.de-DE.js"></script>
11-
<script src="../../../external/jquery.global.ja-JP.js"></script>
12-
<script src="../../../ui/jquery.ui.core.js"></script>
13-
<script src="../../../ui/jquery.ui.widget.js"></script>
14-
<script src="../../../ui/jquery.ui.datepicker.js"></script>
7+
<link rel="stylesheet" href="../themes/base/jquery.ui.all.css" title="ui-theme" />
8+
<script src="../jquery-1.4.4.js"></script>
9+
<script src="../external/jquery.global.js"></script>
10+
<script src="../external/jquery.global.de-DE.js"></script>
11+
<script src="../external/jquery.global.ja-JP.js"></script>
12+
<script src="../ui/jquery.ui.core.js"></script>
13+
<script src="../ui/jquery.ui.widget.js"></script>
14+
<script src="../ui/jquery.ui.datepicker.js"></script>
1515
<script type="text/javascript">
1616
$(function() {
1717
var table = $("table");

0 commit comments

Comments
 (0)