<?xml version="1.0" encoding="big5"?>
<config>
  <page_list>
    <page name="P1" server_page="News.aspx" language="aspx2" table_name="News">

      <panel table_name="top" name="TreeTitle" >
        <label name="TreeTitleLabel" text_id="News"/>
      </panel>

      <panel table_name="top" name="Tree" class="SubMenuItemListContainer">

        <customercontrol type="MenuControl" name="tree" id="NewsCategoryTree"/>


 
      </panel>

      <panel table_name="top" name="Main" >



        <div class="Main NewsMain" >


          <div class="SearchFormPrefix NewsSearchFormPrefix"></div>
          <div class="SearchForm NewsSearchForm"  >


            <hidden name="PageIndex" data_type="int" />
            <hidden name="SearchCategory" />
            <hidden name="TopCategoryNo" data_type="int" />

            <div class="ContentPrefix SearchFormContentPrefix NewsSearchFormContentPrefix" ></div>
            <div class="Content SearchFormContent NewsSearchFormContent">

              <div class="Parameter CategoryParameter">
                <div class="CaptionContainer CategoryCaptionContainer">
                  <div class="CaptionPrefix"></div>
                  <label name="SearchByCategoryLabel" text_id="SearchByCategory" class="Caption"></label>
                  <div class="CaptionPostfix"></div>
                </div>
                <div class="FieldContainer">
                  <div class="FieldPrefix"></div>
                  <tree_select name="NewsCategoryNo" class="Field" data_type="int" table_name="T1"/>
                  <div class="FieldPostfix"></div>
                </div>
              </div>

              <div class="Parameter KeywordParameter">
                <div class="CaptionContainer KeywordCaptionContainer">
                  <div class="CaptionPrefix"></div>
                  <label name="SearchByKeywordLabel" text_id="SearchByKeyword" class="Caption"></label>
                  <div class="CaptionPostfix"></div>
                </div>
                <div class="FieldContainer">
                  <div class="FieldPrefix"></div>
                  <textbox name="NewsTitle" />
                  <div class="FieldPostfix"></div>
                </div>
              </div>

              <div class="ButtonList">
                <div class="ButtonContainer">
                  <image_button src="~/Image/Search.gif" command_name="Search" class="Button" />
                </div>
              </div>

            </div>

            <div class="ContentPostfix SearchFormContentPostfix NewsSearchFormContentPostfix" ></div>
          </div>
          <div class="SearchFormPostfix NewsSearchFormPostfix"></div>

          <div class="CategoryTitleContainer" >
            <label name="CategoryTitle" ></label>
          </div>
          
          <div class="ListBlockPrefix NewsListBlockPrefix" ></div>
          <div class="ListBlock NewsListBlock" >

             <div class="ContentPrefix ListBlockContentPrefix NewsListBlockContentPrefix"></div>

            <div class="Content ListBlockContent NewsListBlockContent">

              <repeater 
                name="RP1"
                table_name="News"
                show_header="false"
                has_paging="true"
                record_per_page="10"
                no_refresh_command="paging"
              >
                <item >
           
                  <div class="Item ListBlockItem NewsListBlockItem"  >

                    <hidden name="NewsNo" data_type="int"></hidden>
                    <hidden name="NewsCategoryNo" data_type="int"></hidden>
                    <hidden name="SequenceNo" data_type="int" ></hidden>
                    <hidden name="DescriptionStyle" ></hidden>
                     
                    <div  class="ValueContainer TitleValueContainer" >
                      <div class="ValuePrefix TitleValuePrefix" />
                      <link name="Title" class="Value TitleValue" onclick="ShowLoadingPicture()" command_name="OpenNews"></link>
                      <div class="ValuePostfix TitleValuePostfix" />
                    </div>
 
                    <div  class="ValueContainer PublishTimeValueContainer" >
                      <div class="ValuePrefix PublishTimeValuePrefix" />
                      <label  name="PublishTime" data_type="date"  class="Value PublishTimeValue"/>
                      <div class="ValuePostfix PublishTimeValuePostfix" />
                    </div>
                    
                    <div  class="ValueContainer NewLabelValueContainer" >
                      <div class="ValuePrefix NewLabelValuePrefix" /> 
                      <label  name="NewLabel"  class="Value NewLabelValue"/>
                      <div class="ValuePostfix NewLabelValuePostfix" />
                    </div>

                    <div  class="ValueContainer HotLabelValueContainer" >
                      <div class="ValuePrefix HotLabelValuePrefix" />
                      <label  name="HotLabel"  class="Value HotLabelValue"/>
                      <div class="ValuePostfix HotLabelValuePostfix" />
                    </div>
 
                    <div  class="ValueContainer DescriptionValueContainer" style="${DescriptionStyle}" runat="server">
                      <div class="ValuePrefix DescriptionValuePrefix" />
                    
                      <label  name="Description"  class="Value DescriptionValue"/> 
                     
                      <div class="ValuePostfix DescriptionValuePostfix" />
                    </div>
                    
                  </div>

                </item>
 

                <footer>
                  <div class="PagingContainer">
                    <paging />
                  </div>
                </footer>
              </repeater>

            </div>
            
            <div class="ContentPostfix ListBlockContentPostfix NewsListBlockContentPostfix"></div>
          </div>

  

        </div>
        <usercontrol type="ShareBar" />

      </panel>
    </page>

  </page_list>
  <glossary src="~/glossary/glossary.xml" />
</config>
