note about work in progress v0.3.0
authorChristian Weiske <cweiske@cweiske.de>
Tue, 14 Oct 2014 21:29:21 +0000 (23:29 +0200)
committerChristian Weiske <cweiske@cweiske.de>
Tue, 14 Oct 2014 21:29:21 +0000 (23:29 +0200)
templates/tag.php

index fec3bc2fb1d06c8f3068d5790a24563c76a666d9..68fa8131ea893ceeaec686bf5b969d020655e920 100644 (file)
@@ -5,6 +5,9 @@
 
 <div id="app-content" class="content">
   <h1>Notebook: <?php p($_['tag']); ?></h1>
 
 <div id="app-content" class="content">
   <h1>Notebook: <?php p($_['tag']); ?></h1>
+  <p class="error">
+     Work in progress: You can't do anything here.
+  </p>
   <ul>
     <?php foreach ($_['notes'] as $note) { ?>
       <li data-id="<?php p($note['guid']); ?>"><a href="#"><?php p($note['title']); ?></a></li>
   <ul>
     <?php foreach ($_['notes'] as $note) { ?>
       <li data-id="<?php p($note['guid']); ?>"><a href="#"><?php p($note['title']); ?></a></li>