首页 > Web开发 > 详细

第一个程序,activitylist.jsp

时间:2018-08-17 11:04:01      阅读:185      评论:0      收藏:0      [点我收藏+]
<%@ page language="java" contentType="text/html; charset=utf-8" pageEncoding="utf-8"%>
<%@ taglib uri = "http://java.sun.com/jsp/jstl/core" prefix = "c" %>
<!DOCTYPE html>
<html lang="${currentLang}">
<head>
<%@ include file="../common/head.jsp"%>
<style>
#addList{padding-right:0px !important;}
#editList{padding-right:0px !important;}
</style>
</head>
<body>
<%@ include file="../common/navbar.jsp"%>
<form class="full-page" id="actFrom">

序号 活动分类名称 活动分类描述
${idx.count} ${cate.cateName} ${cate.cateDesc}
<%@ include file="../common/footer.jsp"%>

第一个程序,activitylist.jsp

原文:http://blog.51cto.com/pwgan/2161046

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!