image editing dialog
[roojs1] / examples / dialog / test.html
index e557abc..ecb2a0a 100644 (file)
@@ -1,28 +1,28 @@
 <!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>Upload Cropbox Dialog Example</title>
- <link rel="stylesheet" type="text/css" href="../../css/roojs-debug.css"/>
-    <link rel="stylesheet" type="text/css" href="../../css/xtheme-slate.css"/>
+    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+    <title>Upload Cropbox Dialog Example</title>
 
-     <script type="text/javascript" src="../../roojs-debug.js"></script>   
-  
-     <script language="javascript" src="../../Roo/dialog/UploadCropbox.js"></script>
+    <link rel="stylesheet" type="text/css" href="../../css/roojs-debug.css"/>
+    <link rel="stylesheet" type="text/css" href="../../css-bootstrap/bootstrap.css"/>
+    <link rel="stylesheet" type="text/css" href="../../css-bootstrap/font-awesome.css"/>
+    <link rel="stylesheet" type="text/css" href="../../css-bootstrap/roojs-bootstrap-debug.css"/>
+    <link rel="stylesheet" type="text/css" href="../examples.css" />
 
+     <script type="text/javascript" src="../../roojs-debug.js"></script>   
+     <script type="text/javascript" src="../../roojs-bootstrap-debug.js"></script> 
      <script language="javascript" src="test.js"></script>
-<!-- Common Styles for the examples -->
-<link rel="stylesheet" type="text/css" href="../examples.css" />
+     <script type="text/javascript" src="../examples.js"></script>
+
 </head>
 <body>
-<script type="text/javascript" src="../examples.js"></script><!-- EXAMPLES -->
 
-<h1>Upload Cropbox Dialog</h1>
+<h1>Upload Cropbox Bootstrap</h1>
 <p>This example shows how to create a very simple modal BasicDialog with "autoTabs".</p>
 <input type="button" id="show-dialog-btn" value="test" /><br /><br />
 <p>Note that the js is not minified so it is readable. See 
-<button type="button" onclick="RooDocs.viewSource.show('../../../Roo/dialog/UploadCropbox.js')">test.js</button>for the full source code.</p>
+<button type="button" onclick="RooDocs.viewSource.show('../../../Roo/bootstrap/UploadCropbox.js')">test.js</button>for the full source code.</p>
 
 </div>
 </body>