index.html 8.78 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 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202
#set($title = "市川市e-モニター制度")
#parse( "/WEB-INF/view/common/preHeader.vm" )
<script language="JavaScript">
<!--
     sent = false;
     function send_check(){
		document.mainForm.submit();
		return false;
     }
// -->
</script>
<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>
							<td width="25" background="/em/images/shadowlft2.jpg"><img src="/em/images/spacer.gif" width="25" height="1" border="0"></td>
							<td width="1024" bgcolor="#FFFFFF">
								<table width="100%" border="0" cellspacing="5" cellpadding="0">
									<tr>
										#parse( "/WEB-INF/view/common/menu.vm" )
										
										<td align="center" valign="top">
											<!-- content Area Start -->
											<table width="780" border="0" cellspacing="0" cellpadding="0">
												<tr>
													<td>

														<div id="top_content">
															<div id="top_content_left">
																<img src="/em/images/top_image.png" width="420"
																	height="220" border="0" alt="あなたの声がまちを変える">
																<div id="top_message">
																	e-モニター制度(eモニ)は、市川市が運営する登録制のアンケート制度です。登録いただいた方にメールで市からアンケートや情報を発信し、みなさんの声を広く集めて市政に反映していくものです。登録は無料です。ぜひ参加してください。
																</div>
																<img src="/em/images/top_news.png" width="410"
																	height="33" border="0" alt="お知らせ">
																<div id="top_news">
																	<ul>
																		<li>
																			#if($newsList.size() != 0)
																				#foreach($genreItem in $newsList)
																					$!genreItem.message<br>
																				#end
																			#else
																				現在はありません
																			#end
																		</li>
																	</ul>
																</div>
															</div>

															<div id="top_content_right">
																<div id="registration_title">
																	<div style="font-size: 9pt;">
																	$!tools.getMsg("email")
																	$!tools.getMsg("email1")
																	$!tools.getMsg("genderCd")
																	$!tools.getMsg("birthdayY")
																	</div>
																	<img src="/em/images/registration_ttl.png" width="206" height="21" border="0" alt="e-モニター新規登録">
																</div>
																#set($regist-url = $tools.getSecureUrl('/user/regist/regist'))
																<div class="input_form">
																	<form name="mainForm"
																		action="$regist-url"
																		method="post" style="padding: 0; margin: 10px 0;">

																		<table style="width: 300px;" border="0"
																			cellpadding="0" cellspacing="0">
																			<tr>
																				<td	style="text-align: right; width: 70px; padding-bottom: 7px;">E-mail:</td>
																				<td	style="text-align: left; width: 230px; padding-bottom: 7px;">
																					<input type="text" name="email" class="inputBox" maxlength="128" value="$!escape.html($!registForm.email)">
																				</td>
																			</tr>
																			<tr>
																				<td	style="text-align: right; width: 70px; padding-bottom: 10px;" nowrap>E-mail確認:</td>
																				<td style="text-align: left; padding-bottom: 10px;">
																					<input type="text" name="email1" class="inputBox" maxlength="128" value="$!escape.html($!registForm.email1)">
																				</td>
																			</tr>
																			<tr>
																				<td	style="text-align: right; width: 70px; padding-bottom: 15px;">性別:</td>
																				<td	style="text-align: center; padding-bottom: 15px;">
																					#if($registForm.genderCd == 0)
																						<input type="radio" name="genderCd" value="0" checked>男性     
																						<input type="radio" name="genderCd" value="1">女性
																					#elseif($registForm.genderCd == 1)
																						<input type="radio" name="genderCd" value="0">男性     
																						<input type="radio" name="genderCd" value="1" checked>女性
																					#else
																						<input type="radio" name="genderCd" value="0">男性     
																						<input type="radio" name="genderCd" value="1">女性
																					#end
																					
																				</td>
																			</tr>
																			<tr>
																				<td
																					style="text-align: right; width: 70px; padding-bottom: 15px;"
																					nowrap>生年月日:</td>
																				<td style="text-align: center; padding-bottom: 15px; margin: 0;">
																					<select name="birthdayY" id="birthdayY">
																						<option value=""></option>
																						#foreach($yyyy in [1900..$birthYYYY])
																							#if($registForm.birthdayY)
																								#if($yyyy == $!{registForm.birthdayY})
																									<option value="$!yyyy" selected>#he($!yyyy)</option>
																								#else
																									<option value="$!yyyy">#he($!yyyy)</option>
																								#end
																							#else
																								<option value="$!yyyy">#he($!yyyy)</option>
																							#end
																						#end
																					</select>
																					<select name="birthdayM" id="birthdayM">
																						<option value=""></option>
																						#foreach($mm in [1..12])
																							#if($mm == $!{registForm.birthdayM})
																								<option value="$!mm" selected>#he($!mm)</option>
																							#else
																								<option value="$!mm">#he($!mm)</option>
																							#end
																						#end
																					</select>
																					<select name="birthdayD" id="birthdayD">
																						<option value=""></option>
																						#foreach($dd in [1..31])
																							#if($dd == $!{registForm.birthdayD})
																								<option value="$!dd" selected>#he($!dd)</option>
																							#else
																								<option value="$!dd">#he($!dd)</option>
																							#end
																						#end
																					</select>
																				</td>
																			</tr>
																			<tr>
																				<td colspan="2"><a href="#q('/user/top/ruleHtml/')">会員規約</a><a href="#q('/user/top/howtoHtml/')">ご利用方法</a>をご確認いただき、同意いただけましたら、[新規登録]ボタンをクリックしてください。</td>
																			</tr>
																		</table>

																		<!-- Button Table Start -->
																		<table width="300" border="0" cellspacing="0"
																			cellpadding="0" style="margin-top: 5px;">
																			<tr>
																				<td align="center">
																					<a href="#" onclick="send_check();">
																						<img src="/em/images/registration_btn.png" onmouseover="this.src='/em/images/registration_on_btn.png'" onmouseout="this.src='/em/images/registration_btn.png'" alt="新規登録" width="302" height="42" border="0">
																					</a>
																				</td>
																			</tr>
																		</table>
																	</form>
																</div>

																<table width="300" border="0" cellpadding="0" cellspacing="0">
																	<tr>
																		<td style="width: 90px;">
																			<img src="/em/images/qrcode.gif" alt="QRコード" width="90"	height="87" border="0">
																		</td>
																		<td style="width: 210px; font-size: 9pt; line-height: 1.3;">
																			em@e-moni.city.ichikawa.chiba.jp<BR />
																			空メールでも簡単登録!<BR />
																			QRコード読取機能付の携帯はこちらから
																		</td>
																	</tr>
																</table>

															</div>
														</div>
													</td>
												</tr>
											</table>
											<!-- content Area End -->
										</td>
									</tr>
								</table>
							</td>
							<td width="25" background="/em/images/shadowrgt2.jpg">
								<img src="/em/images/spacer.gif" width="25" height="1" border="0">
							</td>
						</tr>
					</table>
					<!--  Contents Table End -->
				</td>
			</tr>
		</table>
		#parse( "/WEB-INF/view/common/footer.vm" )
	</center>
</body>
</html>