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
7943c1ab
Commit
7943c1ab
authored
Aug 07, 2014
by
Masaru Abe
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
#13177
ブラウザ版Getitsで公開終了したコンテンツの発行URLに接続すると、Getitsのスプラッシュ画面のままなので、なぜコンテンツが開かないのかユーザーがわからない
parent
50626ffd
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
49 deletions
+8
-49
abvw/js/login.js
+2
-9
custom/getits/login.html
+6
-40
No files found.
abvw/js/login.js
View file @
7943c1ab
...
...
@@ -759,12 +759,6 @@ LOGIN.initLoginGetitsUser = function() {
// create new session for getits user
//avwCreateUserSession();
// set info user anonymous login
//ClientData.userInfo_accountPath(sysSettings.anonymousLoginPath);
//ClientData.userInfo_accountPath_session(sysSettings.anonymousLoginPath);
//ClientData.userInfo_loginId(sysSettings.anonymousLoginId);
//ClientData.userInfo_loginId_session(sysSettings.anonymousLoginId);
ClientData
.
userInfo_userName
(
data
.
userName
);
ClientData
.
userInfo_sid
(
data
.
sid
);
...
...
@@ -792,7 +786,8 @@ LOGIN.initLoginGetitsUser = function() {
LOGIN
.
showContentViewByOpenUrl
(
paramContentID
);
}
else
{
//ホームへ移動
avwScreenMove
(
"abvw/"
+
COMMON
.
ScreenIds
.
Home
);
//avwScreenMove("abvw/" + COMMON.ScreenIds.Home);
avwScreenMove
(
"abvw/"
+
COMMON
.
ScreenIds
.
Login
);
}
});
...
...
@@ -850,8 +845,6 @@ LOGIN.showContentViewByOpenUrl = function(strContentId) {
if
(
contentType
==
COMMON
.
ContentTypeKeys
.
Type_Others
){
//Download content
HEADER
.
downloadResourceById
(
strContentId
);
// redraw content remove new icon
//drawEditImage(contentId); 不要
}
else
{
//Go to Conten view page
...
...
custom/getits/login.html
View file @
7943c1ab
...
...
@@ -67,27 +67,15 @@ jQuery.event.add(window,"load",function() { // 全ての読み込み完了後に
<div
id=
"fade"
></div>
<div
class=
"wrapper"
>
<div
id=
"main"
>
<!--
<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>
-->
<article>
<img
src=
"./abvw/img/login/logo_login.png"
width=
"200"
class=
"clearboth"
id=
"logologin"
>
<section
id=
"formlogin"
style=
"visibility:hidden;"
>
<table
width=
"440"
border=
"0"
cellspacing=
"0"
>
<tr>
<th
width=
"33%"
class=
"lang"
lang=
"txtLoginAccPath"
>
アカウントパス
</th>
<td
width=
"67%"
><input
type=
"text"
id=
"txtAccPath"
maxlength=
"60"
/></td>
</tr>
<tr>
<th
class=
"lang"
lang=
"txtLoginId"
>
ログインID
</th>
<td><input
type=
"text"
id=
"txtAccId"
maxlength=
"54"
/></td>
</tr>
<tr>
<th
class=
"lang"
lang=
"txtLoginPwd"
>
パスワード
</th>
<td><input
type=
"password"
id=
"txtPassword"
/></td>
</tr>
</table>
<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>
<a
class=
"loginbtn lang"
id=
"btnLogin"
lang=
"dspLogin"
>
ログイン
</a>
<section
id=
"formlogin"
style=
""
>
<div
style=
"color:red; font-size:14pt;"
>
コンテンツを表示出来ません
</div>
<div
style=
"color:red; font-size:14pt;"
>
</div>
</section>
</article>
</div>
...
...
@@ -101,27 +89,5 @@ jQuery.event.add(window,"load",function() { // 全ての読み込み完了後に
</footer>
</div>
<section
id=
"main-password-change"
class=
"sectionchangepassword"
>
<h1
class=
"title lang"
lang=
"msgChangePassword"
>
パスワードを変更してください。
</h1>
<span
id=
"dialog-error-message"
class=
"alertTxtDialog lang"
></span>
<dl>
<dt
class=
"lang"
lang=
"txtPwdCurr"
>
旧パスワード:
</dt>
<dd><input
type=
"password"
id=
"txtCurrentPass"
maxlength=
"16"
/></dd>
</dl>
<dl>
<dt
class=
"lang"
lang=
"txtPwdNew"
>
旧パスワード:
</dt>
<dd><input
type=
"password"
id=
"txtNewPass"
maxlength=
"16"
/></dd>
</dl>
<dl>
<dt
class=
"lang"
lang=
"txtPwdNewRe"
>
新パスワード(確認):
</dt>
<dd><input
type=
"password"
id=
"txtConfirmNew"
maxlength=
"16"
/></dd>
</dl>
<p
class=
"lang"
lang=
"txtPwdRemind"
id=
"txtPwdRemind"
>
※スキップを選択すると、30日間このメッセージは表示されません
</p>
<p
class=
"loginbtn"
>
<a
class=
"skip lang"
id=
"btnSkip"
lang=
"dspSkip"
>
スキップ
</a>
<a
class=
"change lang"
id=
"btnChange"
lang=
"dspChange"
>
変更
</a>
</p>
</section>
</body>
</html>
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