examples/mailer/template1.html
authorAlan Knowles <alan@roojs.com>
Thu, 18 Sep 2014 09:41:58 +0000 (17:41 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 18 Sep 2014 09:41:58 +0000 (17:41 +0800)
examples/mailer/template1.html

index e69de29..0c43616 100644 (file)
@@ -0,0 +1,42 @@
+<!DOCTYPE html>
+<html>
+  <head>
+    <title>Html editor for bootstrap test</title>
+    <meta name="viewport" content="width=device-width, initial-scale=1.0">
+    
+    <!-- Bootstrap -->
+    <link rel="stylesheet" href="../../css-bootstrap/bootstrap.min.css">
+        
+    <link href="../../../bootswatch/AdminLTE-master/css/font-awesome.min.css" rel="stylesheet" type="text/css" />
+    <link href="../../../bootswatch/AdminLTE-master/css/AdminLTE.css" rel="stylesheet" type="text/css" />
+    
+    <link href="../../css-bootstrap/sidebar-nav.css" rel="stylesheet" type="text/css" />
+    <link href="../../css-bootstrap/tweaks.css" rel="stylesheet" type="text/css" />
+    <link href="../../css-bootstrap/checkbox.css" rel="stylesheet" type="text/css" />
+    <link href="../../css-bootstrap/select2.css" rel="stylesheet" type="text/css" />
+    
+    <link href="../../css-bootstrap/combobox.css" rel="stylesheet" type="text/css" />
+
+        
+        
+        
+    <script type="text/javascript" src="../../roojs-core-debug.js"></script>
+    <!-- bootstrap js.. needs to compile it later.. -->
+    <script type="text/javascript" src="../../roojs-bootstrap-debug.js"></script>
+    <script type="text/javascript" src="../../roojs-mailer-debug.js"></script>
+     <script type="text/javascript">
+        Dashboard = {};
+     </script>
+
+    <!-- test code -->
+    
+    <script type="text/javascript" src="template1.js"></script>
+  </head>
+  <body id="body">
+    <script type="text/javascript">
+      Roo.onReady(function() {
+          Roo.XComponent.build();
+      });
+    </script>
+  </body>
+</html>
\ No newline at end of file