diff options
| author | Christian Weiske <cweiske@cweiske.de> | 2014-08-21 23:23:19 +0200 |
|---|---|---|
| committer | Christian Weiske <cweiske@cweiske.de> | 2014-08-21 23:23:19 +0200 |
| commit | e63258d5244cbfa98667ed9456ea97138c8c263a (patch) | |
| tree | c922816b9250e7d583ab1092162769ee46202604 /templates | |
| parent | 381f04b7e408baccc64588a865bff33bcd87e152 (diff) | |
| download | grauphel-e63258d5244cbfa98667ed9456ea97138c8c263a.tar.gz grauphel-e63258d5244cbfa98667ed9456ea97138c8c263a.zip | |
use standard owncloud app layout
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/index.php | 18 |
1 files changed, 12 insertions, 6 deletions
diff --git a/templates/index.php b/templates/index.php index f1fd34c..a0ddbb3 100644 --- a/templates/index.php +++ b/templates/index.php @@ -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> |
