]> err.no Git - sope/blob - sope-appserver/samples/TestSite/Projects/projectcard.wox
renamed packages as discussed in the developer list
[sope] / sope-appserver / samples / TestSite / Projects / projectcard.wox
1 <?xml version="1.0"?>
2 <span xmlns="http://www.w3.org/1999/xhtml"
3       xmlns:var="http://www.skyrix.com/od/binding"
4       class="projectcard"
5 >
6       <h2 class="projecttitle"><var:string value="title" /></h2>
7       <div class="blogbody">
8         <h3 class="title"><var:string value="subtitle" /></h3>
9         <p><var:component-content/></p>
10         
11         <div class="projectowner">
12           Projectlead is <a var:href="leadurl"><var:string value="lead"/></a>, 
13           started at 2003-09-10.
14         </div>
15       </div>
16 </span>