show tags and note titles in the notebook
[grauphel.git] / templates / indexStats.php
1 <h2>Stats</h2>
2 <dl>
3  <dt>Number of notes</dt>
4  <dd><?php p($_['notes']); ?></dd>
5
6  <dt>Number of registered apps</dt>
7  <dd><?php p($_['tokens']); ?></dd>
8
9  <dt>Sync revision</dt>
10  <dd><?php p($_['syncrev']); ?></dd>
11 </dl>