krysalis-menu/example/src/webroot index.html,NONE,1.1 Home.html,1.1,1.2

Glen Stampoultzis <[email protected]> Tue, 07 Dec 2004 02:46:19 +0000
Newsgroups gmane.comp.krysalis.metamorphosis.cvs
Message-ID <[email protected]>
Update of /cvsroot/metamorphosis/krysalis-menu/example/src/webroot
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32045/example/src/webroot

Modified Files:
	Home.html 
Added Files:
	index.html 
Log Message:
Some updates

Index: Home.html
===================================================================
RCS file: /cvsroot/metamorphosis/krysalis-menu/example/src/webroot/Home.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** Home.html	24 Nov 2004 23:09:19 -0000	1.1
--- Home.html	7 Dec 2004 02:46:17 -0000	1.2
***************
*** 1,88 ****
  <html>
  
! <style>
! 
! body {
!   background-color: #ffffff;
!   color: #000000;
!   font-family: Arial, Helvetica, sans-serif;
!   font-size: 10pt;
! }
  
! .menuBar {
!   width: 100%;
!   border: outset;
!   border-width: 1px;
!   display: inline;
!   padding: 9px;
!   background-color: #6699FF;
! }
  
! .menuDisabled {
!   color: gray;
! }
  
! .menuDropDown {
!   display: inline;
!   cursor: pointer;
!   padding: 5px;
!   border-width: 1px;
!   border: none;
! }
  
! .menuDropDownHighlight {
!   border: inset;
!   border-width: 1px;
! }
  
! .menuDropDownSelected {
!   border: inset;
!   border-width: 1px;
!   background-color: #E0E0E0;
! }
  
! .menuDropDown2 {
!   display: inline;
! }
  
! .menuDropDiv {
!   cursor: pointer;
!   display: none;
!   position: absolute;
!   border: outset;
!   border-width: 1px;  
!   background-color: #6699FF;
!   padding: 1px;
!   margin: 1px;
! }
  
! .menuDropDivVisible {
!   display: block;
! }
  
! .menuItem td {
!   padding: 0px 7px;
! }
  
! a:link, a:visited, a:active {
!   text-decoration: none;
!   color: #000000;
! }
  
! .menuItemHighlight {
!   background-color: white;
! }
  
! .menuItemSep {
!   border-top: 1px solid #808080;
!   border-bottom: 1px solid #f0f0f0;
!   margin: 4px 3px;
!   display: block;
  }
- 
  </style>
  
  <body jwcid="@Body">
  
  <div jwcid="@menu:MenuBar">
  <div jwcid="@menu:MenuDropDown" title="File">
--- 1,77 ----
  <html>
  
! <!--
! The Krysalis Patchy Software License, Version 1.1_01
  
! Copyright (c) 2004 Nicola Ken Barozzi.  All rights reserved.
  
! This Licence is compatible with the BSD licence as described and
! approved by http://www.opensource.org/, and is based on the
! Apache Software Licence Version 1.1.
  
! Redistribution and use in source and binary forms, with or without
! modification, are permitted provided that the following conditions
! are met:
  
!  1. Redistributions of source code must retain the above copyright
!     notice, this list of conditions and the following disclaimer.
  
! 2. Redistributions in binary form must reproduce the above copyright
!    notice, this list of conditions and the following disclaimer in
!    the documentation and/or other materials provided with the
!    distribution.
  
! 3. The end-user documentation included with the redistribution,
!    if any, must include the following acknowledgment:
!       "This product includes software developed for project
!        Krysalis (http://www.krysalis.org/)."
!    Alternately, this acknowledgment may appear in the software itself,
!    if and wherever such third-party acknowledgments normally appear.
  
! 4. The names "Krysalis" and "Nicola Ken Barozzi" and
!    "Krysalis Centipede" must not be used to endorse or promote products
!    derived from this software without prior written permission. For
!    written permission, please contact [email protected].
  
! 5. Products derived from this software may not be called "Krysalis",
!    "Krysalis Centipede", nor may "Krysalis" appear in their name, without
!     prior written permission of Nicola Ken Barozzi.
  
! 6. This software may contain voluntary contributions made by many
!    individuals, who decided to donate the code to this project in respect
!    of this licence.
  
! THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
! WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
! OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
! DISCLAIMED.  IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR
! ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
! SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
! LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
! USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
! ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
! OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
! OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
! SUCH DAMAGE.
! ====================================================================
  
! -->
  
! <head>
! <LINK REL ="stylesheet" TYPE="text/css" HREF="css/menu.css" TITLE="Style">
! <style>
! body {
!   background-color: #ffffff;
!   color: #000000;
!   font-family: Arial, Helvetica, sans-serif;
!   font-size: 10pt;
  }
  </style>
+ </head>
  
  <body jwcid="@Body">
  
+ <form jwcid="@Form">
+ 
  <div jwcid="@menu:MenuBar">
  <div jwcid="@menu:MenuDropDown" title="File">
***************
*** 102,105 ****
--- 91,96 ----
    <div jwcid="@menu:MenuItem"><span jwcid="@DirectLink" listener="ognl:listeners.find">Find</span></div>
    <div jwcid="@menu:MenuItem"><span jwcid="@DirectLink" listener="ognl:listeners.replace">Replace</span></div>
+   <div jwcid="@menu:MenuSep"/>
+   <div jwcid="@menu:MenuItem"><span jwcid="@Checkbox" selected="ognl:checkbox"/>Case Sensitive</div>
  </div>
  </div>
***************
*** 127,130 ****
--- 118,123 ----
  </p>
  
+ </form>
+ 
  </body>
  

--- NEW FILE: index.html ---
<html>
<script language="Javascript">
  document.location.replace('app');
</script>
</html>


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/