Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
<mapping path="/board/main/notice/boardNOinsert"/>
<mapping path="/board/main/One/OneInsert"/>
<mapping path="/board/main/One/OneRead"/>
<mapping path="/myPage/main/refundInsert"/>
<mapping path="/myPage/main/buy/refundinsert"/>
<mapping path="/myPage/main/Basket"/>
<mapping path="/myPage/main/zzim"/>
<mapping path="/myPage/main/subComp"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
</c:choose>
</div>
<div class="pull-left" style="width: 20%;">
<h2>${writer}</h2>
<h2 style="color: white;">${writer}</h2>
<br>
<h4>${content}</h4>
<h4 style="color: white;">${content}</h4>
</div>
<c:choose>
<c:when test="${ok eq 'ok'}">
Expand All @@ -43,7 +43,7 @@
</div>
<br>
<c:forEach items="${comp}" var="com">
<a href="/gameDetail/main/maincategoryread?num=${com.num}">
<a href="/gameDetail/main/maincategoryread?num=${com.num}" style="color: white;">
<div style="width: 120px; height: 120px; margin: 5px; padding: 5px; border: 10px; solid; black;" class="pull-left">
<c:choose>
<c:when test="${com.gamefilepath eq null}">
Expand Down