Initial project files: BESCMS full source
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
{if IS_DEV && IS_OEM_CMS}
|
||||
<html>
|
||||
<head>
|
||||
<link href="{THEME_PATH}assets/global/css/admin.min.css?v={CMF_UPDATE_TIME}" rel="stylesheet" type="text/css" />
|
||||
<script src="{THEME_PATH}assets/global/plugins/bootstrap/js/bootstrap.min.js?v={CMF_UPDATE_TIME}" type="text/javascript"></script>
|
||||
</head>
|
||||
<body class="page-content-white">
|
||||
<div style="{if \Phpcmf\Service::IS_MOBILE_USER()} padding:100px 10px 10px 10px; {else}padding:220px;{/if}text-align: center">
|
||||
<a href="{$url}" class="btn default btn-block">{dr_lang('单击下方链接进行访问该页面,关闭开发模式后将自动跳转')}</a>
|
||||
<p>{$url}</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
{else}
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="refresh" content="0;url={$url}">
|
||||
</head>
|
||||
<body style="background: url({THEME_PATH}assets/images/loading-0.gif);background-position: center;background-color: #fff;background-repeat: no-repeat;"> </body>
|
||||
</html>
|
||||
{/if}
|
||||
Reference in New Issue
Block a user