Diff for /OSA_system2/zpt/contextDataMain.zpt between versions 1.2 and 1.3

version 1.2, 2005/04/13 16:29:54 version 1.3, 2005/04/26 17:18:10
Line 17 Line 17
       <tr>        <tr>
     <td>      <td>
         <select name="thumb">          <select name="thumb">
             <option value=""/>
           <option tal:repeat="image python:here.REQUEST.SESSION['images']" tal:attributes="value image" tal:content="image"/>            <option tal:repeat="image python:here.REQUEST.SESSION['images']" tal:attributes="value image" tal:content="image"/>
         </select>          </select>
      </td>       </td>
     <td>      <td>
         <select name="streamingfile">          <select name="streamingfile">
             <option value=""/>
           <option tal:repeat="movie python:here.REQUEST.SESSION['movies']" tal:attributes="value movie" tal:content="movie"/>            <option tal:repeat="movie python:here.REQUEST.SESSION['movies']" tal:attributes="value movie" tal:content="movie"/>
         </select>          </select>
      </td>       </td>
     <td>      <td>
         <select name="rawfile">          <select name="rawfile">
             <option value=""/>
           <option tal:repeat="movie python:here.REQUEST.SESSION['movies']" tal:attributes="value movie" tal:content="movie"/>            <option tal:repeat="movie python:here.REQUEST.SESSION['movies']" tal:attributes="value movie" tal:content="movie"/>
         </select>          </select>
      </td>       </td>
         <td>          <td>
         <select name="lowresfile">          <select name="lowresfile">
             <option value=""/>
           <option tal:repeat="movie python:here.REQUEST.SESSION['movies']" tal:attributes="value movie" tal:content="movie"/>            <option tal:repeat="movie python:here.REQUEST.SESSION['movies']" tal:attributes="value movie" tal:content="movie"/>
         </select>          </select>
      </td>       </td>

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


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