<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>添加产品-号卡推广管理平台</title>
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="//at.alicdn.com/t/font_1658828_vud4w73neg.css">
<link rel="stylesheet" href="css/style.css">
</head>
<body class="bg-light">
<?php
session_start();
if (isset($_SESSION["username"])) {
?>
<nav class="navbar navbar-expand-sm navbar-dark bg-dark">
<a class="navbar-brand" href="#">
<img src="other/avatar.jpg" width="30" height="30" alt="">
号卡推广管理平台
</a>
<ul class="navbar-nav ml-auto">
<li class="nav-item dropdown">
<a class="nav-link" href="user.php" id="navbarDropdown" data-toggle="dropdown">
个人中心
</a>
</li>
</ul>
</nav>
<div class="container-fluid vh-100">
<div class="row h-100">
<div class="col-2 bg-white border-right nav-left p-0">
<div class="row text-center mt-3 px-5">
<a href="add.php" class="btn btn-primary rounded-0 col">添加产品</a>
</div>
<div class="list-group list-group-flush border-top border-bottom mt-3 text-center">
<li class="list-group-item list-group-item-action">
<a href="index.php" class="text-decoration-none text-secondary">
<i class="iconfont icon-home pr-1"></i>管理首页
</a>
</li>
<li class="list-group-item list-group-item-action">
<a href="list.php" class="text-decoration-none text-secondary">
<i class="iconfont icon-neirongguanli pr-1"></i>产品管理
</a>
</li>
<li class="list-group-item list-group-item-action">
<a href="system.php" class="text-decoration-none text-secondary">
<i class="iconfont icon-zhanghuguanli pr-1"></i>系统管理
</a>
</li>
</div>
</div>
<div class="col-10">
<div class="p-3 border mb-3 bg-white d-flex justify-content-between">
<h4>号卡产品管理
</h4>
<a href="loginout.php" class="text-dark text-decoration-none"><i class="iconfont icon-tuichu pr-1"></i>退出</a>
</div>
<div class="row mt-3">
<div class="col">
<div class="card">
<div class="card-header bg-primary text-white d-flex justify-content-between">
<h6 class="mb-0 align-self-center">产品列表</h6>
</div>
<div class="card-body">
<form name="form1" id="form1" method="post" action="deleteall.php">
<table class="table table-striped text-center ">
<?php
include_once("../untils/conn.php");
mysqli_query($con, "set names utf8");
if ($con) {
if ($db) {
//获取数据总行数
$sql = "select * from list";
$data = mysqli_query($con, $sql);
$maxrows = mysqli_num_rows($data);
//计算总页数
$page_size = 10; //每页显示数
if ($maxrows % $page_size == 0) {
$maxpage = (int)($maxrows / $page_size);
} else {
$maxpage = (int)($maxrows / $page_size) + 1;
}
//获取当前页
if (isset($_GET['curpage'])) {
$page = $_GET['curpage'];
} else {
$page = 1;
}
//分段取出数据
$start = $page_size * ($page - 1);
$get_sql = "select * from list limit $start,$page_size";
//得到数据显示
$data = mysqli_query($con, $get_sql);
?>
<thead>
<tr>
<th colspan="2">ID</th>
<th>名称</th>
<th>介绍</th>
<th>主图</th>
<th>运营商</th>
<th>时长</th>
<th>下单地址</th>
<th>操作</th>
</tr>
</thead>
<tbody>
<?php
while ($row = mysqli_fetch_array($data)) {
?>
<tr>
<td style="width:50px;">
<input type="checkbox" name="chk[]" id="chk" value="<?php echo $row["id"]; ?>" /> <?php echo $row["id"] ?>
</td>
<td>
</td>
<td><?php echo $row["name"] ?>
</td>
<td><?php echo $row["jieshao"] ?>
</td>
<td><img src="<?php echo $row["zhutu"] ?>" alt="" style="width:60px;">
</td>
<td style="width:100px;"><?php echo $row["yys"] ?>
</td>
<td><?php echo $row["ltime"] ?>
</td>
<td><?php echo $row["link"] ?></td>
<td style="width:150px;">
<a href=update.php?id=<?php echo $row['id'] ?> class="btn btn-success btn-sm">修改</a>
<a href="delete.php?id=<?php echo $row['id'] ?>" onclick=" return del()" class="btn btn-danger btn-sm">删除</a>
</td>
</tr>
<?php
}
?>
</tbody>
<tfoot>
<tr>
<td colspan="5"><a href="" class="btn btn-info btn-sm" onclick="return chek()">全选/取消</a> <input type="submit" onclick="return del();" class="btn btn-warning btn-sm" value="删除选择" /></td>
<td colspan="3">
<?php
echo "<p>共 $maxpage 页 ";
echo "每页 $page_size 项 ";
//设置上一页
if ($page > 1) {
$prepage = $page - 1;
echo "<a href='?curpage=$prepage'>上一页</a> ";
}
//设置下一页
if ($page < $maxpage) {
$nextpage = $page + 1;
echo "<a href='?curpage=$nextpage'>下一页</a> ";
}
echo " 第 $page 页</p>";
}
}
?></td>
</tr>
</tfoot>
</table>
百创科技
- 粉丝: 2056
- 资源: 261
最新资源
- 使用群晖NAS搭建虚拟机
- 基于minifly的学习源码-本人耗时五年完善的稳定源码移植于minifly上,不带操作系统,直接操作寄存器,代码简洁明了,算法基于数学公式,便于学习数学知识
- 基于motorcad设计的外转子发电机,磁钢采用FB6B铁氧体 ,不等匝绕组,输出功率2.3KW 定子外径156 3200RPM,18极27槽永磁同步发电机(PMSG)设计案例.
- 电力电子、电机驱动、数字滤波器matlab simulink仿真模型实现及相关算法的C代码实现 配置C2000 DSP ADC DAC PWM定时器 中断等模块,提供simulink与DSP的联合仿
- 视觉系统程序,新能源电池检测 1、支持4个相机 2、实现Profinet网卡通信 3、实现日志功能 4、实现图像存储功能 5、实现电芯有无判断、电芯和端板涂胶检测
- 基于51单片机的电子时钟设计
- 西门子smart200与汇川变频器 Modbus RTU控制程序 步科触摸屏程序 振捣控制系统 汇川变频器手册
- C#上位机与西门子plc通信,实现伺服控制与数字量控制 提供C#源代码,plc测试程序
- 45.<资源>番茄钟3.0 无代码 C#例子 WPF例子
- stm32f103的Bootloader IAP串口升级stm32f103的Bootloader IAP串口升级st m32固件的学习资料,成熟产品方案已经用在批量产品上,资料包括上位机(电脑端)运行
- 基于Spark的电商用户行为分析系统-源码+课设论文(本科期末课程设计).zip
- Qt C++pdf阅读器源码 上下翻页 精美工具栏 支持ofd格式 1. 仿WPS界面 2. 预览PDF文件 3. 支持PDF预览放大,缩小 4. 支持目录预览查看 5. 支持目录点击跳转页查
- RDM(radis桌面工具)
- 西门子s7 200smart与3台台达VFD-M变频器通讯目标:用触摸屏和西门子smart 控制3台台达变频器通讯 器件:西门子s7 200 smart PLC,3台台达VFD-M变频器,昆仑通态触摸
- 基于51单片机的电子密码锁设计
- Qt5工业上位机源码 工业电子称 无线扫码器 串口的使用 Qt5.14可运行 Qt5工业上位机应用! 一套完整工程! 工业电子称使用, 无线扫码枪的使用, 串口的使用 使用Qt5.14 用QtCrea
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈