第一个程序,activitylist.jsp

<%@ 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"%>

猜你喜欢

转载自blog.51cto.com/pwgan/2161046