Author: ochikvina
Date: 2009-11-16 10:49:49 -0500 (Mon, 16 Nov 2009)
New Revision: 18701
Modified:
documentation/trunk/movies/welcome_to_JBDS/readme.txt
Log:
https://jira.jboss.org/jira/browse/JBDS-348 - updating readme file as the com styles
should be applied to this demo;
Modified: documentation/trunk/movies/welcome_to_JBDS/readme.txt
===================================================================
--- documentation/trunk/movies/welcome_to_JBDS/readme.txt 2009-11-16 15:36:18 UTC (rev
18700)
+++ documentation/trunk/movies/welcome_to_JBDS/readme.txt 2009-11-16 15:49:49 UTC (rev
18701)
@@ -1,25 +1,29 @@
-To apply Jboss org styles to the generated HTML file, you should do next:
+This demo needs enterprise styles. To apply them 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>Welcome to JBDS</title>
- <link rel="stylesheet" href="../resources/tools.css"
+ <head>
+ <title>Welcome to JBoss Developer Studio</title>
+ <link rel="stylesheet"
href="../resources/com-style/css/jbossenterprise.css"
type="text/css"/>
- <link xmlns="" rel="shortcut icon"
type="image/vnd.microsoft.icon"
href="../resources/images/favicon.ico"/>
- </head>
+ <link rel="shortcut icon" type="image/vnd.microsoft.icon"
href="../resources/com-style/images/favicon0.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>
+ <div class="book">
+ <p id="title">
+ <a class="site_href" href="http://www.jboss.com"></a>
+ <a class="doc_href"
href="http://www.jboss.com/docs/index"></a>
+ </p>
+ <h1 class="title">
+ <a id="d0e1">Welcome to JBoss Developer Studio</a>
+ </h1>
<--! Place the OBJECT generated by Wink here. -->
- </div>
+ </div>
\ No newline at end of file