use standard owncloud app layout
authorChristian Weiske <cweiske@cweiske.de>
Thu, 21 Aug 2014 21:23:19 +0000 (23:23 +0200)
committerChristian Weiske <cweiske@cweiske.de>
Thu, 21 Aug 2014 21:23:19 +0000 (23:23 +0200)
templates/index.php

index f1fd34c1ae33524205422aef53581b6746f3c738..a0ddbb383519f7338be05ff1295671af5d335379 100644 (file)
@@ -1,7 +1,13 @@
-<div style="margin: 1em;">
- <h1 style="font-size: 2em; font-weight: bold">Tomboy notes server</h1>
- <p style="margin: 1em;">
-  To use the REST API, use the follwing server with tomboy:
- </p>
- <pre style="margin: 1em; background-color: #DDD; padding: 1ex; font-family: monospace"><?php p($_['apiurl']); ?></pre>
+<div id="app">
+  <div id="app-navigation">
+</div>
+
+<div id="app-content">
+  <div style="margin: 1ex">
+    <h1 style="font-size: 2em; font-weight: bold">Tomboy notes server</h1>
+    <p style="margin: 1em;">
+      Use the following sync server URL with tomboy/conboy/tomdroid:
+    </p>
+    <pre style="margin: 1em; background-color: #DDD; padding: 1ex; font-family: monospace"><?php p($_['apiurl']); ?></pre>
+  </div>
 </div>
 </div>