Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
sora
/
sanitary-net
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
697d6f9b
authored
Mar 21, 2023
by
o.kimura
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
問い合わせ調整中
parent
bf7dfbb6
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
16 additions
and
6 deletions
cms/wp-content/themes/sanitary-net/page-contact_confirm.php
cms/wp-content/themes/sanitary-net/page-contact_input.php
shared/js/form.js
trend/css/parts.css
cms/wp-content/themes/sanitary-net/page-contact_confirm.php
View file @
697d6f9b
...
@@ -108,7 +108,8 @@
...
@@ -108,7 +108,8 @@
<h2
class=
"pngfix"
><span><img
src=
"../shared/images/title_inq.png"
width=
"107"
height=
"19"
alt=
"個人情報保護方針"
class=
"pngfix"
/></span></h2>
<h2
class=
"pngfix"
><span><img
src=
"../shared/images/title_inq.png"
width=
"107"
height=
"19"
alt=
"個人情報保護方針"
class=
"pngfix"
/></span></h2>
<!--section_a -->
<!--section_a -->
<div
id=
"section_read"
>
<div
id=
"section_read"
>
<p>
衛生設備機器、温水洗浄便座などに関するお問い合わせは下記よりご連絡ください。
</p>
<p>
当工業会へのお問い合わせは下記よりご連絡ください。
</p>
<p>
※お問い合わせ内容をご確認ください(メールはまだ送信されておりません)
</p>
</div>
</div>
<div
class=
"section clearfix"
id=
"section_a"
>
<div
class=
"section clearfix"
id=
"section_a"
>
<div
class=
"content"
>
<div
class=
"content"
>
...
...
cms/wp-content/themes/sanitary-net/page-contact_input.php
View file @
697d6f9b
...
@@ -109,7 +109,7 @@
...
@@ -109,7 +109,7 @@
<h2
class=
"pngfix"
><span><img
src=
"../shared/images/title_inq.png"
width=
"107"
height=
"19"
alt=
"個人情報保護方針"
class=
"pngfix"
/></span></h2>
<h2
class=
"pngfix"
><span><img
src=
"../shared/images/title_inq.png"
width=
"107"
height=
"19"
alt=
"個人情報保護方針"
class=
"pngfix"
/></span></h2>
<!--section_a -->
<!--section_a -->
<div
id=
"section_read"
>
<div
id=
"section_read"
>
<p>
衛生設備機器、温水洗浄便座などに関する
お問い合わせは下記よりご連絡ください。
</p>
<p>
当工業会への
お問い合わせは下記よりご連絡ください。
</p>
</div>
</div>
<div
class=
"section clearfix"
id=
"section_a"
>
<div
class=
"section clearfix"
id=
"section_a"
>
<div
class=
"content"
>
<div
class=
"content"
>
...
...
shared/js/form.js
View file @
697d6f9b
...
@@ -97,7 +97,7 @@ $(function () {
...
@@ -97,7 +97,7 @@ $(function () {
enableSubmit
();
enableSubmit
();
}
}
});
});
$
(
"#addr"
).
on
(
"keydown keyup blur"
,
function
()
{
$
(
"#addr"
).
on
(
"keydown keyup blur"
,
function
()
{
if
(
$
(
this
).
val
()
==
""
)
{
if
(
$
(
this
).
val
()
==
""
)
{
$
(
".add_err"
).
css
(
"display"
,
"block"
);
$
(
".add_err"
).
css
(
"display"
,
"block"
);
...
@@ -141,6 +141,15 @@ if ($(this).val().match(/^\d+$/)) {
...
@@ -141,6 +141,15 @@ if ($(this).val().match(/^\d+$/)) {
}
}
});
});
$
(
"#age"
).
on
(
"focus"
,
function
()
{
$
(
this
)[
0
].
type
=
"tel"
;
});
$
(
".tel_num"
).
on
(
"focus"
,
function
()
{
$
(
this
)[
0
].
type
=
"tel"
;
});
$
(
".fax_num"
).
on
(
"focus"
,
function
()
{
$
(
this
)[
0
].
type
=
"tel"
;
});
});
});
...
...
trend/css/parts.css
View file @
697d6f9b
...
@@ -161,12 +161,12 @@ body#data04 div#container div#contents div#main_contents p.title_pt3 {
...
@@ -161,12 +161,12 @@ body#data04 div#container div#contents div#main_contents p.title_pt3 {
}
}
body
#data04
div
#container
div
#contents
div
#main_contents
p
.title_pt4
{
body
#data04
div
#container
div
#contents
div
#main_contents
p
.title_pt4
{
background
:
url(../images/
now_printing
.png)
no-repeat
right
bottom
;
background
:
url(../images/
data12/tosui_3
.png)
no-repeat
right
bottom
;
padding-left
:
40px
;
padding-left
:
40px
;
padding-right
:
20px
;
padding-right
:
20px
;
padding-top
:
0px
;
padding-top
:
0px
;
height
:
2
32
px
;
height
:
2
40
px
;
margin-right
:
5
5px
;
margin-right
:
10
5px
;
margin-top
:
25px
;
margin-top
:
25px
;
margin-bottom
:
10px
;
margin-bottom
:
10px
;
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment