代码:
<!DOCTYPE html>
<html lang="zh-cn">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<meta name="renderer" content="webkit">
<title></title>
<link rel="stylesheet" href="__PUBLIC__/agent/css/pintuer.css">
<link rel="stylesheet" href="__PUBLIC__/agent/css/admin.css">
<link rel="stylesheet" href="__PUBLIC__/agent/layui/css/layui.css" media="all">
<style>
.pull-left{float:left;}
.pull-right{float:right;}
.pt10{padding-top:10px;}
.bg-cc{background:#ccc;}
</style>
</head>
<body>
<form method="post" action="">
<div class="panel admin-panel">
<div class="panel-head">
<div class="clearfix">
<div class="pull-left pt10">
<strong class="icon-reorder">{$typename}-订单列表</strong>
</div>
<div class="pull-right">
<ul class="search">
<li>
<button type="button" class="button border-green" id="checkall">
<span class="icon-check"></span> 全选
</button>
<button type="button" class="button border-red" onclick="Submit()">
<span class="icon-trash-o"></span> 批量删除
</button>
</li>
</ul>
</div>
</div>
</div>
<div class="panel-body">