<?xml version="1.0" encoding="UTF-8"?>
<!--
****************************************************************************

     File Name:   imSpamNotify.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) 2006 AOL LLC.  All rights reserved.
//      This software contains valuable confidential and proprietary
//      information of AOL LLC. 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 O L   C O N F I D E N T I A L

****************************************************************************
-->




<!DOCTYPE window SYSTEM "box://imApp/resources/imSpam.dtd">

<?import href="box://aimToolkit/content/gadgets.box"?>
<?import href="box://aimToolkit/theme/toolkit.box"?>

<aolDialog 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="window" translucent="false" chromeless="true"
        icon="box://imApp/resources/imWindowIconSmall.png"
        nativeIcon="box://imApp/resources/aim.ico"
        title="&imSpam.notifyAOL;" 
	    s:width="&imSpam.NotifyWidth;"
	    s:height="auto"
        on:constructed="onConstructed();">

	<library xmlns="http://www.aol.com/boxely/resource.xsd"
	         xmlns:box="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"
	         persists="true">

		<bitmap id="editorBorder" src="box://imApp/theme/images/editorBorder.png"/>
		<bitmap id="popupback" src="box://imApp/theme/images/popupback.png"/>
	</library>
	
	<script id="main" language="jscript" href="box://imApp/content/imSpam/imSpamNotify.js"/>
    <reaction event="keyPress" keyCode="ESCAPE" action="toolkit:Close" />
     
    <vbox s:padding="10" s:flex="1">
	    <vbox>
		    <aolLabel id="userName" fontSize="20pt" fontBold="true" value="" wordwrap="true"/>  		
            <spacer s:height="10"/>		

		    <aolLabel id="tos" wordwrap="true" />
		    <spacer s:height="10"/>

		    <aolLabel id="auto" wordwrap="true" />
		    <spacer s:height="10"/>
    		
		    <aolLabel id="auto2" fontSize="20pt" fontBold="true" value="" wordwrap="true"/>  		
            <spacer s:height="10"/>		
    		
		    <aolLabel id="auto3" fontSize="20pt" fontBold="true" value="" wordwrap="true"/>  		
            <spacer s:height="10"/>		
    		
		    <aolLabel value="&imSpam.finished;"/>
		    <spacer s:height="10"/>
    		
		    <aolLabel value="&imSpam.comments;"/>
		    <aolInputExpandable id="inputBox" maxLength="1024" expandedHeight="50" value=""/>
		    <spacer s:height="10"/>
	    </vbox>
    		
        <hbox s:vAlign="center">
		    <aolCheckButton id="checkButton1" on:click="OnClickCheckButton();">
		        <aolLabel id="userName2" value="" />
		    </aolCheckButton>
	    </hbox>  
	    
	    <spacer s:height="50" />
    </vbox>
    
    <hbox style="bottomButtonGroupContainer" s:position="fixed" s:bottom="0" s:left="0" s:right="0">
		<aolButton label="&imSpam.sendReport;" defaultButton="true" on:command="OnSendReportButton();"/>
		<aolButton label="&imSpam.cancel;" on:command="scene.close();"/>
	</hbox>
	
</aolDialog>
