Skip to content

Commit

Permalink
调整taglibs.jsp中的引用
Browse files Browse the repository at this point in the history
  • Loading branch information
lenozhi committed Apr 11, 2013
1 parent 04fdd38 commit a54ccdf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions webapp/WEB-INF/jsp/common/header.jsp
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<%@page contentType="text/html" pageEncoding="UTF-8"%>
<%@ include file="/WEB-INF/jsp/common/taglibs.jsp"%>
<div id="header" class="container">
<div id="logo">
<h1><a href="#">微 <span>提醒</span></a></h1>
Expand Down
3 changes: 2 additions & 1 deletion webapp/WEB-INF/jsp/common/sidebar.jsp
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<%@page contentType="text/html" pageEncoding="UTF-8"%>
<%@ include file="/WEB-INF/jsp/common/taglibs.jsp"%>
<div id="sidebar">
<ul>
<li>
Expand All @@ -16,7 +17,7 @@
<li>
<h2></h2>
<ul>
<li><a href="list/1">我的提醒</a></li>
<li><a href="${ctx}/list/1">我的提醒</a></li>
<li><a href="test">提醒我的</a></li>
<li><a href="#">广场</a></li>
<li><a href="#">捞捞看</a></li>
Expand Down
1 change: 1 addition & 0 deletions webapp/WEB-INF/jsp/common/taglibs.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
<%@ taglib uri="http://www.springframework.org/tags/form" prefix="form" %>
<c:set var="ctx" value="${pageContext.request.contextPath}"/>

0 comments on commit a54ccdf

Please sign in to comment.