init
This commit is contained in:
23
core/template/error.html
Normal file
23
core/template/error.html
Normal file
@@ -0,0 +1,23 @@
|
||||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>错误信息</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=0" />
|
||||
<meta name="apple-mobile-web-app-capable" content="yes" />
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
<div style="margin-left:10%;margin-top:5%;">
|
||||
<div style="margin-bottom:20px;"><img src="{coredir}/template/face02.png" height="120"></div>
|
||||
<div style="font-size:20px;margin-bottom:20px;">{info} <span id="time" style="font-size:18px;"></span></div>
|
||||
<div><span style="font-size:12px;border-top:1px solid #ccc;color:#ccc;padding-top:2px;">
|
||||
程序版本:{appversion}
|
||||
</span></div>
|
||||
</div>
|
||||
|
||||
{js}
|
||||
|
||||
</body>
|
||||
</html>
|
||||
BIN
core/template/face01.png
Normal file
BIN
core/template/face01.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 7.5 KiB |
BIN
core/template/face02.png
Normal file
BIN
core/template/face02.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 7.1 KiB |
20
core/template/success.html
Normal file
20
core/template/success.html
Normal file
@@ -0,0 +1,20 @@
|
||||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>成功信息</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=0" />
|
||||
<meta name="apple-mobile-web-app-capable" content="yes" />
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
<div style="margin-left:10%;margin-top:5%;">
|
||||
<div style="margin-bottom:20px;"><img src="{coredir}/template/face01.png" height="120"></div>
|
||||
<div style="font-size:20px;">{info} <span id="time" style="font-size:18px;"></span></div>
|
||||
</div>
|
||||
|
||||
{js}
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user