~ubuntu-branches/ubuntu/precise/z3c.pt/precise

« back to all changes in this revision

Viewing changes to src/z3c/pt/tests/view.pt

  • Committer: Package Import Robot
  • Author(s): Gediminas Paulauskas
  • Date: 2012-02-03 16:03:32 UTC
  • Revision ID: package-import@ubuntu.com-20120203160332-y8iyshk0u8rn4w37
Tags: upstream-2.1.5
ImportĀ upstreamĀ versionĀ 2.1.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<div xmlns="http://www.w3.org/1999/xhtml"
 
2
     xmlns:tal="http://xml.zope.org/namespaces/tal">
 
3
  <span tal:content="view" />
 
4
  <span tal:content="context" />
 
5
  <span tal:content="request" />
 
6
  <span tal:content="options/test" />
 
7
  <span tal:condition="not:not:exists:options"
 
8
        tal:content="options/test/lower" />
 
9
</div>