<?xml version="1.0" encoding="UTF-8"?>
<!-- 
    Document   : Page1
    Created on : 24-Apr-2009, 9:59:52 AM
    Author     : tcolburn
-->
<jsp:root version="2.1" xmlns:f="http://java.sun.com/jsf/core" 
          xmlns:h="http://java.sun.com/jsf/html" 
          xmlns:jsp="http://java.sun.com/JSP/Page" 
	  xmlns:webuijsf="http://www.sun.com/webui/webuijsf">
    <jsp:directive.page contentType="text/html;charset=UTF-8" pageEncoding="UTF-8"/>
    <f:view>
        <webuijsf:page id="page1">
            <webuijsf:html id="html1">
                <webuijsf:head id="head1">
                    <webuijsf:link id="link1" url="/resources/stylesheet.css"/>
                </webuijsf:head>
                <webuijsf:body id="body1" style="-rave-layout: grid">
                    <webuijsf:form id="form1">
                        <webuijsf:label for="dropDown1" id="label1" labelLevel="1" 
                            style="left: 48px; top: 144px; position: absolute" text="Operation"/>
                        <webuijsf:dropDown id="dropDown1" 
                            items="#{Welcome.dropDown1DefaultOptions.options}" labelLevel="1"
                            selected="#{Welcome.dropDown1DefaultOptions.selectedValue}" 
			    style="left: 144px; top: 144px; position: absolute"/>
                        <webuijsf:staticText id="staticText1" 
                            style="position: absolute; left: 48px; top: 48px" 
			    styleClass="title" text="Welcome to the Arithmetic Tutor."/>
                        <webuijsf:staticText id="staticText2" 
                            style="left: 48px; top: 96px; position: absolute" 
                            styleClass="subtitle" 
                            text="Please choose an operation and difficulty."/>
                        <webuijsf:label for="dropDown2" id="label2" labelLevel="1" 
                            style="left: 48px; top: 192px; position: absolute" text="Difficulty"/>
                        <webuijsf:dropDown id="dropDown2" 
                            items="#{Welcome.dropDown2DefaultOptions.options}"
                            selected="#{Welcome.dropDown2DefaultOptions.selectedValue}" 
                            style="left: 144px; top: 192px; position: absolute"/>
                        <webuijsf:button actionExpression="#{Welcome.button1_action}" 
                            id="button1" style="position: absolute; left: 48px; top: 240px" text="Start"/>
                    </webuijsf:form>
                </webuijsf:body>
            </webuijsf:html>
        </webuijsf:page>
    </f:view>
</jsp:root>