- Timestamp:
- 01/23/12 10:53:53 (4 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/pustefix-samples/sample-modules/animal-module/src/main/resources/PUSTEFIX-INF/txt/pages/main_SelectAnimal.xml
r5788 r6117 22 22 <pfx:xinp type="submit" value="Submit"/> 23 23 24 25 26 24 </pfx:forminput> 27 QQQQQQQQ<pfx:render part="foo"/> 25 <br/> 26 <div> 27 <pfx:checkinclude level="runtime"> 28 <pfx:part><ixsl:value-of select="/formresult/animals/@selectedAnimal"/></pfx:part> 29 <pfx:include level="runtime"> 30 <pfx:part><ixsl:value-of select="/formresult/animals/@selectedAnimal"/></pfx:part> 31 </pfx:include> 32 </pfx:checkinclude> 33 </div> 28 34 </theme> 29 35 </part> 30 36 31 <part name=" foo" render="true">37 <part name="Tiger"> 32 38 <theme name="default"> 33 fooo39 Three cheers and a tiger!!! 34 40 </theme> 35 41 </part> 36 42 37 <part name="bar">38 <theme name="default">39 baaar40 </theme>41 </part>42 43 44 43 </include_parts>
