2015-03-01 08:22:29 +01:00
<!DOCTYPE html>
<!--[if lte IE 6]><html class="no-js ie6 ie67 ie678" lang="en"><![endif]-->
<!--[if lte IE 7]><html class="no-js ie7 ie67 ie678" lang="en"><![endif]-->
<!--[if IE 8]><html class="no-js ie8 ie678" lang="en"><![endif]-->
<!--[if gt IE 8]><html class="no-js" lang="en"><![endif]-->
<html lang="fr">
<head>
{% block head %}
<meta name="viewport" content="initial-scale=1.0">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!--[if IE]>
<meta http-equiv="X-UA-Compatible" content="IE=10">
<![endif]-->
<link rel="apple-touch-icon" type="image/png" href=" {{ asset ( 'themes/_global/img/appicon/apple-touch-icon-152.png' ) }} " sizes="152x152">
<link rel="icon" type="image/png" href=" {{ asset ( 'themes/_global/img/appicon/apple-touch-icon-152.png' ) }} " sizes="152x152">
<link rel="apple-touch-icon" type="image/png" href=" {{ asset ( 'themes/_global/img/appicon/apple-touch-icon-144.png' ) }} " sizes="144x144">
<link rel="icon" type="image/png" href=" {{ asset ( 'themes/_global/img/appicon/apple-touch-icon-144.png' ) }} " sizes="144x144">
<link rel="apple-touch-icon" type="image/png" href=" {{ asset ( 'themes/_global/img/appicon/apple-touch-icon-120.png' ) }} " sizes="120x120">
<link rel="icon" type="image/png" href=" {{ asset ( 'themes/_global/img/appicon/apple-touch-icon-120.png' ) }} " sizes="120x120">
<link rel="apple-touch-icon" type="image/png" href=" {{ asset ( 'themes/_global/img/appicon/apple-touch-icon-114.png' ) }} " sizes="114x114">
<link rel="icon" type="image/png" href=" {{ asset ( 'themes/_global/img/appicon/apple-touch-icon-114.png' ) }} " sizes="114x114">
<link rel="apple-touch-icon" type="image/png" href=" {{ asset ( 'themes/_global/img/appicon/apple-touch-icon-76.png' ) }} " sizes="76x76">
<link rel="icon" type="image/png" href=" {{ asset ( 'themes/_global/img/appicon/apple-touch-icon-76.png' ) }} " sizes="76x76">
<link rel="apple-touch-icon" type="image/png" href=" {{ asset ( 'themes/_global/img/appicon/apple-touch-icon-72.png' ) }} " sizes="72x72">
<link rel="icon" type="image/png" href=" {{ asset ( 'themes/_global/img/appicon/apple-touch-icon-72.png' ) }} " sizes="72x72">
<link rel="apple-touch-icon" type="image/png" href=" {{ asset ( 'themes/_global/img/appicon/apple-touch-icon-57.png' ) }} " sizes="57x57">
<link rel="icon" type="image/png" href=" {{ asset ( 'themes/_global/img/appicon/apple-touch-icon-57.png' ) }} " sizes="57x57">
<link rel="apple-touch-icon" type="image/png" href=" {{ asset ( 'themes/_global/img/appicon/apple-touch-icon.png' ) }} ">
<link rel="icon" type="image/png" href=" {{ asset ( 'themes/_global/img/appicon/apple-touch-icon.png' ) }} ">
<link rel="shortcut icon" type="image/x-icon" href=" {{ asset ( 'themes/_global/img/appicon/favicon.ico' ) }} ">
{% block css %} {% endblock %}
{% block scripts %}
<script src=" {{ asset ( 'themes/_global/js/jquery-2.0.3.min.js' ) }} "></script>
<script src=" {{ asset ( 'themes/_global/js/autoClose.js' ) }} "></script>
<script src=" {{ asset ( 'themes/_global/js/saveLink.js' ) }} "></script>
<script src=" {{ asset ( 'themes/_global/js/popupForm.js' ) }} "></script>
<script src=" {{ asset ( 'themes/_global/js/jquery.cookie.js' ) }} "></script>
<script src=" {{ asset ( 'themes/_global/js/bookmarklet.js' ) }} "></script>
<script src=" {{ asset ( 'themes/_global/js/closeMessage.js' ) }} "></script>
{% endblock %}
<title> {% block title %} {% endblock %} - wallabag</title>
{% endblock %}
</head>
<body class=" {% block body_class %} {% endblock %} ">
{% block header %}
<header class="w600p center mbm">
<h1 class="logo">
{% block logo %}
<img width="100" height="100" src=" {{ asset ( 'themes/baggy/img/logo-w.png' ) }} " alt="wallabag logo" />
{% endblock %}
</h1>
</header>
{% endblock %}
<div id="main">
{% block menu %}
<button id="menu" class="icon icon-menu desktopHide"><span>Menu</span></button>
<ul id="links" class="links">
<li><a href=" {{ path ( 'unread' ) }} "> {% trans %} unread {% endtrans %} </a></li>
<li><a href=" {{ path ( 'starred' ) }} "> {% trans %} favorites {% endtrans %} </a></li>
<li><a href=" {{ path ( 'archive' ) }} "}> {% trans %} archive {% endtrans %} </a></li>
2015-08-07 18:17:23 +02:00
<li><a href=" {{ path ( 'tag' ) }} "> {% trans %} tags {% endtrans %} </a></li>
2015-08-12 08:22:30 +02:00
<li><a href=" {{ path ( 'new' ) }} "> {% trans %} save a link {% endtrans %} </a></li>
2015-03-01 08:22:29 +01:00
<li style="position: relative;"><a href="javascript: void(null);" id="search"> {% trans %} search {% endtrans %} </a>
<div id="search-form" class="messages info popup-form">
<form method="get" action="index.php">
<h2> {% trans %} Search {% endtrans %} </h2>
<a href="javascript: void(null);" id="search-form-close" class="close-button--popup close-button">×</a>
<input type="hidden" name="view" value="search"></input>
<input required placeholder=" {% trans %} Enter your search here {% endtrans %} " type="text" name="search" id="searchfield"><br>
<input id="submit-search" type="submit" value=" {% trans %} Search {% endtrans %} "></input>
</form>
</div>
</li>
<li><a href=" {{ path ( 'config' ) }} "> {% trans %} config {% endtrans %} </a></li>
<li><a href=" {{ path ( 'about' ) }} "> {% trans %} about {% endtrans %} </a></li>
<li><a class="icon icon-power" href=" {{ path ( 'logout' ) }} " title=" {% trans %} logout {% endtrans %} "> {% trans %} logout {% endtrans %} </a></li>
</ul>
{% endblock %}
2015-08-08 00:16:14 +03:00
<main>
{% block precontent %} {% endblock %}
{% block messages %}
{% for flashMessage in app .session .flashbag .get ( 'notice' ) %}
<div class="messages success">
<a href="#" class="closeMessage">× </a>
<p> {{ flashMessage }} </p>
</div>
{% endfor %}
{% endblock %}
2015-03-01 08:22:29 +01:00
2015-08-08 00:16:14 +03:00
<div id="content" class="w600p">
{% block content %} {% endblock %}
</div>
</main>
2015-03-01 08:22:29 +01:00
</div>
{% block footer %}
<footer class="w600p center mt3 mb3 smaller txtright">
<p> {% trans %} powered by {% endtrans %} <a href="http://wallabag.org">wallabag</a></p>
</footer>
{% endblock %}
2015-08-18 20:54:47 +02:00
<div id="alphabar">You're trying wallabag v2, which is in alpha version. If you find a bug, please have a look to <a href="https://github.com/wallabag/wallabag/issues">our issues list</a> and <a href="https://github.com/wallabag/wallabag/issues/new">open a new if necessary</a>.</div>
2015-03-01 08:22:29 +01:00
</body>
</html>