Annotation of OSAS/OSA_system/OSAS_StoreFiles.zpt.~1.9.~, revision 1.1

1.1     ! dwinter     1: <html metal:use-macro="here/main_template/macros/page">
        !             2:   <head>
        !             3:     <title metal:fill-slot="title">
        !             4:       MPIWG - Online
        !             5:       </title>
        !             6:     </head>
        !             7:   <body>
        !             8:     <div metal:fill-slot="nav_title">
        !             9:       Online Storage - Add Source
        !            10:       </div>
        !            11:     <div metal:fill-slot="nav_main">
        !            12:       <p>
        !            13:    <a class="map" href="XXX">
        !            14:      Online Archive at Foxridge</a>
        !            15:    </p>
        !            16:       <p>
        !            17:    <a class="map" href="XXX">
        !            18:      Old Online Archive at Digifiles</a>
        !            19:    </p>
        !            20:       </div>
        !            21:     <div metal:fill-slot="body">
        !            22:       <span tal:define="global fs python:here.getfilesystem2(here.REQUEST['path'])" />
        !            23:       <span tal:define="global tree python:here.tree(here.REQUEST['path'])">
        !            24:    <table border='1' width="100%">
        !            25:      <tr width="60%">
        !            26:        <td valign="top">
        !            27:          <b tal:content="structure python: here.path_to_link_store(here.REQUEST['path'])" />
        !            28:          <div tal:condition="python:here.isFolder(here.REQUEST['path'])" tal:omit-tag=""> 
        !            29:        <br>
        !            30:        <i>&nbsp;&nbsp;&nbsp; 
        !            31:          <img src="images/Arrow_Right.gif"><a href="add" tal:attributes="href python:here.REQUEST['URL1']+'/standardUpload?path='+here.REQUEST['path']">
        !            32:            add a new document to this path
        !            33:            </a></i><br>
        !            34:        <i>
        !            35:          &nbsp;&nbsp;&nbsp; 
        !            36:          <img src="images/Arrow_Right.gif">
        !            37:          <a href="add" tal:attributes="href python:'addFolderForm?path='+here.REQUEST['path']">
        !            38:            new subfolder
        !            39:            </a></i><br>
        !            40:        </div>
        !            41:          <div tal:omit-tag="" tal:condition="python:here.isScannedDocument(here.REQUEST['path'])"><br>
        !            42:        <i>&nbsp;&nbsp;&nbsp; 
        !            43:          <img src="images/Arrow_Right.gif"><a href="add" tal:attributes="href python:'standardUpload/addImages?path='+here.REQUEST['path']">
        !            44:            add a new set of images 
        !            45:            </a></i><br>
        !            46:        <i>
        !            47:          &nbsp;&nbsp;&nbsp; 
        !            48:          <img src="images/Arrow_Right.gif">
        !            49:          <a href="add" tal:attributes="href python:'standardTextadd/addText?path='+here.REQUEST['path']">
        !            50:            add a full text 
        !            51:            </a></i><br>
        !            52:        <i>
        !            53:          &nbsp;&nbsp;&nbsp; 
        !            54:          <img src="images/Arrow_Right.gif">
        !            55:          <a href="add" tal:attributes="href python:'standardPresentationadd/addPresentation?path='+here.REQUEST['path']">
        !            56:            add presentation information
        !            57:            </a></i><br>
        !            58:        <i>
        !            59: 
        !            60:          &nbsp;&nbsp;&nbsp; 
        !            61:          <img src="images/Arrow_Right.gif">
        !            62:          <a href="add" tal:attributes="href python:'standardCombineTextImage/combineTextImage?path='+here.REQUEST['path']">
        !            63:            combine text, image and presentation 
        !            64:            </a></i><br>
        !            65:        <i>
        !            66:          &nbsp;&nbsp;&nbsp; 
        !            67:          <img src="images/Arrow_Right.gif">
        !            68:          <a href="add" tal:attributes="href python:'standardContextDataAdd/addContextData?path='+here.REQUEST['path']">
        !            69:            add document to a collection
        !            70:            </a></i><br>
        !            71:        
        !            72:        </div>
        !            73:         <span tal:condition="python:fs.isdigilib(here.REQUEST['path'])&gt;0">
        !            74:        &nbsp;&nbsp;&nbsp; <img src="images/Arrow_Right.gif">
        !            75:        <a href="" tal:attributes="href python:here.REQUEST['URL']+'?path='+here.REQUEST['path']+'&amp;files=2'">
        !            76:          <i>show files for viewing</i>
        !            77:          </a>
        !            78:        </span>
        !            79:        <span tal:condition="python:fs.isdigilib(here.REQUEST['path'])&gt;0">
        !            80:        &nbsp;&nbsp;&nbsp; <img src="images/Arrow_Right.gif">
        !            81:        <a href="" tal:attributes="href python:here.REQUEST['URL']+'/rescaleThumbs?path='+here.REQUEST['path']>
        !            82:          <i>Rescale all Thumbs</i>
        !            83:          </a>
        !            84:        </span>
        !            85: 
        !            86:         <span tal:condition="python:here.isdigilib2(here.REQUEST['path'])&gt;0">
        !            87:        &nbsp;&nbsp;&nbsp;
        !            88:          <img src="images/Arrow_Right.gif">
        !            89:          <a href="" target="_blank" tal:attributes="href python:'http://nausikaa2.mpiwg-berlin.mpg.de:8080/digitallibrary/digilib.jsp?'+here.changeName(here.REQUEST['path'])"><i>view images in this folder</i>
        !            90:          
        !            91:            </a>
        !            92:        </span>
        !            93:          <span tal:repeat="item python:tree.getTree(here.REQUEST['path'])">
        !            94:        <span tal:condition="python:tree.isDirectory(here.REQUEST['path'],item)">
        !            95:          <p>
        !            96:            &nbsp;&nbsp;
        !            97:            <a href="" tal:attributes="href python:'toggle_view?path='+here.REQUEST['path']+'&amp;file='+item">
        !            98:              <span tal:condition="python:tree.isToggle(here.REQUEST['path'],item)">
        !            99:            - 
        !           100:            <img src="/misc_/OFSP/Folder_icon.gif" border='0' alt="D">
        !           101:            </span>
        !           102:              <span tal:condition="not:python:tree.isToggle(here.REQUEST['path'],item)">
        !           103:            + 
        !           104:            <img src="/misc_/OFSP/Folder_icon.gif" border='0' alt="D">
        !           105:            </span>
        !           106:              </a>
        !           107:            <a href="" tal:attributes="href python:here.REQUEST['URL']+'?path='+here.REQUEST['path']+'/'+item">
        !           108:              <span tal:replace="item" />
        !           109:              </a>
        !           110:            <span tal:condition="python:fs.isdigilib(here.REQUEST['path']+'/'+item)&gt;0">
        !           111:              <a href="" tal:attributes="href python:here.REQUEST['URL']+'?path='+here.REQUEST['path']+'/'+item+'&amp;files=2'">
        !           112:            show files for viewing
        !           113:            </a>
        !           114:              </span>
        !           115:            <span tal:condition="python:here.isdigilib2(here.REQUEST['path']+'/'+item)&gt;0">
        !           116:              <a href="" target="_blank" tal:attributes="href python:'http://nausikaa2.mpiwg-berlin.mpg.de:8080/digitallibrary/digilib.jsp?'+here.changeName(here.REQUEST['path']+'/'+item)">
        !           117:            <img src="images/Arrow_Right.gif" border="0">view images
        !           118:            </a>
        !           119:              </span>
        !           120:            <span tal:condition="python:here.isFullText(here.REQUEST['path'],item)&gt;0">
        !           121:              <a href="" target="_blank" tal:attributes="href python:'http://nausikaa2.mpiwg-berlin.mpg.de:8080/digitallibrary/digilib.jsp?'+here.changeName(here.REQUEST['path']+'/'+item)">
        !           122:            <img src="images/Arrow_Right.gif" border="0">FULL TEXT
        !           123:            </a>
        !           124:              </span>
        !           125:            <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">
        !           126:              <img border="0" src="images/Arrow_Right.gif">
        !           127:              <font size="-1">
        !           128:            (info)
        !           129:            </font>
        !           130:              </a>
        !           131:            </p>
        !           132:          <span tal:condition="python:tree.isToggle(here.REQUEST['path'],item)">
        !           133:            <span tal:repeat="sub python:tree.getTree(here.REQUEST['path']+'/'+item)">
        !           134:              <span tal:condition="python:tree.isDirectory(here.REQUEST['path']+'/'+item,sub)">
        !           135:            <p>
        !           136:              <i>
        !           137:                &nbsp;&nbsp;&nbsp;&nbsp; 
        !           138:                <img src="/misc_/OFSP/Folder_icon.gif" border='0' alt="D">
        !           139:                <a href="" tal:attributes="href python:here.REQUEST['URL']+'?path='+here.REQUEST['path']+'/'+item+'/'+sub" tal:content="sub">
        !           140:                  BBB
        !           141:                  </a>
        !           142:                <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">
        !           143:                  <img border="0" src="images/Arrow_Right.gif">
        !           144:                  <font size="-1">
        !           145:                (info)
        !           146:                </font>
        !           147:                  </a>
        !           148:                </i>
        !           149:              </p>
        !           150:            </span>
        !           151:              </span>
        !           152:            </span>
        !           153:          </span>
        !           154:        </span>
        !           155: 
        !           156:          <span tal:condition="python:here.REQUEST.has_key('files')">
        !           157:        <h3>
        !           158:          Click for viewing with digilib
        !           159:          </h3>
        !           160:        <span tal:repeat="dir python:fs.digilib(here.REQUEST['path'])">
        !           161:          <a href="XXX" tal:attributes="href python:'http://nausikaa2.mpiwg-berlin.mpg.de:8080/digitallibrary/digilib.jsp?'+dir" target="_blank" tal:content="dir">
        !           162:            XXX
        !           163:            </a>
        !           164:          </span>
        !           165:        </span>
        !           166:          <h3>Contexts</h3>
        !           167:          <p tal:repeat="item python:here.readContexts(here.REQUEST['path'])"><a href="link" tal:attributes="href python:item[0]" target="_blank" tal:content="python:item[1]">TEXT</a></p>    
        !           168:       </td>
        !           169:        <td tal:condition="python:here.REQUEST.has_key('meta')" valign="top">
        !           170:          <div tal:define="global metafile python:here.getMetafile(here.REQUEST['meta'])"/>
        !           171:          
        !           172:          <div tal:condition="python:metafile=='NO_METADATA'">
        !           173:        <p>No metadata available for <span tal:replace="python:here.REQUEST['meta']"/></p>
        !           174:        <p><a href="add_metafile" tal:attributes="href python:'add_metafile?path='+here.REQUEST['meta']">add</a></p>
        !           175:        </div>
        !           176:          <div tal:condition="not:python:metafile=='NO_METADATA'">
        !           177:        <div tal:replace="structure metafile"/>
        !           178:        <p><a href="Edit" tal:attributes="href python:'EditIndex?path='+here.REQUEST['meta']">Edit</a></p>
        !           179:        </div>
        !           180:          
        !           181:          
        !           182:          </td>
        !           183:        <td tal:condition="not:python:here.REQUEST.has_key('meta')" valign="top" tal:define="global metafile python:here.getMetafile(here.REQUEST['path'])">
        !           184:          <div tal:condition="python:metafile=='NO_METADATA'">
        !           185:        <p>No metadata available for <span tal:replace="python:here.REQUEST['path']"/></p>
        !           186:        <p><a href="add_metafile" tal:attributes="href python:'add_metafile?path='+here.REQUEST['path']">add</a></p>
        !           187:        </div>
        !           188:          <div tal:condition="not:python:metafile=='NO_METADATA'">
        !           189:        <div tal:replace="structure metafile"/>
        !           190:        <p><a href="Edit" tal:attributes="href python:'EditIndex?path='+here.REQUEST['path']">Edit</a></p>
        !           191:        </div>
        !           192:          </td>
        !           193:        </tr>
        !           194:      </table>
        !           195:    </span>
        !           196:       
        !           197:       </div>
        !           198:  
        !           199:     </body>
        !           200:   </html>

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