Sophie

Sophie

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

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

<!-- Example TAL HTML Template - this is used to show results -->
<html>
  <head>
  <title tal:content="title">Title</title>
  </head>
  
  <body>
    <h1 tal:content="title">Title</h1>
    <div>
    	Name: <b tal:content="fieldValues/username">Your name</b><br>
    	Occupation: <b tal:content="fieldValues/occupation">Your occupation</b><br>
    	<div tal:condition="fieldValues/age">Age: 
    		<b tal:content="fieldValues/age">Your age</b></div><br>
    </div>
  </body>
</html>