Author: taylor
Date: Thu Sep 24 03:06:24 2015
New Revision: 1704981
URL: http://svn.apache.org/viewvc?rev=1704981&view=rev
Log:
updating docs for latest psml
Modified:
portals/site/jetspeed/jetspeed-2.3/jetspeed-tutorial/src/site/xdoc/02/default-page.xml
Modified:
portals/site/jetspeed/jetspeed-2.3/jetspeed-tutorial/src/site/xdoc/02/default-page.xml
URL:
http://svn.apache.org/viewvc/portals/site/jetspeed/jetspeed-2.3/jetspeed-tutorial/src/site/xdoc/02/default-page.xml?rev=1704981&r1=1704980&r2=1704981&view=diff
==============================================================================
---
portals/site/jetspeed/jetspeed-2.3/jetspeed-tutorial/src/site/xdoc/02/default-page.xml
(original)
+++
portals/site/jetspeed/jetspeed-2.3/jetspeed-tutorial/src/site/xdoc/02/default-page.xml
Thu Sep 24 03:06:24 2015
@@ -30,19 +30,12 @@
<body>
<section name="Modifying the Default Page">
<p>
- Now that we have created our decorators<!-- and themes-->, lets put
them to use on the default page.
+ Now that we have created our decorators, lets put them to use on the
default page.
Open
<i>jetexpress-portal/src/main/webapp/WEB-INF/pages/default-page.psml</i>.
- Make the following modifications
+ Add the following defaults immediately after the page element:
</p>
- <ul>
- <li>for the layout-decorator, replace jetspeed with
<b>jetexpress</b></li>
- <li>for the portlet-decorator, replace jetspeed with
<b>jetexpress</b></li>
- <!--<li>add a skin default attribute as <b>skin="jetexpress"</b> for
the desktop theme</li>-->
- </ul>
- <source><![CDATA[<page id="default-page">
- <defaults layout-decorator="jetexpress"
- portlet-decorator="jetexpress"]]><!--
- skin="FIXME"/>--></source>
+ <source><![CDATA[<defaults layout-decorator="jetexpress"
+ portlet-decorator="jetexpress"]]></source>
<p>Go ahead and save that file.</p>
</section>
<section name="Next">