Diff for /MPIWGWeb/zpt/changeMPIWGRootForm.zpt between versions 1.2 and 1.3

version 1.2, 2005/04/25 11:06:25 version 1.3, 2009/02/18 13:01:17
Line 9 Line 9
 <h1>Change MPIWGRoot</h1>  <h1>Change MPIWGRoot</h1>
 <form method="post" action="changeMPIWGRoot">  <form method="post" action="changeMPIWGRoot">
   
 <p>Title:</p>  <p>Title:<br/>
 <input tal:attributes="value python:getattr(here,'title','')" name="title"/>  <input tal:attributes="value python:getattr(here,'title','')" name="title"/>
   </p>
   <p>Default language:<br/>
   <input tal:attributes="value python:getattr(here,'lang','en')" name="lang"/>
   </p>
 <p>Discipline list (seperated by CR)<br>  <p>Discipline list (seperated by CR)<br>
 <textarea name="disciplineList" cols=50 rows=20  tal:content="python:getattr(here,'disciplineList','')" ></textarea>  <textarea name="disciplineList" cols=50 rows=20  tal:content="python:getattr(here,'disciplineList','')" ></textarea>
 </p>  </p>

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


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