-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathreview.jsp
125 lines (113 loc) · 4.51 KB
/
review.jsp
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
<!DOCTYPE HTML>
<!--
Editorial by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>투명한 기부</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
</head>
<body class="is-preload">
<!-- Wrapper -->
<div id="wrapper">
<!-- Main -->
<div id="main">
<div class="inner">
<!-- Header -->
<header id="header">
<h2><a href="review.jsp">나의 기부내역</a></h2>
<ul class="icons">
<li><a href="Login.jsp"><span class="label">Login</span></a></li>
<li><a href="Login.jsp"><span class="label">Logout</span></a></li>
</ul>
</header>
<!-- Section -->
<section style="border-top: none" class="product">
<div class="posts">
<article>
<div class="image"><img src="images/pic02.jpg" alt=""/></div>
<h3>단체</h3>
<button class="button primary" onclick="location.href='reviewing.jsp'">후기 작성하기</button>
</article>
<article>
<div class="image"><img src="images/pic02.jpg" alt=""/></div>
<h3>단체</h3>
<button class="button primary" onclick="location.href='reviewing.jsp'">후기 작성하기</button>
</article>
<article>
<div class="image"><img src="images/pic02.jpg" alt=""/></div>
<h3>단체</h3>
<button class="button primary" onclick="location.href='reviewing.jsp'">후기 작성하기</button>
</article>
<article>
<div class="image"><img src="images/pic02.jpg" alt=""/></div>
<h3>단체</h3>
<button class="button primary" onclick="location.href='reviewing.jsp'">후기 작성하기</button>
</article>
<article>
<div class="image"><img src="images/pic02.jpg" alt=""/></div>
<h3>단체</h3>
<button class="button primary" onclick="location.href='reviewing.jsp'">후기 작성하기</button>
</article>
<article>
<div class="image"><img src="images/pic02.jpg" alt=""/></div>
<h3>단체</h3>
<button class="button primary" onclick="location.href='reviewing.jsp'">후기 작성하기</button>
</article>
</div>
</section>
</div>
</div>
<!-- Sidebar -->
<div id="sidebar">
<div class="inner">
<!-- Menu -->
<nav id="menu">
<header class="major">
<h2><a href="index_a.jsp">PODO</a></h2>
</header>
<ul>
<li><span class="opener">MY PAGE</span>
<ul>
<li><a href="mypage_a.jsp">회원정보 조회</a></li>
<li><a href="mypage_a.jsp">포인트 적립</a></li>
<li><a href="mypage_a_jsp">재능 등록</a></li>
</ul></li>
<li><span class="opener">기부 하기</span>
<ul>
<li><a href="viewCorp2.jsp">물품 기부</a></li>
<li><a href="point_view.jsp">포인트 기부</a></li>
</ul></li>
<li><a href="review.jsp">후기 열람</a></li>
<li><a href="shared.jsp">공유 서류 조회</a></li>
</ul>
</nav>
<section>
<header class="major">
<h2>Get in touch</h2>
</header>
<ul class="contact">
<li class="icon solid fa-envelope"><a href="#">[email protected]</a></li>
<li class="icon solid fa-phone">(+82) 10-3116-7130</li>
<li class="icon solid fa-home">30, Pildong-ro 1-gil, Jung-gu<br />
Seoul, Republic of Korea</li>
</ul>
</section>
<!-- Footer -->
</div>
</div>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
<script src="assets/js/apply.js"></script>
</body>
</html>