Changeset 1158

Show
Ignore:
Timestamp:
12/15/07 19:41:45 (9 months ago)
Author:
mikey
Message:

fixed simple page element example

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/examples/templates/index.html

    r930 r1158  
    1 <html> 
    2 <head> 
    3 <title>This is an example page.</title> 
    4 </head> 
    5 <body> 
    61<h1>Hello world!</h1> 
    72<p>You see the first simple HTML page element example ever that was created with stubbles.</p> 
    8 </body> 
    9 </html> 
  • trunk/pages/index.xml

    r931 r1158  
    44    xmlns="http://stubbles.net/websites"> 
    55  <page> 
    6     <memphisElement source="static/index.html" type="net.stubbles.websites.memphis.stubSimpleHTMLMemphisPageElement" /> 
     6    <includeFile source="index.html" parts="content" /> 
    77  </page> 
    88</xj:configuration>