Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
check
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abook_web
check
Commits
f6096c20
Commit
f6096c20
authored
Feb 12, 2015
by
Masaru Abe
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
JS暗号化エラー対応
parent
c855cacf
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
66 additions
and
72 deletions
+66
-72
abvw/.htaccess
+4
-4
abvw/js/contentview.js
+7
-5
custom/daihatsu/login.html
+52
-61
env.sh
+3
-2
No files found.
abvw/.htaccess
View file @
f6096c20
SetEnvIf
Referer "^http://web3\.agentec\.jp/web_test/" RefererCheck
#
SetEnvIf Referer "^http://web3\.agentec\.jp/web_test/" RefererCheck
Order
deny,allow
#
Order deny,allow
Deny
from
all
#
Deny from all
Allow
from
env=RefererCheck
#
Allow from env=RefererCheck
<
Files
~ "\.(js|json)$"
>
<
Files
~ "\.(js|json)$"
>
Header
add
Pragma "no-cache"
Header
add
Pragma "no-cache"
Header
set
Cache-Control no-cache
Header
set
Cache-Control no-cache
...
...
abvw/js/contentview.js
View file @
f6096c20
...
@@ -4,7 +4,9 @@
...
@@ -4,7 +4,9 @@
var
CONTENTVIEW
=
{};
var
CONTENTVIEW
=
{};
$
(
document
).
mouseup
(
function
(
e
)
{
$
(
document
).
mouseup
(
function
(
e
)
{
if
(
e
.
which
==
1
)
CONTENTVIEW_GENERAL
.
isPressLeftMouse
=
false
if
(
e
.
which
==
1
){
CONTENTVIEW_GENERAL
.
isPressLeftMouse
=
false
;
}
});
});
/* change size */
/* change size */
...
@@ -5546,10 +5548,10 @@ CONTENTVIEW.screenBack = function(){
...
@@ -5546,10 +5548,10 @@ CONTENTVIEW.screenBack = function(){
CONTENTVIEW
.
initScreen
=
function
(){
CONTENTVIEW
.
initScreen
=
function
(){
//画面初期化
//画面初期化
if
(
$
(
'#canvasWrapper'
).
length
)
{
if
(
$
(
'#canvasWrapper'
).
length
)
{
$
(
'#canvasWrapper'
).
empty
();
$
(
'#canvasWrapper'
).
empty
();
}
}
if
(
$
(
'#dialog'
).
length
)
{
if
(
$
(
'#dialog'
).
length
)
{
$
(
'#dialog'
).
hide
();
$
(
'#dialog'
).
hide
();
$
(
'#dialog'
).
empty
();
$
(
'#dialog'
).
empty
();
$
(
'#dialog'
).
removeClass
();
$
(
'#dialog'
).
removeClass
();
...
@@ -5721,7 +5723,7 @@ CONTENTVIEW.webGetContentApi_funcOk = function(data){
...
@@ -5721,7 +5723,7 @@ CONTENTVIEW.webGetContentApi_funcOk = function(data){
//ストリーミングならデバイス側に初期表示済通知
//ストリーミングならデバイス側に初期表示済通知
if
(
ClientData
.
isStreamingMode
()){
if
(
ClientData
.
isStreamingMode
()){
CONTENTVIEW_STREAMING
.
initPageView
()
CONTENTVIEW_STREAMING
.
initPageView
()
;
}
}
}
else
{
}
else
{
...
@@ -5748,7 +5750,7 @@ CONTENTVIEW.webGetContentApi_funcOk = function(data){
...
@@ -5748,7 +5750,7 @@ CONTENTVIEW.webGetContentApi_funcOk = function(data){
//ストリーミングならデバイス側に初期表示済通知
//ストリーミングならデバイス側に初期表示済通知
if
(
ClientData
.
isStreamingMode
()){
if
(
ClientData
.
isStreamingMode
()){
CONTENTVIEW_STREAMING
.
initPageView
()
CONTENTVIEW_STREAMING
.
initPageView
()
;
}
}
}
}
...
...
custom/daihatsu/login.html
View file @
f6096c20
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"
>
<!DOCTYPE html>
<html
xmlns=
"http://www.w3.org/1999/xhtml"
>
<html>
<head>
<head>
<meta
charset=
"utf-8"
>
<meta
charset=
"utf-8"
>
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=
9
,chrome=1"
/>
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=
edge
,chrome=1"
/>
<meta
http-equiv=
"Pragma"
content=
"no-cache"
>
<meta
http-equiv=
"Pragma"
content=
"no-cache"
>
<meta
http-equiv=
"Cache-Control"
content=
"no-store"
>
<meta
http-equiv=
"Cache-Control"
content=
"no-store"
>
<meta
http-equiv=
"Cache-Control"
content=
"no-cache"
>
<meta
http-equiv=
"Cache-Control"
content=
"no-cache"
>
...
@@ -12,27 +11,27 @@
...
@@ -12,27 +11,27 @@
<title></title>
<title></title>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"./abvw/css/layout/common.css?
#UPDATEID#
"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"./abvw/css/layout/common.css?
__UPDATEID__
"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"./abvw/css/theme/common.css?
#UPDATEID#
"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"./abvw/css/theme/common.css?
__UPDATEID__
"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"./abvw/common/css/jquery-ui.css?
#UPDATEID#
"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"./abvw/common/css/jquery-ui.css?
__UPDATEID__
"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"./abvw/common/css/jquery.toastmessage.css?
#UPDATEID#
"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"./abvw/common/css/jquery.toastmessage.css?
__UPDATEID__
"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"./abvw/css/layout/login.css?
#UPDATEID#
"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"./abvw/css/layout/login.css?
__UPDATEID__
"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"./abvw/css/theme/login.css?
#UPDATEID#
"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"./abvw/css/theme/login.css?
__UPDATEID__
"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"./abvw/css/layout/login_validation.css?
#UPDATEID#
"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"./abvw/css/layout/login_validation.css?
__UPDATEID__
"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"./abvw/css/theme/login_validation.css?
#UPDATEID#
"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"./abvw/css/theme/login_validation.css?
__UPDATEID__
"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"./abvw/css/layout/limit_access.css?
#UPDATEID#
"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"./abvw/css/layout/limit_access.css?
__UPDATEID__
"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"./abvw/css/theme/limit_access.css?
#UPDATEID#
"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"./abvw/css/theme/limit_access.css?
__UPDATEID__
"
/>
<script
type=
"text/javascript"
src=
"./abvw/common/js/jquery-1.8.1.min.js?
#UPDATEID#
"
></script>
<script
type=
"text/javascript"
src=
"./abvw/common/js/jquery-1.8.1.min.js?
__UPDATEID__
"
></script>
<script
type=
"text/javascript"
src=
"./abvw/common/js/thickbox.js?
#UPDATEID#
"
></script>
<script
type=
"text/javascript"
src=
"./abvw/common/js/thickbox.js?
__UPDATEID__
"
></script>
<script
type=
"text/javascript"
src=
"./abvw/common/js/jquery-ui-1.8.23.custom.min.js?
#UPDATEID#
"
></script>
<script
type=
"text/javascript"
src=
"./abvw/common/js/jquery-ui-1.8.23.custom.min.js?
__UPDATEID__
"
></script>
<script
type=
"text/javascript"
src=
"./abvw/common/js/jquery.toastmessage.js?
#UPDATEID#
"
></script>
<script
type=
"text/javascript"
src=
"./abvw/common/js/jquery.toastmessage.js?
__UPDATEID__
"
></script>
<script
type=
"text/javascript"
src=
"./abvw/common/js/screenLock.js?
#UPDATEID#
"
></script>
<script
type=
"text/javascript"
src=
"./abvw/common/js/screenLock.js?
__UPDATEID__
"
></script>
<script
type=
"text/javascript"
src=
"./abvw/common/js/avweb.js?
#UPDATEID#
"
></script>
<script
type=
"text/javascript"
src=
"./abvw/common/js/avweb.js?
__UPDATEID__
"
></script>
<script
type=
"text/javascript"
src=
"./abvw/common/js/i18n.js?
#UPDATEID#
"
></script>
<script
type=
"text/javascript"
src=
"./abvw/common/js/i18n.js?
__UPDATEID__
"
></script>
<script
type=
"text/javascript"
src=
"./abvw/common/js/common.js?
#UPDATEID#
"
></script>
<script
type=
"text/javascript"
src=
"./abvw/common/js/common.js?
__UPDATEID__
"
></script>
<script
type=
"text/javascript"
src=
"./abvw/js/Limit_Access_Content.js?
#UPDATEID#
"
></script>
<script
type=
"text/javascript"
src=
"./abvw/js/Limit_Access_Content.js?
__UPDATEID__
"
></script>
<script
type=
"text/javascript"
src=
"./abvw/js/login.js?
#UPDATEID#
"
></script>
<script
type=
"text/javascript"
src=
"./abvw/js/login.js?
__UPDATEID__
"
></script>
<!--[if gte IE 9]>
<!--[if gte IE 9]>
<style type="text/css">
<style type="text/css">
...
@@ -41,40 +40,30 @@
...
@@ -41,40 +40,30 @@
}
}
</style>
</style>
<![endif]-->
<![endif]-->
<!-- <script type="text/javascript">
<script
type=
"text/javascript"
>
$('head').append(
'<style type="text/css">#container { display: none; } #fade, #loader { display: block; }</style>'
);
jQuery.event.add(window,"load",function() { // 全ての読み込み完了後に呼ばれる関数
$
(
document
).
ready
(
function
(){
var pageH = $("#container").height();
LOGIN
.
ready
();
});
$("#fade").css("height", pageH).delay(900).fadeOut(800);
</script>
$("#loader").delay(600).fadeOut(300);
$("#container").css("display", "block");
});
</script>-->
</head>
</head>
<body
id=
"login"
>
<body
id=
"login"
>
<div
id=
"anonymous"
>
<div
id=
"anonymous"
>
<img
src=
"./abvw/img/login/logo_login.png"
class=
"clearboth"
/>
<img
src=
"./abvw/img/login/logo_login.png"
width=
"200"
class=
"clearboth"
/>
</div>
</div>
<div
id=
"normalUser"
>
<div
id=
"normalUser"
>
<!--
<div id="loader"><img src="./abvw/img/login/loading_icon.gif" width="200" height="200"></div>
<div id="loader"><img src="./abvw/img/login/loading_icon.gif" width="200" height="200"></div>
<div id="fade"></div>
<div id="fade"></div>
-->
<div
class=
"wrapper"
>
<div
class=
"wrapper"
>
<div
id=
"main"
>
<div
id=
"main-ws"
>
<ul
class=
"floatR"
id=
"menu-language"
>
<ul
class=
"floatR"
id=
"menu-language"
><li
class=
"language"
><a
id=
"language-ja"
><img
src=
"./abvw/img/common/flg_jpn.png"
width=
"29"
height=
"20"
></a></li><li
class=
"language"
><a
id=
"language-en"
><img
src=
"./abvw/img/common/flg_usa.png"
width=
"29"
height=
"20"
></a></li><li
class=
"language"
><a
id=
"language-ko"
><img
src=
"./abvw/img/common/flg_kor.png"
width=
"29"
height=
"20"
></a></li></ul>
<li
class=
"language"
style=
"display:none;"
><a
id=
"language-ja"
><img
src=
"./abvw/img/common/flg_jpn.png"
width=
"29"
height=
"20"
></a></li>
<li
class=
"language"
style=
"display:none;"
><a
id=
"language-en"
><img
src=
"./abvw/img/common/flg_usa.png"
width=
"29"
height=
"20"
></a></li>
<li
class=
"language"
style=
"display:none;"
><a
id=
"language-ko"
><img
src=
"./abvw/img/common/flg_kor.png"
width=
"29"
height=
"20"
></a></li>
</ul>
<article>
<article>
<img
src=
"./abvw/img/login/logo_login.png"
class=
"clearboth"
id=
"logologin"
>
<img
src=
"./abvw/img/login/logo_login.png"
width=
"200"
class=
"clearboth"
id=
"logologin"
>
<section
id=
"formlogin"
>
<section
id=
"formlogin"
>
<table
width=
"440"
border=
"0"
cellspacing=
"0"
>
<table
width=
"440"
border=
"0"
cellspacing=
"0"
>
<!--
<!--
...
@@ -82,20 +71,21 @@ jQuery.event.add(window,"load",function() { // 全ての読み込み完了後に
...
@@ -82,20 +71,21 @@ jQuery.event.add(window,"load",function() { // 全ての読み込み完了後に
<th width="33%" class="lang" lang="txtLoginAccPath">アカウントパス</th>
<th width="33%" class="lang" lang="txtLoginAccPath">アカウントパス</th>
<td width="67%"><input type="text" id="txtAccPath" maxlength="60" /></td>
<td width="67%"><input type="text" id="txtAccPath" maxlength="60" /></td>
</tr>
</tr>
-->
<input type="hidden" id="txtAccPath" value="user" />
<input type="hidden" id="txtAccPath" value="user" />
-->
<input
type=
"hidden"
id=
"txtAccPath"
value=
"daihatsu"
/>
<tr>
<tr>
<th
class=
"lang"
lang=
"txtLoginId"
>
ログインID
</th>
<th
class=
"lang"
lang=
"txtLoginId"
>
<!--ログインID-->
</th>
<td><input
type=
"text"
id=
"txtAccId"
maxlength=
"54"
/></td>
<td><input
type=
"text"
id=
"txtAccId"
maxlength=
"54"
/></td>
</tr>
</tr>
<tr>
<tr>
<th
class=
"lang"
lang=
"txtLoginPwd"
>
パスワード
</th>
<th
class=
"lang"
lang=
"txtLoginPwd"
>
<!--パスワード-->
</th>
<td><input
type=
"password"
id=
"txtPassword"
/></td>
<td><input
type=
"password"
id=
"txtPassword"
/></td>
</tr>
</tr>
</table>
</table>
<p
class=
"error lang"
id=
"main-error-message"
style=
"display:none;"
>
パスワードまたはIDに誤りがあります
</p>
<p
class=
"error lang"
id=
"main-error-message"
style=
"display:none;"
>
<!--パスワードまたはIDに誤りがあります-->
</p>
<p
class=
"memory"
><input
type=
"checkbox"
id=
"chkRemember"
/><label
class=
"lang"
lang=
"txtLoginPwdRbr"
for=
"chkRemember"
>
アカウントパスとログインIDを記憶する
</label></p>
<p
class=
"memory"
><input
type=
"checkbox"
id=
"chkRemember"
/><label
class=
"lang"
lang=
"txtLoginPwdRbr"
for=
"chkRemember"
>
<!--アカウントパスとログインIDを記憶する-->
</label></p>
<a
class=
"loginbtn lang"
id=
"btnLogin"
lang=
"dspLogin"
>
ログイン
</a>
<a
class=
"loginbtn lang"
id=
"btnLogin"
lang=
"dspLogin"
>
<!--ログイン-->
</a>
</section>
</section>
</article>
</article>
</div>
</div>
...
@@ -110,26 +100,27 @@ jQuery.event.add(window,"load",function() { // 全ての読み込み完了後に
...
@@ -110,26 +100,27 @@ jQuery.event.add(window,"load",function() { // 全ての読み込み完了後に
</div>
</div>
<section
id=
"main-password-change"
class=
"sectionchangepassword"
>
<section
id=
"main-password-change"
class=
"sectionchangepassword"
>
<h1
class=
"title lang"
lang=
"msgChangePassword"
>
パスワードを変更してください。
</h1>
<h1
class=
"title lang"
lang=
"msgChangePassword"
>
<!--パスワードを変更してください。-->
</h1>
<span
id=
"dialog-error-message"
class=
"alertTxtDialog lang"
></span>
<span
id=
"dialog-error-message"
class=
"alertTxtDialog lang"
></span>
<dl>
<dl>
<dt
class=
"lang"
lang=
"txtPwdCurr"
>
旧パスワード:
</dt>
<dt
class=
"lang"
lang=
"txtPwdCurr"
>
<!--旧パスワード:-->
</dt>
<dd><input
type=
"password"
id=
"txtCurrentPass"
/></dd>
<dd><input
type=
"password"
id=
"txtCurrentPass"
maxlength=
"16"
/></dd>
</dl>
</dl>
<dl>
<dl>
<dt
class=
"lang"
lang=
"txtPwdNew"
>
旧パスワード:
</dt>
<dt
class=
"lang"
lang=
"txtPwdNew"
>
<!--旧パスワード:-->
</dt>
<dd><input
type=
"password"
id=
"txtNewPass"
/></dd>
<dd><input
type=
"password"
id=
"txtNewPass"
maxlength=
"16"
/></dd>
</dl>
</dl>
<dl>
<dl>
<dt
class=
"lang"
lang=
"txtPwdNewRe"
>
新パスワード(確認):
</dt>
<dt
class=
"lang"
lang=
"txtPwdNewRe"
>
<!--新パスワード(確認):-->
</dt>
<dd><input
type=
"password"
id=
"txtConfirmNew"
/></dd>
<dd><input
type=
"password"
id=
"txtConfirmNew"
maxlength=
"16"
/></dd>
</dl>
</dl>
<p
class=
"lang"
lang=
"txtPwdRemind"
id=
"txtPwdRemind"
>
※スキップを選択すると、30日間このメッセージは表示されません
</p>
<p
class=
"lang"
lang=
"txtPwdRemind"
id=
"txtPwdRemind"
>
<!--※スキップを選択すると、30日間このメッセージは表示されません-->
</p>
<p
class=
"loginbtn"
>
<p
class=
"loginbtn"
>
<a
class=
"skip lang"
id=
"btnSkip"
lang=
"dspSkip"
>
スキップ
</a>
<a
class=
"skip lang"
id=
"btnSkip"
lang=
"dspSkip"
>
<!--スキップ-->
</a>
<a
class=
"change lang"
id=
"btnChange"
lang=
"dspChange"
>
変更
</a>
<a
class=
"change lang"
id=
"btnChange"
lang=
"dspChange"
>
<!--変更-->
</a>
</p>
</p>
</section>
</section>
</body>
</body>
</html>
</html>
env.sh
View file @
f6096c20
...
@@ -30,13 +30,14 @@ modify_api()
...
@@ -30,13 +30,14 @@ modify_api()
"screenlockTimeDefault" : 30,
"screenlockTimeDefault" : 30,
"pushPageCount" : 5,
"pushPageCount" : 5,
"pushTimePeriod" : 60,
"pushTimePeriod" : 60,
"debug" :
tru
e,
"debug" :
fals
e,
"loginPage" : "index.html",
"loginPage" : "index.html",
"anonymousLoginFlg" : false,
"anonymousLoginFlg" : false,
"anonymousLoginPath" : "test",
"anonymousLoginPath" : "test",
"anonymousLoginId" : "nologin",
"anonymousLoginId" : "nologin",
"appName" : "ABookWebCL",
"appName" : "ABookWebCL",
"appVersion" : "0.0.1"
"appVersion" : "0.0.1",
"movieCacheLimitMB" : 200
}
}
EOF
EOF
}
}
...
...
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