`12`


     //复杂判断
     #if( $age > 5 && $age <= 10 ) 
          学英语,so easy!
      #elseif( $age > 10 && $age <= 16)
          作业多,怎么办
      #elseif( $age > 16 && $age <= 19)
          化学难! 
      #else
          后来我们开始怀念上学了!
      #end

 

<div id="Container">

        <div id="topContainer">

            <div id="swfu_container" style="width: 50px; height: 30px;">

                <div>

                    <span id="spanButtonPlaceholder"></span>

                </div>

                <%-- <div id="divFileProgressContainer" style="height: 75px;">

                     返回信息

                     </div>--%>

            </div>

        </div>

        <div id="leftContainer" style="clear: both;">

            <div id="cutDiv" style="border: 1px solid red; width: 100px; height: 100px;">

            </div>

        </div>

        <div id="rigthContainer">

            <div style="width: 100px; height: 100px;">

                <img id="imgok" src="" alt="imgPhoto" />

            </div>

        </div>

        <div id="bottomContainer" style="clear: both;">

            <input type="button" id="btnCut" value="截取" style="margin: 10px auto 0px auto;" />

        </div>

</div>

 

posted @ 2013-11-11 19:24  德鑫  阅读(190)  评论(0)    收藏  举报