begin of thinksaas 3.68

Signed-off-by: kevin <kevin@lmve.net>
This commit is contained in:
2023-06-22 13:33:25 +08:00
commit 963ec1b2ea
2746 changed files with 331806 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>ThinkSAAS开源社区</title>
<link rel="stylesheet" href="{SITE_URL}public/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="{SITE_URL}public/bootstrap-icons/bootstrap-icons.css">
<link type="text/css" rel="stylesheet" href="{SITE_URL}app/system/skin/style.css?v=20211103" />
<script src="{SITE_URL}public/js/jquery.min.js" type="text/javascript"></script>
<script src="{SITE_URL}public/bootstrap/js/bootstrap.min.js"></script>
<script>var siteUrl = '{SITE_URL}';</script>
{if is_file('app/'.$GLOBALS['TS_URL']['app'].'/js/admin.js')}
<script src="{SITE_URL}app/{$app}/js/admin.js" type="text/javascript"></script>
{/if}
</head>
<body>