<?xml version="1.0" encoding="big5"?>
<config>
  <page_list>
    <page name="P1" server_page="FavoriteItemList.aspx" language="aspx2" table_name="top">

      <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 FavoriteItemListMain" >
            
          	<div class="FormTitleContainer ListBlockFormTitleContainer FavoriteItemListListBlockFormTitleContainer" >
          		<label name="FavoriteItemListLabel" text_id="FavoriteItemList" class="FormTitle ListBlockFormTitle FavoriteItemListListBlockFormTitle" />
            </div>
  
            <label name="Message" class="Message FavoriteItemListMessage" />

          <div class="ListBlock FavoriteItemListListBlock">
              <center> 
                <gridview
                    style="width:100%"
                    class="list_form"
                    name="GV1"
                    table_name="FavoriteItemView"
                    show_footer="true"  
                    no_refresh_command="Delete"
                    border="0"
                > 
                  <column  header_text_id="ProductPicture">
                    <hidden name="FavoriteItemNo" data_type="int" />
                    <hidden name="ProductNo" data_type="int" />

                    <div class="ValueContainer FirstSmallPicturePathValueContainer" >

                      <div class="ValuePrefix FirstSmallPicturePathValuePrefix"/>

                      <image_button
                          name="FirstSmallPicturePath"
                          class="Value FirstSmallPicturePathValue"
                          command_name="OpenProduct"
                     />
                      <div class="ValuePostfix FirstSmallPicturePathPostfix"/>
                    </div>
                  </column>
                  <column header_text_id="ProductId">

                    <div class="ValueContainer ProductIdValueContainer" >

                      <div class="ValuePrefix ProductIdValuePrefix"/>

                      <link
                           name="ProductId"
                           command_name="OpenProduct"
                           class="Value ProductIdValue"
                     />
                      <div class="ValuePostfix ProductIdValuePostfix"/>
                    </div>

                  </column>
                  <column header_text_id="ProductName" >

                    <div class="ValueContainer ProductNameValueContainer" >

                      <div class="ValuePrefix ProductNameValuePrefix"/>

                      <link name="ProductName" command_name="OpenProduct"
                             class="Value ProductNameValue"
                    />

                      <div class="ValuePostfix ProductNameValuePostfix"/>
                    </div>

                  </column>

                  <column header_text_id="Delete" >

                    <div class="ButtonContainer DeleteButtonContainer" >
                      <image_button
                            command_name="Delete"
                            src="~/Image/Delete.gif"
                            name="DeleteButton"
                            class="Button DeleteButton"
                      />
                    </div>

                  </column>
                </gridview>

 
                
                <div class="ButtonContainer ContinueBrowseButtonContainer">
                  <button name="ContinueBrowseButton" command_name="ContinueBrowse" text_id="ContinueBrowse"
                          can_change_behavior="true"
                          class="Button ContinueBrowseButton"
                    />
                </div>
              </center>

            
            </div>
            

 

        </div>



      </panel>
    </page>

  </page_list>
  <glossary src="~/glossary/glossary.xml" />
</config>
