[virtualcommons-developer] [lighterprints] r31 - in sandbox/allen: . sencha sencha/src src
Status: Beta
Brought to you by:
alllee
|
From: <al...@so...> - 2011-06-13 19:04:07
|
Author: alllee
Date: Mon Jun 13 12:03:58 2011
New Revision: 31
Log:
restructuring
Added:
sandbox/allen/sencha/
sandbox/allen/sencha/index.html
- copied unchanged from r30, sandbox/allen/index.html
sandbox/allen/sencha/src/
- copied from r30, sandbox/allen/src/
Deleted:
sandbox/allen/index.html
sandbox/allen/src/
Copied: sandbox/allen/sencha/index.html (from r30, sandbox/allen/index.html)
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ sandbox/allen/sencha/index.html Mon Jun 13 12:03:58 2011 (r31, copy of r30, sandbox/allen/index.html)
@@ -0,0 +1,29 @@
+<!doctype html>
+<html>
+ <head>
+ <meta charset="utf-8">
+ <title>Test Sencha Touch App</title>
+
+ <!-- Sencha Touch CSS -->
+ <link rel="stylesheet" href="../lib/touch/resources/css/sencha-touch.css" type="text/css">
+
+ <!-- Custom CSS -->
+ <link rel="stylesheet" href="style.css" type="text/css">
+
+ <!-- Google Maps JS -->
+ <script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=true"></script>
+
+ <!-- Sencha Touch JS -->
+ <script type="text/javascript" src="../lib/touch/sencha-touch-debug.js"></script>
+
+ <!-- Application JS -->
+ <script type="text/javascript" src="src/index.js"></script>
+
+ </head>
+ <body>
+ <h3>There is a whole lot to see here</h3>
+ <div>
+ Except not really.
+ </div>
+ </body>
+</html>
|