added generate report in pdf format
This commit is contained in:
@@ -52,7 +52,7 @@
|
||||
<body>
|
||||
|
||||
<!-- HEADER -->
|
||||
<nav id="mainnav" class="navbar navbar-default navbar-fixed-top">
|
||||
<nav id="mainnav" class="navbar navbar-default navbar-fixed-top" tal:condition="layout.isWebPage()">
|
||||
<div class="container">
|
||||
<div class="navbar-header">
|
||||
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#myNavbar">
|
||||
@@ -76,12 +76,13 @@
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
<br />
|
||||
<br />
|
||||
<br />
|
||||
<div class="container">
|
||||
<h1>${page_title}</h1>
|
||||
<br />
|
||||
<h1 tal:condition="page_title">
|
||||
<br />
|
||||
<br />
|
||||
${page_title}
|
||||
<br />
|
||||
</h1>
|
||||
<div id="messages" tal:attributes="class request.is_xhr and 'ajax-replace' or None">
|
||||
<div tal:repeat="queue ('', 'info', 'success', 'warning', 'danger')"
|
||||
tal:omit-tag="">
|
||||
@@ -95,14 +96,13 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div metal:define-slot="content" />
|
||||
<br />
|
||||
<br />
|
||||
</div>
|
||||
<div metal:define-slot="content" />
|
||||
<br />
|
||||
</div>
|
||||
|
||||
<footer class="footer text-center">
|
||||
<p>© 2017 - <a href="http://www.entreprise-dumas.com/" target="_blank">Entreprise Dumas</a>, 49 Chemin du Bois – 69140 RILLIEUX LA PAPE</p>
|
||||
</footer>
|
||||
<footer class="footer text-center" tal:condition="layout.isWebPage()">
|
||||
<p>© 2017 - <a href="http://www.entreprise-dumas.com/" target="_blank">Entreprise Dumas</a>, 49 Chemin du Bois – 69140 RILLIEUX LA PAPE</p>
|
||||
</footer>
|
||||
|
||||
<div metal:define-slot="additional_scripts" />
|
||||
|
||||
|
||||
Reference in New Issue
Block a user