diff options
| author | mensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2008-11-14 15:39:19 +0000 | 
|---|---|---|
| committer | mensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2008-11-14 15:39:19 +0000 | 
| commit | 1c5685d68f1b73270fb814fe04cbb490eb90ba5f (patch) | |
| tree | 3d3ada08a934b96fc31531f1327690d7edc6f766 /includes/js/dojox/data/tests/ml/table.html | |
| parent | 104d59099e048688c4dbac37d72137006e396558 (diff) | |
| download | semanticscuttle-1c5685d68f1b73270fb814fe04cbb490eb90ba5f.tar.gz semanticscuttle-1c5685d68f1b73270fb814fe04cbb490eb90ba5f.tar.bz2  | |
Minor fix: Remove DOJO library (60Mo) replaced by link to Google CDN (online DOJO library)
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@159 b3834d28-1941-0410-a4f8-b48e95affb8f
Diffstat (limited to 'includes/js/dojox/data/tests/ml/table.html')
| -rw-r--r-- | includes/js/dojox/data/tests/ml/table.html | 46 | 
1 files changed, 0 insertions, 46 deletions
diff --git a/includes/js/dojox/data/tests/ml/table.html b/includes/js/dojox/data/tests/ml/table.html deleted file mode 100644 index 0c556d0..0000000 --- a/includes/js/dojox/data/tests/ml/table.html +++ /dev/null @@ -1,46 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html> -	<head> -		<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> -		<title>HTML Ordered List for HtmlStore</title> -	</head> -	<body> -		<!-- The table to link into with the HtmlStore--> -		<table id="tableExample"> -			<thead> -				<tr> -					<th>X</th> -					<th>Y</th> -					<th>A</th> -					<th>B</th> -				</tr> -			</thead> -			<tbody> -				<tr id="test"> -					<td>2</td> -					<td>3</td> -					<td></td> -					<td>8</td> -				</tr> -				<tr> -					<td>1</td> -					<td>3</td> -					<td>5</td> -					<td>7</td> -				</tr> -				<tr> -					<td>4</td> -					<td>9</td> -					<td>22</td> -					<td>777</td> -				</tr> -				<tr> -					<td>3231</td> -					<td>3</td> -					<td>535</td> -					<td>747</td> -				</tr> -			</tbody> -		</table> -	</body> -</html>  | 
