Diff for /cdli/zpt/viewCDLIFile.zpt between versions 1.3 and 1.4

version 1.3, 2006/06/18 12:05:21 version 1.4, 2006/07/14 19:27:03
Line 1 Line 1
 <html metal:use-macro="here/main_template/macros/page">  <html metal:use-macro="here/main_template/macros/page">
   <tal:block metal:fill-slot="body">    <tal:block metal:fill-slot="body">
   <h2>Textdisplay</h2>    <h2>Textdisplay</h2>
     <p>
     <a tal:attributes="href python:'http://cdli.ucla.edu/'+here.aq_parent.aq_parent.title.split('.')[0]" target="_blank">View database entry</a>
     </p>
   <p><a tal:content="python:'back(%s)'%here.aq_parent.aq_parent.title" tal:attributes="href python:here.aq_parent.aq_parent.absolute_url()"/></p>    <p><a tal:content="python:'back(%s)'%here.aq_parent.aq_parent.title" tal:attributes="href python:here.aq_parent.aq_parent.absolute_url()"/></p>
   <p>File Name: <span tal:replace="here/title"/> (version <span tal:replace="here/versionNumber"/>)</p>    <p>File Name: <span tal:replace="here/title"/> (version <span tal:replace="here/versionNumber"/>)</p>
   <a tal:attributes="href python:here.absolute_url()">download</a>    <a tal:attributes="href python:here.absolute_url()">download</a>

Removed from v.1.3  
changed lines
  Added in v.1.4


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>