You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
1.4 KiB
32 lines
1.4 KiB
2 years ago
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<meta charset="UTF-8">
|
||
|
<meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
|
||
|
<title>Basic Layout - jQuery EasyUI Mobile Demo</title>
|
||
|
<link rel="stylesheet" type="text/css" href="../../themes/metro/easyui.css">
|
||
|
<link rel="stylesheet" type="text/css" href="../../themes/mobile.css">
|
||
|
<link rel="stylesheet" type="text/css" href="../../themes/icon.css">
|
||
|
<script type="text/javascript" src="../../jquery.min.js"></script>
|
||
|
<script type="text/javascript" src="../../jquery.easyui.min.js"></script>
|
||
|
<script type="text/javascript" src="../../jquery.easyui.mobile.js"></script>
|
||
|
</head>
|
||
|
<body>
|
||
|
<div class="easyui-navpanel">
|
||
|
<header>
|
||
|
<div class="m-toolbar">
|
||
|
<div class="m-title">Layout</div>
|
||
|
<div class="m-left">
|
||
|
<a href="javascript:void(0)" class="easyui-linkbutton m-back" plain="true" outline="true">Back</a>
|
||
|
</div>
|
||
|
<div class="m-right">
|
||
|
<a href="javascript:void(0)" class="easyui-linkbutton" iconCls="icon-search" plain="true" outline="true">Search</a>
|
||
|
</div>
|
||
|
</div>
|
||
|
</header>
|
||
|
<footer style="padding:2px 3px">
|
||
|
<input class="easyui-textbox" style="width:100%;height:32px;" data-options="prompt:'Type something here',buttonText:'<span style=\'padding:0 15px\'>Send</span>'">
|
||
|
</footer>
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|