CVS: Tapestry/examples/Tutorial/context/WEB-INF/border Legal.page,NONE,1.1.2.1 border.application,NONE,1.1.2.1 Border.html,NONE,1.1.2.1 Border.jwc,NONE,1.1.2.1 Credo.page,NONE,1.1.2.1 Home.page,NONE,1.1.2.1

Howard Lewis Ship <[email protected]>
Newsgroups gmane.comp.java.tapestry.cvs
Message-ID <[email protected]>
Update of /cvsroot/tapestry/Tapestry/examples/Tutorial/context/WEB-INF/border
In directory sc8-pr-cvs1:/tmp/cvs-serv10583/examples/Tutorial/context/WEB-INF/border

Added Files:
      Tag: hship-2-3
	Legal.page border.application Border.html Border.jwc 
	Credo.page Home.page 
Log Message:
Reorganize the tutorials to use new 2.4 features.

--- NEW FILE: Legal.page ---
<?xml version="1.0" encoding="UTF-8"?>
<!-- $Id: Legal.page,v 1.1.2.1 2003/01/02 03:15:24 hship Exp $ -->
<!DOCTYPE page-specification PUBLIC 
	"-//Howard Lewis Ship//Tapestry Specification 1.4//EN" 
	"http://tapestry.sf.net/dtd/Tapestry_1_4.dtd">

<page-specification>

  <component id="border" type="Border">
    <static-binding name="title">Legal</static-binding>
    <binding name="pages" expression="engine.pageNames"/>
  </component>
  
</page-specification>

--- NEW FILE: border.application ---
<?xml version="1.0" encoding="UTF-8"?>
<!-- $Id: border.application,v 1.1.2.1 2003/01/02 03:15:24 hship Exp $ -->
<!DOCTYPE application PUBLIC 
	"-//Howard Lewis Ship//Tapestry Specification 1.4//EN" 
	"http://tapestry.sf.net/dtd/Tapestry_1_4.dtd">

<application 
	name="Border Tutorial" 
	engine-class="tutorial.border.BorderEngine">
  
  <library id="contrib" specification-path="/net/sf/tapestry/contrib/Contrib.library"/>

</application>

--- NEW FILE: Border.html ---
<span jwcid="@Shell" title="[[ page.engine.specification.name ]]">
<body jwcid="@Body">
<table border=0 bgcolor=gray cellspacing=0 cellpadding=4>
  <tr valign=top>
    <td colspan=3 align=left>
      <font size=5 color="White"><span jwcid="insertPageTitle"/></font>
    </td>
  </tr>
  <tr valign=top>
    <td align=right>
      <font color=white>
<span jwcid="e">
        <br><a jwcid="link"><span jwcid="@Insert" value="[[ pageName ]]"/></a>
</span>
      </font>
    </td>
    <td rowspan=2 valign=top bgcolor=silver>
      <span jwcid="@RenderBody"/>
    </td>
    <td rowspan=2 width=4></td>
  </tr>
  <tr>
	<td><span jwcid="@contrib:InspectorButton"/></td>
  </tr>
  <tr>
    <td colspan=3 height=4>&nbsp;</td>
  </tr>
</table>

</body>
</span>

--- NEW FILE: Border.jwc ---
<?xml version="1.0" encoding="UTF-8"?>
<!-- $Id: Border.jwc,v 1.1.2.1 2003/01/02 03:15:24 hship Exp $ -->
<!DOCTYPE component-specification PUBLIC 
	"-//Howard Lewis Ship//Tapestry Specification 1.4//EN" 
	"http://tapestry.sf.net/dtd/Tapestry_1_4.dtd">

<component-specification class="tutorial.border.Border" allow-informal-parameters="no">

  <parameter name="title" java-type="java.lang.String" required="yes"/>
  
  <parameter name="pages" required="yes"/>
  
  <component id="insertPageTitle" type="Insert">
    <inherited-binding name="value" parameter-name="title"/>
  </component>

  <component id="e" type="Foreach">
    <inherited-binding name="source" parameter-name="pages"/>
    <binding name="value" expression="pageName"/>
  </component>
  
  <component id="link" type="PageLink">
    <binding name="page" expression="pageName"/>
    <binding name="disabled" expression="disablePageLink"/>
  </component>

</component-specification>

--- NEW FILE: Credo.page ---
<?xml version="1.0" encoding="UTF-8"?>
<!-- $Id: Credo.page,v 1.1.2.1 2003/01/02 03:15:24 hship Exp $ -->
<!DOCTYPE page-specification PUBLIC 
	"-//Howard Lewis Ship//Tapestry Specification 1.4//EN" 
	"http://tapestry.sf.net/dtd/Tapestry_1_4.dtd">

<page-specification>

  <component id="border" type="Border">
    <static-binding name="title" value="Credo"/>
    <binding name="pages" expression="engine.pageNames"/>
  </component>
  
</page-specification>

--- NEW FILE: Home.page ---
<?xml version="1.0" encoding="UTF-8"?>
<!-- $Id: Home.page,v 1.1.2.1 2003/01/02 03:15:24 hship Exp $ -->
<!DOCTYPE page-specification PUBLIC 
	"-//Howard Lewis Ship//Tapestry Specification 1.4//EN" 
	"http://tapestry.sf.net/dtd/Tapestry_1_4.dtd">

<page-specification>

  <component id="border" type="Border">
    <static-binding name="title" value="Home"/>
    <binding name="pages" expression="engine.pageNames"/>
  </component>

</page-specification>



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.