/*
 * Author       : samnancy2
 * Generated on : 22-Nov-2009 21:24:02
 * Version      : 3.0
 */
application "CY Google Search Engine"
{
    type = public
    date format = "dd-MMM-yyyy"
    time zone = "America/Los_Angeles"
    section Home
    {
        form  Cal_Young_Customized_Google_Search
        {
            displayname  =  "Cal Young Customized Google Search"
            
            Title_or_name_of_the_website
            (
                displayname  =  "Title (or name) of the website:"
                type  =  text
            )

            URL_http_web_address_of_the_website
            (
                displayname  =  "URL (\"http://\" web address) of the website:"
                type  =  text
            )

            Your_name
            (
                displayname  =  "Your name:"
                type  =  text
            )

            actions
            {
                on add
                {
                    Submit
                    (
                        type  =  submit
                        displayname  =  "Submit"
                    )
                    Reset
                    (
                        type  =  reset
                        displayname  =  "Reset"
                    )
                }
                on edit
                {
                    Update
                    (
                        type  =  submit
                        displayname  =  "Update"
                    )
                    Cancel
                    (
                        type  =  cancel
                        displayname  =  "Cancel"
                    )
                }
            }
        }

        list  Cal_Young_Customized_Google_Search_View
        {
            displayname = "Cal Young Customized Google Search View"
            show  all  rows  from  Cal_Young_Customized_Google_Search 
            (
                Title_or_name_of_the_website as "Title (or name) of the website:"
                URL_http_web_address_of_the_website as "URL (\"http://\" web address) of the website:"
                Your_name as "Your name:"
            )
            options
            (
                display rows = 100
            )
        }

    }

}
