Diff for /OSAS/OSA_system/zpt/OSAS_StoreFiles.zpt between versions 1.6 and 1.9

version 1.6, 2004/06/18 14:25:03 version 1.9, 2005/11/29 15:32:46
Line 55 Line 55
                               
           <img src="images/Arrow_Right.gif">            <img src="images/Arrow_Right.gif">
           <a href="add" tal:attributes="href python:'standardTextadd/addText?path='+here.REQUEST['path']">            <a href="add" tal:attributes="href python:'standardTextadd/addText?path='+here.REQUEST['path']">
             add a full text                     add a full text (Text file in XML) 
                   </a></i><br>
                 <i>
                &nbsp;&nbsp;&nbsp; 
             <img src="images/Arrow_Right.gif">
             <a href="add" tal:attributes="href python:'standardTextadd/addPdf?path='+here.REQUEST['path']">
               add a pdf File 
             </a></i><br>              </a></i><br>
         <i>          <i>
           &nbsp;&nbsp;&nbsp;             &nbsp;&nbsp;&nbsp; 
Line 141 Line 147
             <img src="images/Arrow_Right.gif" border="0">full text              <img src="images/Arrow_Right.gif" border="0">full text
               </a>                </a>
             </span>              </span>
               <span tal:condition="python:here.isPdf(here.REQUEST['path'],item)&gt;0">
                 <a href="" target="_blank" tal:attributes="href python:here.REQUEST['BASE0']+'/'+here.REQUEST['path']+'/'+item">
               <img src="images/Arrow_Right.gif" border="0">view folder
                 </a>
               </span>
   
             <span tal:condition="python:here.isPresentation(here.REQUEST['path'],item)&gt;0">              <span tal:condition="python:here.isPresentation(here.REQUEST['path'],item)&gt;0">
               <a href="" target="_blank" tal:attributes="href python:here.REQUEST['BASE0']+here.REQUEST['path']+'/'+item+'/info.xml'">                <a href="" target="_blank" tal:attributes="href python:here.REQUEST['BASE0']+here.REQUEST['path']+'/'+item+'/info.xml'">
             <img src="images/Arrow_Right.gif" border="0">view presentation              <img src="images/Arrow_Right.gif" border="0">view presentation
Line 201 Line 213
         <p><a href="add_metafile" tal:attributes="href python:'add_metafile?path='+here.REQUEST['meta']">add</a></p>          <p><a href="add_metafile" tal:attributes="href python:'add_metafile?path='+here.REQUEST['meta']">add</a></p>
         </div>          </div>
           <div tal:condition="not:python:metafile=='NO_METADATA'">            <div tal:condition="not:python:metafile=='NO_METADATA'">
         <div tal:replace="structure metafile"/>          <div tal:replace="structure python:metafile"/>
         <p><a href="Edit" tal:attributes="href python:'EditIndex?path='+here.REQUEST['meta']">Edit</a></p>          <p><a href="Edit" tal:attributes="href python:'EditIndex?path='+here.REQUEST['meta']">Edit</a></p>
         </div>          </div>
                       
Line 213 Line 225
         <p><a href="add_metafile" tal:attributes="href python:'add_metafile?path='+here.REQUEST['path']">add</a></p>          <p><a href="add_metafile" tal:attributes="href python:'add_metafile?path='+here.REQUEST['path']">add</a></p>
         </div>          </div>
           <div tal:condition="not:python:metafile=='NO_METADATA'">            <div tal:condition="not:python:metafile=='NO_METADATA'">
         <div tal:replace="structure metafile"/>          <div tal:replace="structure python:metafile"/>
         <p><a href="Edit" tal:attributes="href python:'EditIndex?path='+here.REQUEST['path']">Edit</a></p>          <p><a href="Edit" tal:attributes="href python:'EditIndex?path='+here.REQUEST['path']">Edit</a></p>
         </div>          </div>
           </td>            </td>

Removed from v.1.6  
changed lines
  Added in v.1.9


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