return to note';
require("tpl/general/inc_form.php");
if (isset($preview)) {
echo '
Preview
';
echo' Warning : this is only a preview. Click the "Edit note" button above to save changes.
';
echo $preview;
}
$can_new = false;
require("tpl/notes/inc_relativestree.php");
require("tpl/general/bottom.php");