~srichter/z3c.rml/trunk

« back to all changes in this revision

Viewing changes to src/z3c/rml/tests/input/tag-blockTable-10.rml

  • Committer: srichter
  • Date: 2012-12-20 17:16:29 UTC
  • Revision ID: svn-v4:62d5b8a3-27da-0310-9561-8e5933582275:z3c.rml/trunk:128807
Added `href` and `destination` to table cells.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE document SYSTEM "rml.dtd">
 
2
<document
 
3
    filename="tag-blockTable-10.pdf"
 
4
    xmlns:doc="http://namespaces.zope.org/rml/doc">
 
5
 
 
6
  <template>
 
7
    <pageTemplate id="main">
 
8
      <frame id="first" x1="72" y1="72" width="451" height="698"/>
 
9
    </pageTemplate>
 
10
  </template>
 
11
 
 
12
  <story>
 
13
 
 
14
    <title>
 
15
      <font face="Courier">&lt;blockTable&gt;</font> Tag Demo with Links
 
16
    </title>
 
17
 
 
18
    <bookmarkPage
 
19
        name="top" fitType="fitv" zoom="2"
 
20
        left="2cm" right="10cm" top="20cm"
 
21
        />
 
22
    <para>Table on the next page.</para>
 
23
 
 
24
    <nextPage />
 
25
 
 
26
    <blockTable colWidths="50% 50%" rowHeights="1cm">
 
27
      <tr>
 
28
        <td href="http://google.com">Google</td>
 
29
        <td destination="top">TOP</td>
 
30
      </tr>
 
31
    </blockTable>
 
32
 
 
33
  </story>
 
34
</document>