Commit d8e1c3db by Kim Gyeongeun

#56955 レイアウト変更

parent defba662
...@@ -20,7 +20,7 @@ $tools.getMsg("errorheader") ...@@ -20,7 +20,7 @@ $tools.getMsg("errorheader")
<br/> <br/>
<table width="100%"> <table width="100%">
<tr> <tr class="listcts" #if($!question.questionInitDisable == "1") style="background-color: darkgray" #end>
##<!-- 質問の表示列項目数を求める --> ##<!-- 質問の表示列項目数を求める -->
#if($!question.colNum) #if($!question.colNum)
#set($questionColNum = $!question.colNum) #set($questionColNum = $!question.colNum)
......
...@@ -5,15 +5,10 @@ ...@@ -5,15 +5,10 @@
<td width="1024" bgcolor="#FFFFFF"> <td width="1024" bgcolor="#FFFFFF">
<table width="100%" border="0" cellspacing="0" cellpadding="0"> <table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr> <tr>
<td align="left"><img src="/em/images/hdr_emonitor.gif" alt="ICHIKAWA CITY NET e-Monitor" width="350" height="35" border="0"></td> <!--<td align="left"><img src="/em/images/hdr_emonitor.gif" alt="ICHIKAWA CITY NET e-Monitor" width="350" height="35" border="0"></td>-->
<td align="left" /*background="/em/images/hdr_logobg.gif"*/><a href="/em/"><img src="/em/images/hdr_logoemoni_new.png" alt="eモニ" width="166" height="64" border="0" style="padding-top: 6px;"></a></td>
<td align="right"><a href="http://www.city.ichikawa.lg.jp/" target="_blank"><img src="/em/images/hdr_ichikawacity_new.png" alt="市川市" width="110" height="35" border="0"></a></td> <td align="right"><a href="http://www.city.ichikawa.lg.jp/" target="_blank"><img src="/em/images/hdr_ichikawacity_new.png" alt="市川市" width="110" height="35" border="0"></a></td>
</tr> </tr>
<tr>
<td align="left" /*background="/em/images/hdr_logobg.gif"*/><a href="/em/"><img src="/em/images/hdr_logoemoni_new.png" alt="eモニ" width="166" height="64" border="0"></a></td>
<!--
<td align="right" background="/em/images/hdr_logobg.gif"><img src="/em/images/hdr_copy.gif" alt="インターネットとeメールを活用したコミュニケーションチャンネル 市川市e-モニター制度" width="300" height="56" border="0"></td>
-->
</tr>
</table> </table>
</td> </td>
<td width="25"><img src="/em/images/spacer.gif" width="25" height="1" border="0"></td> <td width="25"><img src="/em/images/spacer.gif" width="25" height="1" border="0"></td>
......
...@@ -17,12 +17,12 @@ ...@@ -17,12 +17,12 @@
$!tools.getMsg("passwordError") $!tools.getMsg("passwordError")
</div> </div>
<td style="text-align: right;"> <td style="text-align: right;">
ログインID: <input type="text" name="loginId" maxlength="128" style="width: 75px; border: 1px solid #999999; font-size: 13pt; margin-left: 4px;" value="$!escape.html($!loginForm.loginId)"> <span style="font-size: 10.5px;">ログインID </span><input type="text" name="loginId" maxlength="128" style="width: 75px; border: 1px solid #999999; font-size: 13pt; margin-left: 4px;" value="$!escape.html($!loginForm.loginId)">
</td> </td>
</tr> </tr>
<tr> <tr>
<td style="text-align: right;"> <td style="text-align: right;">
パスワード: <input type="password" name="password" maxlength="128" value="" style="width: 75px; border: 1px solid #999999; font-size: 13pt; margin-left: 4px;" autocomplete="off"> <span style="font-size: 10.5px;">パスワード </span><input type="password" name="password" maxlength="128" value="" style="width: 75px; border: 1px solid #999999; font-size: 13pt; margin-left: 4px;" autocomplete="off">
</td> </td>
</tr> </tr>
</TABLE> </TABLE>
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
</td> </td>
</tr> </tr>
<tr style="padding: 5px 0 0 0;"> <tr style="padding: 5px 0 0 0;">
<td style="text-align: center; padding-right: 3px; font-size:10pt;"> <td style="text-align: right; padding-right: 3px; font-size:9pt;">
<a href="#" onclick="passwordMailSend();" class="reminder">ID、パスワードを忘れた</a> <a href="#" onclick="passwordMailSend();" class="reminder">ID、パスワードを忘れた</a>
</td> </td>
</tr> </tr>
...@@ -72,7 +72,7 @@ ...@@ -72,7 +72,7 @@
--> -->
</tr> </tr>
<tr> <tr>
<td><img src="/em/images/menu_top.gif" width="150" height="8" border="0"></td> <!--<td><img src="/em/images/menu_top.gif" width="150" height="8" border="0"></td>-->
</tr> </tr>
<tr> <tr>
<td width="150"> <td width="150">
...@@ -98,7 +98,7 @@ ...@@ -98,7 +98,7 @@
##コメント 終了 ##コメント 終了
<tr> <tr>
<td><img src="/em/images/menu_btm.jpg" width="150" height="10" border="0"></td> <!--<td><img src="/em/images/menu_btm.jpg" width="150" height="10" border="0"></td>-->
</tr> </tr>
</table> </table>
<BR /> <BR />
......
...@@ -7,27 +7,33 @@ function radioOrCheckboxEvent(id, isDisable) { ...@@ -7,27 +7,33 @@ function radioOrCheckboxEvent(id, isDisable) {
if (isDisable) { if (isDisable) {
$("#" + id).attr("checked", false); $("#" + id).attr("checked", false);
$("#" + id).attr("disabled", true); $("#" + id).attr("disabled", true);
$("#" + id).closest(".listcts").css({"background-color":"darkgray"});
$("#" + id).trigger("click"); $("#" + id).trigger("click");
} else { } else {
$("#" + id).attr("disabled", false); $("#" + id).attr("disabled", false);
$("#" + id).closest(".listcts").css({"background-color":""});
} }
} }
function dateEvent(id, isDisable) { function dateEvent(id, isDisable) {
if (isDisable) { if (isDisable) {
$("." + id).val(""); $("." + id).val("");
$("." + id).attr("disabled", true); $("." + id).attr("disabled", true);
$("." + id).closest(".listcts").css({"background-color":"darkgray"});
$("." + id).next().hide(); $("." + id).next().hide();
} else { } else {
$("." + id).attr("disabled", false); $("." + id).attr("disabled", false);
$("." + id).next().show(); $("." + id).next().show();
$("." + id).closest(".listcts").css({"background-color":""});
} }
} }
function etcEvent(id, isDisable) { function etcEvent(id, isDisable) {
if (isDisable) { if (isDisable) {
$("#" + id).val(""); $("#" + id).val("");
$("#" + id).attr("disabled", true); $("#" + id).attr("disabled", true);
$("#" + id).closest(".listcts").css({"background-color":"darkgray"});
} else { } else {
$("#" + id).attr("disabled", false); $("#" + id).attr("disabled", false);
$("#" + id).closest(".listcts").css({"background-color":""});
} }
} }
$(function() { $(function() {
......
...@@ -37,9 +37,8 @@ ...@@ -37,9 +37,8 @@
<div id="top_content_left"> <div id="top_content_left">
<img src="/em/images/top_image_new.png" width="750" <img src="/em/images/top_image_new.png" width="750"
height="392" border="0" alt="あなたの声がまちを変える"> height="392" border="0" alt="あなたの声がまちを変える">
<div id="top_message"> <!-- トップ画面はメッセージ削除 -->
e-モニター制度(eモニ)は、市川市が運営する登録制のアンケート制度です。<br>登録いただいた方にメールで市からアンケートや情報を発信し、みなさんの声を広く集めて市政に反映していくものです。登録は無料です。ぜひ参加してください。 <div id="top_message"></div>
</div>
<img src="/em/images/top_news_new.png" width="750" <img src="/em/images/top_news_new.png" width="750"
height="33" border="0" alt="お知らせ"> height="33" border="0" alt="お知らせ">
<div id="top_news"> <div id="top_news">
......
...@@ -162,7 +162,7 @@ $tools.getMsg("errorheader") ...@@ -162,7 +162,7 @@ $tools.getMsg("errorheader")
</td> </td>
</tr> </tr>
<tr> <tr>
<td class="listcts" colspan="2"> <td class="listcts" colspan="2" #if($!question.questionInitDisable == "1") style="background-color: darkgray" #end>
<table width="100%"> <table width="100%">
<tr> <tr>
##<!-- 質問の表示列項目数を求める --> ##<!-- 質問の表示列項目数を求める -->
......
...@@ -93,7 +93,7 @@ ...@@ -93,7 +93,7 @@
</td> </td>
</tr> </tr>
<tr> <tr>
<td align="left" class="listcts" colspan="2"> <td align="left" class="listcts" colspan="2" #if($!question.questionInitDisable == "1") style="background-color: darkgray" #end>
<table width="100%"> <table width="100%">
<tr> <tr>
##<!-- 質問の表示列項目数を求める --> ##<!-- 質問の表示列項目数を求める -->
......
...@@ -100,7 +100,7 @@ $!enqueteForm.enquete.header ...@@ -100,7 +100,7 @@ $!enqueteForm.enquete.header
</td> </td>
</tr> </tr>
<tr> <tr>
<td align="left" class="listcts" colspan="2"> <td align="left" class="listcts" colspan="2" #if($!question.questionInitDisable == "1") style="background-color: darkgray" #end>
<table width="100%"> <table width="100%">
<tr> <tr>
##<!-- 質問の表示列項目数を求める --> ##<!-- 質問の表示列項目数を求める -->
......
...@@ -130,7 +130,7 @@ ...@@ -130,7 +130,7 @@
<tr> <tr>
<td align="center"> <td align="center">
<a href="#" onclick="send_check();"> <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"> <img src="/em/images/logon_btn_new.png" onmouseover="this.src='/em/images/logon_btn_new.png'" onmouseout="this.src='/em/images/logon_btn_new.png'" alt="新規登録" border="0">
</a> </a>
</td> </td>
</tr> </tr>
......
...@@ -137,26 +137,26 @@ a.enqresult:hover { ...@@ -137,26 +137,26 @@ a.enqresult:hover {
/* Menu01 Area */ /* Menu01 Area */
#menuArea .ctg01 { #menuArea .ctg01 {
background: url(../images/menu_bg01_off.jpg); /*background: url(../images/menu_bg01_off.jpg);*/
} }
/*Menu01 Off*/ /*Menu01 Off*/
#menuArea .ctg01 a{ #menuArea .ctg01 a{
font-size: 12pt; font-size: 12pt;
color: #DAE0E6; color: #444444;
font-weight: bold; font-weight: bold;
text-decoration: none; text-decoration: none;
display: block; display: block;
background: url(../images/menu_bg01_off.jpg) repeat 0px 0px; /*background: url(../images/menu_bg01_off.jpg) repeat 0px 0px;*/
padding: 7px 0px 7px 15px; padding: 7px 0px 7px 15px;
} }
/*Menu01 On*/ /*Menu01 On*/
#menuArea .ctg01 a:hover{ #menuArea .ctg01 a:hover{
font-size: 12pt; font-size: 12pt;
color: #FFFFFF; color: #DAE0E6;
text-decoration:none; text-decoration:none;
font-weight: bold; font-weight: bold;
display: block; display: block;
background: url(../images/menu_bg01_on.jpg) repeat 0px 0px; /*background: url(../images/menu_bg01_on.jpg) repeat 0px 0px;*/
padding: 7px 0px 7px 15px; padding: 7px 0px 7px 15px;
} }
...@@ -206,15 +206,15 @@ a.enqresult:hover { ...@@ -206,15 +206,15 @@ a.enqresult:hover {
.ctsTitle02 { .ctsTitle02 {
font-size: 12pt; font-size: 12pt;
font-weight: bold; font-weight: bold;
color: #FFFFFF; color: #444444;
background-image: url(../images/cts_titlebg02_800.jpg); /*background-image: url(../images/cts_titlebg02_800.jpg);*/
padding: 7px 0px 7px 12px; padding: 7px 0px 7px 12px;
} }
.ctsTitle03 { .ctsTitle03 {
font-size: 12pt; font-size: 12pt;
font-weight: bold; font-weight: bold;
color: #003366; color: #444444;
background-image: url(../images/cts_titlebg03_800.jpg); /*background-image: url(../images/cts_titlebg03_800.jpg);*/
padding: 7px 0px 7px 12px; padding: 7px 0px 7px 12px;
text-align:left; text-align:left;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment