ac6dcfed012227adc2ade604308ab2e2dc9c674c
[grauphel.git] / templates / index.php
1 <link rel="stylesheet" href="<?php p(OCP\Util::linkTo('grauphel','grauphel.css')); ?>" type="text/css"/>
2
3 <?php /** @var $l OC_L10N */ ?>
4 <?php $_['appNavigation']->printPage(); ?>
5
6 <div id="app-content">
7   <div>
8     <h1>Tomboy notes server</h1>
9     <p>
10       Use the following sync server URL with tomboy/conboy/tomdroid:
11     </p>
12     <pre><?php p($_['apiroot']); ?></pre>
13     <p>
14       You may also explore the API yourself at
15       <a style="text-decoration: underline" href="<?php p($_['apiurl']); ?>">api/1.0</a>.
16     </p>
17   </div>
18
19   <?php isset($_['stats']) && $_['stats']->printPage(); ?>
20 </div>