enqResultList.html 4.45 KB
Newer Older
Kim Gyeongeun committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
#set($title = "アンケート速報一覧")
<!-- preHeader -->
#parse( "/WEB-INF/view/common/preHeader.vm" )
##<!-- JAVASCRIPTはここに記載 -->
<body bgcolor="#B3C9E1" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<center>
<!-- header -->
<table width="1024"  cellspacing="0" cellpadding="0">
	<tr>
		<TD>#parse( "/WEB-INF/view/common/header.vm" )</TD>
	</tr>
	<tr>
		<TD>
			<table width="1024" border="0" cellspacing="0" cellpadding="0">
				<tr>
16
			   <td width="25"><img src="/em/images/spacer.gif" width="25" height="1" border="0"></td>
Kim Gyeongeun committed
17 18 19
				    <td width="1024" bgcolor="#FFFFFF">
				    <table width="100%" border="0" cellspacing="5" cellpadding="0">
					    <tr>
20 21 22
					        <td align="right" valign="top">#parse( "/WEB-INF/view/common/menu.vm" )</td>
					        <!-- <td align="left" width="10" background="/em/images/cts_bar.gif"><img src="/em/images/spacer.gif" border="0"></td> -->
					        <td align="left" width="20"></td>
Kim Gyeongeun committed
23 24 25 26 27 28 29 30 31 32 33 34
					        <td align="center" valign="top">
##CONTENT START 各ページコンテンツ


<!-- アンケート速報のタイトル -->
<table width="780" border="0" cellspacing="0" cellpadding="0">
<tr>
    <td class="ctsTitle02">市政への反映状況</td>
</tr>
</table>
<table width="750" border="0" cellspacing="1" cellpadding="4">
<tr>
35
    <td> <font color="#ff6600">アンケート結果の市政への反映状況は<a class="enqresult" href="https://www.city.ichikawa.lg.jp/catpage/cat_00000096.html">こちら</a>をご覧ください</font>
Kim Gyeongeun committed
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
    </td>
</tr>
</table>
<br>
<table width="780" border="0" cellspacing="0" cellpadding="0">
<tr>
    <td class="ctsTitle02">
    アンケート速報一覧 #if($!enqRsultList.size() !=0) ($!enqResultListForm.enqYear年)#end</td>
</tr>
</table>
<!--
アンケート速報のタイトル -->
<!--
アンケート速報結果のリスト この部分にリンクとアンケート名を挿入-->

<table width="750" border="0" cellspacing="1" cellpadding="4">
#if($enqRsultList.size() ==0)
<tr>
    <td class="listcts">
    現在結果報告を行えるアンケートはありません。
</td>
</tr>
#end
#foreach($genreItem in $enqRsultList)
<tr>
    <td class="listcts"><img src="/em/images/cts_point_or.gif" width="16" height="17" border="0" align="absmiddle">

    <a href="#q('/user/enqResultList/enqLink?enqId=')${genreItem.enqId}" target="_blank" class="links"><font color="#0000FF">
$!escape.html($!genreItem.enqTitle)($!{genreItem.startDay}~$!{genreItem.endDay})</font></a>
</td>
</tr>
#end



</table>
<!-- アンケート速報結果のリスト -->


#if($enqResultListForm.disFlg)
<BR><BR>
<table width="780" border="0" cellspacing="0" cellpadding="0">
<tr>
    <td class="ctsTitle02">
    過去の結果報告一覧
    </td>
</tr>
</table>

<table width="750" border="0" cellspacing="1" cellpadding="4">
#if($enqRsultLastList.size() == 0)
<tr>
    <td class="listcts">現在結果報告を行えるアンケートはありません。</font></a></td>
</tr>
#end
#foreach($genreItem in $enqRsultLastList)
<tr>
    <td class="listcts"><img src="/em/images/cts_point_or.gif" width="16" height="17" border="0" align="absmiddle">

    <a href="#q('/user/enqResultList/enqLastLink?enqLastYear=')${genreItem.enqYear}" target="_blank" class="links"><font color="#0000FF">

	$!genreItem.enqYear年のアンケート結果一覧 </font></a></td>
</td>
</tr>
#end

</table>
#end
<!-- アンケート結果報告のリスト -->
<!-- コンテンツ部のフッダー部分 -->
<table width="100%" border="0" cellspacing="2" cellpadding="0">
<tr align="right">
    <td align="right">
    <a href="#" class="pagetop">ページトップ<img src="/em/images/cts_allowtop.gif" width="18" height="18" hspace="3" border="0" align="absmiddle"></a>
    </td>
</tr>
<tr>
    <td  background="/em/images/cts_btnbar.gif"><img src="/em/images/spacer.gif" width="1" height="10" border="0"></td>
</tr>
</table>
<BR>
<!-- コンテンツ部のフッダー部分 -->
        </td>
    </tr>
    <tr>
        <td colspan="4" align="right" valign="top"><img src="/em/images/spacer.gif" width="1" height="6" border="0"></td>
    </tr>
    </table>
    </td>
125
    <td width="25"><img src="/em/images/spacer.gif" width="25" height="1" border="0"></td>
Kim Gyeongeun committed
126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148
</tr>
</table>
<!--  Contents Table End -->
##CONTENT END 各ページコンテンツ

					        </td>
					    </tr>
				    </table>
				    </td>

			</table>
		</TD>
	</tr>
	<tr>
		<TD>#parse( "/WEB-INF/view/common/footer.vm" )</TD>
	</tr>
</table>

</center>
</body>
</html>