Mercurial > hg > MPIWGWeb
view zpt/folder/manage_config.zpt @ 254:c15138774864
Merge with e5b444dab055a3fb2e07f28da4abaff846a9f300
author | dwinter |
---|---|
date | Tue, 27 May 2014 11:33:57 +0200 |
parents | ee79f6ba8d01 |
children |
line wrap: on
line source
<html> <h2>Change MPIWG Folder</h2> <form action="changeMPIWGFolder" method="pro"> Title: <input tal:attributes="value here/title|nothing" name="title"><br> Weight: <input tal:attributes="value here/weight|string:0" name="weight"><br> CanonicalName: <input tal:attributes="value here/canonicalName|nothing" name="canonicalName"><br> <input type="submit"> </form> </html>