Outputs csv of postal formatted addresses corresponding to an advanced query (#Closes...
[platal.git] / templates / platal / review.tpl
index c43d65e..d642ddb 100644 (file)
@@ -1,6 +1,6 @@
 {**************************************************************************}
 {*                                                                        *}
-{*  Copyright (C) 2003-2007 Polytechnique.org                             *}
+{*  Copyright (C) 2003-2010 Polytechnique.org                             *}
 {*  http://opensource.polytechnique.org/                                  *}
 {*                                                                        *}
 {*  This program is free software; you can redistribute it and/or modify  *}
 {*                                                                        *}
 {**************************************************************************}
 
-<div>
-  {include wiki=$article}
+
+{if $cacheExists}
+{include wiki=$article}
+{if hasPerm('admin')}
+<div class="center">
+  <a href="{$article|replace:'.':'/'}?action=edit">{icon name="page_edit" title="Editer la page"} Mettre à jour la page</a>
 </div>
+{/if}
+{elseif hasPerm('admin')}
+La page wiki associée n'existe pas. <a href="{$article|replace:'.':'/'}?action=edit">Il faut l'éditer</a>.
+{else}
+<p class="erreur">La page n'existe pas</p>
+{/if}
 
 {* vim:set et sw=2 sts=2 sws=2 enc=utf-8: *}