File: Pictures.zpts

package info (click to toggle)
plastex 3.1-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 6,132 kB
  • sloc: python: 23,341; xml: 18,076; javascript: 7,755; ansic: 46; makefile: 40; sh: 26
file content (4 lines) | stat: -rw-r--r-- 423 bytes parent folder | download | duplicates (7)
1
2
3
4
name: picture
<div class="picture">
<object tal:omit-tag="not:self/renderer/vectorImager/enabled" type="image/svg+xml" tal:attributes="data self/vectorImage/url; style string:width:${self/vectorImage/width/em};; height:${self/vectorImage/height/em}"><img tal:attributes="src self/image/url; alt self/source; style string:width:${self/image/width/px};; height:${self/image/height/px}" class="picture gen" /></object>
</div>