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

version 1.3, 2003/12/11 14:06:16 version 1.5, 2004/03/01 17:44:29
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>
Line 77  Pagebreak tag: Line 76  Pagebreak tag:
 <tr>  <tr>
 <td><em>Path or URI of xslt (optional)</em></td><td><input size=80 type="text" name="xslt"/></td>  <td><em>Path or URI of xslt (optional)</em></td><td><input size=80 type="text" name="xslt"/></td>
 </tr>  </tr>
   <tr>
   <td><em>Path to template of sidebar (optional)</em></td><td><input size=80 type="text" name="thumbtemplate" value="/usr/local/share/archimedes/web/docs/proj/echo/1/templates/toc/thumbviewer2.tmpl"/></td>
   </tr>
   <tr>
   <td><em>Path to template of topbar (optional)</em></td><td><input size=80 type="text" name="topbar" value="/usr/local/share/archimedes/web/docs/proj/echo/1/templates/toc/topbar.tmpl"/></td>
   </tr>
   
 </table>  </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']">

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


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