2013-09-17 00:03:26 +02:00
<!DOCTYPE html>
< html lang = "fr" >
< head >
< meta charset = "utf-8" >
< title > {$instance_title}< / title >
2013-10-14 16:15:55 +02:00
< link rel = "stylesheet" media = "screen" type = "text/css" href = "css/style.min.css" / >
2013-09-17 00:03:26 +02:00
< meta name = "viewport" content = "width=device-width" / >
< link rel = "icon" href = "favicon-32.png" sizes = "32x32" >
< link rel = "apple-touch-icon-precomposed" href = "favicon-152.png" >
< meta name = "msapplication-TileColor" content = "#333333" >
< meta name = "msapplication-TileImage" content = "favicon-144.png" >
< / head >
< body >
{if condition="!$connection"}
< h1 id = "title" > < a href = "{$base_url}" > {$instance_title}< / a > < / h1 >
< div id = "menu" >
< ul >
< li > < a href = "index.php?do=new_invoice" > Ajouter une dépense< / a > < / li >
< li > < a href = "index.php?do=password" > Modifier votre mot de passe< / a > < / li >
2013-09-24 14:50:05 +02:00
< li > < a href = "index.php?do=see_paybacks" > Voir les remboursements globaux< / a > < / li >
2013-09-17 00:03:26 +02:00
< li > < a href = "index.php?do=disconnect" > Se déconnecter< / a > < / li >
< / ul >
{if condition="$current_user->getAdmin() == 1"}
< ul >
< li > < a href = "index.php?do=manage_paybacks" > Gérer les remboursements globaux< / a > < / li >
< li > < a href = "index.php?do=edit_users" > Modifier les utilisateurs< / a > < / li >
< li > < a href = "index.php?do=edit_notice" > Modifier l'annonce d'accueil< / a > < / li >
< li > < a href = "index.php?do=settings" > Préférences< / a > < / li >
< / ul >
{/if}
< / div >
{/if}
2013-09-26 18:34:29 +02:00
{if condition="!empty($error)"}< p class = "error" > {$error}< / p >
{if condition="!empty($block_error) & & $block_error"}< p class = "center" > < a href = "{$base_url}" onclick = "window.history.back(); return false;" > Go back to previous page< / a > < / p > < / body > < / html > {function="exit();"}{/if}{/if}