Diff for /OSAS/OSA_system/Attic/ImageandText.zpt between versions 1.1 and 1.4

version 1.1, 2003/10/05 19:11:09 version 1.4, 2004/01/29 10:19:38
Line 46  Add Sources<br> Line 46  Add Sources<br>
 </tr>  </tr>
 </table>  </table>
 <br>  <br>
   <span tal:condition="not:python:here.REQUEST.SESSION['externxml']==''">
       <p>There is a full text in the archimedes CVS-repository:</p>
           <input name="external" type="checkbox">Use CVS Text
   </span>
 <p>If you have fulltexts:  <p>If you have fulltexts:
 <table>  <table>
 <tr>  <tr>
Line 54  Add Sources<br> Line 58  Add Sources<br>
     </td>      </td>
     <td align="left">      <td align="left">
          <select name="lang">           <select name="lang">
 <div tal:omit-tag=""  tal:repeat="key python:here.REQUEST.SESSION['isolist'].keys()">  <div tal:omit-tag=""  tal:repeat="key python:here.REQUEST.SESSION['isolistsort']">
 <option tal:condition="python:key[0:2]==here.REQUEST.SESSION['filelanguage']" tal:attributes="value key;selected string:true" tal:content="python:here.REQUEST.SESSION['isolist'][key]"/>  <option tal:condition="python:key[0:2]==here.REQUEST.SESSION['filelanguage']" tal:attributes="value key;selected string:true" tal:content="python:here.REQUEST.SESSION['isolist'][key]"/>
 <option tal:condition="python:not key[0:2]==here.REQUEST.SESSION['filelanguage']" tal:attributes="value key" tal:content="python:here.REQUEST.SESSION['isolist'][key]"/>  <option tal:condition="python:not key[0:2]==here.REQUEST.SESSION['filelanguage']" tal:attributes="value key" tal:content="python:here.REQUEST.SESSION['isolist'][key]"/>
 </div>  </div>
Line 68  Pagebreak tag: Line 72  Pagebreak tag:
 <td>  <td>
 <input name="pagebreak" value="pb">  <input name="pagebreak" value="pb">
 </td>  </td>
 <table>  </tr>
   <tr>
   <td><em>Path or URI of xslt (optional)</em></td><td><input size=80 type="text" name="xslt"/></td>
   </tr>
   </table>
   
 <input type="hidden" name="path" tal:attributes="value python:here.REQUEST.SESSION['path']">  <input type="hidden" name="path" tal:attributes="value python:here.REQUEST.SESSION['path']">
 <input type="submit">  <input type="submit">
 </form>  </form>

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


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