~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/registry/templates/poll-portlet-details.pt

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-01-04 23:32:39 UTC
  • mfrom: (12156.3.1 revenge-of-the-polls)
  • Revision ID: launchpad@pqm.canonical.com-20110104233239-g2pkdei031w0vh96
[r=flacoste][ui=none][bug=697290] Restore team polls.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<tal:root
 
2
  xmlns:tal="http://xml.zope.org/namespaces/tal"
 
3
  xmlns:metal="http://xml.zope.org/namespaces/metal"
 
4
  xmlns:i18n="http://xml.zope.org/namespaces/i18n"
 
5
  omit-tag="">
 
6
 
 
7
<div class="portlet" id="portlet-details">
 
8
  <h2><span tal:replace="context/name" /></h2>
 
9
  
 
10
  <div class="portletBody portletContent">
 
11
        
 
12
    <b>Title:</b>
 
13
    <span tal:replace="context/title" /><br />
 
14
 
 
15
    <b>Voting team:</b>
 
16
    <a tal:attributes="href context/team/fmt:url"
 
17
       tal:content="context/team/displayname" /><br />
 
18
 
 
19
    <b>Opens:</b>
 
20
    <span
 
21
      tal:attributes="title context/dateopens/fmt:datetime"
 
22
      tal:content="context/dateopens/fmt:approximatedate" /><br />
 
23
 
 
24
    <b>Closes:</b>
 
25
    <span
 
26
      tal:attributes="title context/datecloses/fmt:datetime"
 
27
      tal:content="context/datecloses/fmt:approximatedate" /><br />
 
28
 
 
29
    <b>Type:</b>
 
30
    <span tal:replace="context/type/title" /><br />
 
31
 
 
32
    <b>Secrecy:</b>
 
33
    <span tal:replace="context/secrecy/title" /><br />
 
34
 
 
35
  </div>
 
36
 
 
37
</div>
 
38
</tal:root>