Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mui
Project overview
Project overview
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
Administrator
mui
Commits
ea97dd22
Commit
ea97dd22
authored
Dec 01, 2014
by
hbcui1984
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
删除冗余文件
parent
f475c95f
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
265 deletions
+0
-265
examples/hello-mui/examples/oa-contact-list.html
examples/hello-mui/examples/oa-contact-list.html
+0
-68
examples/hello-mui/examples/oa-contact-main.html
examples/hello-mui/examples/oa-contact-main.html
+0
-85
examples/hello-mui/examples/oa-missives-detail.html
examples/hello-mui/examples/oa-missives-detail.html
+0
-112
No files found.
examples/hello-mui/examples/oa-contact-list.html
deleted
100644 → 0
View file @
f475c95f
<!DOCTYPE html>
<html>
<head>
<meta
charset=
"utf-8"
>
<title>
Hello MUI
</title>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1,maximum-scale=1,user-scalable=no"
>
<meta
name=
"apple-mobile-web-app-capable"
content=
"yes"
>
<meta
name=
"apple-mobile-web-app-status-bar-style"
content=
"black"
>
<link
rel=
"stylesheet"
href=
"../css/mui.min.css"
>
<script
src=
"../js/mui.min.js"
></script>
<script
src=
"../js/app.js"
></script>
<style>
html
,
body
{
background-color
:
#efeff4
;
}
header
.mui-bar
{
display
:
none
;
}
.mui-bar-nav
~
.mui-content
{
padding
:
0
;
}
</style>
<script>
mui
.
init
();
</script>
</head>
<body>
<style
type=
"text/css"
>
.mui-content
>
.mui-table-view
:first-child
{
margin-top
:
0px
;
}
</style>
<div
class=
"mui-content"
>
<ul
class=
"mui-table-view"
>
<li
class=
"mui-table-view-cell"
><a
href=
"#"
>
姓名1
</a></li>
<li
class=
"mui-table-view-cell"
><a
href=
"#"
>
姓名2
</a></li>
<li
class=
"mui-table-view-cell"
><a
href=
"#"
>
姓名3
</a></li>
<li
class=
"mui-table-view-cell"
><a
href=
"#"
>
姓名4
</a></li>
<li
class=
"mui-table-view-cell"
><a
href=
"#"
>
姓名5
</a></li>
<li
class=
"mui-table-view-cell"
><a
href=
"#"
>
姓名6
</a></li>
<li
class=
"mui-table-view-cell"
><a
href=
"#"
>
姓名7
</a></li>
<li
class=
"mui-table-view-cell"
><a
href=
"#"
>
姓名8
</a></li>
<li
class=
"mui-table-view-cell"
><a
href=
"#"
>
姓名9
</a></li>
<li
class=
"mui-table-view-cell"
><a
href=
"#"
>
姓名10
</a></li>
<li
class=
"mui-table-view-cell"
><a
href=
"#"
>
姓名11
</a></li>
<li
class=
"mui-table-view-cell"
><a
href=
"#"
>
姓名12
</a></li>
<li
class=
"mui-table-view-cell"
><a
href=
"#"
>
姓名13
</a></li>
<li
class=
"mui-table-view-cell"
><a
href=
"#"
>
姓名14
</a></li>
<li
class=
"mui-table-view-cell"
><a
href=
"#"
>
姓名15
</a></li>
<li
class=
"mui-table-view-cell"
><a
href=
"#"
>
姓名16
</a></li>
<li
class=
"mui-table-view-cell"
><a
href=
"#"
>
姓名17
</a></li>
<li
class=
"mui-table-view-cell"
><a
href=
"#"
>
姓名18
</a></li>
<li
class=
"mui-table-view-cell"
><a
href=
"#"
>
姓名19
</a></li>
<li
class=
"mui-table-view-cell"
><a
href=
"#"
>
姓名20
</a></li>
</ul>
</div>
<script
type=
"text/javascript"
charset=
"utf-8"
>
mui
.
init
({
optimize
:
false
,
swipeBack
:
true
});
</script>
</body>
</html>
\ No newline at end of file
examples/hello-mui/examples/oa-contact-main.html
deleted
100644 → 0
View file @
f475c95f
<!DOCTYPE html>
<html>
<head>
<meta
charset=
"utf-8"
>
<title>
Hello MUI
</title>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1,maximum-scale=1,user-scalable=no"
>
<meta
name=
"apple-mobile-web-app-capable"
content=
"yes"
>
<meta
name=
"apple-mobile-web-app-status-bar-style"
content=
"black"
>
<link
rel=
"stylesheet"
href=
"../css/mui.min.css"
>
<script
src=
"../js/mui.min.js"
></script>
<script
src=
"../js/app.js"
></script>
<style>
html
,
body
{
background-color
:
#efeff4
;
}
header
.mui-bar
{
display
:
none
;
}
.mui-bar-nav
~
.mui-content
{
padding
:
0
;
}
</style>
<script>
mui
.
init
();
</script>
</head>
<body>
<link
rel=
"stylesheet"
href=
"../css/oa.css"
>
<style>
.mui-table
h4
,
.mui-table
h5
,
.mui-table
.mui-h5
,
.mui-table
.mui-h6
,
.mui-table
p
{
margin-top
:
0
;
}
.mui-table
h4
{
line-height
:
21px
;
font-weight
:
500
;
}
.mui-table
.oa-icon
{
position
:
absolute
;
right
:
0
;
bottom
:
0
;
}
.mui-table
.oa-icon-star-filled
{
color
:
#f14e41
;
}
</style>
<header
class=
"mui-bar mui-bar-nav"
>
<a
class=
"mui-action-back mui-icon mui-icon-left-nav mui-pull-left"
></a>
<h1
class=
"mui-title"
>
通讯录
</h1>
</header>
<nav
class=
"mui-bar mui-bar-tab"
>
<a
class=
"mui-tab-item mui-active"
href=
"tabbar.html"
>
<span
class=
"mui-icon mui-icon-phone"
></span>
<span
class=
"mui-tab-label"
>
Phone
</span>
</a>
<a
class=
"mui-tab-item"
href=
"tabbar-with-chat.html"
>
<span
class=
"mui-icon mui-icon-chat"
></span>
<span
class=
"mui-tab-label"
>
Chat
</span>
</a>
<a
class=
"mui-tab-item"
href=
"tabbar-with-sms.html"
>
<span
class=
"mui-icon mui-icon-sms"
></span>
<span
class=
"mui-tab-label"
>
SMS
</span>
</a>
<a
class=
"mui-tab-item"
href=
"tabbar-with-map.html"
>
<span
class=
"mui-icon mui-icon-map"
></span>
<span
class=
"mui-tab-label"
>
Map
</span>
</a>
</nav>
<script
type=
"text/javascript"
>
mui
.
plusReady
(
function
(){
var
webview
=
plus
.
webview
.
currentWebview
();
var
list
=
plus
.
webview
.
create
(
'
oa-contact-list.html
'
,
'
oa-list
'
,
{
top
:
'
45px
'
,
bottom
:
'
50px
'
});
webview
.
append
(
list
);
});
mui
.
init
({
optimize
:
false
,
swipeBack
:
false
});
</script>
</body>
</html>
\ No newline at end of file
examples/hello-mui/examples/oa-missives-detail.html
deleted
100644 → 0
View file @
f475c95f
<!DOCTYPE html>
<html>
<head>
<meta
charset=
"utf-8"
>
<title>
Hello MUI
</title>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1,maximum-scale=1,user-scalable=no"
>
<meta
name=
"apple-mobile-web-app-capable"
content=
"yes"
>
<meta
name=
"apple-mobile-web-app-status-bar-style"
content=
"black"
>
<link
rel=
"stylesheet"
href=
"../css/mui.min.css"
>
<script
src=
"../js/mui.min.js"
></script>
<script
src=
"../js/app.js"
></script>
<style>
html
,
body
{
background-color
:
#efeff4
;
}
header
.mui-bar
{
display
:
none
;
}
.mui-bar-nav
~
.mui-content
{
padding
:
0
;
}
</style>
<script>
mui
.
init
();
</script>
</head>
<body>
<link
rel=
"stylesheet"
href=
"../css/oa.css"
>
<style>
.mui-segmented-control
{
background-color
:
#f6f6f6
;
border
:
0
;
}
.mui-segmented-control
.mui-control-item
{
border
:
0
;
}
.mui-segmented-control
.mui-control-item
:active
,
.mui-segmented-control
.mui-control-item.mui-active
{
background-color
:
#f6f6f6
;
}
.mui-segmented-control
.mui-control-item.mui-active
.mui-btn
{
color
:
#fff
;
background-color
:
#ee574f
;
border-color
:
#ee574f
;
}
.mui-segmented-control
.mui-control-item
.mui-block
{
color
:
#a7a7a7
;
margin-top
:
5px
;
}
.mui-h5
,
.mui-h6
{
margin-top
:
0
;
}
.mui-input-row
label
{
width
:
45%
;
}
.oa-mute
{
color
:
#8f8f94
;
}
.mui-control-item
.mui-block
{
overflow
:
hidden
;
text-overflow
:
ellipsis
;
white-space
:
nowrap
;
}
</style>
<header
class=
"mui-bar mui-bar-nav"
>
<a
class=
"mui-action-back mui-icon mui-icon-left-nav mui-pull-left"
></a>
<h1
class=
"mui-title"
>
待办详情
</h1>
</header>
<div
class=
"mui-content"
>
<div
class=
"mui-segmented-control"
>
<a
class=
"mui-control-item mui-active"
href=
"#item1mobile"
>
<button
class=
"mui-btn mui-fab mui-btn-mini"
>
<span
class=
"oa-icon oa-icon-pages"
></span>
</button>
<span
class=
"mui-block"
>
正文
</span>
</a>
<a
class=
"mui-control-item"
href=
"#item2mobile"
>
<span
class=
"mui-btn mui-fab mui-btn-mini"
>
<span
class=
"mui-icon mui-icon-search"
></span>
</span>
<span
class=
"mui-block"
>
搜索
</span>
</a>
<a
class=
"mui-control-item"
href=
"#item3mobile"
>
<span
class=
"mui-btn mui-fab mui-btn-mini"
>
<span
class=
"oa-icon oa-icon-gear"
></span>
</span>
<span
class=
"mui-block"
>
流程跟踪
</span>
</a>
<a
class=
"mui-control-item"
href=
"#item4mobile"
>
<span
class=
"mui-btn mui-fab mui-btn-mini"
>
<span
class=
"oa-icon oa-icon-list"
></span>
</span>
<span
class=
"mui-block"
>
意见列表
</span>
</a>
</div>
<div
class=
"mui-content-padded"
>
<span
id=
"item1mobile"
class=
"mui-control-content mui-active"
>
Item 1
</span>
<span
id=
"item2mobile"
class=
"mui-control-content"
>
Item 2
</span>
<span
id=
"item3mobile"
class=
"mui-control-content"
>
Item 3
</span>
<span
id=
"item4mobile"
class=
"mui-control-content"
>
Item 4
</span>
</div>
</div>
</body>
</html>
\ No newline at end of file
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