giúp em làm nốt cái slide portal này với các anh chi.

Thảo luận trong 'Installation & Upgrade Questions' bắt đầu bởi xenforotuan, 3/8/13.

1votes
5/5, 1 vote

  1. xenforotuan

    xenforotuan New Member

    Bài viết:
    25
    Likes :
    0
    các bac giup e với e cài cái slide portal ra như thế này rồi thì bh phải làm sao để cho nó hiện thị thông tin, bài viết như các trang ạ. và phần kích thước chỉnh ở đâu cho nó vừa ạ ? http://nhatbantrongtamtay.com/
     
    Đang tải...
  2. le minh

    le minh New Member

    Bài viết:
    12
    Likes :
    10
    lỗi này do sai đường dẫn file js, bạn vào Appearance -> Templates ->EWRblock_HotNewsSlider sửa lại đường dẫn
    đoạn này

    Mã:
    <script language="javascript" type="text/javascript" src="js/jquery.easing.js"></script>
     
    <script language="javascript" type="text/javascript" src="js/script.js"></script>
     
    xenforotuan thích bài này.
  3. le minh

    le minh New Member

    Bài viết:
    12
    Likes :
    10
    chỉnh kích thước thì chỗ này
    Mã:
    <div id="jslidernews1" class="lof-slidecontent" style="width:667px; height:300px;">
    <div class="main-slider-content" style="width:667px; height:300px;">
    chỉnh màu mè hoa lá thì vào EWRblock_HotNewsSlider.css
     
    xenforotuan thích bài này.
  4. Lê Tí

    Lê Tí Well-Known Member

    Bài viết:
    1,450
    Likes :
    620
    slide lỗi không chạy à? có demo nào chạy không?
     
  5. le minh

    le minh New Member

    Bài viết:
    12
    Likes :
    10
    Slide này đẹp hơn nè, mới trôm của bác Lê Tí :D
    [​IMG]
    Đầu tiên bạn cài cái này vào http://vxf.vn/resources/block-slide-hotnews-nhu-cua-kenhsinhvien.388/
    Sau do tìm templates EWRblock_hotNewscV.thay thế bằng code sau
    Mã:
    <xen:require css="message_user_info.css" />
    <xen:require css="bb_code.css" />
    <xen:require css="EWRblock_hotNewscV.css" />
     
     
    <div id="hotNews">
     
    <div class="hot_news">
     
        <div id="featured">
     
     
                    <ul class="ui-tabs-nav"> 
                       
                <xen:foreach loop="$hotNewscV" value="$news" i="$i">
                               
            <xen:if is="{$i}<5">
     
                <li class="ui-tabs-nav-item" id="nav-fragment-{$i}">
     
                          <a href="#fragment-{$i}">
                       
                <xen:if is="{$news.promote_icon} != 'disabled'">
                    <xen:if hascontent="true">               
                                            <xen:contentcheck>
                                <xen:if is="{$news.attach}">
                                    <img style="width: 80px; height: 58px;" src="{xen:link attachments, $news.attach}" alt="{$news.attach.filename}" />
                           
                                <xen:elseif is="{$news.image}" />
                                    <img style="width: 80px; height: 58px;" src="{$news.image}" alt="{$news.title}" />
                   
                                <xen:else />
                                    <img style="width: 80px; height: 58px;" src="https://lh3.googleusercontent.com/-FmJR_WvlbxY/Uf0PtjnPw8I/AAAAAAAAABY/YbdooinGYMg/w500-h350-no/cute.jpg" alt="{$news.title}"/>
                                                                   
                                </xen:if>
                                </xen:contentcheck></xen:if></xen:if>
                                       
                                       
                                   
                               
                                <span>{$news.title}</span>
                                <div class="clearFix"></div>
                            </a>
                            </li>
                       
                   
                    </xen:if>       
                       
                </xen:foreach>
     
                           
            </ul>
     
    <!-- First Content -->
     
    <xen:foreach loop="$hotNewscV" value="$news" i="$i">
                               
    <xen:if is="{$i}<5">
                   
                  <div id="fragment-{$i}" class="ui-tabs-panel ui-tabs-hide" style="">
                             
                                   
                                       
                                       
                              <xen:if is="{$news.promote_icon} != 'disabled'">
                    <xen:if hascontent="true">               
                                            <xen:contentcheck>
                                <xen:if is="{$news.attach}">
                                    <a href="{xen:link threads, $news}"><img style="width: 405px; height: 300px;" src="{xen:link attachments, $news.attach}" alt="{$news.attach.filename}" /></a>
                           
                                <xen:elseif is="{$news.image}" />
                                    <a href="{xen:link threads, $news}"><img style="width: 405px; height: 300px;" src="{$news.image}" alt="{$news.title}" />
                           
               
                      </a>
                                <xen:else />
                                    <a href="{xen:link threads, $news}"><img style="width: 405px; height: 300px;" src="https://lh3.googleusercontent.com/-FmJR_WvlbxY/Uf0PtjnPw8I/AAAAAAAAABY/YbdooinGYMg/w500-h350-no/cute.jpg" alt="{$news.title}"/>
                                             
                                                                    </a>
                                </xen:if>
                                </xen:contentcheck></xen:if></xen:if>
                                       
                                       
                                   
                               
     
                        <div class="info"> 
                            <h2><a href="{xen:link threads, $news}" class="newsTitle">{$news.title}</a></h2> 
                            <p>
                                    {xen:helper stripHtml,{xen:raw $news.messageHtml}}</p> 
                        </div> 
                </div>
                   
               
              </xen:if>       
                       
    </xen:foreach>
     
               
               
        </div>
     
    <div class="slider">
            <nav>
            <ul>
             
            <xen:foreach loop="$hotNewscV" value="$news" i="$i">
                               
        <xen:if is="{$i}<10">
               
               
                    <li>
                       
                   
                <xen:if is="{$news.promote_icon} != 'disabled'">
                    <xen:if hascontent="true">               
                                            <xen:contentcheck>
                                <xen:if is="{$news.attach}">
                                    <a href="{xen:link threads, $news}"><img style="width: 206px; height: 140px;" src="{xen:link attachments, $news.attach}" alt="{$news.attach.filename}" /></a>
                           
                                <xen:elseif is="{$news.image}" />
                                    <a href="{xen:link threads, $news}"><img style="width: 206px; height: 140px;" src="{$news.image}" alt="{$news.title}" />
                           
               
                      </a>
                                <xen:else />
                                    <a href="{xen:link threads, $news}"><img style="width: 206px; height: 140px;" src="https://lh3.googleusercontent.com/-FmJR_WvlbxY/Uf0PtjnPw8I/AAAAAAAAABY/YbdooinGYMg/w500-h350-no/cute.jpg" alt="{$news.title}"/>
                                             
                                                                    </a>
                                </xen:if>
                                </xen:contentcheck></xen:if></xen:if>
                               
                               
                           
                       
                        <h5><a href="{xen:link threads, $news}" class="newsTitle">{$news.title}</a></h5>
     
                    </li>
               
           
                    </xen:if>       
                       
    </xen:foreach>
           
            </ul>
           
            </nav></div>
     
    </div>
     
    </div>
     
    <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.5.3/jquery-ui.min.js"></script>
    <script type="text/javascript">
        $(document).ready(function(){
            $("#featured > ul").tabs({fx:{opacity: "toggle"}}).tabs("rotate", 5000, true);
        });
    </script>
    Tiếp theo vào EWRblock_hotNewscV.css.thay thế bằng code sau
    Mã:
    /* --- EWRblock_hotNewscV.css --- */
     
    #featured
    {
            width:405px;
            padding-right:262px;
            position:relative;
            overflow:hidden;
            background:#fff;
            height:300px;
    }
     
    #featured ul.ui-tabs-nav
    {
            position:absolute;
            top:0;left:405px;
            list-style:none;
            padding:0;
            margin:0;
            width:262px;
            overflow:auto;
            overflow-x:hidden;
    }
     
    #featured ul.ui-tabs-nav li
    {
            margin-left:10px;
            font-size:12px;
            color:#666;
            margin-bottom:11px;
            border-bottom:1px solid #DEDEDE;
            padding-bottom:7px;
    }
     
    #featured ul.ui-tabs-nav li img
    {
            float:left;margin-right:10px;
            background:#fff;
    }
     
    #featured ul.ui-tabs-nav li span
    {
            font-size:13px;
            font-weight:bold;
    }
     
    #featured li.ui-tabs-nav-item a
    {
            display:block;
            text-decoration:none;
            color:#333;
            background:#fff;
            line-height:20px;
            outline:none;
    }
     
    #featured li.ui-tabs-nav-item a:hover
    {
            color:rgb(147,23,130);
    }
     
    #featured li.ui-tabs-selected, #featured li.ui-tabs-active
    {
    }
     
    #featured ul.ui-tabs-nav li.ui-tabs-selected a, #featured ul.ui-tabs-nav li.ui-tabs-active a
    {
            color:rgb(147,23,130);
    }
     
    #featured .ui-tabs-panel
    {
            width:405px;
            background:#999;
            position:relative;
    }
     
    #featured .ui-tabs-panel .info
    {
            position:absolute;
            bottom:0;
            left:0;
            height:90px;
            background-color:#000;
            opacity:0.5
    }
     
    #featured .ui-tabs-panel .info a.hideshow
    {
            position:absolute;
            font-size:11px;
            font-family:Verdana;
            color:#f0f0f0;
            right:10px;
            top:-20px;
            line-height:20px;
            margin:0;
            outline:none;
            background:#333;
    }
     
    #featured .info h2
    {
            font-size:18px;
            color:#fff;
            padding:5px;
            margin:0;
            font-weight:bold;
            overflow:hidden;
    }
     
    #featured .info p
    {
            margin:0 5px;
            font-family:Verdana;
            font-size:11px;
            line-height:15px;
            color:#f0f0f0;
    }
     
    #featured .info a
    {
            text-decoration:none;
            color:#fff;
    }
     
    #featured .info a:hover
    {
            text-decoration:underline;
    }
     
    #featured .ui-tabs-hide
    {
            display:none;
    }
     
    #nav-fragment-4
    {
            border-bottom:none;
    }
     
    #featured li.ui-tabs-nav-item a
    {
            color: #333;
            line-height: 20px;
    }
     
    #featured ul.ui-tabs-nav li
    {
            margin-left: 10px;
            font-size: 12px;
            color: #666;
            margin-bottom: 11px;
            border-bottom: 1px solid #DEDEDE;
            padding-bottom: 7px;
            height: 62px;
    }
     
    .slider a:link {
        text-decoration: none;
            color: #fff;
    }
     
    .slider {
        width: 650px;
          overflow: hidden;
          margin: 2px auto;
    }
     
    .slider h3 {
        font-size: 1.4em;
        padding-bottom: 4px;
        text-align: center;
    }
     
    nav > ul {
        width: 2160px;
        position: relative;
        -webkit-animation: slider 20s;
        -webkit-animation-iteration-count: infinite;
        -webkit-animation-timing-function: ease-out;
        -moz-animation: slider 20s;
        /* -moz-animation: slider 20s; For 5 images */
        -moz-animation-iteration-count: infinite;
        -moz-animation-timing-function: ease-out;
    }
     
    nav > ul:hover,
    nav > ul:hover h5{
        -webkit-animation-play-state: paused;
        -moz-animation-play-state: paused;
    }
     
    nav > ul li {
        float: left;
        position: relative; 
    }
     
    nav > ul li img {
        border: 1px solid #d4d4d4;
        background: #fff;
        padding: 4px;
    }
     
    nav > ul li:last-child {
        width: 215px;
    }
     
    nav > ul li h5 {
        position: absolute;
        bottom: 8px;
        left: 6px;
        right: 5px;
        background: url(rgba.php?r=0&g=0&b=0&a=76); background: rgba(0,0,0,.3); _filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);;
        color: #fff;
        text-align: center;
        padding: 4px 8px 8px 8px;
        font-size: .8em;
        height: 20px;
        -webkit-animation: text 20s;
        -webkit-animation-iteration-count: infinite;
        -webkit-animation-timing-function: ease-out;
     
    }
     
    /* Function CSS3 Webkit Slider & Text for 10 images */
     
    @-webkit-keyframes slider {
     
        5% {
            left: 0px;
        }
        10%,15% {
            left: -216px;
        }
        20%,25% {
            left: -432px;
        }
        30%,35% {
            left: -648px;
        }
        40%,45% {
            left: -864px;
        }
        50%,55% {
            left: -1080px;
        }
        60%,65% {
            left: -1296px;
        }
        70%,75%{
            left: -1512px;
        }
        80%,85% {
            left: -1728px;
        }
        90%,95% {
            left: -2934px;
        }
        98% {
            left: 0px;
        }
    }
     
    @-webkit-keyframes text {
     
        5%,10%,15%,20%,25%,30%,35%,40%,45%,50%,55%,60%,65%,70%,75%,80%,85%,90%,95% {
            bottom: 8px;
        }
        8%,18%,28%,38%,48%,58%,68%,78%,88%,98% {
            bottom: -200px;
        }
     
    }
     
    /* Function CSS3 Webkit Slider & Text for 5 images
     
    @-webkit-keyframes slider {
        10% {
            left: 0px;
        }
        15%,30% {
            left: -216px;
        }
        35%,50% {
            left: -432px;
        }
        55%,70% {
            left: -648px;
        }
        75%,90% {
            left: -864px;
        }
        93% {
            left: 0px;
        }
    }
     
    @-webkit-keyframes text {
        10%,15%,30%,35%,50%,55%,70%,75%,90% {
            bottom: 8px;
        }
        13%,33%,53%,73%,93% {
            bottom: -200px;
        }
    }
     
    */
     
    /* Function CSS3 Moz Slider & Text For 10 images */
     
    @-moz-keyframes slider {
     
        0% {
            left: 0px;
        }
        5%,10% {
            left: -216px;
        }
        15%,20% {
            left: -432px;
        }
        25%,30% {
            left: -648px;
        }
        35%,40% {
            left: -864px;
        }
        45%,50% {
            left: -1080px;
        }
        55%,60% {
            left: -1296px;
        }
        65%,70%{
            left: -1512px;
        }
        75%,80% {
            left: -1728px;
        }
        85%,100% {
            left: -2934px;
        }
    }
     
    /* Function CSS3 Moz Slider & Text For 5 images
     
    @-moz-keyframes slider {
        0% {
            left: 0px;
        }
        10%,25% {
            left: -216px;
        }
        35%,50% {
            left: -432px;
        }
        60%,75% {
            left: -648px;
        }
        85%,100% {
            left: -864px;
        }
    }
    */
     
    #hotNews{ float: left; margin-bottom: 15px; width: 670px;}
     
    .hot_news {
            width:670px;
            background-color: #FFFFFF;
            float: left;
            margin-top: 5px;
            padding-bottom: 10px;
            -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.15);
            -moz-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.15);
            -khtml-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.15);
            -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.15); -moz-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.15); -khtml-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.15); -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.15); -moz-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.15); -khtml-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.15); box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.15);
            border: 1px solid rgba(0, 0, 0, 0.15);
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            -khtml-border-radius: 4px;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            -khtml-border-radius: 4px;
            -webkit-border-radius: 4px; -moz-border-radius: 4px; -khtml-border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; -khtml-border-radius: 4px; border-radius: 4px;
            border-bottom: 2px solid rgba(0, 0, 0, 0.15);
        }  
     
  6. xenforotuan

    xenforotuan New Member

    Bài viết:
    25
    Likes :
    0
    sửa thế nào vậy bạn? chỉ giúp mình với.
     
  7. xenforotuan

    xenforotuan New Member

    Bài viết:
    25
    Likes :
    0
    mình cài ra rồi mà không biết làm sao để nó chạy đc :(
     
  8. XDMen

    XDMen Member

    Bài viết:
    174
    Likes :
    14
    Cái này của bác hay quá! Tuy nhiên em muốn cái slide ở trên sử dụng bằng tay mà không tự động có được không ạ?
     
  9. Coolboyhn

    Coolboyhn Member

    Bài viết:
    503
    Likes :
    138
    sử dụng cái gì bằng tay? dùng cái slide tinh tế đó, người ta muốn tự động còn mình chơi bằng tay kể cũng mệt nhỉ
     
  10. le minh

    le minh New Member

    Bài viết:
    12
    Likes :
    10
    đường dẫn file js của bạn đặt sai
    1
    file js của bạn nằm ở đây nè
    2
    bạn vào Appearance -> Templates ->EWRblock_HotNewsSlider tìm
    Mã:
    <script language="javascript" type="text/javascript" src="js/slideshow/jquery.easing.js"></script>
    <script language="javascript" type="text/javascript" src="js/slideshow/script.js"></script>
    thay thế bằng
    Mã:
    <script language="javascript" type="text/javascript" src="js/jquery.easing.js"></script>
    <script language="javascript" type="text/javascript" src="js/script.js"></script>
     
  11. le minh

    le minh New Member

    Bài viết:
    12
    Likes :
    10
    sử dụng bằng tay thì bạn vào templates EWRblock_hotNewscV.thay thế bằng
    Mã:
    <xen:require css="message_user_info.css" />
    <xen:require css="bb_code.css" />
    <xen:require css="EWRblock_hotNewscV.css" />
     
    <div id="hotNews">
     
    <div class="hot_news">
     
        <div id="featured">
     
     
                    <ul class="ui-tabs-nav"> 
                       
               
                               
           
     
                <li class="ui-tabs-nav-item" id="nav-fragment-1">
     
                          <a href="#fragment-1">
                       
               
                                   
                                           
                               
                                    <img style="width: 80px; height: 58px;" src="http://i1297.photobucket.com/albums/ag29/leminh2301/w.png" alt="Đồ Án Web Asp.Net(Cửa Hàng Máy Tính)">
                   
                               
                               
                                       
                                       
                                   
                               
                                <span>Đồ Án Web Asp.Net(Cửa Hàng Máy Tính)</span>
                                <div class="clearFix"></div>
                            </a>
                            </li>
                       
                   
                           
                       
               
                               
           
     
                <li class="ui-tabs-nav-item ui-tabs-selected" id="nav-fragment-2">
     
                          <a href="#fragment-2">
                       
               
                                   
                                           
                               
                                    <img style="width: 80px; height: 58px;" src="http://i1297.photobucket.com/albums/ag29/leminh2301/z1.png" alt="Thư Viện Đồ Họa GDI+">
                   
                               
                               
                                       
                                       
                                   
                               
                                <span>Thư Viện Đồ Họa GDI+</span>
                                <div class="clearFix"></div>
                            </a>
                            </li>
                       
                   
                           
                       
               
                               
           
     
                <li class="ui-tabs-nav-item" id="nav-fragment-3">
     
                          <a href="#fragment-3">
                       
               
                                   
                                           
                               
                                    <img style="width: 80px; height: 58px;" src="https://lh6.googleusercontent.com/-o6TwMKzOatY/UfOSFnyw9nI/AAAAAAAAA-U/Q_csTPNWAng/congdongtiengiangit.tk-55483926-1347179367-cho-nhau-niem-tin-1.jpg" alt="Phần Mềm Quản Lý Khách Sạn (C#)">
                                                                   
                               
                               
                                       
                                       
                                   
                               
                                <span>Phần Mềm Quản Lý Khách Sạn (C#)</span>
                                <div class="clearFix"></div>
                            </a>
                            </li>
                       
                   
                           
                       
               
                               
           
     
                <li class="ui-tabs-nav-item" id="nav-fragment-4">
     
                          <a href="#fragment-4">
                       
               
                                   
                                           
                               
                                    <img style="width: 80px; height: 58px;" src="http://i1297.photobucket.com/albums/ag29/leminh2301/c2.png" alt="Chương Trình Mô Phỏng Bài Hát Karaoke (Vb.Net)">
                   
                               
                               
                                       
                                       
                                   
                               
                                <span>Chương Trình Mô Phỏng Bài Hát Karaoke (Vb.Net)</span>
                                <div class="clearFix"></div>
                            </a>
                            </li>
                       
                   
                           
                       
               
                               
                   
                       
               
                               
                   
                       
               
                               
                   
                       
               
                               
                   
                       
               
                               
                   
                       
               
     
                           
            </ul>
     
    <!-- First Content -->
     
     
                               
     
                   
                  <div id="fragment-1" class="ui-tabs-panel ui-tabs-hide" style="">
                             
                                   
                                       
                                       
                             
                                   
                                           
                               
                                    <a href="threads/9/"><img style="width: 405px; height: 300px;" src="http://i1297.photobucket.com/albums/ag29/leminh2301/w.png" alt="Đồ Án Web Asp.Net(Cửa Hàng Máy Tính)">
                           
               
                      </a>
                               
                               
                                       
                                       
                                   
                               
     
                        <div class="info"> 
                            <h2><a href="threads/9/" class="newsTitle">Đồ Án Web Asp.Net(Cửa Hàng Máy Tính)</a></h2> 
                            <p>
                                   
    Download : Tải 3 part bên dưới
    Part 1 : Please login or register to view links
    Part 2 :...</p> 
                        </div> 
                </div>
                   
               
                     
                       
     
                               
     
                   
                  <div id="fragment-2" class="ui-tabs-panel" style="">
                             
                                   
                                       
                                       
                             
                                   
                                           
                               
                                    <a href="threads/8/"><img style="width: 405px; height: 300px;" src="http://i1297.photobucket.com/albums/ag29/leminh2301/z1.png" alt="Thư Viện Đồ Họa GDI+">
                           
               
                      </a>
                               
                               
                                       
                                       
                                   
                               
     
                        <div class="info"> 
                            <h2><a href="threads/8/" class="newsTitle">Thư Viện Đồ Họa GDI+</a></h2> 
                            <p>
                                   
     
    ...</p> 
                        </div> 
                </div>
                   
               
                     
                       
     
                               
     
                   
                  <div id="fragment-3" class="ui-tabs-panel ui-tabs-hide" style="">
                             
                                   
                                       
                                       
                             
                                   
                                           
                               
                                    <a href="threads/7/"><img style="width: 405px; height: 300px;" src="https://lh6.googleusercontent.com/-o6TwMKzOatY/UfOSFnyw9nI/AAAAAAAAA-U/Q_csTPNWAng/congdongtiengiangit.tk-55483926-1347179367-cho-nhau-niem-tin-1.jpg" alt="Phần Mềm Quản Lý Khách Sạn (C#)">
                                             
                                                                    </a>
                               
                               
                                       
                                       
                                   
                               
     
                        <div class="info"> 
                            <h2><a href="threads/7/" class="newsTitle">Phần Mềm Quản Lý Khách Sạn (C#)</a></h2> 
                            <p>
                                    - Chi tiết :
    + Thể loại : Đồ án thực tập tốt nghiệp
    + Ngôn...</p> 
                        </div> 
                </div>
                   
               
                     
                       
     
                               
     
                   
                  <div id="fragment-4" class="ui-tabs-panel ui-tabs-hide" style="">
                             
                                   
                                       
                                       
                             
                                   
                                           
                               
                                    <a href="threads/6/"><img style="width: 405px; height: 300px;" src="http://i1297.photobucket.com/albums/ag29/leminh2301/c2.png" alt="Chương Trình Mô Phỏng Bài Hát Karaoke (Vb.Net)">
                           
               
                      </a>
                               
                               
                                       
                                       
                                   
                               
     
                        <div class="info"> 
                            <h2><a href="threads/6/" class="newsTitle">Chương Trình Mô Phỏng Bài Hát Karaoke (Vb.Net)</a></h2> 
                            <p>
                                    Download : Please login or register to view links</p> 
                        </div> 
                </div>
                   
               
                     
                       
     
                               
           
                       
     
                               
           
                       
     
                               
           
                       
     
                               
           
                       
     
                               
           
                       
     
     
               
               
        </div>
     
    <div class="slider">
            <nav>
            <ul>
             
           
                               
       
               
               
                    <li>
                       
                   
               
                                   
                                           
                               
                                    <a href="threads/9/"><img style="width: 206px; height: 140px;" src="http://i1297.photobucket.com/albums/ag29/leminh2301/w.png" alt="Đồ Án Web Asp.Net(Cửa Hàng Máy Tính)">
                           
               
                      </a>
                               
                               
                               
                               
                           
                       
                        <h5><a href="threads/9/" class="newsTitle">Đồ Án Web Asp.Net(Cửa Hàng Máy Tính)</a></h5>
     
                    </li>
               
           
                           
                       
     
                               
       
               
               
                    <li>
                       
                   
               
                                   
                                           
                               
                                    <a href="threads/8/"><img style="width: 206px; height: 140px;" src="http://i1297.photobucket.com/albums/ag29/leminh2301/z1.png" alt="Thư Viện Đồ Họa GDI+">
                           
               
                      </a>
                               
                               
                               
                               
                           
                       
                        <h5><a href="threads/8/" class="newsTitle">Thư Viện Đồ Họa GDI+</a></h5>
     
                    </li>
               
           
                           
                       
     
                               
       
               
               
                    <li>
                       
                   
               
                                   
                                           
                               
                                    <a href="threads/7/"><img style="width: 206px; height: 140px;" src="https://lh6.googleusercontent.com/-o6TwMKzOatY/UfOSFnyw9nI/AAAAAAAAA-U/Q_csTPNWAng/congdongtiengiangit.tk-55483926-1347179367-cho-nhau-niem-tin-1.jpg" alt="Phần Mềm Quản Lý Khách Sạn (C#)">
                                             
                                                                    </a>
                               
                               
                               
                               
                           
                       
                        <h5><a href="threads/7/" class="newsTitle">Phần Mềm Quản Lý Khách Sạn (C#)</a></h5>
     
                    </li>
               
           
                           
                       
     
                               
       
               
               
                    <li>
                       
                   
               
                                   
                                           
                               
                                    <a href="threads/6/"><img style="width: 206px; height: 140px;" src="http://i1297.photobucket.com/albums/ag29/leminh2301/c2.png" alt="Chương Trình Mô Phỏng Bài Hát Karaoke (Vb.Net)">
                           
               
                      </a>
                               
                               
                               
                               
                           
                       
                        <h5><a href="threads/6/" class="newsTitle">Chương Trình Mô Phỏng Bài Hát Karaoke (Vb.Net)</a></h5>
     
                    </li>
               
           
                           
                       
     
                               
       
               
               
                    <li>
                       
                   
               
                                   
                                           
                               
                                    <a href="threads/5/"><img style="width: 206px; height: 140px;" src="http://i1297.photobucket.com/albums/ag29/leminh2301/c1.png" alt="Game Chiếc Nón Kỳ Diệu (Vb.Net)">
                           
               
                      </a>
                               
                               
                               
                               
                           
                       
                        <h5><a href="threads/5/" class="newsTitle">Game Chiếc Nón Kỳ Diệu (Vb.Net)</a></h5>
     
                    </li>
               
           
                           
                       
     
                               
       
               
               
                    <li>
                       
                   
               
                                   
                                           
                               
                                    <a href="threads/4/"><img style="width: 206px; height: 140px;" src="http://i1297.photobucket.com/albums/ag29/leminh2301/1.png" alt="Chương Trình Quản Lý Thư Viện (VB.Net)">
                           
               
                      </a>
                               
                               
                               
                               
                           
                       
                        <h5><a href="threads/4/" class="newsTitle">Chương Trình Quản Lý Thư Viện (VB.Net)</a></h5>
     
                    </li>
               
           
                           
                       
     
                               
       
               
               
                    <li>
                       
                   
               
                                   
                                           
                               
                                    <a href="threads/3/"><img style="width: 206px; height: 140px;" src="http://i1297.photobucket.com/albums/ag29/leminh2301/a2.png" alt="Chương Trình Thi Trắc Nghiệm (C#)">
                           
               
                      </a>
                               
                               
                               
                               
                           
                       
                        <h5><a href="threads/3/" class="newsTitle">Chương Trình Thi Trắc Nghiệm (C#)</a></h5>
     
                    </li>
               
           
                           
                       
     
                               
       
               
               
                    <li>
                       
                   
               
                                   
                                           
                               
                                    <a href="threads/2/"><img style="width: 206px; height: 140px;" src="http://i1297.photobucket.com/albums/ag29/leminh2301/Capture.png" alt="Code Game Trúc Xanh (Vb.Net)">
                           
               
                      </a>
                               
                               
                               
                               
                           
                       
                        <h5><a href="threads/2/" class="newsTitle">Code Game Trúc Xanh (Vb.Net)</a></h5>
     
                    </li>
               
           
                           
                       
     
                               
       
               
               
                    <li>
                       
                   
               
                                   
                                           
                               
                                    <a href="threads/1/"><img style="width: 206px; height: 140px;" src="https://lh6.googleusercontent.com/-678lRo7u3sk/UdPttxu5VeI/AAAAAAAAA2A/EDk5NGhaYqM/w684-h423-no/congdongtiengiangit.tk-qlns1.png" alt="Code Phần Mềm Quản Lý Nhân Sự Tiền Lương (C#)">
                           
               
                      </a>
                               
                               
                               
                               
                           
                       
                        <h5><a href="threads/1/" class="newsTitle">Code Phần Mềm Quản Lý Nhân Sự Tiền Lương (C#)</a></h5>
     
                    </li>
               
           
                           
                       
     
           
            </ul>
           
            </nav></div>
     
    </div>
     
    </div>
     
    <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.5.3/jquery-ui.min.js"></script>
    <script type="text/javascript">
        $(document).ready(function(){
            $("#featured > ul").tabs({fx:{opacity: "toggle"}}).tabs("rotate", 5000, true);
        });
    </script>
        
    sửa link ảnh, link thread, tiêu đề....lại
    sửa hết chắc mất nửa ngày đó :))
     
comments powered by Disqus

Chia sẻ trang này

Đang tải...