~sergio-incaser/openerp-spain/openerp-spain

« back to all changes in this revision

Viewing changes to extra_addons/radiotv/report/broadcast_compact_report_maco.rml

  • Committer: Jordi Esteve
  • Date: 2009-12-14 17:53:50 UTC
  • mfrom: (81.1.90 lp-openerp-spain-5.0)
  • Revision ID: jesteve@zikzakmedia.com-20091214175350-6vzzt3avtsof25a2
Recuperación del estado actual del repositorio de localización española de OpenERP: Aplicación de todos los merges pendientes desde la versión 81 (15-11-2008) hasta la actual (02-12-2009)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0"?>
2
 
<document filename="test.pdf">
3
 
<template pageSize="(595.0,842.0)" title="Test" author="Martin Simon" allowSplitting="20">
4
 
<pageTemplate id="first"><frame id="first" x1="57.0" y1="57.0" width="481" height="728"/></pageTemplate>
5
 
</template>
6
 
<stylesheet>
7
 
<blockTableStyle id="Standard_Outline"><blockAlignment value="LEFT"/><blockValign value="TOP"/></blockTableStyle>
8
 
<blockTableStyle id="Taula1"><blockAlignment value="LEFT"/><blockValign value="TOP"/><lineStyle kind="GRID" colorName="black"/></blockTableStyle>
9
 
<blockTableStyle id="Taula2"><blockAlignment value="LEFT"/><blockValign value="TOP"/></blockTableStyle>
10
 
<initialize><paraStyle name="all" alignment="justify"/></initialize>
11
 
<paraStyle name="P1" fontName="Times-Roman" alignment="CENTER"/>
12
 
<paraStyle name="P2" fontName="Times-Roman"/>
13
 
<paraStyle name="Standard" fontName="Times-Roman"/>
14
 
<paraStyle name="Text body" fontName="Times-Roman" spaceBefore="0.0" spaceAfter="6.0"/>
15
 
<paraStyle name="Heading" fontName="Helvetica" fontSize="14.0" leading="17" spaceBefore="12.0" spaceAfter="6.0"/>
16
 
<paraStyle name="List" fontName="Times-Roman" spaceBefore="0.0" spaceAfter="6.0"/>
17
 
<paraStyle name="Table Contents" fontName="Times-Roman"/>
18
 
<paraStyle name="Caption" fontName="Times-Italic" fontSize="12.0" leading="15" spaceBefore="6.0" spaceAfter="6.0"/>
19
 
<paraStyle name="Index" fontName="Times-Roman"/></stylesheet>
20
 
<images/>
21
 
<story>
22
 
<para style="P1"><font face="Times-Roman">RadioTV broadcasts:</font> [[ obt_channel(data['form']['channel_id']) ]]</para>
23
 
<para style="P1">From [[ time.strftime('%d-%m-%Y', time.strptime(data['form']['d_from'], '%Y-%m-%d')) ]] to [[ time.strftime('%d-%m-%Y', time.strptime(data['form']['d_to'], '%Y-%m-%d')) ]]</para>
24
 
<para style="Standard"><font color="white"> </font></para>
25
 
<blockTable colWidths="241.0,241.0" style="Taula1">
26
 
<tr><td>
27
 
<para style="Standard">[[ repeatIn(obt_days(data['form']['d_from'],data['form']['d_to']), 'd') ]]</para>
28
 
<para style="Standard">[[ d['dow'] ]], [[ d['day'] ]]</para><para style="P2">morning</para>
29
 
<blockTable colWidths="235.0" style="Taula2"><tr><td><para style="Standard">[[ repeatIn(obt_broadcasts(data['form']['channel_id'], d['day'], 1), 'b') ]]</para><para style="Standard">[[ b['time'] ]] [[ b['p_name'] ]]. [[ (b['p_description'] and b['p_description']+'.') or '' ]] [[ b['description'] ]]</para></td></tr></blockTable>
30
 
<para style="P2">afternoon</para><para style="P2"><font face="Times-Roman">evening</font></para></td>
31
 
<td><para style="Table Contents"><font color="white"> </font></para></td></tr>
32
 
</blockTable>
33
 
<para style="Standard"><font color="white"> </font></para>
34
 
<para style="Standard"><font color="white"> </font></para>
35
 
</story>
36
 
</document>
37