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

version 1.3, 2003/12/11 14:06:16 version 1.4, 2004/01/29 10:19:38
Line 50  Add Sources<br> Line 50  Add Sources<br>
     <p>There is a full text in the archimedes CVS-repository:</p>      <p>There is a full text in the archimedes CVS-repository:</p>
         <input name="external" type="checkbox">Use CVS Text          <input name="external" type="checkbox">Use CVS Text
 </span>  </span>
   
 <p>If you have fulltexts:  <p>If you have fulltexts:
 <table>  <table>
 <tr>  <tr>
Line 59  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>

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


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