cvsuser     02/06/15 21:46:34

  Modified:    P5EEx/Blue/templates/builtindemo index.html
  Log:
  changed syntax of the template variables
  
  Revision  Changes    Path
  1.2       +2 -2      p5ee/P5EEx/Blue/templates/builtindemo/index.html
  
  Index: index.html
  ===================================================================
  RCS file: /cvs/public/p5ee/P5EEx/Blue/templates/builtindemo/index.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -w -r1.1 -r1.2
  --- index.html        14 Apr 2002 03:55:32 -0000      1.1
  +++ index.html        16 Jun 2002 04:46:34 -0000      1.2
  @@ -5,12 +5,12 @@
         This is the index.html widget<br>
       </td>
       <td>
  -      The current widget is [{session.current_widget}]<br>
  +      The current widget is [[%session.current_widget%]]<br>
       </td>
     </tr>
     <tr>
       <td>
  -      {%table}
  +      [%+table%]
       </td>
     </tr>
   </table>
  
  
  


Reply via email to