<?xml version="1.0" encoding="big5"?>
<config>
  <page_list>
    <page name="P1" server_page="CustomerLogin.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 class="Main CustomerLoginMain" >
        	
 
 					<div class="FormTitleContainer EditFormTitleContainer CustomerLoginEditFormTitleContainer">
 								 <label name="MemberLoginLabel"  class="FormTitle EditFormTitle CustomerLoginEditFormTitle" text_id="MemberLogin" />
					</div>
             	
           <div  table_name="top" class="FormContainer EditFormContainer CustomerLoginEditFormContainer"  >

             <label class="CustomerLoginDescription" name="CustomerLoginDescription"></label>
                
              <table no_refresh_command="Login"  class="EditForm CustomerLoginEditForm" text_id="MemberLogin">
                <tr>
                  <td>

                    <table  >
                      <tr>
                        <td class="CaptionContainer"  >
                          <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"   nullable="false" title_id="Email"
                                   class="Field EmailField"
                                 />
                          <label name="Email_error_message" class="error_message" />
                        </td>
                      </tr>
                      <tr>
                        <td class="CaptionContainer" >
                          <nobr>
                            <span class="RequiredFieldIcon">*</span>
                            <label name="PasswordLabel" text_id="Password"   class="Caption PasswordCaption" />
                          </nobr>
                        </td>
                        <td colspan="3" class="FieldContainer PasswordFieldContainer">
                          <password name="Password"   nullable="false" title_id="Password" max_length="100"
                                    class="Field PasswordField"
                                  />
                          <div style="padding-top:5px">
                            <label name="Password_error_message" class="error_message" />
                          </div>
                        </td>
                      </tr>
                      <tr>
                        <td>
                          <td colspan="4" >
                            <label name="LoginMessage" class="error_message" ></label>
                          </td> 
                        </td>
                      </tr>

                    </table>

                    <table style="width:100%" border="0">
                      <tr>
                        <td align="center" class="ButtonContainer">
                          <button name="SubmitButton" command_name="Login" text_id="Submit" class="Button SubmitButton" />
                        </td>
                      </tr>
                    </table>

                  </td>
                </tr>
                <tr>
                  <td>
                    
                  </td>
                </tr>
              </table>

              <table class="EditForm SocialLoginEditForm" style="width:100%;"  >
                <tr>
                  <td>
                    <label name="SocialLoginDescription" /> 
                  </td>
                </tr>
                <tr>
                  <td >
                    <center>                      
                      <button name="FacebookLoginButton"  command_name="FacebookLogin" text_id="FacebookLogin" class="Button FacebookLoginButton" validate_page="false" />

                      <button name="GooglePlusLoginButton" command_name="GooglePlusLogin" text_id="GooglePlusLogin" class="Button GooglePlusLoginButton" validate_page="false" />

                      <button name="LineLoginButton"  command_name="LineLogin" text_id="LineLogin" class="Button LineLoginButton" validate_page="false" />
                    </center>
                  </td>
                </tr>
             </table>
          </div>

          <br/>

					<div class="FormTitleContainer EditFormTitleContainer SignUpEditFormTitleContainer">
								  <label name="NotAMemberLabel" text_id="NotAMember"  class="FormTitle EditFormTitle SignUpEditFormTitle" />
					</div>

          <div  table_name="top" class="FormContainer EditFormContainer SignUpEditFormContainer" >
 
              <table class="EditForm SignUpEditForm"  >
                <tr>
                  <td>
                    <center>

                      <nobr>
                        <label name="NotAMemberClickLabel" text_id="NotAMemberClick"   />
                      </nobr>

                      <button name="SignUpButton" text_id="SignUp"
                          
                              class="Button SignUpButton" command_name="SignUp"
                              validate_page="false"
                  />

                      &amp;nbsp;

                      <label name="SignUpSuccessDescriptionLabel" text_id="SignUpSuccessDescription"   />


                    </center>

                  </td>
                </tr>
              </table>

          </div>

          <br/>


					<div class="FormTitleContainer EditFormTitleContainer ForgetPasswordEditFormTitleContainer">
									<label name="ForgetPasswordLabel"  class="FormTitle EditFormTitle ForgetPasswordEditFormTitle" text_id="ForgetPassword" />
					</div>
            
   		    <div  table_name="top" class="FormContainer EditFormContainer  ForgetPasswordEditFormContainer">
   
          	<table class="EditForm ForgetPasswordEditForm"   border="0" no_refresh_command="RequestPassword">
                <tr>
                  <td  >
                    <label name="ForgetPasswordDescriptionLabel"   text_id="ForgetPasswordDescription" />
                    <br />
                  </td>
                </tr>
                <tr>
                  <td   style="vertical-align:middle;text-align:center" >
                    <center>

                      <table  >
                        <tr>
                          <td  class="CaptionContainer Email2CaptionContainer">
                            <nobr>
                              <span class="RequiredFieldIcon">*</span>
                              <label name="Email2Label" text_id="Email" />
                            </nobr>
                          </td>
                          <td class="FieldContainer Email2FieldContainer">
                            
                              <textbox name="Email2" title_id="Email"
                                       class="Field Email2Field"
                                   />
                            
                          </td>
                          <td class="ButtonContainer RequestPasswordButtonContainer">
                            <button name="RequestPasswordButton" command_name="RequestPassword"
                                        text_id="Submit" class="Button RequestPasswordButton"
                                        validate_page="false"
                              />
                          </td>
                        </tr>
                        <tr>
                          <td>

                          </td>
                          <td colspan="2">
                            <label name="ForgetPasswordMessage" class="error_message" ></label>
                          </td>
                        </tr>
                      </table>

                    </center>

                  </td>
                </tr>

          	</table> 
          </div>

        </div>
      </panel>
    </page>

  </page_list>
  <glossary src="~/glossary/glossary.xml" />
</config>
