mirror of
https://github.com/nsacyber/HIRS.git
synced 2024-12-21 05:53:27 +00:00
Updated the jsp to correct the comment tags for content and jsp tag. (#147)
This commit is contained in:
parent
e846225e75
commit
567847b3aa
@ -1,11 +1,11 @@
|
|||||||
<%@ page contentType="text/html"%>
|
<%@ page contentType="text/html"%>
|
||||||
<%@ page pageEncoding="UTF-8"%>*/<%-- JSP TAGS
|
<%@ page pageEncoding="UTF-8"%><%-- JSP TAGS--%>
|
||||||
<%@taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%>
|
<%@taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%>
|
||||||
<%@taglib prefix="spring" uri="http://www.springframework.org/tags"%>
|
<%@taglib prefix="spring" uri="http://www.springframework.org/tags"%>
|
||||||
<%@taglib prefix="form" uri="http://www.springframework.org/tags/form"%>
|
<%@taglib prefix="form" uri="http://www.springframework.org/tags/form"%>
|
||||||
<%@taglib prefix="fn" uri = "http://java.sun.com/jsp/jstl/functions" %>
|
<%@taglib prefix="fn" uri = "http://java.sun.com/jsp/jstl/functions" %>
|
||||||
<%@taglib prefix="my" tagdir="/WEB-INF/tags"%>
|
<%@taglib prefix="my" tagdir="/WEB-INF/tags"%>
|
||||||
<%@taglib prefix="fn" uri = "http://java.sun.com/jsp/jstl/functions"%>--%>/**comment** CONTENT
|
<%@taglib prefix="fn" uri = "http://java.sun.com/jsp/jstl/functions"%><%--CONTENT--%>
|
||||||
<my:page>
|
<my:page>
|
||||||
<jsp:attribute name="style">
|
<jsp:attribute name="style">
|
||||||
<link type="text/css" rel="stylesheet" href="${common}/certificate_details.css"/>
|
<link type="text/css" rel="stylesheet" href="${common}/certificate_details.css"/>
|
||||||
@ -99,9 +99,7 @@
|
|||||||
<c:if test="${not empty initialData.subject}">
|
<c:if test="${not empty initialData.subject}">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-md-1 col-md-offset-1"><span class="colHeader">Subject</span></div>
|
<div class="col-md-1 col-md-offset-1"><span class="colHeader">Subject</span></div>
|
||||||
<div id="subject"
|
<div id="subject" class="col col-md-8">${initialData.subject}</div>
|
||||||
<%!
|
|
||||||
class="col col-md-8">${initialData.subject}</div>
|
|
||||||
</div>
|
</div>
|
||||||
</c:if>
|
</c:if>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
|
Loading…
Reference in New Issue
Block a user