[IMP] css print

bzr revid: fp@tinyerp.com-20131222232118-w4ig4wktyeg017d5
This commit is contained in:
Fabien Pinckaers 2013-12-23 00:21:18 +01:00
parent ba2689e70c
commit cd0913cb6a
2 changed files with 22 additions and 17 deletions

View File

@ -118,7 +118,7 @@
<t t-raw="0"/> <t t-raw="0"/>
</main> </main>
<footer> <footer>
<div class="container" id="footer_container"> <div class="container hidden-print" id="footer_container">
<div class="row"> <div class="row">
<div class="col-md-3" name="product"> <div class="col-md-3" name="product">
<h4>Our products &amp; Services</h4> <h4>Our products &amp; Services</h4>

View File

@ -10,7 +10,7 @@
</t> </t>
</xpath> </xpath>
<xpath expr="//div[@id='wrap']" position="inside"> <xpath expr="//div[@id='wrap']" position="inside">
<div class="container mt32 mb16" t-if="event.sponsor_ids"> <div class="container mt32 mb16 hidden-print" t-if="event.sponsor_ids">
<section data-snippet-id="title"> <section data-snippet-id="title">
<h2 class="text-center mb32">Our Sponsors</h2> <h2 class="text-center mb32">Our Sponsors</h2>
</section> </section>
@ -30,15 +30,20 @@
</template> </template>
<template id="agenda"> <template id="agenda">
<t t-call="website_event.event_details"> <t t-call="website_event.layout">
<div id="left_column"> <section data-snippet-id="title">
</div> <h1 class="text-center mb0" t-field="event.name"/>
<div class="col-md-12" id="right_column"> </section>
<h3 class="page-header mt0"> <section class="container">
Monday, 3rd June <div class="row">
<small>23 talks</small> <div id="left_column">
</h3> </div>
<div class="table-responsive"> <div class="col-md-12" id="right_column">
<p class="text-muted">You can click on cells to highlight your interests.</p>
<h3 class="page-header mt0">
Monday, 3rd June
<small>23 talks</small>
</h3>
<table class="table table-bordered table-condensed"> <table class="table table-bordered table-condensed">
<tr> <tr>
<th></th> <th></th>
@ -58,7 +63,7 @@
<tr> <tr>
<td class="active"><b>10:00</b><br/><span class="text-muted">10:30</span></td> <td class="active"><b>10:00</b><br/><span class="text-muted">10:30</span></td>
<td><a href="#">fkdsj kl jkl sdfjksdfj kl</a></td> <td><a href="#">fkdsj kl jkl sdfjksdfj kl</a></td>
<td rowspan="2"><a href="#">Learning Python</a></td> <td rowspan="2" class="danger"><a href="#">Learning Python</a></td>
<td></td> <td></td>
<td><a href="#">Learning Pytdon</a></td> <td><a href="#">Learning Pytdon</a></td>
<td><a href="#">Boost your Sales Witd OpenERP CRM</a></td> <td><a href="#">Boost your Sales Witd OpenERP CRM</a></td>
@ -72,7 +77,7 @@
</tr> </tr>
<tr> <tr>
<th class="active">11:00<br/><span class="text-muted">12:00</span></th> <th class="active">11:00<br/><span class="text-muted">12:00</span></th>
<td>Learning Pytdon</td> <td class="danger">Learning Pytdon</td>
<td>Boost your Sales Witd OpenERP CRM</td> <td>Boost your Sales Witd OpenERP CRM</td>
<td>Learning Pytdon</td> <td>Learning Pytdon</td>
<td>this is a test</td> <td>this is a test</td>
@ -83,14 +88,14 @@
<tr> <tr>
<th class="active">14:00<br/><span class="text-muted">15:00</span></th> <th class="active">14:00<br/><span class="text-muted">15:00</span></th>
<td>Boost your Sales Witd OpenERP CRM</td> <td>Boost your Sales Witd OpenERP CRM</td>
<td>Learning Pytdon</td> <td class="danger">Learning Pytdon</td>
<td></td> <td></td>
<td>fkdsj kl jkl sdfjksdfj kl</td> <td>fkdsj kl jkl sdfjksdfj kl</td>
<td>fkdsj kl jkl sdfjksdfj kl</td> <td>fkdsj kl jkl sdfjksdfj kl</td>
</tr><tr> </tr><tr>
<td class="active"><b>10:00</b><br/><span class="text-muted">10:30</span></td> <td class="active"><b>10:00</b><br/><span class="text-muted">10:30</span></td>
<td>fkdsj kl jkl sdfjksdfj kl</td> <td>fkdsj kl jkl sdfjksdfj kl</td>
<td rowspan="2">Learning Python</td> <td rowspan="2" class="danger">Learning Python</td>
<td></td> <td></td>
<td>Learning Pytdon</td> <td>Learning Pytdon</td>
<td>Boost your Sales Witd OpenERP CRM</td> <td>Boost your Sales Witd OpenERP CRM</td>
@ -102,10 +107,10 @@
<td>Learning Pytdon</td> <td>Learning Pytdon</td>
<td rowspan="2">fkdsj kl jkl sdfjksdfj kl</td> <td rowspan="2">fkdsj kl jkl sdfjksdfj kl</td>
</tr> </tr>
</table> </table>
</div> </div>
</div> </div>
</section>
</t> </t>
</template> </template>