<?xml version="1.0" encoding="UTF-8"?>
<!--
****************************************************************************

     File Name:   homeCard.box

****************************************************************************
   C O P Y R I G H T   A N D   C O N F I D E N T I A L I T Y   N O T I C E
****************************************************************************

      Copyright (c) 2004-2005 America Online, Inc.  All rights reserved.
      This software contains valuable confidential and proprietary
      information of America Online, Inc. and is subject to applicable
      licensing agreements.  Unauthorized reproduction, transmission or
      distribution of this file and its contents is a violation of
      applicable laws.

            A M E R I C A   O N L I N E   C O N F I D E N T I A L

****************************************************************************
-->

<!DOCTYPE window SYSTEM "box://plaxoApp/resources/plaxoStrings.dtd">

<?import href="box://boxelyToolkit/theme/toolkit.box"?>
<?import href="box://plaxoApp/content/plaxoToolkit.box"?>
<?import href="box://plaxoApp/content/gadget/homeCard.box"?>

<window translucent="true" chromeless="false"
        xmlns="http://www.aol.com/boxely/box.xsd"
        xmlns:s="http://www.aol.com/boxely/style.xsd"
        xmlns:on="http://www.aol.com/boxely/reaction.xsd"
        id="homeCard" 
		s:flex="1"
		>
   
    <script id="main" language="jscript" href="box://plaxoApp/content/wizard/wizpage.js"/>
	<reaction event="keyPress" keyCode="ESCAPE" action="scene.close();"/>
	<reaction event="constructed" action="page_onConstructed();"/>

	<hbox id="pageContent" s:flex="1" >
		<homeCard id="homecard" s:flex="1" s:margin="13" />

		<!-- Home Info Sidebox -->
		<vbox s:margin="13 13 0 2" s:width="215" s:maxWidth="215*">
			<vbox id="existingUser">
				<plaxoSideboxHeader style="plaxoSideTop" icon="box://plaxoApp/theme/images/plaxo_small.png" text="&plaxoStrings.cards.existing;" accTabRead="true" />
				<vbox style="plaxoSideBottom">
				<plaxoLink label="&plaxoStrings.cards.existing.text;" on:command="homeCard_onExistingUser();" />
				</vbox>
			</vbox>
			
			<spacer id="spacer" s:height="9" />
			
			<vbox id="infoSideBox" style="plaxoBox">
				<plaxoSideboxH2 text="&plaxoStrings.sharing.sidebox.h3;" accTabRead="true" s:maxWidth="180*"/>
				<plaxoSideboxContent text="&plaxoStrings.sharing.sidebox.h3c;" accTabRead="true" />
				<plaxoSideboxH2 text="&plaxoStrings.workCard.sidebox.h2;" accTabRead="true" s:maxWidth="180*"/>
				<plaxoSideboxContent text="&plaxoStrings.workCard.sidebox.h2c;" accTabRead="true" />
				<plaxoLink s:marginLeft="-2" label="&plaxoStrings.generic.learnmore;" on:command="homeCard_onLearnMore();" />
			</vbox>
		</vbox>

	</hbox>
	
</window>
