Nhờ người RIP trang chủ TINHTE.VN

Thảo luận trong 'Style & Template Questions' bắt đầu bởi BangKyung, 22/1/15.

  1. BangKyung

    BangKyung Member

    Bài viết:
    95
    Likes :
    16
    Như tiêu đề bác nào rip giùm em cái trang chủ của tinhte với :v Em cảm ơn
     
    Đang tải...
  2. ssssssssss

    ssssssssss Active Member

    Bài viết:
    763
    Likes :
    298
    mình không biết Rip chia buồn nha :)) =))
     
  3. BangKyung

    BangKyung Member

    Bài viết:
    95
    Likes :
    16
    :((
     
  4. End

    End Member

    Bài viết:
    186
    Likes :
    47
    EWRblock_RecentNews
    Mã:
    <xen:require css="message_user_info.css" />
    <xen:require css="bb_code.css" />
    <xen:require css="EWRblock_RecentNews.css" />
    <div id="recentNews">
        <xen:foreach loop="$RecentNews" value="$news">
            <div class="section sectionMainportal recentNews" id="{$news.thread_id}">
                <div class="primaryContentportal {xen:if {$option.leftdate}, 'leftDate'}">
                    <div class="subHeadingportal">
                        <div style="float: right; white-space: nowrap;">
                            <a href="{xen:link threads, $news}"></a>
                            <xen:if is="{$visitor.permissions.EWRporta.canPromote}">
                                &nbsp; (<a href="{xen:link 'threads/edit', $news}" class="OverlayTrigger">{xen:phrase edit}</a>)
                            </xen:if>
                        </div>
                        <a href="{xen:link threads, $news}" class="newsTitle">{$news.title}</a>
                    </div>
                    <div class="messageContent baseHtml">
                        <div class="postedBy">
                            <span class="posted">
                                                            bởi <a href="{xen:link members, $news}" class="username">{$news.username}</a>,
                                vào <a href="{xen:link threads, $news}">{xen:datetime $news.promote_date}</a></span>
                                                            <span class="views"><a href="{xen:link threads, $news}">{$news.view_count} {xen:phrase views}</a></span>
                        
                        </div>
        
                    <xen:if is="{$news.promote_icon} != 'disabled'">
                    <xen:if hascontent="true">
                                    <div class="image_preview">
                                <xen:contentcheck>
                                <xen:if is="{$news.attach}">
                                    <a href="{xen:link threads, $news}"><img src="{$news.attach.thumbnailUrl}" alt="{$news.attach.filename}" /></a>
                                <xen:elseif is="{$news.medio}" />
                                    <div style="background: url('{xen:helper medio, $news.medio}') no-repeat;">
                                        <a href="{xen:link 'full:media/popout', $news.medio}" class="OverlayTrigger"><img src="styles/8wayrun/EWRmedio_play.png" width="160" height="90" /></a>
                                    </div>
                                <xen:elseif is="{$news.image}" />
                                    <a href="{xen:link threads, $news}"><img src="{$news.image}" alt="{$news.image}" title="{$news.title}" alt="{xen:helper stripHtml,{xen:helper Tinhte_XenTag_getImplodedTagsFromThread, $news, 1}}" style="max-width: 70%;" /></a>
                                <xen:else />
                                    <xen:avatar user="$news" size="m" itemprop="photo" />
                                </xen:if>
                                </xen:contentcheck>
                                    </div>
                    </xen:if>
                    </xen:if>
                                            <div class="newsText">{xen:helper stripHtml, {xen:raw $news.messageHtml}}</div>
                        <div class="clearFix"></div>
                    </div>
                    <div class="sectionFooterportal">
        
                        <div class="continue">
                            <a href="{xen:link threads, $news}" style="background: transparent url('@imagePath/xenforo/icons/redirect.png') no-repeat left bottom; padding-left: 20px;">
                                Đọc Thêm
                            </a>
                        </div>
                    </div>
                </div>
            </div>
        </xen:foreach>
        <xen:if hascontent="true">
        <div class="section sectionFooterporta">
            <xen:contentcheck>
            <xen:if is="{$option.pagenav} && {$option.count} > {$option.limit}">
                <xen:if is="{$category}">
                    <xen:pagenav link="articles" linkdata="{$category}" page="{$page}" perpage="{$option.limit}" total="{$option.count}" />
                <xen:else />
                    <xen:pagenav link="portal" page="{$page}" perpage="{$option.limit}" total="{$option.count}" />
                </xen:if>
            </xen:if>
            </xen:contentcheck>
        </div>
        </xen:if>
    </div>
    EWRblock_RecentNews.css
    Mã:
    #recentNews .sectionMainportal {
        border: 0 none;
        box-shadow: 0 0 1px #333;
        padding: 0;
    }
    #recentNews .subHeadingportal {
        background: #F1F1EC url('styles/flexile/flexile/navigation-tab.png') repeat-x top;
       
    }
    .recentNews .subHeadingportal a.newsTitle {
        font-size: 18px;
        font-weight: 00;
    }
    .recentNews .subHeadingportal { margin: -10px -10px 10px; }
    .recentNews .subHeadingportal a { color: #333; }
    .recentNews .messageUserBlock { float: right; margin-left: 10px; }
    .recentNews .newsDate { float: left; margin: 0px 10px 10px 0px; padding: 0px 10px 5px; width: 35px; font-weight: bold; text-align: center; }
    .recentNews .newsDate .newsMonth { padding: 10px 0px 5px !important; margin: 0px -10px 5px !important; text-transform: uppercase; }
    .recentNews .newsDate .newsDay { font-size: 26px; }
    .recentNews .leftDate .newsDate { margin-left: -45px; }
    .recentNews .leftDate .newsText {
    text-align: justify;
    }
    .recentNews .messageContent { font-size: 13px; }
    .recentNews .messageContent .postedBy { margin-bottom: 10px; padding-bottom: 5px; border-bottom: 1px dashed @primaryLighterStill; }
    .recentNews .messageContent .username { font-weight: bold; }
    .recentNews .messageContent .posted { background: transparent url('@imagePath/xenforo/icons/sticky.png') no-repeat left bottom; padding-left: 20px; }
    .recentNews .messageContent .views { float: right; background: transparent url('@imagePath/xenforo/widgets/discussion-new.png') no-repeat left bottom; padding-left: 20px; font-weight: bold; }
    .recentNews .messageContent .comments { float: right; background: transparent url('@imagePath/xenforo/widgets/discussion-new.png') no-repeat left bottom; padding-left: 20px; font-weight: bold; }
    .recentNews .messageContent .clearFix { clear: right; }
    .recentNews .sectionFooterportal { margin: 0 -10px -10px; text-align: right; position: relative; }
    .recentNews .sectionFooterportal .continue { padding: 6px; font-size: 12px; }
    .recentNews .sectionFooterportal .continue a { background: transparent url('@imagePath/xenforo/icons/redirect.png') no-repeat left bottom; padding-left: 20px; }
    .recentNews .sectionFooterportal .continue a:hover { text-decoration: none; }
    .recentNews .sectionFooterportal .source { padding-top: 6px; float: left; }
    .recentNews .sectionFooterportal .sharePage { position: absolute; }
    .recentNews .sectionFooterportal .shareControl { margin-top: 4px !important; }
     
    BangKyung thích bài này.
  5. ssssssssss

    ssssssssss Active Member

    Bài viết:
    763
    Likes :
    298
    tự làm cho lên tay cái nào ko biết thì hỏi chứ nhờ mà ai có thời gian đâu làm cho
     
  6. BangKyung

    BangKyung Member

    Bài viết:
    95
    Likes :
    16
    thanks bác
     
  7. chamhet225

    chamhet225 Member

    Bài viết:
    146
    Likes :
    39
    @End bác chuyển về tự động nhận thread,thumnail,ngày tháng, page cho mình với ! làm mãi ko được css thì oke rồi
    PHP:
    <xen:require css="EWRblock_RecentNews1.css" />

    <
    div class="tab-blocknew">

    <
    div id="Block1">
    <
    div class="block-title"><a href="/" title="Tin tức"><span>TIN TỨC THỊ TRƯỜNG</span></a></div>
    <
    ul class="block1">
       <
    li>
            <
    div class="block-content" id="584">
                <
    div class="img-thumb">
             
                                    <
    a href="threads/tren-tay-oppo-n3-tai-viet-nam-phu-kien-o-cilck-vocc-gia-gan-14-trieu.584.html" class="pin_pic_img_a"><img src="https://photo.tinhte.vn/store/2015/01/2725372_Oppo_N3_Chinh_Hang-2.jpg" alt="https://photo.tinhte.vn/store/2015/01/2725372_Oppo_N3_Chinh_Hang-2.jpg"></a>
                </
    div>
                <
    div class="thread-info">
                <
    a href="threads/tren-tay-oppo-n3-tai-viet-nam-phu-kien-o-cilck-vocc-gia-gan-14-trieu.584.html" title="Trên tay Oppo N3 tại Việt Nam.Phụ kiện O-Cilck,VOCC,giá gần 14 triệu" class="title">Trên tay Oppo N3 tại Việt Nam.Phụ kiện...</a>
         
                <
    class="desc">Bài viết này xin
        đánh giá Oppo N3
        Trên tay Oppo N3
        chính hãng vừa bán tại Việt Nam
        Sau R5 thì Oppo N3 cũng
    ...</p>
                  <
    div class="posted">           
          <
    span class="dateTime"><abbr class="DateTime" style="
            color: rgb(202, 202, 202)" 
    data-time="1421757903" data-diff="100130" data-datestring="20/1/15" data-timestring="19:45" title="20/1/15 lúc 19:45">Hôm qualúc 19:45</abbr>
            <
    img alt="Time" style="-webkit-user-select: none;float: left;" src="styles/default/xenforo/icon_clock.png" title="Time">
            </
    span>
       
           </
    div>
          
                </
    div>
            </
    div>
            </
    li>

            <
    li>
            <
    div class="block-content" id="577">
                <
    div class="img-thumb">
                      <
    a href="threads/nhung-smartphone-noi-bat-vua-trinh-lang-tai-viet-nam.577.html" class="pin_pic_img_a"><img src="http://img.v3.news.zdn.vn/w660/Uploaded/Aohuouk/2015_01_20/11_Lumia_930_1.JPG" alt="http://img.v3.news.zdn.vn/w660/Uploaded/Aohuouk/2015_01_20/11_Lumia_930_1.JPG"></a>
          </
    div>
                <
    div class="thread-info">
                <
    a href="threads/nhung-smartphone-noi-bat-vua-trinh-lang-tai-viet-nam.577.html" title="Những smartphone nổi bật vừa trình làng tại Việt Nam" class="title">Những smartphone nổi bật vừa trình làng...</a>
            
         
                <
    class="desc">Một số sản phẩm chính hãng như BlackBerry ClassicGalaxy Core Primethị trường xách tay cũng đón nhận loạt...</p>
               
                 <
    div class="posted">           
      <
    span class="dateTime"><abbr class="DateTime" style="
        color: rgb(202, 202, 202)" 
    data-time="1421736242" data-diff="121791" data-datestring="20/1/15" data-timestring="13:44" title="20/1/15 lúc 13:44">Hôm qualúc 13:44</abbr>
        <
    img alt="Time" style="-webkit-user-select: none;float: left;" src="styles/default/xenforo/icon_clock.png" title="Time">
        </
    span>
       
           </
    div>
        
                </
    div>
            </
    div>
            </
    li>

            <
    li>
            <
    div class="block-content" id="576">
                <
    div class="img-thumb">
                             <
    a href="threads/danh-gia-chi-tiet-samsung-galaxy-core-prime-gia-3-2-trieu-tai-vn.576.html" class="pin_pic_img_a"><img src="http://img.v3.news.zdn.vn/w660/Uploaded/mzdyv/2015_01_20/2_Galaxy_Core_Prime_zing.JPG" alt="http://img.v3.news.zdn.vn/w660/Uploaded/mzdyv/2015_01_20/2_Galaxy_Core_Prime_zing.JPG"></a>
           </
    div>
                <
    div class="thread-info">
                <
    a href="threads/danh-gia-chi-tiet-samsung-galaxy-core-prime-gia-3-2-trieu-tai-vn.576.html" title="Đánh giá chi tiết Samsung Galaxy Core Prime giá 3,2 triệu tại VN" class="title">Đánh giá chi tiết Samsung Galaxy Core...</a>
         
                <
    class="desc">Hãng điện thoại đến từ Hàn Quốc vừa tung ra mẫu Galaxy Core Prime mang nét thiết kế mới ở phân khúc giá rẻ...</p>
               
                 <
    div class="posted">           
      <
    span class="dateTime"><abbr class="DateTime" style="
        color: rgb(202, 202, 202)" 
    data-time="1421735993" data-diff="122040" data-datestring="20/1/15" data-timestring="13:39" title="20/1/15 lúc 13:39">Hôm qualúc 13:39</abbr>
        <
    img alt="Time" style="-webkit-user-select: none;float: left;" src="styles/default/xenforo/icon_clock.png" title="Time">
        </
    span>
       
           </
    div>
            </
    div>
            </
    div>
            </
    li>

            <
    li>
            <
    div class="block-content" id="575">
                <
    div class="img-thumb">
                               <
    a href="threads/sony-xperia-z4-da-duoc-cap-giay-chung-nhan-tai-my.575.html" class="pin_pic_img_a"><img src="http://images.danviet.vn/Uploaded/nguyenvanthanh/2015_01_19/EMYU0_LKKM.jpg.ashx?width=415" alt="http://images.danviet.vn/Uploaded/nguyenvanthanh/2015_01_19/EMYU0_LKKM.jpg.ashx?width=415"></a>
                   
                </
    div>
                <
    div class="thread-info">
                <
    a href="threads/sony-xperia-z4-da-duoc-cap-giay-chung-nhan-tai-my.575.html" title="Sony Xperia Z4 đã được cấp giấy chứng nhận tại Mỹ" class="title">Sony Xperia Z4 đã được cấp giấy chứng...</a>
            
         
                <
    class="desc">Một thiết bị cao cấp của Sony vừa được Ủy ban Truyền thông Liên bang Mỹ (FCCcấp giấy chứng nhậnmặc dù...</p>
               
                 <
    div class="posted">           
      <
    span class="dateTime"><abbr class="DateTime" style="
        color: rgb(202, 202, 202)" 
    data-time="1421730930" data-diff="127103" data-datestring="20/1/15" data-timestring="12:15" title="20/1/15 lúc 12:15">Hôm qualúc 12:15</abbr>
        <
    img alt="Time" style="-webkit-user-select: none;float: left;" src="styles/default/xenforo/icon_clock.png" title="Time">
        </
    span>
       
           </
    div>
          
                </
    div>
            </
    div>
            </
    li>
        <
    li>
            <
    div class="block-content" id="574">
                <
    div class="img-thumb">
                   
                                    <
    a href="threads/cac-meo-hay-khi-dung-iphone.574.html" class="pin_pic_img_a"><img src="http://m.f5.img.vnecdn.net/2015/01/20/search-safari-1-1260-1421718907.jpg" alt="http://m.f5.img.vnecdn.net/2015/01/20/search-safari-1-1260-1421718907.jpg"></a>
               
                </
    div>
                <
    div class="thread-info">
                <
    a href="threads/cac-meo-hay-khi-dung-iphone.574.html" title="Các mẹo hay khi dùng Iphone" class="title">Các mẹo hay khi dùng Iphone</a>
            
         
                <
    class="desc">Bài viết này sẽ hướng dẫn cho các bạn các mẹo hay khi dùng iphone như :Lắc để hoàn táchẹn giờ tắt nhạcmở...</p>
               
                 <
    div class="posted">           
      <
    span class="dateTime"><abbr class="DateTime" style="
        color: rgb(202, 202, 202)" 
    data-time="1421730573" data-diff="127460" data-datestring="20/1/15" data-timestring="12:09" title="20/1/15 lúc 12:09">Hôm qualúc 12:09</abbr>
        <
    img alt="Time" style="-webkit-user-select: none;float: left;" src="styles/default/xenforo/icon_clock.png" title="Time">
        </
    span>
       
           </
    div>
          
                </
    div>
            </
    div>
            </
    li>

            <
    li>
            <
    div class="block-content" id="573">
                <
    div class="img-thumb">
                   
                                    <
    a href="threads/trinh-lang-toyota-prius-2015-sieu-tiet-kiem-nhien-lieu.573.html" class="pin_pic_img_a"><img src="http://img.vietnamplus.vn/t660/Uploaded/jatmtb/2015_01_20/2012015Prius_2015.jpg" alt="http://img.vietnamplus.vn/t660/Uploaded/jatmtb/2015_01_20/2012015Prius_2015.jpg"></a>
              
                </
    div>
                <
    div class="thread-info">
                <
    a href="threads/trinh-lang-toyota-prius-2015-sieu-tiet-kiem-nhien-lieu.573.html" title="Trình làng Toyota Prius 2015 &quot;siêu&quot; tiết kiệm nhiên liệu" class="title">Trình làng Toyota Prius 2015 "siêu"...</a>
            
         
                <
    class="desc">Hãng sản xuất ôtô hàng đầu Nhật Bản Toyota ngày 20/1 đã công bố kế hoạch tung ra thị trường nội địa dòng xe...</p>
               
                 <
    div class="posted">           
      <
    span class="dateTime"><abbr class="DateTime" style="
        color: rgb(202, 202, 202)" 
    data-time="1421730228" data-diff="127805" data-datestring="20/1/15" data-timestring="12:03" title="20/1/15 lúc 12:03">Hôm qualúc 12:03</abbr>
        <
    img alt="Time" style="-webkit-user-select: none;float: left;" src="styles/default/xenforo/icon_clock.png" title="Time">
        </
    span>
       
           </
    div>
          
                </
    div>
            </
    div>
            </
    li>


    </
    ul>       
    </
    div>

    <
    div class="PageNav" data-page="2" data-range="2" data-start="2" data-end="6" data-last="20" data-sentinel="{{sentinel}}" data-baseurl="articles/?page=%7B%7Bsentinel%7D%7D">

        <
    nav>
           
                <
    a href="articles/" class="text">&ltTrước</a>
           
            <
    a href="articles/" class="" rel="start">1</a>
           
           
                <
    class="PageNavPrev hidden" style=""><b></b></a> <span class="scrollable"><span class="items">
           
           
           
                <
    a href="articles/?page=2" class="currentPage ">2</a>
           
                <
    a href="articles/?page=3" class="">3</a>
           
                <
    a href="articles/?page=4" class="">4</a>
       
                </
    span></span> <class="PageNavNext " style=""></a>
           
           
            <
    a href="articles/?page=20" class="">20</a>
           
           
                <
    a href="articles/?page=3" class="text">Tiếp &gt;</a>
           
        </
    nav>   

    </
    div>

        </
    div>
     
comments powered by Disqus

Chia sẻ trang này

Đang tải...