enqueteEnd_pub.html 2.8 KB
Newer Older
Kim Gyeongeun committed
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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>市川市パブリックコメント制度(意見募集)</title>
<link href="#q('/css/public.css')" rel="stylesheet" type="text/css" />
<link rel="stylesheet" type="text/css" href="/em/css/jquery.datepick.css" media="all" />
<script type="text/javascript" src="/em/js/jquery-1.3.1.min.js"></script>
<script type="text/javascript" src="/em/js/jquery.datepick.js"></script>
<script type="text/javascript" src="/em/js/jquery.datepick-ja.js"></script>

#set($dateIndex=0)
#foreach($question  in  $!enqueteForm.questionList)

	#if($question.controlId == 5)
		#set($dateIndex = $dateIndex+1)
<script language="javascript" type="text/javascript" charset="utf-8">
		<!--
		//開始日
		$(function() {
		  $("#enqStartFrom${dateIndex}").datepick({showTrigger: "#enqFrom${dateIndex}",
			  yearRange: "$question.yearRange",
			  minDate: "$question.startymd",
			  maxDate: "$question.endymd"});
		});
			// -->
</script>
	#end
#end
</head>
<body>
<div id="wrapper">
<div id="logo"><img src="/em/images/ichikawa_logo01.jpg" width="190" height="65" />
</div>
<div id="header"><img src="/em/images/ttl_public.jpg" width="974" height="150" /></div>
<div id="contents_area">




<!------------------------------------------------------------------------------------->
<center>
<STYLE type=text/css>TD {
    FONT-SIZE: 12pt; COLOR: #444444; FONT-FAMILY: "MS Pゴシック", "Osaka"
}
.caption {
    FONT-SIZE: 12pt; COLOR: #444444; FONT-FAMILY: "MS Pゴシック", "Osaka"
}
</STYLE>
<!-- ここまで固定ヘッダ-->

<table cellspacing=0 cellpadding=0 width="500" border=0>
    <tbody>
        <tr height="25">
            <td align="left">
            &nbsp;&nbsp;<br/>
            </td>
        </tr>
    </tbody>
</table>

<p class=caption></p>
<form>

<!-- 管理画面で入力するヘッダend-->

<!-- 管理画面で入力する設問情報start //-->
<!-- 管理画面で入力する設問情報start kim//-->
<TABLE WIDTH="500" HEIGHT="100" CELLSPACING="0" CELLPADDING="0" BORDER="0">
	<TR>
		<TD ALIGN="CENTER">
			<!-- 終了メッセージ -->
			<BR>
			$!enqueteForm.enquete.endMessage <BR>
			<BR>
			<BR>
		</TD>
	</TR>
</TABLE>
<TABLE WIDTH="800" HEIGHT="100" CELLSPACING="0" CELLPADDING="0" BORDER="0">
	<TR>
		<TD ALIGN="CENTER">
			<!-- ボタン -->
			<input type="button" value="閉じる" onClick="window.close()" />
		</TD>
	</TR>
</TABLE>
</form>
</center>

</div><!--contents_areaここまで-->
<!-- 固定フッタstart //-->
<div class="push"></div><!--消さないでください-->
</div>



<div id="footer">
 Copyright (c) Ichikawa City. all rights reserved.</div>
</body>
</html>
<!-- 固定フッタend //-->