1
|
<%@ page contentType="text/html; charset=UTF-8" %>
|
2
|
<%@ taglib prefix="s" uri="/struts-tags" %>
|
3
|
|
4
|
<b class="curved_top">
|
5
|
<b class="curved_t1"> </b>
|
6
|
<b class="curved_t2"> </b>
|
7
|
<b class="curved_t3"> </b>
|
8
|
<b class="curved_t4"> </b>
|
9
|
</b>
|
10
|
|
11
|
<div class="curved_container clearfix">
|
12
|
<div class="featured_top maincolumn2_top">
|
13
|
Documents related to:
|
14
|
<s:iterator value="#request['mainTitle']" id="title">
|
15
|
<s:property value="#title"/> <br/>
|
16
|
</s:iterator>
|
17
|
</div>
|
18
|
<s:action name="DocumentListPage" executeResult="true" />
|
19
|
</div>
|
20
|
|
21
|
<b class="curved_bottom">
|
22
|
<b class="curved_b4"> </b>
|
23
|
<b class="curved_b3"> </b>
|
24
|
<b class="curved_b2"> </b>
|
25
|
<b class="curved_b1"> </b>
|
26
|
</b>
|