Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
online_debug
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
template admin
online_debug
Commits
15389a49
Commit
15389a49
authored
Jan 06, 2020
by
liujiangnan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
删除多余框架,只留jquery
parent
439086a1
Changes
4
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
58 deletions
+10
-58
index.html
form/index.html
+2
-5
index.html
index/index.html
+3
-53
.keep
lib/js/.keep
+0
-0
jquery-1.12.3.min.js
lib/js/jquery-1.12.3.min.js
+5
-0
No files found.
form/index.html
View file @
15389a49
...
...
@@ -4,12 +4,9 @@
<meta
charset=
"UTF-8"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<meta
http-equiv=
"X-UA-Compatible"
content=
"ie=edge"
>
<base
href=
""
>
<title>
h5-template-generator
</title>
<script
src=
"http://cdn.bootcss.com/jquery/3.4.1/jquery.min.js"
></script>
<link
href=
"https://cdn.jsdelivr.net/npm/bootstrap@3.3.7/dist/css/bootstrap.min.css"
rel=
"stylesheet"
>
<script
src=
"https://cdn.jsdelivr.net/npm/bootstrap@3.3.7/dist/js/bootstrap.min.js"
></script>
<script
type=
"text/javascript"
src=
"/lib/js/jquery-1.12.3.min.js"
></script>
<script
type=
"text/javascript"
src=
"http://teach.cdn.ireadabc.com/h5template/h5-static-lib/js/air.js"
></script>
</head>
<body>
...
...
index/index.html
View file @
15389a49
...
...
@@ -7,62 +7,12 @@
<base
href=
""
>
<title>
h5-template-generator
</title>
<script
src=
"http://cdn.bootcss.com/jquery/3.4.1/jquery.min.js"
></script>
<link
href=
"https://cdn.jsdelivr.net/npm/bootstrap@3.3.7/dist/css/bootstrap.min.css"
rel=
"stylesheet"
>
<link
href=
"./index.css"
rel=
"stylesheet"
>
<script
src=
"https://cdn.jsdelivr.net/npm/bootstrap@3.3.7/dist/js/bootstrap.min.js"
></script>
<script
type=
"text/javascript"
src=
"http://teach.cdn.ireadabc.com/h5template/h5-static-lib/js/air.js"
></script>
</head>
<body>
<!-- 编辑区域 -->
<div
class=
"edit-form container-fluid"
>
<div
class=
"alert alert-danger"
role=
"alert"
></div>
<div
class=
"row"
>
<div
class=
"img-area col-xs-6 col-sm-6 col-md-6 col-lg-6"
>
<input
class=
"check-item"
type=
"checkbox"
value=
"1"
/>
<img
src=
"../lib/images/jiangzhuang_Img1@3x.png"
class=
"img-thumbnail "
>
</div>
<div
class=
"img-area col-xs-6 col-sm-6 col-md-6 col-lg-6"
>
<input
class=
"check-item"
type=
"checkbox"
value=
"2"
/>
<img
src=
"../lib/images/jiangzhuang_Img2@3x.png"
class=
"img-thumbnail "
>
</div>
<div
class=
"img-area col-xs-6 col-sm-6 col-md-6 col-lg-6"
>
<input
class=
"check-item"
type=
"checkbox"
value=
"3"
/>
<img
src=
"../lib/images/jiangzhuang_Img3@3x.png"
class=
"img-thumbnail "
>
</div>
<div
class=
"img-area col-xs-6 col-sm-6 col-md-6 col-lg-6"
>
<input
class=
"check-item"
type=
"checkbox"
value=
"4"
/>
<img
src=
"../lib/images/jiangzhuang_Img4@3x.png"
class=
"img-thumbnail "
>
</div>
<div
class=
"img-area col-xs-6 col-sm-6 col-md-6 col-lg-6"
>
<input
class=
"check-item"
type=
"checkbox"
value=
"5"
/>
<img
src=
"../lib/images/jiangzhuang_Img5@3x.png"
class=
"img-thumbnail "
>
</div>
<div
class=
"img-area col-xs-6 col-sm-6 col-md-6 col-lg-6"
>
<input
class=
"check-item"
type=
"checkbox"
value=
"6"
/>
<img
src=
"../lib/images/jiangzhuang_Img6@3x.png"
class=
"img-thumbnail "
>
</div>
</div>
<form
class=
"info-area"
>
<div
class=
"form-group"
>
<input
type=
"text"
class=
"form-control"
id=
"praise"
placeholder=
"请填写表扬文本"
>
</div>
<div
class=
"form-group"
>
<input
type=
"date"
class=
"form-control"
id=
"date"
placeholder=
"日期"
>
</div>
<div
class=
"form-group"
>
<input
type=
"text"
class=
"form-control"
id=
"sign"
placeholder=
"老师签名"
>
</div>
<button
type=
"button"
class=
"btn btn-success preview"
>
预览
</button>
</form>
</div>
<!-- 展示区域 -->
<img
id=
"playView"
src=
""
/>
<span
class=
"glyphicon glyphicon-remove text-success close-view"
></span>
</body>
<script
src=
"./index.js"
></script>
...
...
lib/js/.keep
deleted
100644 → 0
View file @
439086a1
lib/js/jquery-1.12.3.min.js
0 → 100644
View file @
15389a49
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment