Author: rgardler
Date: Wed Aug 1 03:30:47 2007
New Revision: 561755
URL: http://svn.apache.org/viewvc?view=rev&rev=561755
Log:
Don't use XDoc doc type as it doesn't allow some of the layout info we need
(Exhibit appears not to
Modified:
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.doap/src/documentation/content/xdocs/exhibitTest.xml
Modified:
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.doap/src/documentation/content/xdocs/exhibitTest.xml
URL:
http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.doap/src/documentation/content/xdocs/exhibitTest.xml?view=diff&rev=561755&r1=561754&r2=561755
==============================================================================
---
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.doap/src/documentation/content/xdocs/exhibitTest.xml
(original)
+++
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.doap/src/documentation/content/xdocs/exhibitTest.xml
Wed Aug 1 03:30:47 2007
@@ -15,7 +15,6 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN"
"http://forrest.apache.org/dtd/document-v20.dtd">
<document xmlns:ex='http://http://simile.mit.edu/wiki/Exhibit'>
<header>
<title>Exhibit Sample</title>
@@ -23,13 +22,22 @@
<body>
<section>
<title>Exhibit Sample</title>
- <table width="100%">
- <tr valign="top">
+ <table>
+ <tr>
<td>
<div id="exhibit-control-panel"></div>
- <div id="exhibit-view-panel"></div>
+ <div id="exhibit-view-panel">
+ <div ex:role="exhibit-view"
+ ex:viewClass="Exhibit.TileView"
+ ex:showAll="true"
+ ex:orders=".name, .homepage"
+ ex:possibleOrders=".name, .homepage">
+ <p>Loading Exhibit AJAX browser...</p>
+ <p>For this to work you computer must be
connected to the Internet.</p>
+ </div>
+ </div>
</td>
- <td width="25%">
+ <td>
<div id="exhibit-browse-panel"
ex:facets=".Category"></div>
</td>
</tr>