Sophie

Sophie

distrib > Mandriva > current > x86_64 > by-pkgid > 18e42f0469b19622948a6f1a7af01559 > files > 36

python-simpletal-4.2-1mdv2010.1.noarch.rpm

<!-- Example TAL HTML Template - this is used to gather data -->
<html>
  <head>
  <title tal:content="title">Title</title>
  </head>
  
  <body>
    <h1 tal:content="title">Title</h1>
    <form action="simple-cgi.py">
    <div>
    	Name: <input name="username" tal:attributes="value fieldValues/username"></input>
    		<b tal:condition="missingFields/username">(Please fill in)</b><br>
    		
    	Occupation: <input name="occupation" tal:attributes="value fieldValues/occupation"></input>
    	  <b tal:condition="missingFields/occupation">(Please fill in)</b><br>
    		
    	Age: <input name="age" tal:attributes="value fieldValues/age"></input><br>
    	
    </div>
    <input type="submit" name="submit" value="submit">
    </form>
  </body>
</html>