2Hi.Biz
Trang chủ | TWIG | Xtscript | Templates | Xtgem
Share code auto wap/web xtgem bằng xtscript | Share code | Xtgem - 2Hi.Biz
▼ Share code auto wap/web xtgem bằng xtscript
* Tom_2Hi
- Cấp bậc: mem
24-03-2015
B1 - Làm trang chuyển style trước:
Tạo file tênstylengang với index chèn code này vào
<!--parser:xtscript-->
get style
if $style
call cookie::set $name=auto; $val=$style; $expire=31556926;
else
call cookie::set $name=auto; $val=mobile; $expire=31556926;
endif
<!--/parser:xtscript-->
<div class="phdr">Đổi giao diện</div><div class="list1">
<form name="loading">
<div align="center">
<p style="margin-top: 0pt; margin-bottom: 0pt"><input name="chart" size="50" style="font-family: Arial; font-size: 20px; font-weight: bolder; color: #0066ff; background-color: #ffffff; padding: 0px; border-style: none" type="text" /><br />
<input name="percent" style="font-family: Verdana; font-size: 16px; font-weight: bolder; color: #0066ff; background-color: #ffffff; padding: 0px; border-style: none; text-align: center" type="text" /><br />
<script>
var bar = 0
var line = "II"
var amount ="II"
count()
function count(){
bar= bar+2
amount =amount + line
document.loading.chart.value=amount
document.loading.percent.value=bar+"%"
if (bar<100)
{setTimeout("count()",8);}
else
{window.location = "<xt id="referer" local="y" default="http://vip10x.tk">";}
}</script></p></div></form>
<font color="green">Đang tải giao diện....<br/>
Nếu trang không tự tải lại xin <a href="<xt id="referer" local="y" default="http://vip10x.tk">">Click vào đây >></a></font>
  </div>

B2 - Tạo hoặc sửa _header với code này:
<!--parser:xtscript-->
var $device = <xt:get_device_template />
var $auto= call cookie::get $name=auto;$default=$device;
if $auto== web
Print {{Viết tất cả nội dung header cho trang web vào đây}}
Else
Print {{Viết tất cả nội dung header cho wap vào đây}}
Endif
  <!--/parser:xtscript-->

B3 - Tạo hoặc sửa _footer với code này:
<!--parser:xtscript-->
var $device = <xt:get_device_template />
var $auto= call cookie::get $name=auto;$default=$device;
if $auto== web
Print {{Viết tất cả nội dung footer cho trang web vào đây}}
Print {{<a href="/style?style=mobile">Mobile version</a>}}
Else
Print {{Viết tất cả nội dung footer cho wap vào đây}}
Print {{<a href="/style?style=web">Web version</a>}}
Endif
  <!--/parser:xtscript-->
- Edited:  Tom_2Hi )
24-03-2015
▲ Tổng số: 1
- Share:
BBCode:

Link:
Online: Guests: 1

Từ khóa: code , wap/web , auto , code , Share