闸门小程序接口

This commit is contained in:
2025-07-07 02:12:33 +08:00
commit cdc59b4598
67 changed files with 1860 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
<!DOCTYPE html><!--HTML5 doctype-->
<html>
<head>
<title><?=$top_title?></title>
<meta http-equiv="Content-type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta name="apple-mobile-web-app-capable" content="yes" />
<META HTTP-EQUIV="Pragma" CONTENT="no-cache">
<script type="text/javascript" src="http://lib.sinaapp.com/js/jq.mobi/1.0/jq.mobi.min.js"></script>
<script type="text/javascript" src="http://lib.sinaapp.com/js/jq.mobi/1.0/jq.ui.min.js"></script>
</head>
<body>
<div id="jQUi">
<?php
$tfile = 'view' . DS . 'layout' . DS . g('layout') . DS . g('c') . DS . g('a') . '.tpl.html' ;
if( file_exists( AROOT . $tfile ) ) include( AROOT . $tfile );
else @include( CROOT . $tfile );
?>
</div>
</body>
</html>
@@ -0,0 +1 @@
mobile version of LP3. Modify AROOT/view/layout/mobile/default/index.tpl.html to change this.
@@ -0,0 +1 @@
<div class="cbox">这是一个for Mobile设备的页面,加载了JQ.Mobi</div>