<%@ page contentType="text/html;charset=UTF-8" %> <%@ page import="pebble.*, java.util.HashSet, java.util.Set, pebble.blog.SimpleBlog" %> <%@ taglib uri="http://java.sun.com/jstl/core" prefix="c" %> <%@ taglib uri="http://java.sun.com/jstl/fmt" prefix="fmt" %> <%@ taglib uri="http://java.sun.com/jstl/fmt_rt" prefix="fmt_rt" %> <%@ taglib uri="http://www.simongbrown.com/pebble" prefix="pebble" %> <% SimpleBlog blog = (SimpleBlog)request.getAttribute(Constants.BLOG_KEY); %>
ブログ管理