You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by sc...@apache.org on 2005/06/02 10:50:23 UTC

svn commit: r179560 - /myfaces/site/components/jscookmenu.html

Author: schof
Date: Thu Jun  2 01:50:22 2005
New Revision: 179560

URL: http://svn.apache.org/viewcvs?rev=179560&view=rev
Log:
automated ant commit

Modified:
    myfaces/site/components/jscookmenu.html

Modified: myfaces/site/components/jscookmenu.html
URL: http://svn.apache.org/viewcvs/myfaces/site/components/jscookmenu.html?rev=179560&r1=179559&r2=179560&view=diff
==============================================================================
--- myfaces/site/components/jscookmenu.html (original)
+++ myfaces/site/components/jscookmenu.html Thu Jun  2 01:50:22 2005
@@ -353,53 +353,7 @@
 <a name="N10089"></a><a name="Instructions"></a>
 <h3>Instructions</h3>
 <div style="margin-left: 0 ; border: 2px">
-<p>If you want to use jscookMenu in your application, you will have to: </p>
-<ul>
-                
-<li>
-                    Add jscookmenu directory containing css and scripting code to your web directory
-                    (you can find it in the examples application).
-                </li>
-                
-<li>
-                    Add scripts and stylesheets for the theme you would like to use to html-header
-                    (see also inc/header.inc in the examples application)
-                </li>
-            
-</ul>
-<p>
-                
-<span class="codefrag">&lt;!-- JSCook Menu --&gt;</span>
-<br>
-                
-<span class="codefrag">&lt;script language="JavaScript" src="jscookmenu/JSCookMenu.js" type="text/javascript"&gt;&lt;/script&gt;</span>
-<br>
-                
-<span class="codefrag">&lt;script language="JavaScript" src="jscookmenu/ThemeOffice/theme.js"&gt;&lt;/script&gt;</span> 
-<br>
-                
-<span class="codefrag">&lt;link rel="stylesheet" href="jscookmenu/ThemeOffice/theme.css" type="text/css"&gt;</span> 
-<br>
-                
-<span class="codefrag">&lt;script language="JavaScript" src="jscookmenu/ThemeMiniBlack/theme.js"&gt;&lt;/script&gt;</span> 
-<br>
-                
-<span class="codefrag">&lt;link rel="stylesheet" href="jscookmenu/ThemeMiniBlack/theme.css" type="text/css"&gt;</span> 
-<br>
-                
-<span class="codefrag">&lt;script language="JavaScript" src="jscookmenu/ThemeIE/theme.js"&gt;&lt;/script&gt;</span> 
-<br>
-                
-<span class="codefrag">&lt;link rel="stylesheet" href="jscookmenu/ThemeIE/theme.css" type="text/css"&gt;</span> 
-<br>
-                
-<span class="codefrag">&lt;script language="JavaScript" src="jscookmenu/ThemePanel/theme.js"&gt;&lt;/script&gt;</span> 
-<br>
-                
-<span class="codefrag">&lt;link rel="stylesheet" href="jscookmenu/ThemePanel/theme.css" type="text/css"&gt;</span> 
-<br>
-            
-</p>
+<p>[TO DO]</p>
 </div>
     
 <div class="attribution"></div>