C5ZONE
CHÀO MỪNG BẠN ĐÃ GHÉ THĂM DIỄN ĐÀN C5Zone


Bạn nên đăng nhập hoặc đăng ký thì mới xem được những nội dung chính của DIỄN ĐÀN. Việc đăng nhập hoặc đăng ký làm thành viên không tốn phí gì đâu. bạn yên tâm.
Bạn cũng có thể cứ làm khách vẫn xem được một phần nội dung của Diễn đàn, nhưng bị nhiều hạn chế hạn chế ở các chuyên mục như: không xem được ảnh, không nhìn thấy link ...

< /form>< /div>< /div>
C5ZONE
CHÀO MỪNG BẠN ĐÃ GHÉ THĂM DIỄN ĐÀN C5Zone


Bạn nên đăng nhập hoặc đăng ký thì mới xem được những nội dung chính của DIỄN ĐÀN. Việc đăng nhập hoặc đăng ký làm thành viên không tốn phí gì đâu. bạn yên tâm.
Bạn cũng có thể cứ làm khách vẫn xem được một phần nội dung của Diễn đàn, nhưng bị nhiều hạn chế hạn chế ở các chuyên mục như: không xem được ảnh, không nhìn thấy link ...

< /form>< /div>< /div>
C5ZONE
Would you like to react to this message? Create an account in a few clicks or log in to continue.

C5ZONELog in

We Share


[Share] Skin FMvi ver.2

description[Share] Skin FMvi ver.2 - Page 2 EmptyRe: [Share] Skin FMvi ver.2

more_horiz
mod_most_active_topics

Code:

<div class="module main">
  <div class="starsTitle">
      <span style="float: right; padding-right: 10px;">
        <select id="changeviewrep">
            <option value="most_viewed">Xem nhiều nhất</option>
            <option value="most_active">Trả lời nhiều nhất</option>
        </select>
      </span> 
  </div> 
  <div id="most_active" class="main-content viewrep">
      <ul class="latest_topics">
        <!-- BEGIN TOPIC -->
        <li>
            <span class="leftrecent" style="width:200px!important">
              <a href="{TOPIC.LINK}" title="{TOPIC.NAME}">{TOPIC.NAME}</a>
            </span> 
            <span class="rightnumber">{TOPIC.TITLE}</span>                                                           
        </li>
        <!-- END TOPIC -->
      </ul>
  </div>
</div>

description[Share] Skin FMvi ver.2 - Page 2 EmptyRe: [Share] Skin FMvi ver.2

more_horiz
mod_most_viewed_topics

Code:

<div class="module main">
  <div id="most_viewed" class="main-content viewrep" style="border-bottom-width: 0pt;">
      <ul class="latest_topics">
        <!-- BEGIN TOPIC -->
        <li>
            <span class="leftrecent" style="width:200px!important">
              <a href="{TOPIC.LINK}" title="{TOPIC.NAME}">{TOPIC.NAME}</a>
            </span>
            <span class="rightnumber">{TOPIC.TITLE}</span>                                                           
        </li>
        <!-- END TOPIC -->
      </ul>
  </div>
</div>

description[Share] Skin FMvi ver.2 - Page 2 EmptyRe: [Share] Skin FMvi ver.2

more_horiz
mod_recent_topics

Code:

<!-- BEGIN classical_row -->
<div class="module main recentWidth" style="border-right: 1px solid #DDDDDD">
  <div class="starsTitle" style="position: relative;">
      <h3>Thống kê bài viết mới</h3>
  </div>
  <div id="recentnew" class="main-content" style="border-bottom:0 none;border-left:0 none;border-right:1px solid #DDD!important;border-top:0 none;min-height:363px">
      <ul class="latest_topics" style="padding-left: 20px ! important;">
                    <!-- BEGIN recent_topic_row -->
        <li>
            <span class="leftrecent">
              <a href="{classical_row.recent_topic_row.U_TITLE}">{classical_row.recent_topic_row.L_TITLE}</a>
            </span>
            <span class="imgstatus">
                                  <img width="10px" src="http://i48.servimg.com/u/f48/16/58/89/73/post_o10.png" />
            </span>
            <span class="rightrecent">
              <!-- BEGIN switch_poster -->
              <a href="{classical_row.recent_topic_row.switch_poster.U_POSTER}">{classical_row.recent_topic_row.switch_poster.S_POSTER}</a>
              <!-- END switch_poster -->
              <!-- BEGIN switch_poster_guest -->
              {classical_row.recent_topic_row.switch_poster_guest.S_POSTER}
              <!-- END switch_poster_guest -->
            </span>
            <span class="showpost">
              <a href="javascript:vol(0)" class="firstTopic"> ►</a>
            </span>
            <span class="lastcate">
              {classical_row.recent_topic_row.S_POSTTIME}
            </span>
        </li>
                    <!-- END recent_topic_row -->
      </ul>
  </div>
</div>
<!-- END classical_row -->

description[Share] Skin FMvi ver.2 - Page 2 EmptyRe: [Share] Skin FMvi ver.2

more_horiz
mod_top_post_users_month

Code:

<div class="module main">
  <div id="users_month" class="main-content top-vi" style="display:none">
      <ul class="latest_topics">
        <!-- BEGIN POSTER -->
        <li>
            <span class="leftrecent">
              {POSTER.NAME}
            </span> 
            <span style="float: right">{POSTER.NB_POSTS}</span>                                                           
        </li>
        <!-- END POSTER -->
      </ul>
  </div>
</div>

description[Share] Skin FMvi ver.2 - Page 2 EmptyRe: [Share] Skin FMvi ver.2

more_horiz
mod_top_post_users_week

Code:

<div class="module main">
  <div id="users_week" class="main-content top-vi" style="display:none">
      <ul class="latest_topics">
        <!-- BEGIN POSTER -->
        <li>
            <span class="leftrecent">
              {POSTER.NAME}
            </span> 
            <span style="float: right">{POSTER.NB_POSTS}</span>                                                           
        </li>
        <!-- END POSTER -->
      </ul>
  </div>
</div>

description[Share] Skin FMvi ver.2 - Page 2 EmptyRe: [Share] Skin FMvi ver.2

more_horiz
mod_top_posters

Code:

<div class="module main">
  <div class="starsTitle">
      <span style="float: right; padding-right: 10px;">
        <select id="changeposter">
            <option value="top_posters">Thành viên tích cực nhất</option>
            <option value="active_starters">Tạo chủ đề nhiều nhất</option>
            <option value="users_week">Gửi bài nhiều trong tuần</option>
            <option value="users_month">Gửi bài nhiều trong tháng</option>
        </select>
      </span> 
  </div> 
  <div id="top_posters" class="main-content top-vi">
      <ul class="latest_topics">
        <!-- BEGIN POSTER -->
        <li>
            <span class="leftrecent">
              {POSTER.NAME}
            </span> 
            <span style="float: right">{POSTER.NB_POSTS}</span>                                                           
        </li>
        <!-- END POSTER -->
      </ul>
  </div>
</div>

description[Share] Skin FMvi ver.2 - Page 2 EmptyRe: [Share] Skin FMvi ver.2

more_horiz
calendar_body + calendar_box

Code:

<div class="main">
<form name="_calendar" method="post" action="{S_ACTION}" class="frm-form">
  {CALENDAR_MONTH}
</form>
</div>

Code:

<!-- BEGIN _calendar_box -->
  <div class="main-head clearfix">
        <!-- BEGIN switch_not_anonymous -->
      <p class="left-box" style="width: 5px ! important;"><a href="{_calendar_box.U_PREC}" rel="nofollow"><strong>«</strong></a></p>
      <p class="right-box" style="width: 5px ! important;"><a href="{_calendar_box.U_NEXT}" rel="nofollow"><strong>»</strong></a></p>
        <!-- END switch_not_anonymous -->
      <fieldset class="frm-set center calendar">
        {_calendar_box.S_MONTH} {_calendar_box.S_YEAR} {_calendar_box.S_FORUM_LIST} <input type="submit" value="{_calendar_box.L_GO}" class="button2" />
      </fieldset>
  </div>
 
 
<div class="main-content">
  <table class="table calendar" cellspacing="0" cellpadding="0">
      <thead>
        <tr>
            <!-- BEGIN _cell -->
            <th style="width: {_calendar_box._cell.WIDTH}%;">{_calendar_box._cell.L_DAY}</th>
            <!-- END _cell -->
        </tr>
      </thead>
 
      <!-- BEGIN _row -->
      <tbody>
        <tr>
            <!-- BEGIN _cell -->
 
            <!-- BEGIN switch_filled_no -->
            <td colspan="{_calendar_box._row._cell.SPAN}" style="width: {_calendar_box._row._cell.WIDTH}%;">
               
            </td>
            <!-- END switch_filled_no -->
 
            <!-- BEGIN switch_filled -->
            <td class="row2" colspan="{_calendar_box._row._cell.SPAN}" style="width: {_calendar_box._row._cell.WIDTH}%;" valign="top">
              <p class="row3 center">
                  {_calendar_box._row._cell.U_DATE} 
              </p>
              <ul>
                  <!-- BEGIN _event -->
                  <!-- BEGIN switch_event -->
                  <li>{_calendar_box._row._cell.switch_filled._event.switch_event.EVENT_TYPE}<a rel="nofollow" href="{_calendar_box._row._cell.switch_filled._event.switch_event.U_EVENT}" {_calendar_box._row._cell.switch_filled._event.switch_event.OVERVIEW_MESSAGE} class="{_calendar_box._row._cell.switch_filled._event.switch_event.EVENT_CLASS}">{_calendar_box._row._cell.switch_filled._event.switch_event.EVENT_TITLE}</a></li>
                  <!-- END switch_event -->
 
                  <!-- BEGIN switch_event_no -->
                  <li> </li>
                  <!-- END switch_event_no -->
                  <!-- END _event -->
              </ul>
              <p class="right-event">
                  <!-- BEGIN switch_add_event_day -->
                  <a href="{_calendar_box._row._cell.switch_filled.switch_add_event_day.U_CREATE_EVENT}"><img src="{FOLDER_CALENDAR_IMG}" alt="{L_ADD_EVENT}" title="{L_ADD_EVENT}" /></a>
                  <!-- END switch_add_event_day -->
              </p>
            </td>
            <!-- END switch_filled -->
 
            <!-- END _cell -->
        </tr>
      </tbody>
      <!-- END _row -->
  </table>
  </div>
</form>
<form action="{S_CREATE_EVENT}" method="post">
<div class="main-foot">
  <fieldset class="center">
      <!-- BEGIN switch_add_event -->
      <input type="submit" value="{L_ADD_EVENT}" class="button2" />
      <!-- END switch_add_event -->
  </fieldset>
</div>
 
<!-- END _calendar_box -->

description[Share] Skin FMvi ver.2 - Page 2 EmptyRe: [Share] Skin FMvi ver.2

more_horiz
privacy_tip Permissions in this forum:
You cannot reply to topics in this forum