<?xml version="1.0" encoding="big5"?>
<config>
  <page_list>
    <page name="P1" server_page="CustomerChangePassword.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 CustomerChangePasswordMain"  >

 
            
            <div class="FormTitleContainer EditFormTitleContainer CustomerChangePasswordEditFormTitleContainer">
              <label name="CustomerChangePasswordLabel"  
                     class="FormTitle EditFormTitle CustomerChangePasswordEditFormTitle" />
            </div>

 
            <table class="EditForm CustomerChangePasswordEditForm" >
 
              <tr>
                <td class="CaptionContainer PasswordCaptionContainer" >
                  <nobr>
                    <span class="RequiredFieldIcon">*</span>
                    <label name="PasswordLabel" text_id="Password" class="Caption PasswordCaption"/>
                  </nobr>
                </td>
                <td colspan="3" 
                    class="FieldContainer PasswordFieldContainer"
                    >
                  <nobr>
                    
                      <password name="Password"   nullable="false" title_id="Password" max_length="100" 
                                class="Field PasswordField"
                     />
                    &amp;nbsp;&amp;nbsp;
                    <label name="Password_error_message" class="error_message" style="width:200px" />
                   
                  </nobr>
                </td>
              </tr>
              <tr>
                <td class="CaptionContainer ConfirmPasswordCaptionContainer">
                  <nobr>
                    <span class="RequiredFieldIcon">*</span>
                    
                    <label name="ConfirmPasswordLabel" text_id="ConfirmPassword" 
                           class="Caption ConfirmPasswordCaption"
                           />
                    
                  </nobr>
                </td>
                <td colspan="3" class="FieldContainer ConfirmPasswordFieldContainer">
                  <nobr>
                    <password name="ConfirmPassword"   nullable="false" title_id="ConfirmPassword" max_length="100" class="Field ConfirmPasswordField"/>
                    &amp;nbsp;&amp;nbsp;
                    <label name="ConfirmPassword_error_message" class="error_message" style="width:200px" />
                  </nobr>
                </td>
              </tr>

              <tr> 
                <td colspan="4">

                  <table style="width:100%" border="0" >
                    <tr>
                      <td align="center" class="ButtonContainer SubmitButtonContainer"> 

                        <button name="SubmitButton" command_name="Submit" text_id="Submit"
                                class="Button SubmitButton"
                        />

                      </td>
                    </tr>
                  </table>

                </td>
              </tr>
            </table>



 

        </div>


      </panel>
    </page>

  </page_list>
  <glossary src="~/glossary/glossary.xml" />
</config>
