Updated the jsp to correct the comment tags for content and jsp tag. (#147)

This commit is contained in:
Cyrus 2019-05-22 12:07:44 -04:00 committed by GitHub
parent e846225e75
commit 567847b3aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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