Diff for /OSAS/OSA_system/Attic/OSAS_StoreFiles.zpt between versions 1.1 and 1.2

version 1.1, 2003/09/25 15:32:11 version 1.2, 2003/09/25 17:48:49
Line 10 Line 10
       </div>        </div>
     <div metal:fill-slot="nav_main">      <div metal:fill-slot="nav_main">
       <p>        <p>
     <a class="map" href="XXX" tal:attributes="href string:${here/storage/storefiles/absolute_url}?path=/mpiwg/online">      <a class="map" href="XXX">
       Online Archive at Foxridge</a>        Online Archive at Foxridge</a>
     </p>      </p>
       <p>        <p>
     <a class="map" href="XXX" tal:attributes="href string:${here/storage/storefiles/absolute_url}?path=/mpiwg/production/docuserver">      <a class="map" href="XXX">
       Old Online Archive at Digifiles</a>        Old Online Archive at Digifiles</a>
     </p>      </p>
       </div>        </div>
Line 34 Line 34
         <i>          <i>
           &nbsp;&nbsp;&nbsp;             &nbsp;&nbsp;&nbsp; 
           <img src="images/Arrow_Right.gif">            <img src="images/Arrow_Right.gif">
           <a href="add" tal:attributes="href python:'online/generate_path?path='+here.REQUEST['path']">            <a href="add" tal:attributes="href python:'addFolderForm?path='+here.REQUEST['path']">
             new subfolder              new subfolder
             </a></i>              </a></i>
         </div>          </div>
Line 72 Line 72
         </div>          </div>
           <span tal:condition="python:fs.isdigilib(here.REQUEST['path'])&gt;0">            <span tal:condition="python:fs.isdigilib(here.REQUEST['path'])&gt;0">
         &nbsp;&nbsp;&nbsp; <img src="images/Arrow_Right.gif">          &nbsp;&nbsp;&nbsp; <img src="images/Arrow_Right.gif">
         <a href="" tal:attributes="href python:'storefiles?path='+here.REQUEST['path']+'&amp;files=2'">          <a href="" tal:attributes="href python:here.REQUEST['URL']+'?path='+here.REQUEST['path']+'&amp;files=2'">
           show files for viewing            show files for viewing
           </a>            </a>
         </span>          </span>
Line 95 Line 95
             <img src="/misc_/OFSP/Folder_icon.gif" border='0' alt="D">              <img src="/misc_/OFSP/Folder_icon.gif" border='0' alt="D">
             </span>              </span>
               </a>                </a>
             <a href="" tal:attributes="href python:'storefiles?path='+here.REQUEST['path']+'/'+item">              <a href="" tal:attributes="href python:here.REQUEST['URL']+'?path='+here.REQUEST['path']+'/'+item">
               <span tal:replace="item" />                <span tal:replace="item" />
               </a>                </a>
             <span tal:condition="python:fs.isdigilib(here.REQUEST['path']+'/'+item)&gt;0">              <span tal:condition="python:fs.isdigilib(here.REQUEST['path']+'/'+item)&gt;0">
               <a href="" tal:attributes="href python:'storefiles?path='+here.REQUEST['path']+'/'+item+'&amp;files=2'">                <a href="" tal:attributes="href python:here.REQUEST['URL']+'?path='+here.REQUEST['path']+'/'+item+'&amp;files=2'">
             show files for viewing              show files for viewing
             </a>              </a>
               </span>                </span>
Line 113 Line 113
             <img src="images/Arrow_Right.gif" border="0">FULL TEXT              <img src="images/Arrow_Right.gif" border="0">FULL TEXT
             </a>              </a>
               </span>                </span>
             <a tal:condition="python:here.hasMetafile(here.REQUEST['path']+'/'+item)" href="metadata" tal:attributes="href python:'storefiles?path='+here.REQUEST['path']+'&amp;meta='+here.REQUEST['path']+'/'+item">              <a tal:condition="python:here.hasMetafile(here.REQUEST['path']+'/'+item)" href="metadata" tal:attributes="href python:here.REQUEST['URL']+'?path='+here.REQUEST['path']+'&amp;meta='+here.REQUEST['path']+'/'+item">
               <img border="0" src="images/Arrow_Right.gif">                <img border="0" src="images/Arrow_Right.gif">
               <font size="-1">                <font size="-1">
             (info)              (info)
Line 127 Line 127
               <i>                <i>
                 &nbsp;&nbsp;&nbsp;&nbsp;                   &nbsp;&nbsp;&nbsp;&nbsp; 
                 <img src="/misc_/OFSP/Folder_icon.gif" border='0' alt="D">                  <img src="/misc_/OFSP/Folder_icon.gif" border='0' alt="D">
                 <a href="" tal:attributes="href python:'storefiles?path='+here.REQUEST['path']+'/'+item+'/'+sub" tal:content="sub">                  <a href="" tal:attributes="href python:here.REQUEST['URL']+'?path='+here.REQUEST['path']+'/'+item+'/'+sub" tal:content="sub">
                   BBB                    BBB
                   </a>                    </a>
                 <a tal:condition="python:here.hasMetafile(here.REQUEST['path']+'/'+item+'/'+sub)" href="metadata" tal:attributes="href python:'storefiles?path='+here.REQUEST['path']+'&amp;meta='+here.REQUEST['path']+'/'+item+'/'+sub">                  <a tal:condition="python:here.hasMetafile(here.REQUEST['path']+'/'+item+'/'+sub)" href="metadata" tal:attributes="href python:here.REQUEST['URL']+'?path='+here.REQUEST['path']+'&amp;meta='+here.REQUEST['path']+'/'+item+'/'+sub">
                   <img border="0" src="images/Arrow_Right.gif">                    <img border="0" src="images/Arrow_Right.gif">
                   <font size="-1">                    <font size="-1">
                 (info)                  (info)

Removed from v.1.1  
changed lines
  Added in v.1.2


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