- Mình là Hoàng Nam, hôm nai mình sẽ hướng dẫn ae auto wap/web 1 cách đơn giản nhất (auto wap/web là khi vào wap bằng điện thoại sẽ khác khi vào wap bằng pc)
- Ae vào tạo 2 thư mục: wap và web, mỗi thư mục tạo 2 tệp head.html và foot.html
- Thiết kế giao diện web ở web/head.html và giao diện wap ở wap/head.html. Tương tự như vậy với foot.html
- Công viêc cuối cùng là tạo ở file browser 2 file _headre và _footer. Vào _header chèn code này vào:
<!--parser:xtscript-->
assign $wapdidong=<xt:get_device_template/>/head.html
call source $file=$wapdidong
call source $file=../$wapdidong
call source $file=../../$wapdidong
call source $file=../../../$wapdidong
call source $file=../../../../$wapdidong
call source $file=../../../../../$twapdidong
call source $file=../../../../../../$wapdidong
call source $file=../../../../../../../$wapdidong
call source $file=../../../../../../../../$wapdidong
call source $file=../../../../../../../../../$wapdidong
call source $file=../../../../../../../../../../$wapdidong
call source $file=../../../../../../../../../../../$wapdidong
call source $file=../../../../../../../../../../../../$wapdidong
<!--/parser:xtscript-->
vào _footter chèn code này:
<!--parser:xtscript-->
assign $wapdidong=<xt:get_device_template/>/foot.html
call source $file=$wapdidong
call source $file=../$wapdidong
call source $file=../../$wapdidong
call source $file=../../../$wapdidong
call source $file=../../../../$wapdidong
call source $file=../../../../../$twapdidong
call source $file=../../../../../../$wapdidong
call source $file=../../../../../../../$wapdidong
call source $file=../../../../../../../../$wapdidong
call source $file=../../../../../../../../../$wapdidong
call source $file=../../../../../../../../../../$wapdidong
call source $file=../../../../../../../../../../../$wapdidong
call source $file=../../../../../../../../../../../../$wapdidong
<!--/parser:xtscript-->