Author: ochikvina
Date: 2008-08-08 06:21:04 -0400 (Fri, 08 Aug 2008)
New Revision: 9618
Added:
trunk/documentation/movies/new_seam_project/
trunk/documentation/movies/new_seam_project/new_seam_project.wnk
trunk/documentation/movies/new_seam_project/readme.txt
Log:
https://jira.jboss.org/jira/browse/JBDS-348 - remaking demo on creating New Seam Project
and running it on JBoss AS
Added: trunk/documentation/movies/new_seam_project/new_seam_project.wnk
===================================================================
(Binary files differ)
Property changes on: trunk/documentation/movies/new_seam_project/new_seam_project.wnk
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/documentation/movies/new_seam_project/readme.txt
===================================================================
--- trunk/documentation/movies/new_seam_project/readme.txt (rev
0)
+++ trunk/documentation/movies/new_seam_project/readme.txt 2008-08-08 10:21:04 UTC (rev
9618)
@@ -0,0 +1,25 @@
+To apply Jboss org styles to the generated HTML file, you should do next:
+
+
+- first, add the HEAD of the HTML document to attach a style sheet, a tab icon and a
title of the page:
+
+ <head>
+ <title>Create Seam Project and run it on JBoss AS</title>
+ <link rel="stylesheet" href="../resources/tools.css"
+ type="text/css"/>
+ <link xmlns="" rel="shortcut icon"
type="image/vnd.microsoft.icon"
href="../resources/images/favicon.ico"/>
+ </head>
+
+
+- place the generated by Wink OBJECT inside this block element:
+
+ <div class="book">
+ <p id="title"><a href="http://www.jboss.org"
class="site_href">
+ <strong>JBoss.org</strong></a><a
href="http://docs.jboss.org/" class="doc_href">
+ <strong>Community Demos</strong></a></p>
+
+ <--! Place the OBJECT generated by Wink here. -->
+
+ </div>
+
+
\ No newline at end of file