﻿<?xml version="1.0"  ?>
<config>
  <page_list> 
    <page name="P1" server_page="CustomerEdit.aspx" language="aspx2" table_name="Customer">

      <panel table_name="top" name="TreeTitle" >
        <label name="TreeTitleLabel" text_id="CustomerArea" />
      </panel>
 
      <panel table_name="top" name="Tree" class="SubMenuItemListContainer">
        <usercontrol type="CustomerAreaTree" />
      </panel>
  
      <panel table_name="top" name="Main" >

        <div   table_name="top" class="Main CustomerEditMain"  >
 
         

            <div class="FormTitleContainer EditFormTitleContainer CustomerEditFormFormTitleContainer">
              <label name="CustomerSignUpLabel"  class="FormTitle EditFormTitle CustomerEditFormTitle" />
            </div>

 

            <table border="0" class="EditForm CustomerEditForm" >
              <tr>
                <td class="CaptionContainer" >
                  <nobr>
                    <span class="RequiredFieldIcon">*</span>
                    <label class="Caption FullNameCaption" name="FullNameLabel" text_id="FullName" />
                  </nobr>
                </td>
                <td  class="FieldContainer"  colspan="3">
                  <hidden name="CustomerNo"  data_type="int"/>
                  <hidden name="JoinTime" data_type="date" />


                  <textbox name="Name" nullable="false"
                           class="Field NameField" title_id="FullName"></textbox>

                  <div>
                    <label name="Name_error_message" class="error_message"/>
                  </div>
                </td>
              </tr>

              <tr>
                <td class="CaptionContainer GenderCaptionContainer" >
                  <nobr>
                    <span class="RequiredFieldIcon">*</span>
                    <label name="GenderLabel" text_id="Gender" class="Caption GenderCaption"/>
                  </nobr>
                </td>
                <td  class="FieldContainer GenderFieldContainer">
                  <radio name="Gender"
                         class="Field GenderField"
                         repeat_columns="2" title_id="Gender" nullable="false"></radio>

                  <label name="Gender_error_message" class="error_message"/>
                </td>
                <td class="CaptionContainer JobTitleCaptionContainer" >
                  <nobr>
                    <label name="JobTitleLabel" text_id="JobTitle" class="Caption JobTitleCaption"/>
                  </nobr>
                </td>
                <td  class="FieldContainer JobTitleFieldContainer">
                  <textbox name="JobTitle"
                           class="Field JobTitleField" 
                           ></textbox>
                </td>
              </tr>

              <tr>

                <td class="CaptionContainer BirthdayCaptionContainer" >
                  <nobr>
                    <label name="BirthdayLabel" text_id="Birthday" class="Caption BirthdayCaption"/>
                  </nobr>
                </td>
                <td colspan="3" class="FieldContainer BirthdayFieldContainer">
                  <date name="Birthday"
                           class="Field BirthdayField"
                           ></date>
                </td>
              </tr>
               
              
              <tr>
                <td class="CaptionContainer CompanyNameCaptionContainer" >
                  <nobr>
                    <label name="CompanyNameLabel" text_id="CompanyName" class="Caption CompanyNameCaption" />
                  </nobr>
                </td> 
                <td colspan="3" class="FieldContainer CompanyNameFieldContainer">
                  <textbox name="CompanyName"  class="Field CompanyNameField"></textbox>
                </td>
              </tr> 
              <tr>
                <td class="CaptionContainer AddressCaptionContainer" >
                  <nobr>
                    <label name="AddressLabel" text_id="Address" class="Caption AddressCaption"/>
                  </nobr>
                </td>
                <td colspan="3" class="FieldContainer  AddressFieldContainer">
                  <textbox name="Address" class="Field AddressField" ></textbox>
                </td>
              </tr>
              <tr>
                <td class="CaptionContainer ZipCodeCaptionContainer" >
                  <nobr>
                    <label name="ZipCodeLabel" text_id="ZipCode" class="Caption ZipCodeCaption"/>
                  </nobr>
                </td>
                <td colspan="3" class="FieldContainer  ZipCodeFieldContainer">
                  <textbox name="ZipCode"  class="Field ZipCodeField"></textbox>
                </td>
              </tr>
              <tr>
                <td class="CaptionContainer CountryCaptionContainer" >
                  <nobr>
                    <label name="CountryLabel" text_id="Country" class="Caption CountryCaption"/>
                  </nobr>
                </td>
                <td colspan="3"  class="FieldContainer  CountryFieldContainer">
                  <select name="Country" class="Field CountryField" ></select>
                </td>
              </tr>
              <tr>
                <td class="CaptionContainer CellPhoneNumberCaptionContainer" >
                  <nobr>
                    <span class="RequiredFieldIcon">*</span>
                    <label name="CellPhoneNumberLabel" text_id="CellPhoneNumber" class="Caption  CellPhoneNumberCaption"/>
                  </nobr>
                </td>
                <td  class="CellPhoneNumberContainer  CellPhoneNumberFieldContainer"> 
                  <textbox name="CellPhoneNumber"  title_id="CellPhoneNumber" nullable="false" class="Field TelField CellPhoneNumberField "  />

                  <nobr>
                    <label name="CellPhoneNumber_error_message" class="error_message"/>
                  </nobr>
                </td> 
                
                
                <td class="CaptionContainer TelCaptionContainer" >
                  <nobr>
                    <label name="TelLabel" text_id="Tel"  class="Caption TelCaption" />
                  </nobr>
                </td>
                <td class="FieldContainer  TelFieldContainer">
                  <textbox name="Tel"  title_id="Tel"
                           class="Field TelField" />
                  <nobr>
                    <label name="Tel_error_message" class="error_message"/>
                  </nobr>
                </td>

              </tr>
              <tr>
                <td  class="CaptionContainer EmailCaptionContainer">
                  <nobr>
                    <span class="RequiredFieldIcon">*</span>
                    <label name="EmailLabel" text_id="Email" class="Caption EmailCaption" />
                  </nobr>
                </td>
                <td colspan="3" class="FieldContainer  EmailFieldContainer">
                  <textbox name="Email"
                        class="Field EmailField"
                        nullable="false" title_id="Email"  />
                  <nobr> 
                    <label name="Email_error_message" class="error_message"/>
                  </nobr>
                </td>
              </tr>
              <tr>
                <td class="CaptionContainer PasswordCaptionContainer" >
                  <nobr>
                    <label name="PasswordRequiredFieldIcon" class="RequiredFieldIcon" can_change_behavior="true" />
                    <label name="PasswordLabel" text_id="Password" can_change_behavior="true"
                           class="Caption PasswordCaption"
                           />
                  </nobr>
                </td>
                <td colspan="3" class="FieldContainer  PasswordFieldContainer">
                  <password name="Password"   nullable="false" title_id="Password" max_length="100" can_change_behavior="true" class="Field  PasswordField" />
                  <label name="Password_error_message" class="error_message"/>
                </td>
              </tr>
              <tr>
                <td class="CaptionContainer ConfirmPasswordCaptionContainer"  >
                  <nobr>
                    <label name="ConfirmPasswordRequiredFieldIcon" class="RequiredFieldIcon" can_change_behavior="true" />
                    <label name="ConfirmPasswordLabel" text_id="ConfirmPassword" can_change_behavior="true"  class="Caption ConfirmPasswordCaption" />
                  </nobr>
                </td>
                <td colspan="3" class="FieldContainer ConfirmPasswordFieldContainer">
                  <password name="ConfirmPassword"   nullable="false" title_id="ConfirmPassword" max_length="100" can_change_behavior="true"
                             class="Field ConfirmPasswordField"
                    />
                  <label name="ConfirmPassword_error_message" class="error_message"/>
                </td>
              </tr>
              <tr>
                <td class="CaptionContainer WebSiteCaptionContainer" >
                  <nobr>
                    <label name="WebSiteLabel" text_id="WebSite" class="Caption  WebSiteCaption"  />
                  </nobr>
                </td>
                <td colspan="3"  class="FieldContainer WebSiteFieldContainer">
                  <textbox name="WebSite"  class="Field WebSiteField" />
                </td>
              </tr>
              <tr> 
                <td class="CaptionContainer BusinessTypeCaptionContainer">
                  <nobr>
                    <label name="BusinessTypeLabel" text_id="BusinessType" class="Caption  BusinessTypeCaption" />
                  </nobr>
                </td>
                <td colspan="3" class="FieldContainer BusinessTypeFieldContainer">
                  <checkbox name="BusinessType" repeat_columns="2"
                            class="Field BusinessTypeField"
                            />


                  <div style="margin-top:10px;margin-bottom:20px" >

                    <nobr>
                      <label name="OtherLable" text_id="Other" class="Caption BusinessTypeOtherCaption"/>
                      <textbox name="BusinessTypeOther"
                                class="Field BusinessTypeOtherField"
                               />
                    </nobr>
                  </div>

                </td>
              </tr>

              <tr>
                <td  class="CaptionContainer DescriptionCaptionContainer"
                     >
                  <nobr>
                    <label name="DescriptionLabel" text_id="Description"
                            class="Caption DescriptionCaption"
                           />
                  </nobr>
                </td>
                <td colspan="3" class="FieldContainer DescriptionFieldContainer">
                  <textarea name="Description"
                            class="Field DescriptionField"
                   />
                </td>
              </tr>
            </table>


            <table style="width:100%" border="0" >
              <tr>
                <td align="center"
                    
                    style="text-align:center"
                    class="ButtonContainer SubmitButtonContainer"
                    > 

                  <button name="SubmitButton"
                          class="Button SubmitButton"
                          style="width:100px" command_name="Submit" text_id="Submit"  />

                </td>
              </tr>
            </table>

        </div>


      </panel>
    </page>

  </page_list>
  <glossary src="~/glossary/glossary.xml" />
</config>
