/*
 * Author       : caveman
 * Generated on : 24-Nov-2009 13:38:09
 * Version      : 3.0
 */
application "LiveVideo Club Member's Info Collector"
{
    type = public
    allow html = true
    date format = "dd-MMM-yyyy"
    time zone = "America/Los_Angeles"
    section LiveVideo_Club_Members_Data_Base_Home
    {
        displayname = "LiveVideo Club Members Data Base Home"
        form  LiveVideo_Club_Members_Data_Base
        {
            displayname  =  "LiveVideo Club Members Data Entry"
            
            Your_LV_Channel_URL
            (
                displayname  =  "Your LV Channel URL"
                type  =  text
            )

            Big_City_Near_You
            (
                displayname  =  "Big City Near You"
                type  =  text
            )

            State_Province_Etc
            (
                displayname  =  "State/Province/Etc"
                type  =  text
            )

            Country
            (
                type  =  text
            )

            Webcam
            (
                type  =  radiobuttons
                values  =  {"Yes",   "No"}
            )

            Comment
            (
                type  =  textarea
            )

            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  LiveVideo_Club_Members
        {
            displayname = "LiveVideo Club Members"
            show  all  rows  from  LiveVideo_Club_Members_Data_Base 
            (
                Your_LV_Channel_URL as "Your LV Channel URL"
                Big_City_Near_You as "Big City Near You"
                State_Province_Etc as "State/Province/Etc"
                Country
                Webcam
                Comment
            )
            options
            (
                display rows = 100
            )
        }

    }

}
