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
a5867168
Commit
a5867168
authored
Jan 21, 2015
by
Masaru Abe
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
戻るボタン対応途中版
parent
8e6bbfc1
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
with
2020 additions
and
795 deletions
+2020
-795
abvw/bookmark.html
+526
-143
abvw/contentsearch.html
+530
-181
abvw/css/layout/common.css
+0
-5
abvw/css/layout/contentsearch.css
+1
-1
abvw/css/layout/list_shiori.css
+3
-3
abvw/css/layout/setting.css
+2
-2
abvw/css/theme/contentsearch.css
+1
-1
abvw/css/theme/header.css
+12
-13
abvw/css/theme/list_shiori.css
+4
-5
abvw/css/theme/setting.css
+2
-2
abvw/history.html
+536
-167
abvw/home.html
+34
-35
abvw/img/common/login_title.png
+0
-0
abvw/js/bookmark.js
+42
-1
abvw/js/contentsearch.js
+40
-1
abvw/js/contentview.js
+0
-7
abvw/js/contentview_Events.js
+21
-5
abvw/js/detail.js
+11
-2
abvw/js/history.js
+41
-1
abvw/settings.html
+214
-220
No files found.
abvw/bookmark.html
View file @
a5867168
...
@@ -2,165 +2,548 @@
...
@@ -2,165 +2,548 @@
<html>
<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"
>
<meta
http-equiv=
"Expires"
content=
"-1"
>
<meta
http-equiv=
"Expires"
content=
"-1"
>
<title></title>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"common/css/jquery-ui.css?
#UPDATEID#
"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"common/css/jquery-ui.css?
__UPDATEID__
"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"common/css/jquery.toastmessage.css?
#UPDATEID#
"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"common/css/jquery.toastmessage.css?
__UPDATEID__
"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"common/css/default.css?
#UPDATEID#
"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"common/css/default.css?
__UPDATEID__
"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"common/css/screenLock.css?
#UPDATEID#
"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"common/css/screenLock.css?
__UPDATEID__
"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/layout/common.css?
#UPDATEID#
"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/layout/common.css?
__UPDATEID__
"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/theme/common.css?
#UPDATEID#
"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/theme/common.css?
__UPDATEID__
"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/layout/header.css?
#UPDATEID#
"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/layout/header.css?
__UPDATEID__
"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/theme/header.css?
#UPDATEID#
"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/theme/header.css?
__UPDATEID__
"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/layout/footer.css?
#UPDATEID#
"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/layout/footer.css?
__UPDATEID__
"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/theme/footer.css?
#UPDATEID#
"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/theme/footer.css?
__UPDATEID__
"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/layout/backup.css?
#UPDATEID#
"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/layout/backup.css?
__UPDATEID__
"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/theme/backup.css?
#UPDATEID#
"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/theme/backup.css?
__UPDATEID__
"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/layout/list_shiori.css?
#UPDATEID#
"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/layout/list_shiori.css?
__UPDATEID__
"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/theme/list_shiori.css?
#UPDATEID#
"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/theme/list_shiori.css?
__UPDATEID__
"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/layout/delete_shiori.css?
#UPDATEID#
"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/layout/delete_shiori.css?
__UPDATEID__
"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/theme/delete_shiori.css?
#UPDATEID#
"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/theme/delete_shiori.css?
__UPDATEID__
"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/layout/accordion.css?
#UPDATEID#
"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/layout/accordion.css?
__UPDATEID__
"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/theme/accordion.css?
#UPDATEID#
"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/theme/accordion.css?
__UPDATEID__
"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/layout/limit_access.css?
#UPDATEID#
"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/layout/limit_access.css?
__UPDATEID__
"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/theme/limit_access.css?
#UPDATEID#
"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/theme/limit_access.css?
__UPDATEID__
"
/>
<script
type=
"text/javascript"
src=
"./common/js/jquery-1.8.1.min.js?#UPDATEID#"
></script>
<!-- CSSビュー -->
<script
type=
"text/javascript"
src=
"./common/js/jquery-ui-1.8.23.custom.min.js?#UPDATEID#"
></script>
<!-- link rel="stylesheet" type="text/css" href="css/reset.css?#UPDATEID#" / -->
<script
type=
"text/javascript"
src=
"./common/js/jquery.toastmessage.js?#UPDATEID#"
></script>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/layout/viewer.css?#UPDATEID#"
/>
<script
type=
"text/javascript"
src=
"./common/js/avweb.js?#UPDATEID#"
></script>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/theme/viewer.css?#UPDATEID#"
/>
<script
type=
"text/javascript"
src=
"./common/js/i18n.js?#UPDATEID#"
></script>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"common/css/jquery.powertip.css?#UPDATEID#"
/>
<script
type=
"text/javascript"
src=
"./common/js/common.js?#UPDATEID#"
></script>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/layout/Anket.css?#UPDATEID#"
/>
<script
type=
"text/javascript"
src=
"./common/js/screenLock.js?#UPDATEID#"
></script>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/theme/Anket.css?#UPDATEID#"
/>
<script
type=
"text/javascript"
src=
"./js/header.js?#UPDATEID#"
></script>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/delete_shiori.css?#UPDATEID#"
/>
<script
type=
"text/javascript"
src=
"./js/Limit_Access_Content.js?#UPDATEID#"
></script>
<script
type=
"text/javascript"
src=
"./js/bookmark.js?#UPDATEID#"
></script>
<script
type=
"text/javascript"
src=
"./common/js/jquery-1.8.1.min.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./common/js/thickbox.js?#UPDATEID#"
></script>
<script
type=
"text/javascript"
src=
"./common/js/jquery-ui-1.8.23.custom.min.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./common/js/scrolltopcontrol.js?#UPDATEID#"
></script>
<script
type=
"text/javascript"
src=
"./common/js/jquery.toastmessage.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./common/js/avweb.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./common/js/i18n.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./common/js/common.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./common/js/screenLock.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./js/header.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./js/Limit_Access_Content.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./js/bookmark.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./common/js/thickbox.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./common/js/scrolltopcontrol.js?__UPDATEID__"
></script>
<!-- JSビュー -->
<script
type=
"text/javascript"
src=
"./common/js/jquery.ui.touch-punch.min.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./common/js/htmlparser.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./common/js/textObject.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./js/contentview_CallApi.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./js/contentview_Events.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./js/contentview_GetData.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./js/contentview_InitObjects.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./js/contentview_CreateObjects.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./js/contentview_General.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./js/contentview.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./js/contentview_Memo.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./js/contentview_Gomu.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./js/contentview_Maker.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./js/contentview_Pen.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./js/contentview_Marking.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./js/contentview_PopupText.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./js/contentview_Paint.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./js/contentview_Anket.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./js/contentview_3d.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./js/contentview_ContentTypeNone.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./js/contentview_ImagePreview.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./js/contentview_FileSystem.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./common/js/zoomDetector.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./common/js/jquery.powertip.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./common/js/script.js?__UPDATEID__"
></script>
<title></title>
</head>
</head>
<body
id=
"list"
>
<body
id=
"bookmark"
>
<header
id=
"header-ws"
class=
"header_ws"
>
<header>
<div
class=
"notification-pushmessage"
style=
"display:none;"
>
<div
class=
"notification-pushmessage"
style=
"display:none;"
>
新着メッセージがあります!!!
新着メッセージがあります!!!
</div>
</div>
<div
class=
"cnt_header"
>
<div
class=
"cnt_header"
>
<a
class=
"logo"
href=
"javascript:void(0);"
onclick=
"avwScreenMove(ScreenIds.Home)"
>
</a>
<a
class=
"logo"
href=
"javascript:void(0);"
onclick=
"avwScreenMove(ScreenIds.Home)"
>
</a>
<div
class=
"menu_login"
>
<div
class=
"menu_login"
>
<ul
class=
"floatL"
>
<ul
class=
"floatL"
>
<li
class=
"floatR"
id=
"li-login-username"
style=
"display:none;"
>
<li
class=
"floatR"
id=
"li-login-username"
style=
"display:none;"
>
<label><img
src=
"img/common/login_title.png"
height=
"20"
></label>
<label><img
src=
"img/common/login_title.png"
height=
"20"
></label>
<label
class=
"lang"
lang=
"txtLoginUser"
>
こんにちは
</label>
<label
class=
"lang"
lang=
"txtLoginUser"
>
こんにちは
</label>
</li>
</li>
</ul>
</ul>
<p
id=
"login-username"
class=
"username"
>
</p>
<p
id=
"login-username"
class=
"username"
>
</p>
</div>
</div>
<div
class=
"menu_language"
>
<div
class=
"menu_language"
>
<div
class=
"clearfix"
>
<div
class=
"clearfix"
>
<ul
class=
"floatR"
>
<ul
class=
"floatR"
>
<li
class=
"language"
id=
"language-jp"
style=
"display:none;"
><a
href=
"#"
><img
src=
"img/common/flg_jpn.png"
width=
"29"
height=
"20"
></a></li>
<li
class=
"language"
id=
"language-jp"
style=
"display:none;"
><a
href=
"#"
><img
src=
"img/common/flg_jpn.png"
width=
"29"
height=
"20"
></a></li>
<li
class=
"language"
id=
"language-en"
style=
"display:none;"
><a
href=
"#"
><img
src=
"img/common/flg_usa.png"
width=
"29"
height=
"20"
></a></li>
<li
class=
"language"
id=
"language-en"
style=
"display:none;"
><a
href=
"#"
><img
src=
"img/common/flg_usa.png"
width=
"29"
height=
"20"
></a></li>
<li
class=
"language"
id=
"language-kr"
style=
"display:none;"
><a
href=
"#"
><img
src=
"img/common/flg_kor.png"
width=
"29"
height=
"20"
></a></li>
<li
class=
"language"
id=
"language-kr"
style=
"display:none;"
><a
href=
"#"
><img
src=
"img/common/flg_kor.png"
width=
"29"
height=
"20"
></a></li>
<li
style=
"padding-left:0;"
><input
class=
"focus"
id=
"searchbox-key"
name=
""
type=
"text"
placeholder=
"キーワードを入力してください"
></li>
<li
style=
"padding-left:0;"
><input
class=
"focus"
id=
"searchbox-key"
name=
""
type=
"text"
placeholder=
"キーワードを入力してください"
></li>
<div
id=
"header-searchbox"
style=
"display:none;"
>
<div
id=
"header-searchbox"
style=
"display:none;"
>
<input
type=
"radio"
id=
"searchbox-content"
name=
"searchbox-searchtype"
value=
"1"
checked=
"checked"
/><span
id=
"searchbox-content-header"
class=
"lang"
lang=
"txtCtnNm"
>
コンテンツ名
</span><br/>
<input
type=
"radio"
id=
"searchbox-content"
name=
"searchbox-searchtype"
value=
"1"
checked=
"checked"
/><span
id=
"searchbox-content-header"
class=
"lang"
lang=
"txtCtnNm"
>
コンテンツ名
</span><br/>
<input
type=
"radio"
id=
"searchbox-tag"
name=
"searchbox-searchtype"
value=
"2"
/><span
class=
"lang"
id=
"searchbox-tag-header"
lang=
"txtTag"
>
タグ
</span><br/>
<input
type=
"radio"
id=
"searchbox-tag"
name=
"searchbox-searchtype"
value=
"2"
/><span
class=
"lang"
id=
"searchbox-tag-header"
lang=
"txtTag"
>
タグ
</span><br/>
<input
type=
"radio"
id=
"searchbox-body"
name=
"searchbox-searchtype"
value=
"3"
/><span
class=
"lang"
id=
"searchbox-body-header"
lang=
"txtContTxt"
>
本文
</span><br/>
<input
type=
"radio"
id=
"searchbox-body"
name=
"searchbox-searchtype"
value=
"3"
/><span
class=
"lang"
id=
"searchbox-body-header"
lang=
"txtContTxt"
>
本文
</span><br/>
<a
class=
"blue lang"
href=
"#"
id=
"searchbox-search"
lang=
"txtSearch"
>
検索
</a>
<a
class=
"blue lang"
href=
"#"
id=
"searchbox-search"
lang=
"txtSearch"
>
検索
</a>
</div>
</div>
</ul>
</ul>
</div>
</div>
<ul
class=
"button"
>
<ul
class=
"button"
>
<li
class=
"floatL"
id=
"dspPushMessage"
>
<li
class=
"floatL"
id=
"dspPushMessage"
>
<a
href=
"#"
id=
"liPushMessage"
><span
class=
"pushMessage"
><span
class=
"icon"
></span>
<span
class=
"lang"
lang=
"txtPushAlert"
>
新着 :
</span><span
id=
"numbermessage"
></span><span
class=
"arrow"
></span></span></a>
<a
href=
"#"
id=
"liPushMessage"
><span
class=
"pushMessage"
><span
class=
"icon"
></span>
<span
class=
"lang"
lang=
"txtPushAlert"
>
新着 :
</span><span
id=
"numbermessage"
></span><span
class=
"arrow"
></span></span></a>
<div
id=
"accordion"
style=
"display:none;"
>
<div
id=
"accordion"
style=
"display:none;"
>
<div
id=
"show-push-message"
></div>
<div
id=
"show-push-message"
></div>
<div
class=
"pagechange clearfix"
>
<div
class=
"pagechange clearfix"
>
<a
class=
"floatL lang"
id=
'prev-page-message'
lang=
"txtPrevious"
>
<<前へ
</a><a
class=
"floatR lang"
id=
'next-page-message'
lang=
"txtNext"
>
次へ>>
</a>
<a
class=
"floatL lang"
id=
'prev-page-message'
lang=
"txtPrevious"
>
<<前へ
</a><a
class=
"floatR lang"
id=
'next-page-message'
lang=
"txtNext"
>
次へ>>
</a>
</div>
</div>
</div>
</div>
</li>
</li>
<li
class=
"menuIcon"
id=
"dspHome"
><a
href=
"#"
><img
src=
"img/common/icon_home.png"
height=
"27"
></a></li>
<li
class=
"menuIcon"
id=
"dspHome"
><a
href=
"#"
><img
src=
"img/common/icon_home.png"
height=
"27"
></a></li>
<li
class=
"menuIcon"
id=
"dspShiori"
><a
href=
"#"
><img
src=
"img/common/icon_marker.png"
height=
"27"
></a></li>
<li
class=
"menuIcon"
id=
"dspShiori"
><a
href=
"#"
><img
src=
"img/common/icon_marker.png"
height=
"27"
></a></li>
<li
class=
"menuIcon"
id=
"dspViewHistory"
><a
href=
"#"
><img
src=
"img/common/icon_watch.png"
height=
"27"
></a></li>
<li
class=
"menuIcon"
id=
"dspViewHistory"
><a
href=
"#"
><img
src=
"img/common/icon_watch.png"
height=
"27"
></a></li>
<li
class=
"menuIcon"
id=
"dspSetting"
style=
""
><a
href=
"#"
><img
src=
"img/common/icon_setup.png"
height=
"27"
></a></li>
<li
class=
"menuIcon"
id=
"dspSetting"
style=
""
><a
href=
"#"
><img
src=
"img/common/icon_setup.png"
height=
"27"
></a></li>
<li
class=
"menuIcon"
id=
"dspLogout"
style=
"margin-right:0;"
><a
href=
"#"
><img
src=
"img/common/icon_logout.png"
height=
"27"
></a></li>
<li
class=
"menuIcon"
id=
"dspLogout"
style=
"margin-right:0;"
><a
href=
"#"
><img
src=
"img/common/icon_logout.png"
height=
"27"
></a></li>
</ul>
</ul>
</div>
</div>
</div>
</div>
</header>
</header>
<section
class=
"sectionbackup_logout"
id=
"dlgConfirmBackup1"
>
<div
id=
"ws-body"
class=
"wrapper_ws"
>
<h1><label
class=
"lang"
lang=
"txtBackupTitle"
>
バックアップ確認
</label></h1>
<p
class=
"message"
><label
lang=
"txtLogoutBkMsg"
class=
"lang"
>
ログアウトする前にバックアップしますか?
</label></p>
<p
class=
"message-options"
>
<label
class=
"option_backup"
>
<label
lang=
"txtBkSelectData"
class=
"lang"
>
バックアップするデータを選択してください。
</label><br
/>
<input
type=
"checkbox"
id=
"chkBkAllMarking"
class=
"chkbx"
checked=
"checked"
/><label
for=
"chkBkAllMarking"
lang=
"txtBkMarking"
class=
"lang"
>
マーキング
</label>
<input
type=
"checkbox"
id=
"chkBkAllMemo"
class=
"chkbx"
checked=
"checked"
/><label
for=
"chkBkAllMemo"
lang=
"txtBkMemo"
class=
"lang"
>
メモ
</label>
<input
type=
"checkbox"
id=
"chkBkAllShiori"
class=
"chkbx"
checked=
"checked"
/><label
for=
"chkBkAllShiori"
lang=
"txtBkShiori"
class=
"lang"
>
しおり
</label>
</label>
</p>
<p
class=
"notice"
>
<input
type=
"checkbox"
id=
"chkRememberBackup"
/><label
for=
"chkRememberBackup"
class=
"lang"
lang=
"txtLogoutOptBkCfm"
>
今回の行動を記憶し、次回から確認せずに、同じことをする。
</label>
</p>
<p
class=
"backupbtn"
>
<a
class=
"cancel lang"
href=
"#"
lang=
"dspBkCancel"
id=
"dlgConfirmBackup-withoutbackup"
>
バックアップしないでログアウト
</a>
<a
class=
"ok lang"
href=
"#"
id=
"dlgConfirmBackup-backup"
lang=
"dspBkOK"
>
バックアップしてログアウト
</a>
</p>
</section>
<div
class=
"wrapper"
>
<div
id=
"inc_backup"
></div>
<div
id=
"main"
>
<div
id=
"main-ws"
>
<article
id=
"articleMain"
class=
"articleMain"
>
<div
class=
"tops"
id=
"sortingDiv"
>
<span
class=
"lang"
lang=
"txtSort"
>
並び替え
</span>
<ul
class=
"sort shiori-tops"
id=
"menu_sort"
>
<li
class=
"current"
><a
class=
"descending_sort lang"
id=
"dspTitleNm"
lang=
"dspTitleNm"
>
タイトル名
</a><b>
|
</b></li>
<li><a
id=
"dspTitleNmKn"
lang=
"dspTitleNmKn"
class=
"lang"
>
タイトル名(かな)
</a><b
id=
"dspTitleNmKn_Seperate"
>
|
</b></li>
<li><a
id=
"dspPubDt"
lang=
"dspRegDt"
class=
"lang"
>
登録日
</a></li>
</ul>
<a
class=
"delete lang"
id=
"dspDelete"
lang=
"dspDelete"
>
削除
</a>
</div>
<section
id=
"pnlTop"
class=
'top'
>
<!--<a class="delete lang" id="dspDelete" lang="dspDelete">削除</a>-->
</section>
<div
style=
"display:none;"
class=
"shioriNotExist lang"
id=
"msgShioriNotExists"
lang=
"msgShioriNotExists"
></div>
<section
id=
"bottom"
>
<a
class=
"delete lang"
id=
"dspDelete1"
lang=
"dspDelete"
>
削除
</a>
</section>
</article>
</div>
<!-- Delete panel [start]-->
<section
class=
"sectionDeleteConfirm"
id=
"delete_shiori"
>
<h1
class=
"lang"
lang=
"txtDeleteConfirmTitle"
>
しおり削除確認
</h1>
<p
class=
"message lang"
lang=
"dspShioriDelConf"
>
設定されているしおりを削除しますか?
</p>
<p
class=
"deletebtn"
><a
id=
"dspConfirmOK"
lang=
"dspOK"
class=
"ok lang"
>
OK
</a><a
id=
"dspCancel"
lang=
"dspCancel"
class=
"cancel lang"
>
キャンセル
</a></p>
</section>
<!-- Delete panel [end] -->
<footer>
<div
class=
"border"
>
<div
class=
"cnt_footer"
>
COPYRIGHT
©
2014 AGENTEC Co., Ltd. ALL RIGHTS RESERVED.
</div>
</div>
</footer>
</div>
<article
id=
"articleMain"
class=
"articleMain"
>
<div
id=
"viewer"
style=
"display:none;"
>
<div
class=
"tops"
id=
"sortingDiv"
>
<span
class=
"lang"
lang=
"txtSort"
>
並び替え
</span>
<!-- ビューアエリア FROM -->
<ul
class=
"sort shiori-tops"
id=
"menu_sort"
>
<div
id=
"wrapper"
style=
""
>
<li
class=
"current"
><a
class=
"descending_sort lang"
id=
"dspTitleNm"
lang=
"dspTitleNm"
>
タイトル名
</a><b>
|
</b></li>
<li><a
id=
"dspTitleNmKn"
lang=
"dspTitleNmKn"
class=
"lang"
>
タイトル名(かな)
</a><b
id=
"dspTitleNmKn_Seperate"
>
|
</b></li>
<!--Viewer component is added here -->
<li><a
id=
"dspPubDt"
lang=
"dspRegDt"
class=
"lang"
>
登録日
</a></li>
<div
id=
"overlay"
class=
"web_dialog_overlay"
>
</div>
</ul>
<div
id=
"dialog"
class=
"web_dialog"
>
</div>
<div
id=
"divCheckExistMarking"
class=
"check_marking"
style=
"display:none;"
>
<img
src=
"img/viewer/icon_marked.png"
/>
</div>
<header
id =
"header_toolbar"
class=
"header__"
>
<div
class =
"wrapper_header"
>
<div
id =
"top_toolbar"
class=
"hdLcolumn fix"
>
<span
class=
"hgloupe"
>
<a
id=
"imgHome"
class=
"home"
title=
"ホーム"
lang=
"dspHome"
>
</a>
<a
id=
"imgBack"
class=
"back"
title=
"戻る"
lang=
"txtTooltipBack"
>
</a>
</span>
<span
class=
"gloupe"
>
<a
id=
"listbookmark"
class=
"bmList"
title=
"しおり一覧"
lang=
"txtShioriCtnLs"
>
</a>
<a
id=
"imgbookmark"
class=
"bmAdd"
title=
"しおり追加"
lang=
"txtTooltipBookmark"
>
</a>
</span>
<span
class=
"gloupe"
>
<a
id=
"listindex"
class=
"index"
title=
"インデックス"
lang=
"txtIndex"
>
</a>
</span>
<aside
id=
"boxIndex"
class=
"indexBox"
style=
"display: none;"
>
<h1
id=
"indexBoxHdIndex"
class=
"indexBoxHd"
>
<a
id=
"indexClosing"
class=
"delete"
>
</a>
</h1>
<div
id=
"divListIndex"
class=
"indexBoxBody_on"
></div>
</aside>
<span
class=
"gloupe"
>
<a
id=
"copytext"
class=
"copy"
title=
"コピー"
lang=
"txtTextCopy"
>
</a>
</span>
<aside
class=
"bookmarkBox"
id =
"boxCopyText"
>
<h1
class=
"bookmarkBoxHd"
id=
"bookmarkBoxHdCT"
></h1>
<ul
id=
"divCopyText"
class=
"bookmarkBoxBody_on"
></ul>
</aside>
<aside
class=
"bookmarkBox"
id=
"boxBookMark"
style=
"display: none;"
>
<h1
class=
"bookmarkBoxHd"
id=
"bookmarkBoxHdBM"
></h1>
<ul
id=
"divListBookmark"
class=
"bookmarkBoxBody_on"
></ul>
</aside>
<span
class=
"gloupe"
>
<a
id=
"imgmemo"
class=
"memoDisplay"
title=
"メモ表示"
lang=
"txtTooltipShowMemo"
>
</a>
<a
id=
"imgaddmemo"
class=
"memoAdd"
title=
"メモ追加"
lang=
"txtTooltipAddMemo"
>
</a>
</span>
<span
class=
"lgloupe"
>
<a
id=
"imgmarking"
class=
"marking"
title=
"マーキング"
lang=
"txtTooltipShowMarking"
>
</a>
<a
id=
"imgmarkingtoolbar"
class=
"markingToolbar"
title=
"マーキングツールバー表示"
lang=
"txtTooltipShowMarkingTool"
>
</a>
</span>
</div>
<div
class=
"hdRcolumn"
>
<input
id=
"txtSearch"
type=
"text"
>
<aside
id=
"boxSearching"
class=
"bookmarkBox"
style=
"display: none;"
>
<h1
id=
"bookmarkBoxHdSearching"
class=
"bookmarkBoxHd"
></h1>
<ul
id=
"divSearchResult"
class=
"bookmarkBoxBody_on"
></ul>
</aside>
</div>
</div>
</header>
<a
class=
"delete lang"
id=
"dspDelete"
lang=
"dspDelete"
>
削除
</a>
<aside
id=
"boxAddMemo"
class=
"bookmarkBox"
>
</div>
<h1
id=
"bookmarkBoxHdMemo"
class=
"bookmarkBoxHd"
>
<section
id=
"pnlTop"
class=
'top'
>
<a
id=
"memoClosing"
class=
"delete"
>
</a>
<!--<a class="delete lang" id="dspDelete" lang="dspDelete">削除</a>-->
<label
class=
"lang"
lang =
"txtMemoMenu"
>
</label>
</section>
</h1>
<ul
id=
"divAddMemo"
class=
"bookmarkBoxBody_on"
>
<br
/>
<a
id=
"liAddMemo"
lang =
"txtMemoNew"
class=
"lang cancelbtn"
>
</a><br
/>
<a
id=
"liCopyMemo"
lang =
"txtMemoPaste"
class=
"lang cancelbtn"
>
</a>
<br
/>
<a
id=
"liDeleteMemo"
lang =
"txtMemoClear"
class=
"lang cancelbtn"
>
</a>
<br
/>
</ul>
</aside>
<div
id=
"button_pre_canvas"
class=
"gBackbtn"
></div>
<div
id=
"button_next_canvas"
class=
"gNextbtn"
></div>
<div
id=
"divDialogMemo"
></div>
<div
id=
"dialog-contenttype-music"
></div>
<div
id=
"dialogPopUp"
class=
"popuptext_web_dialog"
></div>
<div
id=
"arrow"
class=
"popuptext_arrow"
></div>
<div
id=
"pop_up_memo"
class=
"pop-up-memo"
>
<a
id=
"btn_show_memo"
class=
"lang"
lang =
"txtMemoEdit"
>
</a>
<br
/><br
/>
<a
id=
"btn_copy_memo"
class=
"lang"
lang =
"txtMemoCopy"
>
</a>
</div>
<div
id=
"divImageLoading"
>
<img
src=
"img/view_loading.gif"
width=
"64px"
height=
"64px"
>
</div>
<!-- ================================================================================== -->
<!-- Marking group [start]
<!-- ================================================================================== -->
<!-- Marking [start] -->
<aside
class=
"markingBox"
id=
"dlgMarking"
>
<h1
class=
"markingBoxHd"
>
<label
class=
"lang"
lang=
"txtMkToolBar"
>
マーカー(オプション)
</label>
<a
class=
"hidden_off"
id=
"dlgMarking_imgMin"
>
</a>
<a
class=
"hidden_on"
id=
"dlgMarking_imgMax"
>
</a>
</h1>
<div
id=
"dlgMarking_body"
class=
"markingBoxBody_on"
>
<ul
class=
"fix"
>
<li><div
id=
"dlgMarking_imgPen"
>
</div></li>
<li><div
id=
"dlgMarking_imgPenOption"
>
</div></li>
<li><div
id=
"dlgMarking_imgMaker"
>
</div></li>
<li><div
id=
"dlgMarking_imgMakerOption"
>
</div></li>
<li><div
id=
"dlgMarking_imgEraser"
>
</div></li>
<li><div
id=
"dlgMarking_imgEraserOption"
>
</div></li>
</ul>
<a
id=
"dlgMarking_dspPgClear"
class=
"clearbtn lang"
lang=
"dspPgClear"
>
このページクリア
</a>
<a
id=
"dlgMarking_dspSave"
class=
"savebtn lang"
lang=
"dspSave"
>
保存
</a>
<a
id=
"dlgMarking_dspCancel"
class=
"cancelbtn lang"
lang=
"dspCancel"
>
キャンセル
</a>
</div>
</aside>
<!-- Marking [ end ] -->
<div
style=
"display:none;"
class=
"shioriNotExist lang"
id=
"msgShioriNotExists"
lang=
"msgShioriNotExists"
></div>
<!-- Eraser [start] -->
<section
id=
"bottom"
>
<div
class=
"rayermenu3"
id=
"dlgGomu"
>
<a
class=
"delete lang"
id=
"dspDelete1"
lang=
"dspDelete"
>
削除
</a>
<div>
</section>
<ul>
</article>
<li>
<a
id=
"text_dlgGomu_rdo4"
>
<input
type=
"radio"
id=
"dlgGomu_rdo4"
name=
"rdoSize"
value=
"4"
/>
<span><label
for=
"dlgGomu_rdo4"
class=
"lang"
lang=
"txtMkgSB"
>
特大
</label></span>
<img
class=
"sizeXL"
src=
"img/viewer/en_xl.png"
alt=
""
>
</a>
</li>
<li>
<a
id=
"text_dlgGomu_rdo3"
>
<input
type=
"radio"
id=
"dlgGomu_rdo3"
name=
"rdoSize"
value=
"3"
/>
<span><label
for=
"dlgGomu_rdo3"
class=
"lang"
lang=
"txtMkgB"
>
大
</label></span>
<img
class=
"sizeL"
src=
"img/viewer/en_l.png"
alt=
""
>
</a>
</li>
<li>
<a
id=
"text_dlgGomu_rdo2"
>
<input
type=
"radio"
id=
"dlgGomu_rdo2"
name=
"rdoSize"
value=
"2"
/>
<span><label
for=
"dlgGomu_rdo2"
class=
"lang"
lang=
"txtMkgM"
>
中
</label></span>
<img
class=
"sizeM"
src=
"img/viewer/en_m.png"
alt=
""
>
</a>
</li>
<li>
<a
id=
"text_dlgGomu_rdo1"
>
<input
type=
"radio"
id=
"dlgGomu_rdo1"
name=
"rdoSize"
value=
"1"
checked=
"checked"
/>
<span><label
for=
"dlgGomu_rdo1"
class=
"lang"
lang=
"txtMkgS"
>
小
</label></span>
<img
class=
"sizeS"
src=
"img/viewer/en_s.png"
alt=
""
>
</a>
</li>
</ul>
</div>
<div
class=
"popcolumnR"
>
<canvas
id=
"dlgGomu_cvMain"
class=
"canvasArea_l"
width=
"98"
height=
"98"
>
</canvas>
</div>
<div>
<a
id=
"dlgGomu_dspCancel"
class=
"cancelbtn lang"
href=
"#"
lang=
"dspCancel"
>
キャンセル
</a>
<a
id=
"dlgGomu_dspOK"
class=
"cancelbtn lang okbtn"
href=
"#"
lang=
"dspOK"
>
OK
</a>
</div>
</div>
<!-- Eraser [ end ] -->
<!-- Maker [ start ] -->
<div
id=
"dlgMaker"
class=
"rayermenu1"
>
<ul
class=
"popcolumnL"
>
<li>
<a
id=
"marker-oversize-text"
>
<input
type=
"radio"
id=
"maker-size-oversize"
name=
"maker-size"
/>
<span><label
for=
"maker-size-oversize"
class=
"lang"
lang=
"txtMkgSB"
>
XL
</label></span>
<img
class=
"sizeXL"
src=
"img/viewer/en_xl.png"
alt=
""
>
</a>
</li>
<li>
<a
id=
"marker-large-text"
>
<input
type=
"radio"
id=
"maker-size-large"
name=
"maker-size"
/>
<span><label
for=
"maker-size-large"
class=
"lang"
lang=
"txtMkgB"
>
L
</label></span>
<img
class=
"sizeL"
src=
"img/viewer/en_l.png"
alt=
""
>
</a>
</li>
<li>
<a
id=
"marker-medium-text"
>
<input
type=
"radio"
id=
"maker-size-medium"
name=
"maker-size"
/>
<span><label
for=
"maker-size-medium"
class=
"lang"
lang=
"txtMkgM"
>
M
</label></span>
<img
class=
"sizeM"
src=
"img/viewer/en_m.png"
alt=
""
>
</a>
</li>
<li>
<a
id=
"marker-small-text"
>
<input
type=
"radio"
id=
"maker-size-small"
name=
"maker-size"
/>
<span><label
for=
"maker-size-small"
class=
"lang"
lang=
"txtMkgS"
>
S
</label></span>
<img
class=
"sizeS"
src=
"img/viewer/en_s.png"
alt=
""
>
</a>
</li>
</ul>
<div
id=
"makerColorwrapper"
class=
"popcolumnR"
>
<table
cellpadding=
"0"
cellspacing=
"0"
class=
"colorchip"
>
<tbody>
<tr>
<td><a
colorId=
"ff0000"
class=
"color01 colorpicker"
href=
"#"
>
</a></td>
<td><a
colorId=
"ffff00"
class=
"color02 colorpicker"
href=
"#"
>
</a></td>
</tr>
<tr>
<td><a
colorId=
"00ff00"
class=
"color03 colorpicker"
href=
"#"
>
</a></td>
<td><a
colorId=
"00ffff"
class=
"color04 colorpicker"
href=
"#"
>
</a></td>
</tr>
<tr>
<td><a
colorId=
"0000ff"
class=
"color05 colorpicker"
href=
"#"
>
</a></td>
<td><a
colorId=
"ff00ff"
class=
"color06 colorpicker"
href=
"#"
>
</a></td>
</tr>
<tr>
<td><a
colorId=
"ffffff"
class=
"color07 colorpicker"
href=
"#"
>
</a></td>
<td><a
colorId=
"000000"
class=
"color08 colorpicker"
href=
"#"
>
</a></td>
</tr>
</tbody>
</table>
<span>
</span>
<canvas
id=
"Maker_cvPreviewmaker"
class=
"canvasArea_s"
width=
"98"
height=
"98"
>
</canvas>
</div>
<div>
<a
id=
"Maker_btnCancel"
class=
"lang cancelbtn"
lang=
"dspCancel"
>
キャンセル
</a>
<a
id=
"Maker_btnOk"
class=
"lang cancelbtn okbtn"
lang=
"dspOK"
>
OK
</a>
</div>
</div>
<!-- Maker [ end ] -->
<!-- Pen [ start ] -->
<div
id=
"dlgPen"
class=
"rayermenu1"
>
<ul
class=
"popcolumnL"
>
<li>
<a
id=
"pen-oversize-text"
>
<input
type=
"radio"
id=
"pen-size-oversize"
name=
"maker-size"
/>
<span><label
for=
"pen-size-oversize"
class=
"lang"
lang=
"txtMkgSB"
>
XL
</label></span>
<img
class=
"sizeXL"
src=
"img/viewer/en_xl.png"
alt=
""
>
</a>
</li>
<li>
<a
id=
"pen-large-text"
>
<input
type=
"radio"
id=
"pen-size-large"
name=
"maker-size"
/>
<span><label
for=
"pen-size-large"
class=
"lang"
lang=
"txtMkgB"
>
L
</label></span>
<img
class=
"sizeL"
src=
"img/viewer/en_l.png"
alt=
""
>
</a>
</li>
<li>
<a
id=
"pen-medium-text"
>
<input
type=
"radio"
id=
"pen-size-medium"
name=
"maker-size"
/>
<span><label
for=
"pen-size-medium"
class=
"lang"
lang=
"txtMkgM"
>
M
</label></span>
<img
class=
"sizeM"
src=
"img/viewer/en_m.png"
alt=
""
>
</a>
</li>
<li>
<a
id=
"pen-small-text"
>
<input
type=
"radio"
id=
"pen-size-small"
name=
"maker-size"
/>
<span><label
for=
"pen-size-small"
class=
"lang"
lang=
"txtMkgS"
>
S
</label></span>
<img
class=
"sizeS"
src=
"img/viewer/en_s.png"
alt=
""
>
</a>
</li>
</ul>
<div
id=
"penColorwrapper"
class=
"popcolumnR"
>
<table
cellpadding=
"0"
cellspacing=
"0"
class=
"colorchip"
>
<tbody>
<tr>
<td><a
colorId=
"ff0000"
class=
"color01 colorpicker"
href=
"#"
>
</a></td>
<td><a
colorId=
"ffff00"
colorId
class=
"color02 colorpicker"
href=
"#"
>
</a></td>
</tr>
<tr>
<td><a
colorId=
"00ff00"
class=
"color03 colorpicker"
href=
"#"
>
</a></td>
<td><a
colorId=
"00ffff"
class=
"color04 colorpicker"
href=
"#"
>
</a></td>
</tr>
<tr>
<td><a
colorId=
"0000ff"
class=
"color05 colorpicker"
href=
"#"
>
</a></td>
<td><a
colorId=
"ff00ff"
class=
"color06 colorpicker"
href=
"#"
>
</a></td>
</tr>
<tr>
<td><a
colorId=
"ffffff"
class=
"color07 colorpicker"
href=
"#"
>
</a></td>
<td><a
colorId=
"000000"
class=
"color08 colorpicker"
href=
"#"
>
</a></td>
</tr>
</tbody>
</table>
<span>
</span>
<canvas
id=
"Pen_cvPreviewPen"
class=
"canvasArea_s"
width=
"98"
height=
"98"
>
</canvas>
</div>
<div>
<a
id=
"Pen_btnCancel"
class=
"lang cancelbtn"
lang=
"dspCancel"
>
キャンセル
</a>
<a
id=
"Pen_btnOk"
class=
"lang okbtn cancelbtn"
lang=
"dspOK"
>
OK
</a>
</div>
</div>
<!-- Pen [ end ] -->
<div
id=
"dlgOverlay"
>
</div>
<!-- ================================================================================== -->
<!-- Marking group [end]
<!-- ================================================================================== -->
<!-- ================================================================================== -->
<!-- Footer [start]
<!-- ================================================================================== -->
<footer
id=
"footer_toolbar_1"
class=
"footer"
>
<div
class=
"ftinner"
>
<!-- slider transition sizing -->
<div
class=
"ftLcolumn"
>
<!-- slider [start] -->
<div
class=
"slider fix"
>
<div
id=
"divTxtSlider"
class=
"sld01"
>
<span><input
id=
"txtSlider"
type=
"text"
size=
"2"
maxlength=
"3"
/><label
id=
"lblSlider"
>
</label></span>
</div>
<a
id=
"control_process"
class=
"sld02"
><div
id=
"slider_page"
>
</div></a>
</div>
<!-- slider [end] -->
<!-- transition [start] -->
<!-- temporary tool tip - must be change "lang" -->
<div
id=
"control_movepage"
class=
"transition fix"
>
<a
id=
"firstpage"
class=
"begin"
>
</a>
<a
id=
"prevpage"
class=
"prev"
>
</a>
<a
id=
"nextpage"
class=
"next"
>
</a>
<a
id=
"lastpage"
class=
"last"
>
</a>
</div>
<!-- transition [end] -->
<!-- sizing [start] -->
<!-- temporary tool tip - must be change "lang" -->
<div
id=
"control_zoom"
class=
"sizing"
>
<a
id=
"zoomin"
class=
"expansion"
>
</a>
<a
id=
"zoomfit"
class=
"fit"
>
</a>
<a
id=
"zoomout"
class=
"reduction"
>
</a>
</div>
<!-- sizing [end] -->
</div>
<!-- toolbar -->
<div
class=
"ftRcolumn"
>
<a
id=
"control_screen"
class=
"toolbar"
>
</a>
</div>
</div>
</footer>
<footer
class=
"footerTool"
id=
"footer_toolbar_2"
>
<div
class=
"ftRcolumn_2"
></div>
</footer>
<a
id=
"control_screen_2"
class=
"toolbar_close"
style=
""
>
</a>
<!-- ================================================================================== -->
<!-- Footer [end]
<!-- ================================================================================== -->
<section
id=
"bgmConfirm"
class=
"sectionDeleteConfirm"
>
<h1
class=
"lang"
lang=
""
>
</h1>
<p
class=
"message lang"
lang=
"msgBGMPlayConfirm"
id=
"txtAudio"
>
このコンテンツはBGMが流れるようになっています。BGMを再生してもよろしいですか?
</p>
<p
class=
"deletebtn"
><a
id=
"bgmConfirm_dspOK"
lang=
"dspOK"
class=
"ok_audio lang"
>
OK
</a></p>
</section>
<section
id=
"bgmConfirm_page"
class=
"sectionDeleteConfirm"
>
<h1
class=
"lang"
lang=
""
>
</h1>
<p
class=
"message lang"
lang=
"msgBGMPlayConfirm"
id=
"txtAudio_page"
>
このコンテンツはBGMが流れるようになっています。BGMを再生してもよろしいですか?
</p>
<p
class=
"deletebtn"
><a
id=
"bgmConfirm_dspOK_page"
lang=
"dspOK"
class=
"ok_audio lang"
>
OK
</a></p>
</section>
<section
id=
"contentVideoConfirm"
class=
"sectionDeleteConfirm"
>
<h1
class=
"lang"
lang=
""
>
</h1>
<p
class=
"message lang"
lang=
"txtMediaAutoPlayWarning"
id=
"txtContentVideo"
>
Confirm Play Video
</p>
<p
class=
"deletebtn"
><a
id=
"contentVideoConfirm_OK"
lang=
"dspOK"
class=
"ok_audio lang"
>
OK
</a></p>
</section>
<section
id=
"contentAudioConfirm"
class=
"sectionDeleteConfirm"
>
<h1
class=
"lang"
lang=
""
>
</h1>
<p
class=
"message lang"
lang=
"txtMediaAutoPlayWarning"
id=
"txtContentAudio"
>
Confirm Play Audio
</p>
<p
class=
"deletebtn"
><a
id=
"contentAudioConfirm_OK"
lang=
"dspOK"
class=
"ok_audio lang"
>
OK
</a></p>
</section>
</div>
<!-- ビューアエリア TO -->
</div>
</div>
</div>
<!-- Delete panel [start]-->
<section
class=
"sectionDeleteConfirm"
id=
"delete_shiori"
>
<h1
class=
"lang"
lang=
"txtDeleteConfirmTitle"
>
しおり削除確認
</h1>
<p
class=
"message lang"
lang=
"dspShioriDelConf"
>
設定されているしおりを削除しますか?
</p>
<p
class=
"deletebtn"
><a
id=
"dspConfirmOK"
lang=
"dspOK"
class=
"ok lang"
>
OK
</a><a
id=
"dspCancel"
lang=
"dspCancel"
class=
"cancel lang"
>
キャンセル
</a></p>
</section>
<!-- Delete panel [end] -->
<footer>
<div
class=
"border"
>
<div
class=
"cnt_footer"
>
COPYRIGHT
©
2014 AGENTEC Co., Ltd. ALL RIGHTS RESERVED.
</div>
</div>
</footer>
<iframe
style=
"height:0px;width:0px;visibility:hidden;display:none;"
src=
"about:blank"
>
<iframe
style=
"height:0px;width:0px;visibility:hidden;display:none;"
src=
"about:blank"
>
this frame prevents back forward cache
this frame prevents back forward cache
</iframe>
</iframe>
...
...
abvw/contentsearch.html
View file @
a5867168
...
@@ -2,147 +2,145 @@
...
@@ -2,147 +2,145 @@
<html>
<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"
>
<meta
http-equiv=
"Expires"
content=
"-1"
>
<meta
http-equiv=
"Expires"
content=
"-1"
>
<title></title>
<title></title>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"common/css/jquery-ui.css?#UPDATEID#"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"common/css/jquery-ui.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"common/css/jquery.toastmessage.css?#UPDATEID#"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"common/css/jquery.toastmessage.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"common/css/default.css?#UPDATEID#"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"common/css/default.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"common/css/screenLock.css?#UPDATEID#"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"common/css/screenLock.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/layout/common.css?#UPDATEID#"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/layout/common.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/theme/common.css?#UPDATEID#"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/theme/common.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/layout/header.css?#UPDATEID#"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/layout/header.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/theme/header.css?#UPDATEID#"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/theme/header.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/layout/footer.css?#UPDATEID#"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/layout/footer.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/theme/footer.css?#UPDATEID#"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/theme/footer.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/layout/backup.css?#UPDATEID#"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/layout/backup.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/theme/backup.css?#UPDATEID#"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/theme/backup.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/layout/contentsearch.css?#UPDATEID#"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/layout/contentsearch.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/theme/contentsearch.css?#UPDATEID#"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/theme/contentsearch.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/layout/list_shirori_detail.css?#UPDATEID#"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/layout/list_shirori_detail.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/theme/list_shirori_detail.css?#UPDATEID#"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/theme/list_shirori_detail.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/layout/accordion.css?#UPDATEID#"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/layout/accordion.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/theme/accordion.css?#UPDATEID#"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/theme/accordion.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/layout/limit_access.css?#UPDATEID#"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/layout/limit_access.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/theme/limit_access.css?#UPDATEID#"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/theme/limit_access.css?__UPDATEID__"
/>
<!-- CSSビュー -->
<!-- link rel="stylesheet" type="text/css" href="css/reset.css?__UPDATEID__" / -->
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/layout/viewer.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/theme/viewer.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"common/css/jquery.powertip.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/layout/Anket.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/theme/Anket.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/delete_shiori.css?__UPDATEID__"
/>
<script
type=
"text/javascript"
src=
"./common/js/jquery-1.8.1.min.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./common/js/jquery-ui-1.8.23.custom.min.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./common/js/jquery.toastmessage.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./common/js/i18n.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./common/js/avweb.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./common/js/common.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./js/Limit_Access_Content.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./js/contentsearch.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./js/header.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./common/js/gotop.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./common/js/tab.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./common/js/screenLock.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./js/detail.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./common/js/scrolltopcontrol.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./common/js/jquery-1.8.1.min.js?#UPDATEID#"
></script>
<!-- JSビュー -->
<script
type=
"text/javascript"
src=
"./common/js/jquery-ui-1.8.23.custom.min.js?#UPDATEID#"
></script>
<script
type=
"text/javascript"
src=
"./common/js/jquery.ui.touch-punch.min.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./common/js/jquery.toastmessage.js?#UPDATEID#"
></script>
<script
type=
"text/javascript"
src=
"./common/js/htmlparser.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./common/js/i18n.js?#UPDATEID#"
></script>
<script
type=
"text/javascript"
src=
"./common/js/textObject.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./common/js/avweb.js?#UPDATEID#"
></script>
<script
type=
"text/javascript"
src=
"./js/contentview_CallApi.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./common/js/common.js?#UPDATEID#"
></script>
<script
type=
"text/javascript"
src=
"./js/contentview_Events.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./js/Limit_Access_Content.js?#UPDATEID#"
></script>
<script
type=
"text/javascript"
src=
"./js/contentview_GetData.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./js/contentsearch.js?#UPDATEID#"
></script>
<script
type=
"text/javascript"
src=
"./js/contentview_InitObjects.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./js/header.js?#UPDATEID#"
></script>
<script
type=
"text/javascript"
src=
"./js/contentview_CreateObjects.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./common/js/gotop.js?#UPDATEID#"
></script>
<script
type=
"text/javascript"
src=
"./js/contentview_General.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./common/js/tab.js?#UPDATEID#"
></script>
<script
type=
"text/javascript"
src=
"./js/contentview.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./common/js/screenLock.js?#UPDATEID#"
></script>
<script
type=
"text/javascript"
src=
"./js/contentview_Memo.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./js/detail.js?#UPDATEID#"
></script>
<script
type=
"text/javascript"
src=
"./js/contentview_Gomu.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./common/js/scrolltopcontrol.js?#UPDATEID#"
></script>
<script
type=
"text/javascript"
src=
"./js/contentview_Maker.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./js/contentview_Pen.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./js/contentview_Marking.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./js/contentview_PopupText.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./js/contentview_Paint.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./js/contentview_Anket.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./js/contentview_3d.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./js/contentview_ContentTypeNone.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./js/contentview_ImagePreview.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./js/contentview_FileSystem.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./common/js/zoomDetector.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./common/js/jquery.powertip.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./common/js/script.js?__UPDATEID__"
></script>
</head>
</head>
<body>
<body
id=
"contentsearch"
>
<header>
<header
id=
"header-ws"
class=
"header_ws"
>
<div
class=
"notification-pushmessage"
style=
"display:none;"
>
<div
class=
"notification-pushmessage"
style=
"display:none;"
>
新着メッセージがあります!!!
新着メッセージがあります!!!
</div>
</div>
<div
class=
"cnt_header"
>
<div
class=
"cnt_header"
>
<a
class=
"logo"
href=
"javascript:void(0);"
onclick=
"avwScreenMove(ScreenIds.Home)"
>
</a>
<a
class=
"logo"
href=
"javascript:void(0);"
onclick=
"avwScreenMove(ScreenIds.Home)"
>
</a>
<div
class=
"menu_login"
>
<div
class=
"menu_login"
>
<ul
class=
"floatL"
>
<ul
class=
"floatL"
>
<li
class=
"floatR"
id=
"li-login-username"
style=
"display:none;"
>
<li
class=
"floatR"
id=
"li-login-username"
style=
"display:none;"
>
<label><img
src=
"img/common/login_title.png"
height=
"20"
></label>
<label><img
src=
"img/common/login_title.png"
height=
"20"
></label>
<label
class=
"lang"
lang=
"txtLoginUser"
>
こんにちは
</label>
<label
class=
"lang"
lang=
"txtLoginUser"
>
こんにちは
</label>
</li>
</li>
</ul>
</ul>
<p
id=
"login-username"
class=
"username"
>
</p>
<p
id=
"login-username"
class=
"username"
>
</p>
</div>
</div>
<div
class=
"menu_language"
>
<div
class=
"menu_language"
>
<div
class=
"clearfix"
>
<div
class=
"clearfix"
>
<ul
class=
"floatR"
>
<ul
class=
"floatR"
>
<li
class=
"language"
id=
"language-jp"
style=
"display:none;"
><a
href=
"#"
><img
src=
"img/common/flg_jpn.png"
width=
"29"
height=
"20"
></a></li>
<li
class=
"language"
id=
"language-jp"
style=
"display:none;"
><a
href=
"#"
><img
src=
"img/common/flg_jpn.png"
width=
"29"
height=
"20"
></a></li>
<li
class=
"language"
id=
"language-en"
style=
"display:none;"
><a
href=
"#"
><img
src=
"img/common/flg_usa.png"
width=
"29"
height=
"20"
></a></li>
<li
class=
"language"
id=
"language-en"
style=
"display:none;"
><a
href=
"#"
><img
src=
"img/common/flg_usa.png"
width=
"29"
height=
"20"
></a></li>
<li
class=
"language"
id=
"language-kr"
style=
"display:none;"
><a
href=
"#"
><img
src=
"img/common/flg_kor.png"
width=
"29"
height=
"20"
></a></li>
<li
class=
"language"
id=
"language-kr"
style=
"display:none;"
><a
href=
"#"
><img
src=
"img/common/flg_kor.png"
width=
"29"
height=
"20"
></a></li>
<li
style=
"padding-left:0;"
><input
class=
"focus"
id=
"searchbox-key"
name=
""
type=
"text"
placeholder=
"キーワードを入力してください"
></li>
<li
style=
"padding-left:0;"
><input
class=
"focus"
id=
"searchbox-key"
name=
""
type=
"text"
placeholder=
"キーワードを入力してください"
></li>
<div
id=
"header-searchbox"
style=
"display:none;"
>
<div
id=
"header-searchbox"
style=
"display:none;"
>
<input
type=
"radio"
id=
"searchbox-content"
name=
"searchbox-searchtype"
value=
"1"
checked=
"checked"
/><span
id=
"searchbox-content-header"
class=
"lang"
lang=
"txtCtnNm"
>
コンテンツ名
</span><br/>
<input
type=
"radio"
id=
"searchbox-content"
name=
"searchbox-searchtype"
value=
"1"
checked=
"checked"
/><span
id=
"searchbox-content-header"
class=
"lang"
lang=
"txtCtnNm"
>
コンテンツ名
</span><br/>
<input
type=
"radio"
id=
"searchbox-tag"
name=
"searchbox-searchtype"
value=
"2"
/><span
class=
"lang"
id=
"searchbox-tag-header"
lang=
"txtTag"
>
タグ
</span><br/>
<input
type=
"radio"
id=
"searchbox-tag"
name=
"searchbox-searchtype"
value=
"2"
/><span
class=
"lang"
id=
"searchbox-tag-header"
lang=
"txtTag"
>
タグ
</span><br/>
<input
type=
"radio"
id=
"searchbox-body"
name=
"searchbox-searchtype"
value=
"3"
/><span
class=
"lang"
id=
"searchbox-body-header"
lang=
"txtContTxt"
>
本文
</span><br/>
<input
type=
"radio"
id=
"searchbox-body"
name=
"searchbox-searchtype"
value=
"3"
/><span
class=
"lang"
id=
"searchbox-body-header"
lang=
"txtContTxt"
>
本文
</span><br/>
<a
class=
"blue lang"
href=
"#"
id=
"searchbox-search"
lang=
"txtSearch"
>
検索
</a>
<a
class=
"blue lang"
href=
"#"
id=
"searchbox-search"
lang=
"txtSearch"
>
検索
</a>
</div>
</div>
</ul>
</ul>
</div>
</div>
<ul
class=
"button"
>
<ul
class=
"button"
>
<li
class=
"floatL"
id=
"dspPushMessage"
>
<li
class=
"floatL"
id=
"dspPushMessage"
>
<a
href=
"#"
id=
"liPushMessage"
><span
class=
"pushMessage"
><span
class=
"icon"
></span>
<span
class=
"lang"
lang=
"txtPushAlert"
>
新着 :
</span><span
id=
"numbermessage"
></span><span
class=
"arrow"
></span></span></a>
<a
href=
"#"
id=
"liPushMessage"
><span
class=
"pushMessage"
><span
class=
"icon"
></span>
<span
class=
"lang"
lang=
"txtPushAlert"
>
新着 :
</span><span
id=
"numbermessage"
></span><span
class=
"arrow"
></span></span></a>
<div
id=
"accordion"
style=
"display:none;"
>
<div
id=
"accordion"
style=
"display:none;"
>
<div
id=
"show-push-message"
></div>
<div
id=
"show-push-message"
></div>
<div
class=
"pagechange clearfix"
>
<div
class=
"pagechange clearfix"
>
<a
class=
"floatL lang"
id=
'prev-page-message'
lang=
"txtPrevious"
>
<<前へ
</a><a
class=
"floatR lang"
id=
'next-page-message'
lang=
"txtNext"
>
次へ>>
</a>
<a
class=
"floatL lang"
id=
'prev-page-message'
lang=
"txtPrevious"
>
<<前へ
</a><a
class=
"floatR lang"
id=
'next-page-message'
lang=
"txtNext"
>
次へ>>
</a>
</div>
</div>
</div>
</div>
</li>
</li>
<li
class=
"menuIcon"
id=
"dspHome"
><a
href=
"#"
><img
src=
"img/common/icon_home.png"
height=
"27"
></a></li>
<li
class=
"menuIcon"
id=
"dspHome"
><a
href=
"#"
><img
src=
"img/common/icon_home.png"
height=
"27"
></a></li>
<li
class=
"menuIcon"
id=
"dspShiori"
><a
href=
"#"
><img
src=
"img/common/icon_marker.png"
height=
"27"
></a></li>
<li
class=
"menuIcon"
id=
"dspShiori"
><a
href=
"#"
><img
src=
"img/common/icon_marker.png"
height=
"27"
></a></li>
<li
class=
"menuIcon"
id=
"dspViewHistory"
><a
href=
"#"
><img
src=
"img/common/icon_watch.png"
height=
"27"
></a></li>
<li
class=
"menuIcon"
id=
"dspViewHistory"
><a
href=
"#"
><img
src=
"img/common/icon_watch.png"
height=
"27"
></a></li>
<li
class=
"menuIcon"
id=
"dspSetting"
style=
""
><a
href=
"#"
><img
src=
"img/common/icon_setup.png"
height=
"27"
></a></li>
<li
class=
"menuIcon"
id=
"dspSetting"
style=
""
><a
href=
"#"
><img
src=
"img/common/icon_setup.png"
height=
"27"
></a></li>
<li
class=
"menuIcon"
id=
"dspLogout"
style=
"margin-right:0;"
><a
href=
"#"
><img
src=
"img/common/icon_logout.png"
height=
"27"
></a></li>
<li
class=
"menuIcon"
id=
"dspLogout"
style=
"margin-right:0;"
><a
href=
"#"
><img
src=
"img/common/icon_logout.png"
height=
"27"
></a></li>
</ul>
</ul>
</div>
</div>
</div>
</div>
</header>
</header>
<section
class=
"sectionbackup_logout"
id=
"dlgConfirmBackup1"
>
<div
id=
"ws-body"
class=
"wrapper_ws"
>
<h1><label
class=
"lang"
lang=
"txtBackupTitle"
>
バックアップ確認
</label></h1>
<p
class=
"message"
><label
lang=
"txtLogoutBkMsg"
class=
"lang"
>
ログアウトする前にバックアップしますか?
</label></p>
<div
id=
"inc_backup"
></div>
<p
class=
"message-options"
>
<label
class=
"option_backup"
>
<div
id=
"main-ws"
>
<label
lang=
"txtBkSelectData"
class=
"lang"
>
バックアップするデータを選択してください。
</label><br
/>
<input
type=
"checkbox"
id=
"chkBkAllMarking"
class=
"chkbx"
checked=
"checked"
/><label
for=
"chkBkAllMarking"
lang=
"txtBkMarking"
class=
"lang"
>
マーキング
</label>
<input
type=
"checkbox"
id=
"chkBkAllMemo"
class=
"chkbx"
checked=
"checked"
/><label
for=
"chkBkAllMemo"
lang=
"txtBkMemo"
class=
"lang"
>
メモ
</label>
<input
type=
"checkbox"
id=
"chkBkAllShiori"
class=
"chkbx"
checked=
"checked"
/><label
for=
"chkBkAllShiori"
lang=
"txtBkShiori"
class=
"lang"
>
しおり
</label>
</label>
</p>
<p
class=
"notice"
>
<input
type=
"checkbox"
id=
"chkRememberBackup"
/><label
for=
"chkRememberBackup"
class=
"lang"
lang=
"txtLogoutOptBkCfm"
>
今回の行動を記憶し、次回から確認せずに、同じことをする。
</label>
</p>
<p
class=
"backupbtn"
>
<a
class=
"cancel lang"
href=
"#"
lang=
"dspBkCancel"
id=
"dlgConfirmBackup-withoutbackup"
>
バックアップしないでログアウト
</a>
<a
class=
"ok lang"
href=
"#"
id=
"dlgConfirmBackup-backup"
lang=
"dspBkOK"
>
バックアップしてログアウト
</a>
</p>
</section>
<!--<article id="contentDetail" class="contentDetail">
<section id='sectionContentDetail' class='sectionContentDetail'>
<a class="closebtn" href="#" id="contentDetailClose"> </a>
<div id="book_data">
<p class="book_img"><img src="" id="imgContentThumbnail" alt="" height="120" width="160" /></p>
<ul>
<li class="title" id="txtContentTitle">Abook資料</li>
<li class="date"><label id="txtPubDt2" lang="dspPubDt2" class="lang">発行日:</label><label id="txtPubDt2_Dsp">____/__/__ __:__</label></li>
<li class="explain" id="txtContentDetail">スマートデバイス向け<br />統合ソリューション</li>
</ul>
<p class="read_btn"><a class="read lang" href="#" id="contentdetail_dspRead" lang="txtRead">読む</a></p>
</div>
<div id="book_list"> </div>
</section>
</article>-->
<div
class=
"wrapper"
>
<div
id=
"main"
>
<article
class=
"articlecontentsearch"
>
<article
class=
"articlecontentsearch"
>
<div
class=
"tops"
>
<div
class=
"tops"
>
<div
id=
"main-searchresult"
>
<div
id=
"main-searchresult"
>
<span
class=
"lang"
lang=
"txtSearchResult"
id=
"txtSearchResult"
>
検索結果
</span>
<span
class=
"lang"
lang=
"txtSearchResult"
id=
"txtSearchResult"
>
検索結果
</span>
<input
type=
"text"
id=
"txtSearch"
/>
<input
type=
"text"
id=
"txtSearch"
/>
...
@@ -151,73 +149,425 @@
...
@@ -151,73 +149,425 @@
<input
type=
"radio"
id=
"main-body"
name=
"main-searchtype"
value=
"3"
/><span
id=
"main-search-body"
class=
"lang"
lang=
"txtContTxt"
>
本文
</span>
<input
type=
"radio"
id=
"main-body"
name=
"main-searchtype"
value=
"3"
/><span
id=
"main-search-body"
class=
"lang"
lang=
"txtContTxt"
>
本文
</span>
<a
class=
"btn_blue lang"
href=
"#"
id=
"main-search"
lang=
"txtSearch"
>
検索
</a>
<a
class=
"btn_blue lang"
href=
"#"
id=
"main-search"
lang=
"txtSearch"
>
検索
</a>
</div>
</div>
<br/>
<br/>
<span
class=
"lang sort-title"
lang=
"txtSort"
>
並び替え
</span>
<span
class=
"lang sort-title"
lang=
"txtSort"
>
並び替え
</span>
<ul
class=
"sort"
id=
"menu_sort"
>
<ul
class=
"sort"
id=
"menu_sort"
>
<li
class=
"current"
>
<li
class=
"current"
>
<a
id=
"control-sort-title"
class=
"lang nottouchdevice"
lang=
"dspTitleNm"
>
タイトル名
</a>
<a
id=
"control-sort-title"
class=
"lang nottouchdevice"
lang=
"dspTitleNm"
>
タイトル名
</a>
<!--<label id="title-sorttype"> </label>-->
<!--<label id="title-sorttype"> </label>-->
<b>
|
</b>
<b>
|
</b>
</li>
</li>
<li
>
<li>
<a
id=
"control-sort-titlekana"
class=
"lang nottouchdevice"
lang=
"dspTitleNmKn"
>
タイトル名(かな)
</a>
<a
id=
"control-sort-titlekana"
class=
"lang nottouchdevice"
lang=
"dspTitleNmKn"
>
タイトル名(かな)
</a>
<!-- <label id="titlekana-sorttype"> </label>-->
<!-- <label id="titlekana-sorttype"> </label>-->
<b
id=
"separate"
>
|
</b>
<b
id=
"separate"
>
|
</b>
</li>
</li>
<li>
<li>
<a
id=
"control-sort-releasedate"
class=
"lang nottouchdevice"
lang=
"txtPubDt"
>
公開日
</a>
<a
id=
"control-sort-releasedate"
class=
"lang nottouchdevice"
lang=
"txtPubDt"
>
公開日
</a>
<!--<label id="rDate-sorttype"> </label>-->
<!--<label id="rDate-sorttype"> </label>-->
</li>
</li>
</ul>
</ul>
<p>
<p>
<label
id=
"dispPage"
class=
"pageNumControl"
style=
"visibility: hidden"
>
</label>
<label
id=
"dispPage"
class=
"pageNumControl"
style=
"visibility: hidden"
>
</label>
<label
class=
"lang pageNumControl"
lang=
"txtRecordNum"
style=
"visibility: hidden"
>
件
</label
>
<label
class=
"lang pageNumControl"
lang=
"txtRecordNum"
style=
"visibility: hidden"
>
件
</label
>
<label
class=
"pageNumControl"
style=
"visibility: hidden"
>
/
</label>
<label
class=
"pageNumControl"
style=
"visibility: hidden"
>
/
</label>
<label
id=
"totalPage"
class=
"pageNumControl"
style=
"visibility: hidden"
>
</label>
<label
id=
"totalPage"
class=
"pageNumControl"
style=
"visibility: hidden"
>
</label>
<label
class=
"lang pageNumControl"
lang=
"txtRecordTotal"
style=
"visibility: hidden"
>
件 表示
</label>
<label
class=
"lang pageNumControl"
lang=
"txtRecordTotal"
style=
"visibility: hidden"
>
件 表示
</label>
</p>
</p>
</div>
<div
class=
"clearboth"
></div>
<div
id=
"content-grid"
>
</div>
</div>
<div
style=
"display:none;"
id=
"msgSearchNotExist"
class=
"lang"
lang=
"msgSearchNotExist"
>
</div>
<div
class=
"clearboth"
></div>
<div
id=
"content-grid"
></div>
<div
style=
"display:none;"
id=
"msgSearchNotExist"
class=
"lang"
lang=
"msgSearchNotExist"
>
</div>
<br/>
<br/>
<section
style=
"height:110px; width:100%;"
>
<section
style=
"height:110px; width:100%;"
>
<a
class=
"btn_bott"
id=
"control-nextrecord"
style=
"visibility:hidden"
>
次の15件を表示する >>
</a>
<a
class=
"btn_bott"
id=
"control-nextrecord"
style=
"visibility:hidden"
>
次の15件を表示する >>
</a>
</section>
</section>
</article>
</article>
</div>
</div>
<div
id=
"inc_detail"
></div>
<footer>
<div
class=
"border"
>
<div
class=
"cnt_footer"
>
COPYRIGHT
©
2014 AGENTEC Co., Ltd. ALL RIGHTS RESERVED.
</div>
</div>
</footer>
</div>
</div>
<article
id=
"contentDetail"
style=
"display:none;"
>
<div
id=
"viewer"
style=
"display:none;"
>
<section
id=
'sectionContentDetail'
class=
'sectionContentDetail'
>
<a
class=
"closebtn"
href=
"#"
id=
"contentDetailClose"
>
</a>
<!-- ビューアエリア FROM -->
<div
id=
"book_data"
>
<div
id=
"wrapper"
style=
""
>
<p
class=
"book_img"
><img
src=
""
id=
"imgContentThumbnail"
alt=
""
height=
"25px"
width=
"25px"
/></p>
<ul>
<!--Viewer component is added here -->
<li
class=
"title"
id=
"txtContentTitle"
>
Abook資料
</li>
<div
id=
"overlay"
class=
"web_dialog_overlay"
>
</div>
<li
class=
"date"
><label
id=
"txtPubDt2"
lang=
"dspPubDt2"
class=
"lang"
>
発行日:
</label><label
id=
"txtPubDt2_Dsp"
>
____/__/__ __:__
</label></li>
<div
id=
"dialog"
class=
"web_dialog"
>
</div>
<li
class=
"explain"
id=
"txtContentDetail"
>
スマートデバイス向け
<br
/>
統合ソリューション
</li>
<div
id=
"divCheckExistMarking"
class=
"check_marking"
style=
"display:none;"
>
</ul>
<img
src=
"img/viewer/icon_marked.png"
/>
<p
class=
"read_btn"
><a
class=
"read lang"
id=
"contentdetail_dspRead"
lang=
"txtRead"
>
読む
</a></p>
</div>
</div>
<header
id =
"header_toolbar"
class=
"header__"
>
<div
class =
"wrapper_header"
>
<div
id=
"book_list"
></div>
<div
id =
"top_toolbar"
class=
"hdLcolumn fix"
>
</section>
<span
class=
"hgloupe"
>
</article>
<a
id=
"imgHome"
class=
"home"
title=
"ホーム"
lang=
"dspHome"
>
</a>
<a
id=
"imgBack"
class=
"back"
title=
"戻る"
lang=
"txtTooltipBack"
>
</a>
</span>
<span
class=
"gloupe"
>
<a
id=
"listbookmark"
class=
"bmList"
title=
"しおり一覧"
lang=
"txtShioriCtnLs"
>
</a>
<a
id=
"imgbookmark"
class=
"bmAdd"
title=
"しおり追加"
lang=
"txtTooltipBookmark"
>
</a>
</span>
<span
class=
"gloupe"
>
<a
id=
"listindex"
class=
"index"
title=
"インデックス"
lang=
"txtIndex"
>
</a>
</span>
<aside
id=
"boxIndex"
class=
"indexBox"
style=
"display: none;"
>
<h1
id=
"indexBoxHdIndex"
class=
"indexBoxHd"
>
<a
id=
"indexClosing"
class=
"delete"
>
</a>
</h1>
<div
id=
"divListIndex"
class=
"indexBoxBody_on"
></div>
</aside>
<span
class=
"gloupe"
>
<a
id=
"copytext"
class=
"copy"
title=
"コピー"
lang=
"txtTextCopy"
>
</a>
</span>
<aside
class=
"bookmarkBox"
id =
"boxCopyText"
>
<h1
class=
"bookmarkBoxHd"
id=
"bookmarkBoxHdCT"
></h1>
<ul
id=
"divCopyText"
class=
"bookmarkBoxBody_on"
></ul>
</aside>
<aside
class=
"bookmarkBox"
id=
"boxBookMark"
style=
"display: none;"
>
<h1
class=
"bookmarkBoxHd"
id=
"bookmarkBoxHdBM"
></h1>
<ul
id=
"divListBookmark"
class=
"bookmarkBoxBody_on"
></ul>
</aside>
<span
class=
"gloupe"
>
<a
id=
"imgmemo"
class=
"memoDisplay"
title=
"メモ表示"
lang=
"txtTooltipShowMemo"
>
</a>
<a
id=
"imgaddmemo"
class=
"memoAdd"
title=
"メモ追加"
lang=
"txtTooltipAddMemo"
>
</a>
</span>
<span
class=
"lgloupe"
>
<a
id=
"imgmarking"
class=
"marking"
title=
"マーキング"
lang=
"txtTooltipShowMarking"
>
</a>
<a
id=
"imgmarkingtoolbar"
class=
"markingToolbar"
title=
"マーキングツールバー表示"
lang=
"txtTooltipShowMarkingTool"
>
</a>
</span>
</div>
<div
class=
"hdRcolumn"
>
<input
id=
"txtSearch"
type=
"text"
>
<aside
id=
"boxSearching"
class=
"bookmarkBox"
style=
"display: none;"
>
<h1
id=
"bookmarkBoxHdSearching"
class=
"bookmarkBoxHd"
></h1>
<ul
id=
"divSearchResult"
class=
"bookmarkBoxBody_on"
></ul>
</aside>
</div>
</div>
</header>
<footer>
<aside
id=
"boxAddMemo"
class=
"bookmarkBox"
>
<div
class=
"border"
>
<h1
id=
"bookmarkBoxHdMemo"
class=
"bookmarkBoxHd"
>
<div
class=
"cnt_footer"
>
<a
id=
"memoClosing"
class=
"delete"
>
</a>
COPYRIGHT
©
2014 AGENTEC Co., Ltd. ALL RIGHTS RESERVED.
<label
class=
"lang"
lang =
"txtMemoMenu"
>
</label>
</div>
</h1>
<ul
id=
"divAddMemo"
class=
"bookmarkBoxBody_on"
>
<br
/>
<a
id=
"liAddMemo"
lang =
"txtMemoNew"
class=
"lang cancelbtn"
>
</a><br
/>
<a
id=
"liCopyMemo"
lang =
"txtMemoPaste"
class=
"lang cancelbtn"
>
</a>
<br
/>
<a
id=
"liDeleteMemo"
lang =
"txtMemoClear"
class=
"lang cancelbtn"
>
</a>
<br
/>
</ul>
</aside>
<div
id=
"button_pre_canvas"
class=
"gBackbtn"
></div>
<div
id=
"button_next_canvas"
class=
"gNextbtn"
></div>
<div
id=
"divDialogMemo"
></div>
<div
id=
"dialog-contenttype-music"
></div>
<div
id=
"dialogPopUp"
class=
"popuptext_web_dialog"
></div>
<div
id=
"arrow"
class=
"popuptext_arrow"
></div>
<div
id=
"pop_up_memo"
class=
"pop-up-memo"
>
<a
id=
"btn_show_memo"
class=
"lang"
lang =
"txtMemoEdit"
>
</a>
<br
/><br
/>
<a
id=
"btn_copy_memo"
class=
"lang"
lang =
"txtMemoCopy"
>
</a>
</div>
<div
id=
"divImageLoading"
>
<img
src=
"img/view_loading.gif"
width=
"64px"
height=
"64px"
>
</div>
<!-- ================================================================================== -->
<!-- Marking group [start]
<!-- ================================================================================== -->
<!-- Marking [start] -->
<aside
class=
"markingBox"
id=
"dlgMarking"
>
<h1
class=
"markingBoxHd"
>
<label
class=
"lang"
lang=
"txtMkToolBar"
>
マーカー(オプション)
</label>
<a
class=
"hidden_off"
id=
"dlgMarking_imgMin"
>
</a>
<a
class=
"hidden_on"
id=
"dlgMarking_imgMax"
>
</a>
</h1>
<div
id=
"dlgMarking_body"
class=
"markingBoxBody_on"
>
<ul
class=
"fix"
>
<li><div
id=
"dlgMarking_imgPen"
>
</div></li>
<li><div
id=
"dlgMarking_imgPenOption"
>
</div></li>
<li><div
id=
"dlgMarking_imgMaker"
>
</div></li>
<li><div
id=
"dlgMarking_imgMakerOption"
>
</div></li>
<li><div
id=
"dlgMarking_imgEraser"
>
</div></li>
<li><div
id=
"dlgMarking_imgEraserOption"
>
</div></li>
</ul>
<a
id=
"dlgMarking_dspPgClear"
class=
"clearbtn lang"
lang=
"dspPgClear"
>
このページクリア
</a>
<a
id=
"dlgMarking_dspSave"
class=
"savebtn lang"
lang=
"dspSave"
>
保存
</a>
<a
id=
"dlgMarking_dspCancel"
class=
"cancelbtn lang"
lang=
"dspCancel"
>
キャンセル
</a>
</div>
</aside>
<!-- Marking [ end ] -->
<!-- Eraser [start] -->
<div
class=
"rayermenu3"
id=
"dlgGomu"
>
<div>
<ul>
<li>
<a
id=
"text_dlgGomu_rdo4"
>
<input
type=
"radio"
id=
"dlgGomu_rdo4"
name=
"rdoSize"
value=
"4"
/>
<span><label
for=
"dlgGomu_rdo4"
class=
"lang"
lang=
"txtMkgSB"
>
特大
</label></span>
<img
class=
"sizeXL"
src=
"img/viewer/en_xl.png"
alt=
""
>
</a>
</li>
<li>
<a
id=
"text_dlgGomu_rdo3"
>
<input
type=
"radio"
id=
"dlgGomu_rdo3"
name=
"rdoSize"
value=
"3"
/>
<span><label
for=
"dlgGomu_rdo3"
class=
"lang"
lang=
"txtMkgB"
>
大
</label></span>
<img
class=
"sizeL"
src=
"img/viewer/en_l.png"
alt=
""
>
</a>
</li>
<li>
<a
id=
"text_dlgGomu_rdo2"
>
<input
type=
"radio"
id=
"dlgGomu_rdo2"
name=
"rdoSize"
value=
"2"
/>
<span><label
for=
"dlgGomu_rdo2"
class=
"lang"
lang=
"txtMkgM"
>
中
</label></span>
<img
class=
"sizeM"
src=
"img/viewer/en_m.png"
alt=
""
>
</a>
</li>
<li>
<a
id=
"text_dlgGomu_rdo1"
>
<input
type=
"radio"
id=
"dlgGomu_rdo1"
name=
"rdoSize"
value=
"1"
checked=
"checked"
/>
<span><label
for=
"dlgGomu_rdo1"
class=
"lang"
lang=
"txtMkgS"
>
小
</label></span>
<img
class=
"sizeS"
src=
"img/viewer/en_s.png"
alt=
""
>
</a>
</li>
</ul>
</div>
<div
class=
"popcolumnR"
>
<canvas
id=
"dlgGomu_cvMain"
class=
"canvasArea_l"
width=
"98"
height=
"98"
>
</canvas>
</div>
<div>
<a
id=
"dlgGomu_dspCancel"
class=
"cancelbtn lang"
href=
"#"
lang=
"dspCancel"
>
キャンセル
</a>
<a
id=
"dlgGomu_dspOK"
class=
"cancelbtn lang okbtn"
href=
"#"
lang=
"dspOK"
>
OK
</a>
</div>
</div>
<!-- Eraser [ end ] -->
<!-- Maker [ start ] -->
<div
id=
"dlgMaker"
class=
"rayermenu1"
>
<ul
class=
"popcolumnL"
>
<li>
<a
id=
"marker-oversize-text"
>
<input
type=
"radio"
id=
"maker-size-oversize"
name=
"maker-size"
/>
<span><label
for=
"maker-size-oversize"
class=
"lang"
lang=
"txtMkgSB"
>
XL
</label></span>
<img
class=
"sizeXL"
src=
"img/viewer/en_xl.png"
alt=
""
>
</a>
</li>
<li>
<a
id=
"marker-large-text"
>
<input
type=
"radio"
id=
"maker-size-large"
name=
"maker-size"
/>
<span><label
for=
"maker-size-large"
class=
"lang"
lang=
"txtMkgB"
>
L
</label></span>
<img
class=
"sizeL"
src=
"img/viewer/en_l.png"
alt=
""
>
</a>
</li>
<li>
<a
id=
"marker-medium-text"
>
<input
type=
"radio"
id=
"maker-size-medium"
name=
"maker-size"
/>
<span><label
for=
"maker-size-medium"
class=
"lang"
lang=
"txtMkgM"
>
M
</label></span>
<img
class=
"sizeM"
src=
"img/viewer/en_m.png"
alt=
""
>
</a>
</li>
<li>
<a
id=
"marker-small-text"
>
<input
type=
"radio"
id=
"maker-size-small"
name=
"maker-size"
/>
<span><label
for=
"maker-size-small"
class=
"lang"
lang=
"txtMkgS"
>
S
</label></span>
<img
class=
"sizeS"
src=
"img/viewer/en_s.png"
alt=
""
>
</a>
</li>
</ul>
<div
id=
"makerColorwrapper"
class=
"popcolumnR"
>
<table
cellpadding=
"0"
cellspacing=
"0"
class=
"colorchip"
>
<tbody>
<tr>
<td><a
colorId=
"ff0000"
class=
"color01 colorpicker"
href=
"#"
>
</a></td>
<td><a
colorId=
"ffff00"
class=
"color02 colorpicker"
href=
"#"
>
</a></td>
</tr>
<tr>
<td><a
colorId=
"00ff00"
class=
"color03 colorpicker"
href=
"#"
>
</a></td>
<td><a
colorId=
"00ffff"
class=
"color04 colorpicker"
href=
"#"
>
</a></td>
</tr>
<tr>
<td><a
colorId=
"0000ff"
class=
"color05 colorpicker"
href=
"#"
>
</a></td>
<td><a
colorId=
"ff00ff"
class=
"color06 colorpicker"
href=
"#"
>
</a></td>
</tr>
<tr>
<td><a
colorId=
"ffffff"
class=
"color07 colorpicker"
href=
"#"
>
</a></td>
<td><a
colorId=
"000000"
class=
"color08 colorpicker"
href=
"#"
>
</a></td>
</tr>
</tbody>
</table>
<span>
</span>
<canvas
id=
"Maker_cvPreviewmaker"
class=
"canvasArea_s"
width=
"98"
height=
"98"
>
</canvas>
</div>
<div>
<a
id=
"Maker_btnCancel"
class=
"lang cancelbtn"
lang=
"dspCancel"
>
キャンセル
</a>
<a
id=
"Maker_btnOk"
class=
"lang cancelbtn okbtn"
lang=
"dspOK"
>
OK
</a>
</div>
</div>
<!-- Maker [ end ] -->
<!-- Pen [ start ] -->
<div
id=
"dlgPen"
class=
"rayermenu1"
>
<ul
class=
"popcolumnL"
>
<li>
<a
id=
"pen-oversize-text"
>
<input
type=
"radio"
id=
"pen-size-oversize"
name=
"maker-size"
/>
<span><label
for=
"pen-size-oversize"
class=
"lang"
lang=
"txtMkgSB"
>
XL
</label></span>
<img
class=
"sizeXL"
src=
"img/viewer/en_xl.png"
alt=
""
>
</a>
</li>
<li>
<a
id=
"pen-large-text"
>
<input
type=
"radio"
id=
"pen-size-large"
name=
"maker-size"
/>
<span><label
for=
"pen-size-large"
class=
"lang"
lang=
"txtMkgB"
>
L
</label></span>
<img
class=
"sizeL"
src=
"img/viewer/en_l.png"
alt=
""
>
</a>
</li>
<li>
<a
id=
"pen-medium-text"
>
<input
type=
"radio"
id=
"pen-size-medium"
name=
"maker-size"
/>
<span><label
for=
"pen-size-medium"
class=
"lang"
lang=
"txtMkgM"
>
M
</label></span>
<img
class=
"sizeM"
src=
"img/viewer/en_m.png"
alt=
""
>
</a>
</li>
<li>
<a
id=
"pen-small-text"
>
<input
type=
"radio"
id=
"pen-size-small"
name=
"maker-size"
/>
<span><label
for=
"pen-size-small"
class=
"lang"
lang=
"txtMkgS"
>
S
</label></span>
<img
class=
"sizeS"
src=
"img/viewer/en_s.png"
alt=
""
>
</a>
</li>
</ul>
<div
id=
"penColorwrapper"
class=
"popcolumnR"
>
<table
cellpadding=
"0"
cellspacing=
"0"
class=
"colorchip"
>
<tbody>
<tr>
<td><a
colorId=
"ff0000"
class=
"color01 colorpicker"
href=
"#"
>
</a></td>
<td><a
colorId=
"ffff00"
colorId
class=
"color02 colorpicker"
href=
"#"
>
</a></td>
</tr>
<tr>
<td><a
colorId=
"00ff00"
class=
"color03 colorpicker"
href=
"#"
>
</a></td>
<td><a
colorId=
"00ffff"
class=
"color04 colorpicker"
href=
"#"
>
</a></td>
</tr>
<tr>
<td><a
colorId=
"0000ff"
class=
"color05 colorpicker"
href=
"#"
>
</a></td>
<td><a
colorId=
"ff00ff"
class=
"color06 colorpicker"
href=
"#"
>
</a></td>
</tr>
<tr>
<td><a
colorId=
"ffffff"
class=
"color07 colorpicker"
href=
"#"
>
</a></td>
<td><a
colorId=
"000000"
class=
"color08 colorpicker"
href=
"#"
>
</a></td>
</tr>
</tbody>
</table>
<span>
</span>
<canvas
id=
"Pen_cvPreviewPen"
class=
"canvasArea_s"
width=
"98"
height=
"98"
>
</canvas>
</div>
<div>
<a
id=
"Pen_btnCancel"
class=
"lang cancelbtn"
lang=
"dspCancel"
>
キャンセル
</a>
<a
id=
"Pen_btnOk"
class=
"lang okbtn cancelbtn"
lang=
"dspOK"
>
OK
</a>
</div>
</div>
<!-- Pen [ end ] -->
<div
id=
"dlgOverlay"
>
</div>
<!-- ================================================================================== -->
<!-- Marking group [end]
<!-- ================================================================================== -->
<!-- ================================================================================== -->
<!-- Footer [start]
<!-- ================================================================================== -->
<footer
id=
"footer_toolbar_1"
class=
"footer"
>
<div
class=
"ftinner"
>
<!-- slider transition sizing -->
<div
class=
"ftLcolumn"
>
<!-- slider [start] -->
<div
class=
"slider fix"
>
<div
id=
"divTxtSlider"
class=
"sld01"
>
<span><input
id=
"txtSlider"
type=
"text"
size=
"2"
maxlength=
"3"
/><label
id=
"lblSlider"
>
</label></span>
</div>
<a
id=
"control_process"
class=
"sld02"
><div
id=
"slider_page"
>
</div></a>
</div>
<!-- slider [end] -->
<!-- transition [start] -->
<!-- temporary tool tip - must be change "lang" -->
<div
id=
"control_movepage"
class=
"transition fix"
>
<a
id=
"firstpage"
class=
"begin"
>
</a>
<a
id=
"prevpage"
class=
"prev"
>
</a>
<a
id=
"nextpage"
class=
"next"
>
</a>
<a
id=
"lastpage"
class=
"last"
>
</a>
</div>
<!-- transition [end] -->
<!-- sizing [start] -->
<!-- temporary tool tip - must be change "lang" -->
<div
id=
"control_zoom"
class=
"sizing"
>
<a
id=
"zoomin"
class=
"expansion"
>
</a>
<a
id=
"zoomfit"
class=
"fit"
>
</a>
<a
id=
"zoomout"
class=
"reduction"
>
</a>
</div>
<!-- sizing [end] -->
</div>
<!-- toolbar -->
<div
class=
"ftRcolumn"
>
<a
id=
"control_screen"
class=
"toolbar"
>
</a>
</div>
</div>
</footer>
<footer
class=
"footerTool"
id=
"footer_toolbar_2"
>
<div
class=
"ftRcolumn_2"
></div>
</footer>
<a
id=
"control_screen_2"
class=
"toolbar_close"
style=
""
>
</a>
<!-- ================================================================================== -->
<!-- Footer [end]
<!-- ================================================================================== -->
<section
id=
"bgmConfirm"
class=
"sectionDeleteConfirm"
>
<h1
class=
"lang"
lang=
""
>
</h1>
<p
class=
"message lang"
lang=
"msgBGMPlayConfirm"
id=
"txtAudio"
>
このコンテンツはBGMが流れるようになっています。BGMを再生してもよろしいですか?
</p>
<p
class=
"deletebtn"
><a
id=
"bgmConfirm_dspOK"
lang=
"dspOK"
class=
"ok_audio lang"
>
OK
</a></p>
</section>
<section
id=
"bgmConfirm_page"
class=
"sectionDeleteConfirm"
>
<h1
class=
"lang"
lang=
""
>
</h1>
<p
class=
"message lang"
lang=
"msgBGMPlayConfirm"
id=
"txtAudio_page"
>
このコンテンツはBGMが流れるようになっています。BGMを再生してもよろしいですか?
</p>
<p
class=
"deletebtn"
><a
id=
"bgmConfirm_dspOK_page"
lang=
"dspOK"
class=
"ok_audio lang"
>
OK
</a></p>
</section>
<section
id=
"contentVideoConfirm"
class=
"sectionDeleteConfirm"
>
<h1
class=
"lang"
lang=
""
>
</h1>
<p
class=
"message lang"
lang=
"txtMediaAutoPlayWarning"
id=
"txtContentVideo"
>
Confirm Play Video
</p>
<p
class=
"deletebtn"
><a
id=
"contentVideoConfirm_OK"
lang=
"dspOK"
class=
"ok_audio lang"
>
OK
</a></p>
</section>
<section
id=
"contentAudioConfirm"
class=
"sectionDeleteConfirm"
>
<h1
class=
"lang"
lang=
""
>
</h1>
<p
class=
"message lang"
lang=
"txtMediaAutoPlayWarning"
id=
"txtContentAudio"
>
Confirm Play Audio
</p>
<p
class=
"deletebtn"
><a
id=
"contentAudioConfirm_OK"
lang=
"dspOK"
class=
"ok_audio lang"
>
OK
</a></p>
</section>
</div>
<!-- ビューアエリア TO -->
</div>
</div>
</footer>
<iframe
style=
"height:0px;width:0px;visibility:hidden;display:none;"
src=
"about:blank"
>
<iframe
style=
"height:0px;width:0px;visibility:hidden;display:none;"
src=
"about:blank"
>
this frame prevents back forward cache
this frame prevents back forward cache
</iframe>
</iframe>
</body>
</body>
</html>
</html>
\ No newline at end of file
abvw/css/layout/common.css
View file @
a5867168
...
@@ -54,8 +54,3 @@ br.clear { clear: both; margin: 0; padding: 0; font-size: 0; line-height: 0; }
...
@@ -54,8 +54,3 @@ br.clear { clear: both; margin: 0; padding: 0; font-size: 0; line-height: 0; }
.floatL
{
float
:
left
;}
.floatL
{
float
:
left
;}
.floatR
{
float
:
right
;}
.floatR
{
float
:
right
;}
/*
html{
overflow-y:scroll;
}
*/
abvw/css/layout/contentsearch.css
View file @
a5867168
...
@@ -235,7 +235,7 @@ a:hover.btn_bott{
...
@@ -235,7 +235,7 @@ a:hover.btn_bott{
right
:
20px
;
right
:
20px
;
top
:
50px
;
top
:
50px
;
}
}
section
#main-ws
section
{
{
}
}
...
...
abvw/css/layout/list_shiori.css
View file @
a5867168
...
@@ -230,17 +230,17 @@ section#bottom {
...
@@ -230,17 +230,17 @@ section#bottom {
margin-top
:
10px
;
margin-top
:
10px
;
display
:
block
;
display
:
block
;
}
}
#
list
.wrapper
#main
article
section
.cnt_section
.img
.band_horizontal
{
#
bookmark
.wrapper_ws
#main-ws
article
section
.cnt_section
.img
.band_horizontal
{
position
:
absolute
;
position
:
absolute
;
top
:
-4px
;
top
:
-4px
;
left
:
1px
;
left
:
1px
;
}
}
#
list
.wrapper
#main
article
section
.cnt_section
.img
.band_vertical
{
#
bookmark
.wrapper_ws
#main-ws
article
section
.cnt_section
.img
.band_vertical
{
position
:
absolute
;
position
:
absolute
;
left
:
40px
;
left
:
40px
;
top
:
-4px
;
top
:
-4px
;
}
}
#
list
.wrapper
#main
article
section
.cnt_section
.text
.info
.pic
li
.read
{
#
bookmark
.wrapper_ws
#main-ws
article
section
.cnt_section
.text
.info
.pic
li
.read
{
position
:
absolute
;
position
:
absolute
;
right
:
20px
;
right
:
20px
;
top
:
50px
;
top
:
50px
;
...
...
abvw/css/layout/setting.css
View file @
a5867168
...
@@ -56,14 +56,14 @@ body{
...
@@ -56,14 +56,14 @@ body{
/* 5. .section setting */
/* 5. .section setting */
/*----------------------------*/
/*----------------------------*/
#main
{
#main
-ws
{
width
:
960px
;
width
:
960px
;
padding
:
0
;
padding
:
0
;
margin-right
:
auto
;
margin-right
:
auto
;
margin-left
:
auto
;
margin-left
:
auto
;
}
}
article
{
#main-ws
article
{
width
:
960px
;
width
:
960px
;
/*height: 900px;*/
/*height: 900px;*/
padding
:
0
;
padding
:
0
;
...
...
abvw/css/theme/contentsearch.css
View file @
a5867168
...
@@ -190,7 +190,7 @@ a:hover.btn_bott{
...
@@ -190,7 +190,7 @@ a:hover.btn_bott{
.cnt_section_list
.text
.info
.pic
li
.read
{
.cnt_section_list
.text
.info
.pic
li
.read
{
}
}
section
#main-ws
section
{
{
border-top
:
1px
dashed
#cccccc
;
border-top
:
1px
dashed
#cccccc
;
}
}
...
...
abvw/css/theme/header.css
View file @
a5867168
...
@@ -106,29 +106,28 @@
...
@@ -106,29 +106,28 @@
.cnt_header
.menu_language
ul
.pushMessage
a
:hover
{
text-decoration
:
none
;
}
.cnt_header
.menu_language
ul
.pushMessage
a
:hover
{
text-decoration
:
none
;
}
.
common_header
.cnt_header
.menu_language
ul
li
a
img
{
display
:
inline
;
}
.
header_ws
.cnt_header
.menu_language
ul
li
a
img
{
display
:
inline
;
}
.
common_header
.cnt_header
.menu_language
ul
.language
{
.
header_ws
.cnt_header
.menu_language
ul
.language
{
padding
:
0
;
padding
:
0
;
margin-left
:
0px
;
margin-left
:
0px
;
}
}
.
common_header
.cnt_header
.menu_language
.button
.menuIcon
img
{
display
:
inline
;
}
.
header_ws
.cnt_header
.menu_language
.button
.menuIcon
img
{
display
:
inline
;
}
.
common_header
.cnt_header
.menu_language
ul
li
a
#jQueryPush
{
.
header_ws
.cnt_header
.menu_language
ul
li
a
#jQueryPush
{
text-decoration
:
none
!important
;
text-decoration
:
none
!important
;
color
:
#333
;
color
:
#333
;
}
}
.
common_header
.cnt_header
.menu_language
.button
{
.
header_ws
.cnt_header
.menu_language
.button
{
}
}
.header_ws
.cnt_header
.menu_language
#header-searchbox
{
.common_header
.cnt_header
.menu_language
#header-searchbox
{
background-color
:
#FFFFFF
;
background-color
:
#FFFFFF
;
border
:
1px
solid
#CCCCCC
;
border
:
1px
solid
#CCCCCC
;
}
}
.
common_header
.cnt_header
.menu_language
#header-searchbox
span
.
header_ws
.cnt_header
.menu_language
#header-searchbox
span
{
{
}
}
.
common_header
.cnt_header
.menu_language
#header-searchbox
a
#searchbox-search
{
.
header_ws
.cnt_header
.menu_language
#header-searchbox
a
#searchbox-search
{
-moz-box-shadow
:
inset
0px
1px
0px
0px
#86ACC7
;
-moz-box-shadow
:
inset
0px
1px
0px
0px
#86ACC7
;
-webkit-box-shadow
:
inset
0px
1px
0px
0px
#86ACC7
;
-webkit-box-shadow
:
inset
0px
1px
0px
0px
#86ACC7
;
box-shadow
:
inset
0px
1px
0px
0px
#86ACC7
;
box-shadow
:
inset
0px
1px
0px
0px
#86ACC7
;
...
@@ -139,7 +138,7 @@
...
@@ -139,7 +138,7 @@
border
:
1px
solid
#0C274D
;
border
:
1px
solid
#0C274D
;
color
:
#ffffff
;
color
:
#ffffff
;
}
}
.
common_header
.cnt_header
.menu_language
#header-searchbox
a
#searchbox-search
:hover
{
.
header_ws
.cnt_header
.menu_language
#header-searchbox
a
#searchbox-search
:hover
{
background
:
-webkit-gradient
(
linear
,
left
top
,
left
bottom
,
color-stop
(
0.05
,
#23486F
),
color-stop
(
1
,
#36638B
)
);
background
:
-webkit-gradient
(
linear
,
left
top
,
left
bottom
,
color-stop
(
0.05
,
#23486F
),
color-stop
(
1
,
#36638B
)
);
background
:
-moz-linear-gradient
(
center
top
,
#23486F
5%
,
#36638B
100%
);
background
:
-moz-linear-gradient
(
center
top
,
#23486F
5%
,
#36638B
100%
);
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#23486F'
,
endColorstr
=
'#36638B'
);
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#23486F'
,
endColorstr
=
'#36638B'
);
...
@@ -167,8 +166,8 @@ a#searchbox-search:active{
...
@@ -167,8 +166,8 @@ a#searchbox-search:active{
background
:
url(../../img/common/icon_triangle_d.png)
no-repeat
right
5px
;
background
:
url(../../img/common/icon_triangle_d.png)
no-repeat
right
5px
;
}
}
.tops
ul
.sort
li
.current
a
.ascending_sort
{
.tops
ul
.sort
li
.current
a
.ascending_sort
{
color
:
#2d83da
;
color
:
#2d83da
;
background
:
url(../../img/common/icon_triangle_u.png)
no-repeat
right
5px
;
background
:
url(../../img/common/icon_triangle_u.png)
no-repeat
right
5px
;
}
}
.tops
ul
.sort
li
b
{
.tops
ul
.sort
li
b
{
font-weight
:
normal
;
font-weight
:
normal
;
...
@@ -197,7 +196,7 @@ background:url(../../img/common/icon_triangle_u.png) no-repeat right 5px;
...
@@ -197,7 +196,7 @@ background:url(../../img/common/icon_triangle_u.png) no-repeat right 5px;
background
:
url(../../img/data_loading.gif)
no-repeat
center
;
background
:
url(../../img/data_loading.gif)
no-repeat
center
;
}
}
.
common_header
.cnt_header
.menu_login
.username
{
.
header_ws
.cnt_header
.menu_login
.username
{
overflow
:
hidden
;
overflow
:
hidden
;
-o-text-overflow
:
ellipsis
;
-o-text-overflow
:
ellipsis
;
-webkit-text-overflow
:
ellipsis
;
-webkit-text-overflow
:
ellipsis
;
...
...
abvw/css/theme/list_shiori.css
View file @
a5867168
...
@@ -211,15 +211,15 @@ a.delete:hover:not(:target) {
...
@@ -211,15 +211,15 @@ a.delete:hover:not(:target) {
section
#bottom
{
section
#bottom
{
border-top
:
1px
dashed
#cccccc
;
border-top
:
1px
dashed
#cccccc
;
}
}
#
list
.wrapper
#main
article
section
.cnt_section
.img
.band_horizontal
{
#
bookmark
.wrapper_ws
#main-ws
article
section
.cnt_section
.img
.band_horizontal
{
}
}
#
list
.wrapper
#main
article
section
.cnt_section
.img
.band_vertical
{
#
bookmark
.wrapper_ws
#main-ws
article
section
.cnt_section
.img
.band_vertical
{
}
}
#
list
.wrapper
#main
article
section
.cnt_section
.text
.info
.pic
li
.read
{
#
bookmark
.wrapper_ws
#main-ws
article
section
.cnt_section
.text
.info
.pic
li
.read
{
}
}
.shioriNotExist
.shioriNotExist
{
{
font-size
:
16px
;
font-size
:
16px
;
color
:
#f00
;
color
:
#f00
;
}
}
\ No newline at end of file
abvw/css/theme/setting.css
View file @
a5867168
...
@@ -54,11 +54,11 @@ body{
...
@@ -54,11 +54,11 @@ body{
/* 5. .section setting */
/* 5. .section setting */
/*----------------------------*/
/*----------------------------*/
#main
{
#main
-ws
{
background-color
:
#EDF2F2
;
background-color
:
#EDF2F2
;
}
}
article
{
#main-ws
article
{
}
}
.sectionSetting
{
.sectionSetting
{
...
...
abvw/history.html
View file @
a5867168
...
@@ -2,193 +2,563 @@
...
@@ -2,193 +2,563 @@
<html>
<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"
>
<meta
http-equiv=
"Expires"
content=
"-1"
>
<meta
http-equiv=
"Expires"
content=
"-1"
>
<title></title>
<title></title>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"common/css/jquery-ui.css?
#UPDATEID#
"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"common/css/jquery-ui.css?
__UPDATEID__
"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"common/css/jquery.toastmessage.css?
#UPDATEID#
"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"common/css/jquery.toastmessage.css?
__UPDATEID__
"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"common/css/default.css?
#UPDATEID#
"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"common/css/default.css?
__UPDATEID__
"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"common/css/screenLock.css?
#UPDATEID#
"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"common/css/screenLock.css?
__UPDATEID__
"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/layout/common.css?
#UPDATEID#
"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/layout/common.css?
__UPDATEID__
"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/theme/common.css?
#UPDATEID#
"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/theme/common.css?
__UPDATEID__
"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/layout/header.css?
#UPDATEID#
"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/layout/header.css?
__UPDATEID__
"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/theme/header.css?
#UPDATEID#
"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/theme/header.css?
__UPDATEID__
"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/layout/footer.css?
#UPDATEID#
"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/layout/footer.css?
__UPDATEID__
"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/theme/footer.css?
#UPDATEID#
"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/theme/footer.css?
__UPDATEID__
"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/layout/history.css?
#UPDATEID#
"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/layout/history.css?
__UPDATEID__
"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/theme/history.css?
#UPDATEID#
"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/theme/history.css?
__UPDATEID__
"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/layout/backup.css?
#UPDATEID#
"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/layout/backup.css?
__UPDATEID__
"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/theme/backup.css?
#UPDATEID#
"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/theme/backup.css?
__UPDATEID__
"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/layout/restore.css?
#UPDATEID#
"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/layout/restore.css?
__UPDATEID__
"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/theme/restore.css?
#UPDATEID#
"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/theme/restore.css?
__UPDATEID__
"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/layout/login_validation.css?
#UPDATEID#
"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/layout/login_validation.css?
__UPDATEID__
"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/theme/login_validation.css?
#UPDATEID#
"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/theme/login_validation.css?
__UPDATEID__
"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/layout/accordion.css?
#UPDATEID#
"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/layout/accordion.css?
__UPDATEID__
"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/theme/accordion.css?
#UPDATEID#
"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/theme/accordion.css?
__UPDATEID__
"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/layout/list_shirori_detail.css?
#UPDATEID#
"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/layout/list_shirori_detail.css?
__UPDATEID__
"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/theme/list_shirori_detail.css?
#UPDATEID#
"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/theme/list_shirori_detail.css?
__UPDATEID__
"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/layout/limit_access.css?
#UPDATEID#
"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/layout/limit_access.css?
__UPDATEID__
"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/theme/limit_access.css?
#UPDATEID#
"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/theme/limit_access.css?
__UPDATEID__
"
/>
<script
type=
"text/javascript"
src=
"./common/js/jquery-1.8.1.min.js?#UPDATEID#"
></script>
<!-- CSSビュー -->
<script
type=
"text/javascript"
src=
"./common/js/jquery-ui-1.8.23.custom.min.js?#UPDATEID#"
></script>
<!-- link rel="stylesheet" type="text/css" href="css/reset.css?__UPDATEID__" / -->
<script
type=
"text/javascript"
src=
"./common/js/jquery.toastmessage.js?#UPDATEID#"
></script>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/layout/viewer.css?__UPDATEID__"
/>
<script
type=
"text/javascript"
src=
"./common/js/i18n.js?#UPDATEID#"
></script>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/theme/viewer.css?__UPDATEID__"
/>
<script
type=
"text/javascript"
src=
"./common/js/avweb.js?#UPDATEID#"
></script>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"common/css/jquery.powertip.css?__UPDATEID__"
/>
<script
type=
"text/javascript"
src=
"./common/js/common.js?#UPDATEID#"
></script>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/layout/Anket.css?__UPDATEID__"
/>
<script
type=
"text/javascript"
src=
"./js/Limit_Access_Content.js?#UPDATEID#"
></script>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/theme/Anket.css?__UPDATEID__"
/>
<script
type=
"text/javascript"
src=
"./js/history.js?#UPDATEID#"
></script>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/delete_shiori.css?__UPDATEID__"
/>
<script
type=
"text/javascript"
src=
"./js/header.js?#UPDATEID#"
></script>
<script
type=
"text/javascript"
src=
"./common/js/gotop.js?#UPDATEID#"
></script>
<script
type=
"text/javascript"
src=
"./common/js/jquery-1.8.1.min.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./common/js/tab.js?#UPDATEID#"
></script>
<script
type=
"text/javascript"
src=
"./common/js/jquery-ui-1.8.23.custom.min.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./common/js/screenLock.js?#UPDATEID#"
></script>
<script
type=
"text/javascript"
src=
"./common/js/jquery.toastmessage.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./js/detail.js?#UPDATEID#"
></script>
<script
type=
"text/javascript"
src=
"./common/js/i18n.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./common/js/avweb.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./common/js/common.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./js/Limit_Access_Content.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./js/history.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./js/header.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./common/js/gotop.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./common/js/tab.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./common/js/screenLock.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./js/detail.js?__UPDATEID__"
></script>
<!-- JSビュー -->
<script
type=
"text/javascript"
src=
"./common/js/jquery.ui.touch-punch.min.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./common/js/htmlparser.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./common/js/textObject.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./js/contentview_CallApi.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./js/contentview_Events.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./js/contentview_GetData.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./js/contentview_InitObjects.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./js/contentview_CreateObjects.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./js/contentview_General.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./js/contentview.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./js/contentview_Memo.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./js/contentview_Gomu.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./js/contentview_Maker.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./js/contentview_Pen.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./js/contentview_Marking.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./js/contentview_PopupText.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./js/contentview_Paint.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./js/contentview_Anket.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./js/contentview_3d.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./js/contentview_ContentTypeNone.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./js/contentview_ImagePreview.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./js/contentview_FileSystem.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./common/js/zoomDetector.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./common/js/jquery.powertip.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./common/js/script.js?__UPDATEID__"
></script>
</head>
</head>
<body>
<body
id=
"history"
>
<header>
<header
id=
"header-ws"
class=
"header_ws"
>
<div
class=
"notification-pushmessage"
style=
"display:none;"
>
<div
class=
"notification-pushmessage"
style=
"display:none;"
>
新着メッセージがあります!!!
新着メッセージがあります!!!
</div>
</div>
<div
class=
"cnt_header"
>
<div
class=
"cnt_header"
>
<a
class=
"logo"
href=
"javascript:void(0);"
onclick=
"avwScreenMove(ScreenIds.Home)"
>
</a>
<a
class=
"logo"
href=
"javascript:void(0);"
onclick=
"avwScreenMove(ScreenIds.Home)"
>
</a>
<div
class=
"menu_login"
>
<div
class=
"menu_login"
>
<ul
class=
"floatL"
>
<ul
class=
"floatL"
>
<li
class=
"floatR"
id=
"li-login-username"
style=
"display:none;"
>
<li
class=
"floatR"
id=
"li-login-username"
style=
"display:none;"
>
<label><img
src=
"img/common/login_title.png"
height=
"20"
></label>
<label><img
src=
"img/common/login_title.png"
height=
"20"
></label>
<label
class=
"lang"
lang=
"txtLoginUser"
>
こんにちは
</label>
<label
class=
"lang"
lang=
"txtLoginUser"
>
こんにちは
</label>
</li>
</li>
</ul>
</ul>
<p
id=
"login-username"
class=
"username"
>
</p>
<p
id=
"login-username"
class=
"username"
>
</p>
</div>
</div>
<div
class=
"menu_language"
>
<div
class=
"menu_language"
>
<div
class=
"clearfix"
>
<div
class=
"clearfix"
>
<ul
class=
"floatR"
>
<ul
class=
"floatR"
>
<li
class=
"language"
id=
"language-jp"
style=
"display:none;"
><a
href=
"#"
><img
src=
"img/common/flg_jpn.png"
width=
"29"
height=
"20"
></a></li>
<li
class=
"language"
id=
"language-jp"
style=
"display:none;"
><a
href=
"#"
><img
src=
"img/common/flg_jpn.png"
width=
"29"
height=
"20"
></a></li>
<li
class=
"language"
id=
"language-en"
style=
"display:none;"
><a
href=
"#"
><img
src=
"img/common/flg_usa.png"
width=
"29"
height=
"20"
></a></li>
<li
class=
"language"
id=
"language-en"
style=
"display:none;"
><a
href=
"#"
><img
src=
"img/common/flg_usa.png"
width=
"29"
height=
"20"
></a></li>
<li
class=
"language"
id=
"language-kr"
style=
"display:none;"
><a
href=
"#"
><img
src=
"img/common/flg_kor.png"
width=
"29"
height=
"20"
></a></li>
<li
class=
"language"
id=
"language-kr"
style=
"display:none;"
><a
href=
"#"
><img
src=
"img/common/flg_kor.png"
width=
"29"
height=
"20"
></a></li>
<li
style=
"padding-left:0;"
><input
class=
"focus"
id=
"searchbox-key"
name=
""
type=
"text"
placeholder=
"キーワードを入力してください"
></li>
<li
style=
"padding-left:0;"
><input
class=
"focus"
id=
"searchbox-key"
name=
""
type=
"text"
placeholder=
"キーワードを入力してください"
></li>
<div
id=
"header-searchbox"
style=
"display:none;"
>
<div
id=
"header-searchbox"
style=
"display:none;"
>
<input
type=
"radio"
id=
"searchbox-content"
name=
"searchbox-searchtype"
value=
"1"
checked=
"checked"
/><span
id=
"searchbox-content-header"
class=
"lang"
lang=
"txtCtnNm"
>
コンテンツ名
</span><br/>
<input
type=
"radio"
id=
"searchbox-content"
name=
"searchbox-searchtype"
value=
"1"
checked=
"checked"
/><span
id=
"searchbox-content-header"
class=
"lang"
lang=
"txtCtnNm"
>
コンテンツ名
</span><br/>
<input
type=
"radio"
id=
"searchbox-tag"
name=
"searchbox-searchtype"
value=
"2"
/><span
class=
"lang"
id=
"searchbox-tag-header"
lang=
"txtTag"
>
タグ
</span><br/>
<input
type=
"radio"
id=
"searchbox-tag"
name=
"searchbox-searchtype"
value=
"2"
/><span
class=
"lang"
id=
"searchbox-tag-header"
lang=
"txtTag"
>
タグ
</span><br/>
<input
type=
"radio"
id=
"searchbox-body"
name=
"searchbox-searchtype"
value=
"3"
/><span
class=
"lang"
id=
"searchbox-body-header"
lang=
"txtContTxt"
>
本文
</span><br/>
<input
type=
"radio"
id=
"searchbox-body"
name=
"searchbox-searchtype"
value=
"3"
/><span
class=
"lang"
id=
"searchbox-body-header"
lang=
"txtContTxt"
>
本文
</span><br/>
<a
class=
"blue lang"
href=
"#"
id=
"searchbox-search"
lang=
"txtSearch"
>
検索
</a>
<a
class=
"blue lang"
href=
"#"
id=
"searchbox-search"
lang=
"txtSearch"
>
検索
</a>
</div>
</div>
</ul>
</ul>
</div>
</div>
<ul
class=
"button"
>
<ul
class=
"button"
>
<li
class=
"floatL"
id=
"dspPushMessage"
>
<li
class=
"floatL"
id=
"dspPushMessage"
>
<a
href=
"#"
id=
"liPushMessage"
><span
class=
"pushMessage"
><span
class=
"icon"
></span>
<span
class=
"lang"
lang=
"txtPushAlert"
>
新着 :
</span><span
id=
"numbermessage"
></span><span
class=
"arrow"
></span></span></a>
<a
href=
"#"
id=
"liPushMessage"
><span
class=
"pushMessage"
><span
class=
"icon"
></span>
<span
class=
"lang"
lang=
"txtPushAlert"
>
新着 :
</span><span
id=
"numbermessage"
></span><span
class=
"arrow"
></span></span></a>
<div
id=
"accordion"
style=
"display:none;"
>
<div
id=
"accordion"
style=
"display:none;"
>
<div
id=
"show-push-message"
></div>
<div
id=
"show-push-message"
></div>
<div
class=
"pagechange clearfix"
>
<div
class=
"pagechange clearfix"
>
<a
class=
"floatL lang"
id=
'prev-page-message'
lang=
"txtPrevious"
>
<<前へ
</a><a
class=
"floatR lang"
id=
'next-page-message'
lang=
"txtNext"
>
次へ>>
</a>
<a
class=
"floatL lang"
id=
'prev-page-message'
lang=
"txtPrevious"
>
<<前へ
</a><a
class=
"floatR lang"
id=
'next-page-message'
lang=
"txtNext"
>
次へ>>
</a>
</div>
</div>
</div>
</div>
</li>
</li>
<li
class=
"menuIcon"
id=
"dspHome"
><a
href=
"#"
><img
src=
"img/common/icon_home.png"
height=
"27"
></a></li>
<li
class=
"menuIcon"
id=
"dspHome"
><a
href=
"#"
><img
src=
"img/common/icon_home.png"
height=
"27"
></a></li>
<li
class=
"menuIcon"
id=
"dspShiori"
><a
href=
"#"
><img
src=
"img/common/icon_marker.png"
height=
"27"
></a></li>
<li
class=
"menuIcon"
id=
"dspShiori"
><a
href=
"#"
><img
src=
"img/common/icon_marker.png"
height=
"27"
></a></li>
<li
class=
"menuIcon"
id=
"dspViewHistory"
><a
href=
"#"
><img
src=
"img/common/icon_watch.png"
height=
"27"
></a></li>
<li
class=
"menuIcon"
id=
"dspViewHistory"
><a
href=
"#"
><img
src=
"img/common/icon_watch.png"
height=
"27"
></a></li>
<li
class=
"menuIcon"
id=
"dspSetting"
style=
""
><a
href=
"#"
><img
src=
"img/common/icon_setup.png"
height=
"27"
></a></li>
<li
class=
"menuIcon"
id=
"dspSetting"
style=
""
><a
href=
"#"
><img
src=
"img/common/icon_setup.png"
height=
"27"
></a></li>
<li
class=
"menuIcon"
id=
"dspLogout"
style=
"margin-right:0;"
><a
href=
"#"
><img
src=
"img/common/icon_logout.png"
height=
"27"
></a></li>
<li
class=
"menuIcon"
id=
"dspLogout"
style=
"margin-right:0;"
><a
href=
"#"
><img
src=
"img/common/icon_logout.png"
height=
"27"
></a></li>
</ul>
</ul>
</div>
</div>
</div>
</div>
</header>
</header>
<section
class=
"sectionbackup_logout"
id=
"dlgConfirmBackup1"
>
<div
id=
"ws-body"
class=
"wrapper_ws"
>
<h1><label
class=
"lang"
lang=
"txtBackupTitle"
>
バックアップ確認
</label></h1>
<p
class=
"message"
><label
lang=
"txtLogoutBkMsg"
class=
"lang"
>
ログアウトする前にバックアップしますか?
</label></p>
<div
id=
"inc_backup"
></div>
<p
class=
"message-options"
>
<label
class=
"option_backup"
>
<div
id=
"main-ws"
>
<label
lang=
"txtBkSelectData"
class=
"lang"
>
バックアップするデータを選択してください。
</label><br
/>
<article
class=
"articlehistory"
>
<input
type=
"checkbox"
id=
"chkBkAllMarking"
class=
"chkbx"
checked=
"checked"
/><label
for=
"chkBkAllMarking"
lang=
"txtBkMarking"
class=
"lang"
>
マーキング
</label>
<span
class=
"lang sort-title"
lang=
"txtSort"
>
並び替え
</span>
<input
type=
"checkbox"
id=
"chkBkAllMemo"
class=
"chkbx"
checked=
"checked"
/><label
for=
"chkBkAllMemo"
lang=
"txtBkMemo"
class=
"lang"
>
メモ
</label>
<div
class=
"tops"
>
<input
type=
"checkbox"
id=
"chkBkAllShiori"
class=
"chkbx"
checked=
"checked"
/><label
for=
"chkBkAllShiori"
lang=
"txtBkShiori"
class=
"lang"
>
しおり
</label>
<ul
class=
"sort"
id=
"menu_sort"
>
</label>
<li>
</p>
<a
id=
"control-sort-title"
class=
"lang nottouchdevice control_sort_on"
lang=
"dspTitleNm"
>
タイトル名
</a>
<p
class=
"notice"
>
<a
class=
"lang control_sort_off"
lang=
"dspTitleNm"
style=
"display:none"
>
タイトル名
</a>
<input
type=
"checkbox"
id=
"chkRememberBackup"
/><label
for=
"chkRememberBackup"
class=
"lang"
lang=
"txtLogoutOptBkCfm"
>
今回の行動を記憶し、次回から確認せずに、同じことをする。
</label>
<b>
|
</b>
</p>
</li>
<p
class=
"backupbtn"
>
<li
>
<a
class=
"cancel lang"
href=
"#"
lang=
"dspBkCancel"
id=
"dlgConfirmBackup-withoutbackup"
>
バックアップしないでログアウト
</a>
<a
id=
"control-sort-titlekana"
class=
"lang nottouchdevice control_sort_on"
lang=
"dspTitleNmKn"
>
タイトル名(かな)
</a>
<a
class=
"ok lang"
href=
"#"
id=
"dlgConfirmBackup-backup"
lang=
"dspBkOK"
>
バックアップしてログアウト
</a>
<a
id=
"control-sort-titlekana-off"
class=
"lang control_sort_off"
lang=
"dspTitleNmKn"
style=
"display:none"
>
タイトル名(かな)
</a>
</p>
<b
id=
"separate"
>
|
</b>
</section>
</li>
<li>
<div
class=
"wrapper"
>
<a
id=
"control-sort-releasedate"
class=
"lang nottouchdevice control_sort_on"
lang=
"txtPubDt"
>
公開日
</a>
<div
id=
"main"
>
<a
class=
"lang control_sort_off"
lang=
"txtPubDt"
style=
"display:none"
>
公開日
</a>
<article
class=
"articlehistory"
>
<b>
|
</b>
<span
class=
"lang sort-title"
lang=
"txtSort"
>
並び替え
</span>
</li>
<div
class=
"tops"
>
<li
class=
"current"
>
<ul
class=
"sort"
id=
"menu_sort"
>
<a
id=
"control-sort-viewdate"
class=
"lang nottouchdevice control_sort_on"
lang=
"txtViewDt"
>
閲覧日
</a>
<li>
<a
id=
"off-default"
class=
"lang control_sort_off"
lang=
"txtViewDt"
style=
"display:none"
>
閲覧日
</a>
<a
id=
"control-sort-title"
class=
"lang nottouchdevice control_sort_on"
lang=
"dspTitleNm"
>
タイトル名
</a>
</li>
<a
class=
"lang control_sort_off"
lang=
"dspTitleNm"
style=
"display:none"
>
タイトル名
</a>
</ul>
<b>
|
</b>
<p>
</li>
<label
id=
"dispPage"
>
</label>
<label
class=
"lang pageNumControl"
lang=
"txtRecordNum"
style=
"visibility: hidden"
>
件
</label
>
<li
>
</p>
<a
id=
"control-sort-titlekana"
class=
"lang nottouchdevice control_sort_on"
lang=
"dspTitleNmKn"
>
タイトル名(かな)
</a>
</div>
<a
id=
"control-sort-titlekana-off"
class=
"lang control_sort_off"
lang=
"dspTitleNmKn"
style=
"display:none"
>
タイトル名(かな)
</a>
<div
class=
"clearboth"
>
</div>
<b
id=
"separate"
>
|
</b>
<div
id=
"content-grid"
>
</div>
</li>
<br/>
<li>
</article>
<a
id=
"control-sort-releasedate"
class=
"lang nottouchdevice control_sort_on"
lang=
"txtPubDt"
>
公開日
</a>
</div>
<a
class=
"lang control_sort_off"
lang=
"txtPubDt"
style=
"display:none"
>
公開日
</a>
<b>
|
</b>
<div
id=
"inc_detail"
></div>
</li>
<li
class=
"current"
>
<footer>
<a
id=
"control-sort-viewdate"
class=
"lang nottouchdevice control_sort_on"
lang=
"txtViewDt"
>
閲覧日
</a>
<div
class=
"border"
>
<a
id=
"off-default"
class=
"lang control_sort_off"
lang=
"txtViewDt"
style=
"display:none"
>
閲覧日
</a>
<div
class=
"cnt_footer"
>
</li>
COPYRIGHT
©
2014 AGENTEC Co., Ltd. ALL RIGHTS RESERVED.
</ul>
</div>
<p>
<label
id=
"dispPage"
>
</label>
<label
class=
"lang pageNumControl"
lang=
"txtRecordNum"
style=
"visibility: hidden"
>
件
</label
>
</p>
</div>
<div
class=
"clearboth"
>
</div>
<div
id=
"content-grid"
>
</div>
</div>
<br/>
</footer>
</article>
</div>
</div>
</div>
<article
id=
"contentDetail"
style=
"display:none;"
>
<div
id=
"viewer"
style=
"display:none;"
>
<section
id=
'sectionContentDetail'
class=
'sectionContentDetail'
>
<a
class=
"closebtn"
href=
"#"
id=
"contentDetailClose"
>
</a>
<!-- ビューアエリア FROM -->
<div
id=
"book_data"
>
<div
id=
"wrapper"
style=
""
>
<p
class=
"book_img"
><img
src=
""
id=
"imgContentThumbnail"
alt=
""
height=
"25px"
width=
"25px"
/></p>
<ul>
<!--Viewer component is added here -->
<li
class=
"title"
id=
"txtContentTitle"
>
Abook資料
</li>
<div
id=
"overlay"
class=
"web_dialog_overlay"
>
</div>
<li
class=
"date"
><label
id=
"txtPubDt2"
lang=
"dspPubDt2"
class=
"lang"
>
発行日:
</label><label
id=
"txtPubDt2_Dsp"
>
____/__/__ __:__
</label></li>
<div
id=
"dialog"
class=
"web_dialog"
>
</div>
<li
class=
"explain"
id=
"txtContentDetail"
>
スマートデバイス向け
<br
/>
統合ソリューション
</li>
<div
id=
"divCheckExistMarking"
class=
"check_marking"
style=
"display:none;"
>
</ul>
<img
src=
"img/viewer/icon_marked.png"
/>
<p
class=
"read_btn"
><a
class=
"read lang"
href=
"#"
id=
"contentdetail_dspRead"
lang=
"txtRead"
>
読む
</a></p>
</div>
</div>
<header
id =
"header_toolbar"
class=
"header__"
>
<div
class =
"wrapper_header"
>
<div
id=
"book_list"
></div>
<div
id =
"top_toolbar"
class=
"hdLcolumn fix"
>
</section>
<span
class=
"hgloupe"
>
</article>
<a
id=
"imgHome"
class=
"home"
title=
"ホーム"
lang=
"dspHome"
>
</a>
<a
id=
"imgBack"
class=
"back"
title=
"戻る"
lang=
"txtTooltipBack"
>
</a>
</span>
<span
class=
"gloupe"
>
<a
id=
"listbookmark"
class=
"bmList"
title=
"しおり一覧"
lang=
"txtShioriCtnLs"
>
</a>
<a
id=
"imgbookmark"
class=
"bmAdd"
title=
"しおり追加"
lang=
"txtTooltipBookmark"
>
</a>
</span>
<span
class=
"gloupe"
>
<a
id=
"listindex"
class=
"index"
title=
"インデックス"
lang=
"txtIndex"
>
</a>
</span>
<aside
id=
"boxIndex"
class=
"indexBox"
style=
"display: none;"
>
<h1
id=
"indexBoxHdIndex"
class=
"indexBoxHd"
>
<a
id=
"indexClosing"
class=
"delete"
>
</a>
</h1>
<div
id=
"divListIndex"
class=
"indexBoxBody_on"
></div>
</aside>
<span
class=
"gloupe"
>
<a
id=
"copytext"
class=
"copy"
title=
"コピー"
lang=
"txtTextCopy"
>
</a>
</span>
<aside
class=
"bookmarkBox"
id =
"boxCopyText"
>
<h1
class=
"bookmarkBoxHd"
id=
"bookmarkBoxHdCT"
></h1>
<ul
id=
"divCopyText"
class=
"bookmarkBoxBody_on"
></ul>
</aside>
<aside
class=
"bookmarkBox"
id=
"boxBookMark"
style=
"display: none;"
>
<h1
class=
"bookmarkBoxHd"
id=
"bookmarkBoxHdBM"
></h1>
<ul
id=
"divListBookmark"
class=
"bookmarkBoxBody_on"
></ul>
</aside>
<span
class=
"gloupe"
>
<a
id=
"imgmemo"
class=
"memoDisplay"
title=
"メモ表示"
lang=
"txtTooltipShowMemo"
>
</a>
<a
id=
"imgaddmemo"
class=
"memoAdd"
title=
"メモ追加"
lang=
"txtTooltipAddMemo"
>
</a>
</span>
<span
class=
"lgloupe"
>
<a
id=
"imgmarking"
class=
"marking"
title=
"マーキング"
lang=
"txtTooltipShowMarking"
>
</a>
<a
id=
"imgmarkingtoolbar"
class=
"markingToolbar"
title=
"マーキングツールバー表示"
lang=
"txtTooltipShowMarkingTool"
>
</a>
</span>
</div>
<div
class=
"hdRcolumn"
>
<input
id=
"txtSearch"
type=
"text"
>
<aside
id=
"boxSearching"
class=
"bookmarkBox"
style=
"display: none;"
>
<h1
id=
"bookmarkBoxHdSearching"
class=
"bookmarkBoxHd"
></h1>
<ul
id=
"divSearchResult"
class=
"bookmarkBoxBody_on"
></ul>
</aside>
</div>
</div>
</header>
<aside
id=
"boxAddMemo"
class=
"bookmarkBox"
>
<h1
id=
"bookmarkBoxHdMemo"
class=
"bookmarkBoxHd"
>
<a
id=
"memoClosing"
class=
"delete"
>
</a>
<label
class=
"lang"
lang =
"txtMemoMenu"
>
</label>
</h1>
<ul
id=
"divAddMemo"
class=
"bookmarkBoxBody_on"
>
<br
/>
<a
id=
"liAddMemo"
lang =
"txtMemoNew"
class=
"lang cancelbtn"
>
</a><br
/>
<a
id=
"liCopyMemo"
lang =
"txtMemoPaste"
class=
"lang cancelbtn"
>
</a>
<br
/>
<a
id=
"liDeleteMemo"
lang =
"txtMemoClear"
class=
"lang cancelbtn"
>
</a>
<br
/>
</ul>
</aside>
<div
id=
"button_pre_canvas"
class=
"gBackbtn"
></div>
<div
id=
"button_next_canvas"
class=
"gNextbtn"
></div>
<div
id=
"divDialogMemo"
></div>
<div
id=
"dialog-contenttype-music"
></div>
<div
id=
"dialogPopUp"
class=
"popuptext_web_dialog"
></div>
<div
id=
"arrow"
class=
"popuptext_arrow"
></div>
<div
id=
"pop_up_memo"
class=
"pop-up-memo"
>
<a
id=
"btn_show_memo"
class=
"lang"
lang =
"txtMemoEdit"
>
</a>
<br
/><br
/>
<a
id=
"btn_copy_memo"
class=
"lang"
lang =
"txtMemoCopy"
>
</a>
</div>
<div
id=
"divImageLoading"
>
<img
src=
"img/view_loading.gif"
width=
"64px"
height=
"64px"
>
</div>
<!-- ================================================================================== -->
<!-- Marking group [start]
<!-- ================================================================================== -->
<!-- Marking [start] -->
<aside
class=
"markingBox"
id=
"dlgMarking"
>
<h1
class=
"markingBoxHd"
>
<label
class=
"lang"
lang=
"txtMkToolBar"
>
マーカー(オプション)
</label>
<a
class=
"hidden_off"
id=
"dlgMarking_imgMin"
>
</a>
<a
class=
"hidden_on"
id=
"dlgMarking_imgMax"
>
</a>
</h1>
<div
id=
"dlgMarking_body"
class=
"markingBoxBody_on"
>
<ul
class=
"fix"
>
<li><div
id=
"dlgMarking_imgPen"
>
</div></li>
<li><div
id=
"dlgMarking_imgPenOption"
>
</div></li>
<li><div
id=
"dlgMarking_imgMaker"
>
</div></li>
<li><div
id=
"dlgMarking_imgMakerOption"
>
</div></li>
<li><div
id=
"dlgMarking_imgEraser"
>
</div></li>
<li><div
id=
"dlgMarking_imgEraserOption"
>
</div></li>
</ul>
<a
id=
"dlgMarking_dspPgClear"
class=
"clearbtn lang"
lang=
"dspPgClear"
>
このページクリア
</a>
<a
id=
"dlgMarking_dspSave"
class=
"savebtn lang"
lang=
"dspSave"
>
保存
</a>
<a
id=
"dlgMarking_dspCancel"
class=
"cancelbtn lang"
lang=
"dspCancel"
>
キャンセル
</a>
</div>
</aside>
<!-- Marking [ end ] -->
<footer>
<!-- Eraser [start] -->
<div
class=
"border"
>
<div
class=
"rayermenu3"
id=
"dlgGomu"
>
<div
class=
"cnt_footer"
>
<div>
COPYRIGHT
©
2014 AGENTEC Co., Ltd. ALL RIGHTS RESERVED.
<ul>
</div>
<li>
<a
id=
"text_dlgGomu_rdo4"
>
<input
type=
"radio"
id=
"dlgGomu_rdo4"
name=
"rdoSize"
value=
"4"
/>
<span><label
for=
"dlgGomu_rdo4"
class=
"lang"
lang=
"txtMkgSB"
>
特大
</label></span>
<img
class=
"sizeXL"
src=
"img/viewer/en_xl.png"
alt=
""
>
</a>
</li>
<li>
<a
id=
"text_dlgGomu_rdo3"
>
<input
type=
"radio"
id=
"dlgGomu_rdo3"
name=
"rdoSize"
value=
"3"
/>
<span><label
for=
"dlgGomu_rdo3"
class=
"lang"
lang=
"txtMkgB"
>
大
</label></span>
<img
class=
"sizeL"
src=
"img/viewer/en_l.png"
alt=
""
>
</a>
</li>
<li>
<a
id=
"text_dlgGomu_rdo2"
>
<input
type=
"radio"
id=
"dlgGomu_rdo2"
name=
"rdoSize"
value=
"2"
/>
<span><label
for=
"dlgGomu_rdo2"
class=
"lang"
lang=
"txtMkgM"
>
中
</label></span>
<img
class=
"sizeM"
src=
"img/viewer/en_m.png"
alt=
""
>
</a>
</li>
<li>
<a
id=
"text_dlgGomu_rdo1"
>
<input
type=
"radio"
id=
"dlgGomu_rdo1"
name=
"rdoSize"
value=
"1"
checked=
"checked"
/>
<span><label
for=
"dlgGomu_rdo1"
class=
"lang"
lang=
"txtMkgS"
>
小
</label></span>
<img
class=
"sizeS"
src=
"img/viewer/en_s.png"
alt=
""
>
</a>
</li>
</ul>
</div>
<div
class=
"popcolumnR"
>
<canvas
id=
"dlgGomu_cvMain"
class=
"canvasArea_l"
width=
"98"
height=
"98"
>
</canvas>
</div>
<div>
<a
id=
"dlgGomu_dspCancel"
class=
"cancelbtn lang"
href=
"#"
lang=
"dspCancel"
>
キャンセル
</a>
<a
id=
"dlgGomu_dspOK"
class=
"cancelbtn lang okbtn"
href=
"#"
lang=
"dspOK"
>
OK
</a>
</div>
</div>
<!-- Eraser [ end ] -->
<!-- Maker [ start ] -->
<div
id=
"dlgMaker"
class=
"rayermenu1"
>
<ul
class=
"popcolumnL"
>
<li>
<a
id=
"marker-oversize-text"
>
<input
type=
"radio"
id=
"maker-size-oversize"
name=
"maker-size"
/>
<span><label
for=
"maker-size-oversize"
class=
"lang"
lang=
"txtMkgSB"
>
XL
</label></span>
<img
class=
"sizeXL"
src=
"img/viewer/en_xl.png"
alt=
""
>
</a>
</li>
<li>
<a
id=
"marker-large-text"
>
<input
type=
"radio"
id=
"maker-size-large"
name=
"maker-size"
/>
<span><label
for=
"maker-size-large"
class=
"lang"
lang=
"txtMkgB"
>
L
</label></span>
<img
class=
"sizeL"
src=
"img/viewer/en_l.png"
alt=
""
>
</a>
</li>
<li>
<a
id=
"marker-medium-text"
>
<input
type=
"radio"
id=
"maker-size-medium"
name=
"maker-size"
/>
<span><label
for=
"maker-size-medium"
class=
"lang"
lang=
"txtMkgM"
>
M
</label></span>
<img
class=
"sizeM"
src=
"img/viewer/en_m.png"
alt=
""
>
</a>
</li>
<li>
<a
id=
"marker-small-text"
>
<input
type=
"radio"
id=
"maker-size-small"
name=
"maker-size"
/>
<span><label
for=
"maker-size-small"
class=
"lang"
lang=
"txtMkgS"
>
S
</label></span>
<img
class=
"sizeS"
src=
"img/viewer/en_s.png"
alt=
""
>
</a>
</li>
</ul>
<div
id=
"makerColorwrapper"
class=
"popcolumnR"
>
<table
cellpadding=
"0"
cellspacing=
"0"
class=
"colorchip"
>
<tbody>
<tr>
<td><a
colorId=
"ff0000"
class=
"color01 colorpicker"
href=
"#"
>
</a></td>
<td><a
colorId=
"ffff00"
class=
"color02 colorpicker"
href=
"#"
>
</a></td>
</tr>
<tr>
<td><a
colorId=
"00ff00"
class=
"color03 colorpicker"
href=
"#"
>
</a></td>
<td><a
colorId=
"00ffff"
class=
"color04 colorpicker"
href=
"#"
>
</a></td>
</tr>
<tr>
<td><a
colorId=
"0000ff"
class=
"color05 colorpicker"
href=
"#"
>
</a></td>
<td><a
colorId=
"ff00ff"
class=
"color06 colorpicker"
href=
"#"
>
</a></td>
</tr>
<tr>
<td><a
colorId=
"ffffff"
class=
"color07 colorpicker"
href=
"#"
>
</a></td>
<td><a
colorId=
"000000"
class=
"color08 colorpicker"
href=
"#"
>
</a></td>
</tr>
</tbody>
</table>
<span>
</span>
<canvas
id=
"Maker_cvPreviewmaker"
class=
"canvasArea_s"
width=
"98"
height=
"98"
>
</canvas>
</div>
<div>
<a
id=
"Maker_btnCancel"
class=
"lang cancelbtn"
lang=
"dspCancel"
>
キャンセル
</a>
<a
id=
"Maker_btnOk"
class=
"lang cancelbtn okbtn"
lang=
"dspOK"
>
OK
</a>
</div>
</div>
<!-- Maker [ end ] -->
<!-- Pen [ start ] -->
<div
id=
"dlgPen"
class=
"rayermenu1"
>
<ul
class=
"popcolumnL"
>
<li>
<a
id=
"pen-oversize-text"
>
<input
type=
"radio"
id=
"pen-size-oversize"
name=
"maker-size"
/>
<span><label
for=
"pen-size-oversize"
class=
"lang"
lang=
"txtMkgSB"
>
XL
</label></span>
<img
class=
"sizeXL"
src=
"img/viewer/en_xl.png"
alt=
""
>
</a>
</li>
<li>
<a
id=
"pen-large-text"
>
<input
type=
"radio"
id=
"pen-size-large"
name=
"maker-size"
/>
<span><label
for=
"pen-size-large"
class=
"lang"
lang=
"txtMkgB"
>
L
</label></span>
<img
class=
"sizeL"
src=
"img/viewer/en_l.png"
alt=
""
>
</a>
</li>
<li>
<a
id=
"pen-medium-text"
>
<input
type=
"radio"
id=
"pen-size-medium"
name=
"maker-size"
/>
<span><label
for=
"pen-size-medium"
class=
"lang"
lang=
"txtMkgM"
>
M
</label></span>
<img
class=
"sizeM"
src=
"img/viewer/en_m.png"
alt=
""
>
</a>
</li>
<li>
<a
id=
"pen-small-text"
>
<input
type=
"radio"
id=
"pen-size-small"
name=
"maker-size"
/>
<span><label
for=
"pen-size-small"
class=
"lang"
lang=
"txtMkgS"
>
S
</label></span>
<img
class=
"sizeS"
src=
"img/viewer/en_s.png"
alt=
""
>
</a>
</li>
</ul>
<div
id=
"penColorwrapper"
class=
"popcolumnR"
>
<table
cellpadding=
"0"
cellspacing=
"0"
class=
"colorchip"
>
<tbody>
<tr>
<td><a
colorId=
"ff0000"
class=
"color01 colorpicker"
href=
"#"
>
</a></td>
<td><a
colorId=
"ffff00"
colorId
class=
"color02 colorpicker"
href=
"#"
>
</a></td>
</tr>
<tr>
<td><a
colorId=
"00ff00"
class=
"color03 colorpicker"
href=
"#"
>
</a></td>
<td><a
colorId=
"00ffff"
class=
"color04 colorpicker"
href=
"#"
>
</a></td>
</tr>
<tr>
<td><a
colorId=
"0000ff"
class=
"color05 colorpicker"
href=
"#"
>
</a></td>
<td><a
colorId=
"ff00ff"
class=
"color06 colorpicker"
href=
"#"
>
</a></td>
</tr>
<tr>
<td><a
colorId=
"ffffff"
class=
"color07 colorpicker"
href=
"#"
>
</a></td>
<td><a
colorId=
"000000"
class=
"color08 colorpicker"
href=
"#"
>
</a></td>
</tr>
</tbody>
</table>
<span>
</span>
<canvas
id=
"Pen_cvPreviewPen"
class=
"canvasArea_s"
width=
"98"
height=
"98"
>
</canvas>
</div>
<div>
<a
id=
"Pen_btnCancel"
class=
"lang cancelbtn"
lang=
"dspCancel"
>
キャンセル
</a>
<a
id=
"Pen_btnOk"
class=
"lang okbtn cancelbtn"
lang=
"dspOK"
>
OK
</a>
</div>
</div>
<!-- Pen [ end ] -->
<div
id=
"dlgOverlay"
>
</div>
<!-- ================================================================================== -->
<!-- Marking group [end]
<!-- ================================================================================== -->
<!-- ================================================================================== -->
<!-- Footer [start]
<!-- ================================================================================== -->
<footer
id=
"footer_toolbar_1"
class=
"footer"
>
<div
class=
"ftinner"
>
<!-- slider transition sizing -->
<div
class=
"ftLcolumn"
>
<!-- slider [start] -->
<div
class=
"slider fix"
>
<div
id=
"divTxtSlider"
class=
"sld01"
>
<span><input
id=
"txtSlider"
type=
"text"
size=
"2"
maxlength=
"3"
/><label
id=
"lblSlider"
>
</label></span>
</div>
<a
id=
"control_process"
class=
"sld02"
><div
id=
"slider_page"
>
</div></a>
</div>
<!-- slider [end] -->
<!-- transition [start] -->
<!-- temporary tool tip - must be change "lang" -->
<div
id=
"control_movepage"
class=
"transition fix"
>
<a
id=
"firstpage"
class=
"begin"
>
</a>
<a
id=
"prevpage"
class=
"prev"
>
</a>
<a
id=
"nextpage"
class=
"next"
>
</a>
<a
id=
"lastpage"
class=
"last"
>
</a>
</div>
<!-- transition [end] -->
<!-- sizing [start] -->
<!-- temporary tool tip - must be change "lang" -->
<div
id=
"control_zoom"
class=
"sizing"
>
<a
id=
"zoomin"
class=
"expansion"
>
</a>
<a
id=
"zoomfit"
class=
"fit"
>
</a>
<a
id=
"zoomout"
class=
"reduction"
>
</a>
</div>
<!-- sizing [end] -->
</div>
<!-- toolbar -->
<div
class=
"ftRcolumn"
>
<a
id=
"control_screen"
class=
"toolbar"
>
</a>
</div>
</div>
</footer>
<footer
class=
"footerTool"
id=
"footer_toolbar_2"
>
<div
class=
"ftRcolumn_2"
></div>
</footer>
<a
id=
"control_screen_2"
class=
"toolbar_close"
style=
""
>
</a>
<!-- ================================================================================== -->
<!-- Footer [end]
<!-- ================================================================================== -->
<section
id=
"bgmConfirm"
class=
"sectionDeleteConfirm"
>
<h1
class=
"lang"
lang=
""
>
</h1>
<p
class=
"message lang"
lang=
"msgBGMPlayConfirm"
id=
"txtAudio"
>
このコンテンツはBGMが流れるようになっています。BGMを再生してもよろしいですか?
</p>
<p
class=
"deletebtn"
><a
id=
"bgmConfirm_dspOK"
lang=
"dspOK"
class=
"ok_audio lang"
>
OK
</a></p>
</section>
<section
id=
"bgmConfirm_page"
class=
"sectionDeleteConfirm"
>
<h1
class=
"lang"
lang=
""
>
</h1>
<p
class=
"message lang"
lang=
"msgBGMPlayConfirm"
id=
"txtAudio_page"
>
このコンテンツはBGMが流れるようになっています。BGMを再生してもよろしいですか?
</p>
<p
class=
"deletebtn"
><a
id=
"bgmConfirm_dspOK_page"
lang=
"dspOK"
class=
"ok_audio lang"
>
OK
</a></p>
</section>
<section
id=
"contentVideoConfirm"
class=
"sectionDeleteConfirm"
>
<h1
class=
"lang"
lang=
""
>
</h1>
<p
class=
"message lang"
lang=
"txtMediaAutoPlayWarning"
id=
"txtContentVideo"
>
Confirm Play Video
</p>
<p
class=
"deletebtn"
><a
id=
"contentVideoConfirm_OK"
lang=
"dspOK"
class=
"ok_audio lang"
>
OK
</a></p>
</section>
<section
id=
"contentAudioConfirm"
class=
"sectionDeleteConfirm"
>
<h1
class=
"lang"
lang=
""
>
</h1>
<p
class=
"message lang"
lang=
"txtMediaAutoPlayWarning"
id=
"txtContentAudio"
>
Confirm Play Audio
</p>
<p
class=
"deletebtn"
><a
id=
"contentAudioConfirm_OK"
lang=
"dspOK"
class=
"ok_audio lang"
>
OK
</a></p>
</section>
</div>
<!-- ビューアエリア TO -->
</div>
</div>
</footer>
<iframe
style=
"height:0px;width:0px;visibility:hidden;display:none;"
src=
"about:blank"
>
<iframe
style=
"height:0px;width:0px;visibility:hidden;display:none;"
src=
"about:blank"
>
this frame prevents back forward cache
this frame prevents back forward cache
</iframe>
</iframe>
</body>
</body>
</html>
</html>
\ No newline at end of file
abvw/home.html
View file @
a5867168
...
@@ -17,7 +17,7 @@
...
@@ -17,7 +17,7 @@
<link
rel=
"stylesheet"
type=
"text/css"
href=
"common/css/jquery.treeview.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"common/css/jquery.treeview.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"common/css/screen.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"common/css/screen.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/reset.css?
#UPDATEID#
"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/reset.css?
__UPDATEID__
"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/layout/common.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/layout/common.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/theme/common.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/theme/common.css?__UPDATEID__"
/>
...
@@ -42,14 +42,14 @@
...
@@ -42,14 +42,14 @@
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/layout/limit_access.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/layout/limit_access.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/theme/limit_access.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/theme/limit_access.css?__UPDATEID__"
/>
<!-- ビュー -->
<!--
CSS
ビュー -->
<!-- link rel="stylesheet" type="text/css" href="css/reset.css?
#UPDATEID#
" / -->
<!-- link rel="stylesheet" type="text/css" href="css/reset.css?
__UPDATEID__
" / -->
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/layout/viewer.css?
#UPDATEID#
"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/layout/viewer.css?
__UPDATEID__
"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/theme/viewer.css?
#UPDATEID#
"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/theme/viewer.css?
__UPDATEID__
"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"common/css/jquery.powertip.css?
#UPDATEID#
"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"common/css/jquery.powertip.css?
__UPDATEID__
"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/layout/Anket.css?
#UPDATEID#
"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/layout/Anket.css?
__UPDATEID__
"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/theme/Anket.css?
#UPDATEID#
"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/theme/Anket.css?
__UPDATEID__
"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/delete_shiori.css?
#UPDATEID#
"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/delete_shiori.css?
__UPDATEID__
"
/>
<script
type=
"text/javascript"
src=
"./common/js/jquery-1.8.1.min.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./common/js/jquery-1.8.1.min.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./common/js/jquery-ui-1.8.23.custom.min.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./common/js/jquery-ui-1.8.23.custom.min.js?__UPDATEID__"
></script>
...
@@ -69,32 +69,32 @@
...
@@ -69,32 +69,32 @@
<script
type=
"text/javascript"
src=
"./common/js/screenLock.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./common/js/screenLock.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./js/detail.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./js/detail.js?__UPDATEID__"
></script>
<!-- ビュー -->
<!--
JS
ビュー -->
<script
type=
"text/javascript"
src=
"./common/js/jquery.ui.touch-punch.min.js?
#UPDATEID#
"
></script>
<script
type=
"text/javascript"
src=
"./common/js/jquery.ui.touch-punch.min.js?
__UPDATEID__
"
></script>
<script
type=
"text/javascript"
src=
"./common/js/htmlparser.js?
#UPDATEID#
"
></script>
<script
type=
"text/javascript"
src=
"./common/js/htmlparser.js?
__UPDATEID__
"
></script>
<script
type=
"text/javascript"
src=
"./common/js/textObject.js?
#UPDATEID#
"
></script>
<script
type=
"text/javascript"
src=
"./common/js/textObject.js?
__UPDATEID__
"
></script>
<script
type=
"text/javascript"
src=
"./js/contentview_CallApi.js?
#UPDATEID#
"
></script>
<script
type=
"text/javascript"
src=
"./js/contentview_CallApi.js?
__UPDATEID__
"
></script>
<script
type=
"text/javascript"
src=
"./js/contentview_Events.js?
#UPDATEID#
"
></script>
<script
type=
"text/javascript"
src=
"./js/contentview_Events.js?
__UPDATEID__
"
></script>
<script
type=
"text/javascript"
src=
"./js/contentview_GetData.js?
#UPDATEID#
"
></script>
<script
type=
"text/javascript"
src=
"./js/contentview_GetData.js?
__UPDATEID__
"
></script>
<script
type=
"text/javascript"
src=
"./js/contentview_InitObjects.js?
#UPDATEID#
"
></script>
<script
type=
"text/javascript"
src=
"./js/contentview_InitObjects.js?
__UPDATEID__
"
></script>
<script
type=
"text/javascript"
src=
"./js/contentview_CreateObjects.js?
#UPDATEID#
"
></script>
<script
type=
"text/javascript"
src=
"./js/contentview_CreateObjects.js?
__UPDATEID__
"
></script>
<script
type=
"text/javascript"
src=
"./js/contentview_General.js?
#UPDATEID#
"
></script>
<script
type=
"text/javascript"
src=
"./js/contentview_General.js?
__UPDATEID__
"
></script>
<script
type=
"text/javascript"
src=
"./js/contentview.js?
#UPDATEID#
"
></script>
<script
type=
"text/javascript"
src=
"./js/contentview.js?
__UPDATEID__
"
></script>
<script
type=
"text/javascript"
src=
"./js/contentview_Memo.js?
#UPDATEID#
"
></script>
<script
type=
"text/javascript"
src=
"./js/contentview_Memo.js?
__UPDATEID__
"
></script>
<script
type=
"text/javascript"
src=
"./js/contentview_Gomu.js?
#UPDATEID#
"
></script>
<script
type=
"text/javascript"
src=
"./js/contentview_Gomu.js?
__UPDATEID__
"
></script>
<script
type=
"text/javascript"
src=
"./js/contentview_Maker.js?
#UPDATEID#
"
></script>
<script
type=
"text/javascript"
src=
"./js/contentview_Maker.js?
__UPDATEID__
"
></script>
<script
type=
"text/javascript"
src=
"./js/contentview_Pen.js?
#UPDATEID#
"
></script>
<script
type=
"text/javascript"
src=
"./js/contentview_Pen.js?
__UPDATEID__
"
></script>
<script
type=
"text/javascript"
src=
"./js/contentview_Marking.js?
#UPDATEID#
"
></script>
<script
type=
"text/javascript"
src=
"./js/contentview_Marking.js?
__UPDATEID__
"
></script>
<script
type=
"text/javascript"
src=
"./js/contentview_PopupText.js?
#UPDATEID#
"
></script>
<script
type=
"text/javascript"
src=
"./js/contentview_PopupText.js?
__UPDATEID__
"
></script>
<script
type=
"text/javascript"
src=
"./js/contentview_Paint.js?
#UPDATEID#
"
></script>
<script
type=
"text/javascript"
src=
"./js/contentview_Paint.js?
__UPDATEID__
"
></script>
<script
type=
"text/javascript"
src=
"./js/contentview_Anket.js?
#UPDATEID#
"
></script>
<script
type=
"text/javascript"
src=
"./js/contentview_Anket.js?
__UPDATEID__
"
></script>
<script
type=
"text/javascript"
src=
"./js/contentview_3d.js?
#UPDATEID#
"
></script>
<script
type=
"text/javascript"
src=
"./js/contentview_3d.js?
__UPDATEID__
"
></script>
<script
type=
"text/javascript"
src=
"./js/contentview_ContentTypeNone.js?
#UPDATEID#
"
></script>
<script
type=
"text/javascript"
src=
"./js/contentview_ContentTypeNone.js?
__UPDATEID__
"
></script>
<script
type=
"text/javascript"
src=
"./js/contentview_ImagePreview.js?
#UPDATEID#
"
></script>
<script
type=
"text/javascript"
src=
"./js/contentview_ImagePreview.js?
__UPDATEID__
"
></script>
<script
type=
"text/javascript"
src=
"./js/contentview_FileSystem.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./js/contentview_FileSystem.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./common/js/zoomDetector.js?
#UPDATEID#
"
></script>
<script
type=
"text/javascript"
src=
"./common/js/zoomDetector.js?
__UPDATEID__
"
></script>
<script
type=
"text/javascript"
src=
"./common/js/jquery.powertip.js?
#UPDATEID#
"
></script>
<script
type=
"text/javascript"
src=
"./common/js/jquery.powertip.js?
__UPDATEID__
"
></script>
<script
type=
"text/javascript"
src=
"./common/js/script.js?
#UPDATEID#
"
></script>
<script
type=
"text/javascript"
src=
"./common/js/script.js?
__UPDATEID__
"
></script>
<script
type=
"text/javascript"
>
<script
type=
"text/javascript"
>
$
(
function
()
{
$
(
function
()
{
...
@@ -229,7 +229,6 @@ $(function () {
...
@@ -229,7 +229,6 @@ $(function () {
</div>
</div>
<!-- ホームエリア TO -->
<!-- ホームエリア TO -->
<div
id=
"inc_detail"
></div>
<div
id=
"inc_detail"
></div>
<!-- Hカスタム -->
<!-- Hカスタム -->
...
...
abvw/img/common/login_title.png
0 → 100644
View file @
a5867168
1.42 KB
abvw/js/bookmark.js
View file @
a5867168
...
@@ -192,7 +192,11 @@ BOOKMARK.dspRead_Click_callback = function(data) {
...
@@ -192,7 +192,11 @@ BOOKMARK.dspRead_Click_callback = function(data) {
ClientData
.
bookmark_pageNo
(
data
.
pageNo
);
ClientData
.
bookmark_pageNo
(
data
.
pageNo
);
ClientData
.
contentInfo_contentType
(
data
.
contentType
);
ClientData
.
contentInfo_contentType
(
data
.
contentType
);
ClientData
.
IsRefresh
(
false
);
ClientData
.
IsRefresh
(
false
);
AVWEB
.
avwScreenMove
(
COMMON
.
ScreenIds
.
ContentView
);
//AVWEB.avwScreenMove(COMMON.ScreenIds.ContentView);
//表示
BOOKMARK
.
showContentView
();
};
};
// Cancel dialog of deleting
// Cancel dialog of deleting
...
@@ -900,3 +904,40 @@ BOOKMARK.IsExistContent = function(strContentId) {
...
@@ -900,3 +904,40 @@ BOOKMARK.IsExistContent = function(strContentId) {
Setting dialog [ end ]
Setting dialog [ end ]
----------------------------------------------------------------------------
----------------------------------------------------------------------------
*/
*/
BOOKMARK
.
showContentView
=
function
(){
//試験
$
(
"#header-ws"
).
hide
();
$
(
"#ws-body"
).
hide
();
$
(
"#topcontrol"
).
hide
();
CONTENTVIEW_INITOBJECT
.
clearViewerComponent
();
CONTENTVIEW
.
cssInit
();
$
(
"#viewer"
).
show
();
CONTENTVIEW
.
ready
();
};
BOOKMARK
.
cssInit
=
function
(){
$
(
'html'
).
css
({
'overflow-y'
:
'scroll'
});
$
(
'html,body'
).
css
({
'height'
:
'100%'
,
'margin'
:
'0'
,
'padding'
:
'0'
});
$
(
'html>body'
).
css
({
'font-size'
:
'16px'
,
'font-size'
:
'68.75%'
});
$
(
'body'
).
css
({
'font-family'
:
'Verdana, helvetica, arial, sans-serif'
,
'font-size'
:
'68.75%'
,
'background'
:
'#fff'
,
'color'
:
'#333'
});
};
abvw/js/contentsearch.js
View file @
a5867168
...
@@ -825,7 +825,10 @@ CONTENTSEARCH.readSubmenuFunction_callback = function(contentId)
...
@@ -825,7 +825,10 @@ CONTENTSEARCH.readSubmenuFunction_callback = function(contentId)
}
}
else
{
else
{
//Go to Conten view page
//Go to Conten view page
AVWEB
.
avwScreenMove
(
COMMON
.
ScreenIds
.
ContentView
);
//AVWEB.avwScreenMove(COMMON.ScreenIds.ContentView);
CONTENTSEARCH
.
showContentView
();
}
}
//End Function : No.12 -- Editor : Le Long -- Date : 08/02/2013 -- Summary : Check content type other for download.
//End Function : No.12 -- Editor : Le Long -- Date : 08/02/2013 -- Summary : Check content type other for download.
};
};
...
@@ -1387,3 +1390,39 @@ CONTENTSEARCH.showContentShareDlgFunction = function(e) {
...
@@ -1387,3 +1390,39 @@ CONTENTSEARCH.showContentShareDlgFunction = function(e) {
};
};
CONTENTSEARCH
.
showContentView
=
function
(){
//試験
$
(
"#header-ws"
).
hide
();
$
(
"#ws-body"
).
hide
();
$
(
"#topcontrol"
).
hide
();
CONTENTVIEW_INITOBJECT
.
clearViewerComponent
();
CONTENTVIEW
.
cssInit
();
$
(
"#viewer"
).
show
();
CONTENTVIEW
.
ready
();
};
CONTENTSEARCH
.
cssInit
=
function
(){
$
(
'html'
).
css
({
'overflow-y'
:
'scroll'
});
$
(
'html,body'
).
css
({
'height'
:
'100%'
,
'margin'
:
'0'
,
'padding'
:
'0'
});
$
(
'html>body'
).
css
({
'font-size'
:
'16px'
,
'font-size'
:
'68.75%'
});
$
(
'body'
).
css
({
'font-family'
:
'Verdana, helvetica, arial, sans-serif'
,
'font-size'
:
'68.75%'
,
'background'
:
'#fff'
,
'color'
:
'#333'
});
};
abvw/js/contentview.js
View file @
a5867168
...
@@ -12,13 +12,6 @@ CONTENTVIEW.sizingScreen = function() {
...
@@ -12,13 +12,6 @@ CONTENTVIEW.sizingScreen = function() {
var
w
=
$
(
window
).
width
();
var
w
=
$
(
window
).
width
();
var
h
=
$
(
window
).
height
();
var
h
=
$
(
window
).
height
();
console
.
log
(
"CONTENTVIEW.sizingScreen:w:"
+
w
);
console
.
log
(
"CONTENTVIEW.sizingScreen:h:"
+
h
);
console
.
log
(
"viewer:w:"
+
$
(
'#viewer'
).
width
());
console
.
log
(
"viewer:h:"
+
$
(
'#viewer'
).
height
());
console
.
log
(
"wrapper:w:"
+
$
(
'#wrapper'
).
width
());
console
.
log
(
"wrapper:h:"
+
$
(
'#wrapper'
).
height
());
if
(
COMMON
.
isTouchDevice
()
==
true
)
{
if
(
COMMON
.
isTouchDevice
()
==
true
)
{
if
(
CONTENTVIEW_GENERAL
.
avwUserEnvObj
.
isAndroid
())
{
if
(
CONTENTVIEW_GENERAL
.
avwUserEnvObj
.
isAndroid
())
{
...
...
abvw/js/contentview_Events.js
View file @
a5867168
...
@@ -1424,11 +1424,27 @@ CONTENTVIEW_EVENTS.imgBack_click = function() {
...
@@ -1424,11 +1424,27 @@ CONTENTVIEW_EVENTS.imgBack_click = function() {
//試験
//試験
$
(
"#viewer"
).
hide
();
$
(
"#viewer"
).
hide
();
HOME
.
cssInit
();
if
(
$
(
'#bookshelf'
).
length
||
$
(
'#list'
).
length
){
$
(
"#header-ws"
).
show
();
HOME
.
cssInit
();
$
(
"#ws-body"
).
show
();
$
(
"#header-ws"
).
show
();
$
(
"#topcontrol"
).
show
();
$
(
"#ws-body"
).
show
();
$
(
"#topcontrol"
).
show
();
}
else
if
(
$
(
'#bookmark'
).
length
){
BOOKMARK
.
cssInit
();
$
(
"#header-ws"
).
show
();
$
(
"#ws-body"
).
show
();
$
(
"#topcontrol"
).
show
();
}
else
if
(
$
(
'#history'
).
length
){
HISTORY
.
cssInit
();
$
(
"#header-ws"
).
show
();
$
(
"#ws-body"
).
show
();
$
(
"#topcontrol"
).
show
();
}
else
if
(
$
(
'#contentsearch'
).
length
){
CONTENTSEARCH
.
cssInit
();
$
(
"#header-ws"
).
show
();
$
(
"#ws-body"
).
show
();
$
(
"#topcontrol"
).
show
();
}
}
}
}
else
{
}
else
{
/*check back */
/*check back */
...
...
abvw/js/detail.js
View file @
a5867168
...
@@ -205,11 +205,20 @@ DETAIL.contentdetail_dspRead_Click_callback = function(outputId) {
...
@@ -205,11 +205,20 @@ DETAIL.contentdetail_dspRead_Click_callback = function(outputId) {
else
{
else
{
//AVWEB.avwScreenMove(COMMON.ScreenIds.ContentView);
//AVWEB.avwScreenMove(COMMON.ScreenIds.ContentView);
//試験
//試験
//詳細閉じる
DETAIL
.
contentDetailClose_Click
(
null
);
if
(
$
(
'#bookshelf'
).
length
||
$
(
'#list'
).
length
){
if
(
$
(
'#bookshelf'
).
length
||
$
(
'#list'
).
length
){
//詳細閉じる
DETAIL
.
contentDetailClose_Click
(
null
);
//ビューア表示
//ビューア表示
HOME
.
showContentView
();
HOME
.
showContentView
();
}
else
if
(
$
(
'#bookmark'
).
length
){
//ビューア表示
BOOKMARK
.
showContentView
();
}
else
if
(
$
(
'#history'
).
length
){
//ビューア表示
HISTORY
.
showContentView
();
}
else
if
(
$
(
'#contentsearch'
).
length
){
//ビューア表示
CONTENTSEARCH
.
showContentView
();
}
}
}
}
};
};
...
...
abvw/js/history.js
View file @
a5867168
...
@@ -679,7 +679,10 @@ HISTORY.readSubmenuFunction_callback = function(contentId){
...
@@ -679,7 +679,10 @@ HISTORY.readSubmenuFunction_callback = function(contentId){
}
}
else
{
else
{
//Go to Conten view page
//Go to Conten view page
AVWEB
.
avwScreenMove
(
COMMON
.
ScreenIds
.
ContentView
);
//AVWEB.avwScreenMove(COMMON.ScreenIds.ContentView);
HISTORY
.
showContentView
();
}
}
//End Function : No.12 -- Editor : Le Long -- Date : 08/02/2013 -- Summary : Check content type other for download.
//End Function : No.12 -- Editor : Le Long -- Date : 08/02/2013 -- Summary : Check content type other for download.
};
};
...
@@ -1492,3 +1495,40 @@ HISTORY.showContentShareDlgFunction = function(e) {
...
@@ -1492,3 +1495,40 @@ HISTORY.showContentShareDlgFunction = function(e) {
};
};
HISTORY
.
showContentView
=
function
(){
//試験
$
(
"#header-ws"
).
hide
();
$
(
"#ws-body"
).
hide
();
$
(
"#topcontrol"
).
hide
();
CONTENTVIEW_INITOBJECT
.
clearViewerComponent
();
CONTENTVIEW
.
cssInit
();
$
(
"#viewer"
).
show
();
CONTENTVIEW
.
ready
();
};
HISTORY
.
cssInit
=
function
(){
$
(
'html'
).
css
({
'overflow-y'
:
'scroll'
});
$
(
'html,body'
).
css
({
'height'
:
'100%'
,
'margin'
:
'0'
,
'padding'
:
'0'
});
$
(
'html>body'
).
css
({
'font-size'
:
'16px'
,
'font-size'
:
'68.75%'
});
$
(
'body'
).
css
({
'font-family'
:
'Verdana, helvetica, arial, sans-serif'
,
'font-size'
:
'68.75%'
,
'background'
:
'#fff'
,
'color'
:
'#333'
});
};
abvw/settings.html
View file @
a5867168
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!DOCTYPE html>
<html>
<html
xmlns=
"http://www.w3.org/1999/xhtml"
>
<head>
<head>
<meta
charset=
"utf-8"
>
<meta
charset=
"utf-8"
>
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=
9,10
,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"
>
<meta
http-equiv=
"Expires"
content=
"-1"
>
<meta
http-equiv=
"Expires"
content=
"-1"
>
<title></title>
<title></title>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"./common/css/jquery-ui.css?
#UPDATEID#
"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"./common/css/jquery-ui.css?
__UPDATEID__
"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"./common/css/jquery.toastmessage.css?
#UPDATEID#
"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"./common/css/jquery.toastmessage.css?
__UPDATEID__
"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"./common/css/default.css?
#UPDATEID#
"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"./common/css/default.css?
__UPDATEID__
"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"./common/css/screenLock.css?
#UPDATEID#
"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"./common/css/screenLock.css?
__UPDATEID__
"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/layout/common.css?
#UPDATEID#
"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/layout/common.css?
__UPDATEID__
"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/theme/common.css?
#UPDATEID#
"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/theme/common.css?
__UPDATEID__
"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/layout/header.css?
#UPDATEID#
"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/layout/header.css?
__UPDATEID__
"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/theme/header.css?
#UPDATEID#
"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/theme/header.css?
__UPDATEID__
"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/layout/footer.css?
#UPDATEID#
"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/layout/footer.css?
__UPDATEID__
"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/theme/footer.css?
#UPDATEID#
"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/theme/footer.css?
__UPDATEID__
"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/layout/setting.css?
#UPDATEID#
"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/layout/setting.css?
__UPDATEID__
"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/theme/setting.css?
#UPDATEID#
"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/theme/setting.css?
__UPDATEID__
"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/layout/backup.css?
#UPDATEID#
"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/layout/backup.css?
__UPDATEID__
"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/theme/backup.css?
#UPDATEID#
"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/theme/backup.css?
__UPDATEID__
"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/layout/restore.css?
#UPDATEID#
"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/layout/restore.css?
__UPDATEID__
"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/theme/restore.css?
#UPDATEID#
"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/theme/restore.css?
__UPDATEID__
"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/layout/login_validation.css?
#UPDATEID#
"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/layout/login_validation.css?
__UPDATEID__
"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/theme/login_validation.css?
#UPDATEID#
"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/theme/login_validation.css?
__UPDATEID__
"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/layout/accordion.css?
#UPDATEID#
"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/layout/accordion.css?
__UPDATEID__
"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/theme/accordion.css?
#UPDATEID#
"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/theme/accordion.css?
__UPDATEID__
"
/>
<script
type=
"text/javascript"
src=
"./common/js/jquery-1.8.1.min.js?
#UPDATEID#
"
></script>
<script
type=
"text/javascript"
src=
"./common/js/jquery-1.8.1.min.js?
__UPDATEID__
"
></script>
<script
type=
"text/javascript"
src=
"./common/js/thickbox.js?
#UPDATEID#
"
></script>
<script
type=
"text/javascript"
src=
"./common/js/thickbox.js?
__UPDATEID__
"
></script>
<script
type=
"text/javascript"
src=
"./common/js/scrolltopcontrol.js?
#UPDATEID#
"
></script>
<script
type=
"text/javascript"
src=
"./common/js/scrolltopcontrol.js?
__UPDATEID__
"
></script>
<script
type=
"text/javascript"
src=
"./common/js/jquery-ui-1.8.23.custom.min.js?
#UPDATEID#
"
></script>
<script
type=
"text/javascript"
src=
"./common/js/jquery-ui-1.8.23.custom.min.js?
__UPDATEID__
"
></script>
<script
type=
"text/javascript"
src=
"./common/js/jquery.ui.touch-punch.min.js?
#UPDATEID#
"
></script>
<script
type=
"text/javascript"
src=
"./common/js/jquery.ui.touch-punch.min.js?
__UPDATEID__
"
></script>
<script
type=
"text/javascript"
src=
"./common/js/jquery.toastmessage.js?
#UPDATEID#
"
></script>
<script
type=
"text/javascript"
src=
"./common/js/jquery.toastmessage.js?
__UPDATEID__
"
></script>
<script
type=
"text/javascript"
src=
"./common/js/avweb.js?
#UPDATEID#
"
></script>
<script
type=
"text/javascript"
src=
"./common/js/avweb.js?
__UPDATEID__
"
></script>
<script
type=
"text/javascript"
src=
"./common/js/i18n.js?
#UPDATEID#
"
></script>
<script
type=
"text/javascript"
src=
"./common/js/i18n.js?
__UPDATEID__
"
></script>
<script
type=
"text/javascript"
src=
"./common/js/common.js?
#UPDATEID#
"
></script>
<script
type=
"text/javascript"
src=
"./common/js/common.js?
__UPDATEID__
"
></script>
<script
type=
"text/javascript"
src=
"./common/js/screenLock.js?
#UPDATEID#
"
></script>
<script
type=
"text/javascript"
src=
"./common/js/screenLock.js?
__UPDATEID__
"
></script>
<script
type=
"text/javascript"
src=
"./js/header.js?
#UPDATEID#
"
></script>
<script
type=
"text/javascript"
src=
"./js/header.js?
__UPDATEID__
"
></script>
<script
type=
"text/javascript"
src=
"./js/settings.js?
#UPDATEID#
"
></script>
<script
type=
"text/javascript"
src=
"./js/settings.js?
__UPDATEID__
"
></script>
<style>
<style>
#slidebar-animation
{
#slidebar-animation
{
...
@@ -60,211 +59,206 @@
...
@@ -60,211 +59,206 @@
</head>
</head>
<body
id=
"user_change"
>
<body
id=
"user_change"
>
<header>
<header
id=
"header-ws"
class=
"header_ws"
>
<div
class=
"notification-pushmessage"
style=
"display:none;"
>
<div
class=
"notification-pushmessage"
style=
"display:none;"
>
新着メッセージがあります!!!
新着メッセージがあります!!!
</div>
</div>
<div
class=
"cnt_header"
>
<div
class=
"cnt_header"
>
<a
class=
"logo"
href=
"javascript:void(0);"
onclick=
"avwScreenMove(ScreenIds.Home)"
>
</a>
<a
class=
"logo"
href=
"javascript:void(0);"
onclick=
"avwScreenMove(ScreenIds.Home)"
>
</a>
<div
class=
"menu_login"
>
<div
class=
"menu_login"
>
<ul
class=
"floatL"
>
<ul
class=
"floatL"
>
<li
class=
"floatR"
id=
"li-login-username"
style=
"display:none;"
>
<li
class=
"floatR"
id=
"li-login-username"
style=
"display:none;"
>
<label><img
src=
"img/common/login_title.png"
height=
"20"
></label>
<label><img
src=
"img/common/login_title.png"
height=
"20"
></label>
<label
class=
"lang"
lang=
"txtLoginUser"
>
こんにちは
</label>
<label
class=
"lang"
lang=
"txtLoginUser"
>
こんにちは
</label>
</li>
</li>
</ul>
</ul>
<p
id=
"login-username"
class=
"username"
>
</p>
<p
id=
"login-username"
class=
"username"
>
</p>
</div>
</div>
<div
class=
"menu_language"
>
<div
class=
"menu_language"
>
<div
class=
"clearfix"
>
<div
class=
"clearfix"
>
<ul
class=
"floatR"
>
<ul
class=
"floatR"
>
<li
class=
"language"
id=
"language-jp"
style=
"display:none;"
><a
href=
"#"
><img
src=
"img/common/flg_jpn.png"
width=
"29"
height=
"20"
></a></li>
<li
class=
"language"
id=
"language-jp"
style=
"display:none;"
><a
href=
"#"
><img
src=
"img/common/flg_jpn.png"
width=
"29"
height=
"20"
></a></li>
<li
class=
"language"
id=
"language-en"
style=
"display:none;"
><a
href=
"#"
><img
src=
"img/common/flg_usa.png"
width=
"29"
height=
"20"
></a></li>
<li
class=
"language"
id=
"language-en"
style=
"display:none;"
><a
href=
"#"
><img
src=
"img/common/flg_usa.png"
width=
"29"
height=
"20"
></a></li>
<li
class=
"language"
id=
"language-kr"
style=
"display:none;"
><a
href=
"#"
><img
src=
"img/common/flg_kor.png"
width=
"29"
height=
"20"
></a></li>
<li
class=
"language"
id=
"language-kr"
style=
"display:none;"
><a
href=
"#"
><img
src=
"img/common/flg_kor.png"
width=
"29"
height=
"20"
></a></li>
<li
style=
"padding-left:0;"
><input
class=
"focus"
id=
"searchbox-key"
name=
""
type=
"text"
placeholder=
"キーワードを入力してください"
></li>
<li
style=
"padding-left:0;"
><input
class=
"focus"
id=
"searchbox-key"
name=
""
type=
"text"
placeholder=
"キーワードを入力してください"
></li>
<div
id=
"header-searchbox"
style=
"display:none;"
>
<div
id=
"header-searchbox"
style=
"display:none;"
>
<input
type=
"radio"
id=
"searchbox-content"
name=
"searchbox-searchtype"
value=
"1"
checked=
"checked"
/><span
id=
"searchbox-content-header"
class=
"lang"
lang=
"txtCtnNm"
>
コンテンツ名
</span><br/>
<input
type=
"radio"
id=
"searchbox-content"
name=
"searchbox-searchtype"
value=
"1"
checked=
"checked"
/><span
id=
"searchbox-content-header"
class=
"lang"
lang=
"txtCtnNm"
>
コンテンツ名
</span><br/>
<input
type=
"radio"
id=
"searchbox-tag"
name=
"searchbox-searchtype"
value=
"2"
/><span
class=
"lang"
id=
"searchbox-tag-header"
lang=
"txtTag"
>
タグ
</span><br/>
<input
type=
"radio"
id=
"searchbox-tag"
name=
"searchbox-searchtype"
value=
"2"
/><span
class=
"lang"
id=
"searchbox-tag-header"
lang=
"txtTag"
>
タグ
</span><br/>
<input
type=
"radio"
id=
"searchbox-body"
name=
"searchbox-searchtype"
value=
"3"
/><span
class=
"lang"
id=
"searchbox-body-header"
lang=
"txtContTxt"
>
本文
</span><br/>
<input
type=
"radio"
id=
"searchbox-body"
name=
"searchbox-searchtype"
value=
"3"
/><span
class=
"lang"
id=
"searchbox-body-header"
lang=
"txtContTxt"
>
本文
</span><br/>
<a
class=
"blue lang"
href=
"#"
id=
"searchbox-search"
lang=
"txtSearch"
>
検索
</a>
<a
class=
"blue lang"
href=
"#"
id=
"searchbox-search"
lang=
"txtSearch"
>
検索
</a>
</div>
</div>
</ul>
</div>
<ul
class=
"button"
>
<li
class=
"floatL"
id=
"dspPushMessage"
>
<a
href=
"#"
id=
"liPushMessage"
><span
class=
"pushMessage"
><span
class=
"icon"
></span>
<span
class=
"lang"
lang=
"txtPushAlert"
>
新着 :
</span><span
id=
"numbermessage"
></span><span
class=
"arrow"
></span></span></a>
<div
id=
"accordion"
style=
"display:none;"
>
<div
id=
"show-push-message"
></div>
<div
class=
"pagechange clearfix"
>
<a
class=
"floatL lang"
id=
'prev-page-message'
lang=
"txtPrevious"
>
<<前へ
</a><a
class=
"floatR lang"
id=
'next-page-message'
lang=
"txtNext"
>
次へ>>
</a>
</div>
</div>
</li>
<li
class=
"menuIcon"
id=
"dspHome"
><a
href=
"#"
><img
src=
"img/common/icon_home.png"
height=
"27"
></a></li>
<li
class=
"menuIcon"
id=
"dspShiori"
><a
href=
"#"
><img
src=
"img/common/icon_marker.png"
height=
"27"
></a></li>
<li
class=
"menuIcon"
id=
"dspViewHistory"
><a
href=
"#"
><img
src=
"img/common/icon_watch.png"
height=
"27"
></a></li>
<li
class=
"menuIcon"
id=
"dspSetting"
style=
""
><a
href=
"#"
><img
src=
"img/common/icon_setup.png"
height=
"27"
></a></li>
<li
class=
"menuIcon"
id=
"dspLogout"
style=
"margin-right:0;"
><a
href=
"#"
><img
src=
"img/common/icon_logout.png"
height=
"27"
></a></li>
<li
class=
"menuIcon"
id=
"dspHibiya"
style=
"display:none;"
><a
href=
"#"
><img
src=
"img/common/icon_setup.png"
height=
"27"
></a></li>
</ul>
</div>
</div>
</header>
<div
class=
"wrapper"
>
<div
id=
"main"
>
<article>
<section
class=
"sectionSetting"
>
<div
id=
"user_info"
>
<h2
class=
"lang"
lang=
"txtUsrCap"
>
ユーザ情報
</h2>
<dl>
<dt
class=
"lang label"
lang=
"txtLoginId"
>
ログインID
</dt>
<dd
class=
"show"
id=
"txtLoginId"
>
...
</dd>
<dt
class=
"lang label"
lang=
"txtLoginAccPath"
>
アカウントパス
</dt>
<dd
class=
"show"
id=
"txtLoginPath"
>
Deliv
</dd>
<dt
class=
"lang label"
lang=
"txtLastLoginTime"
>
最終ログイン時間
</dt>
<dd
class=
"show"
id=
"txtLastLoginTime"
>
...
</dd>
</dl>
<p
class=
"passchgbtn"
><a
href=
"#"
class=
"lang"
id=
"dspPwdUpd"
lang=
"dspPwdUpd"
>
パスワード変更
</a>
</p>
</div>
<div
id=
"user_option"
>
<h3
class=
"lang"
lang=
"txtOpt"
>
オプション
</h3>
<ul>
<li>
<span
class=
"choice lang"
lang=
"txtOpt001"
>
初期表示
</span>
<label
class=
"firstview"
><input
type=
radio
name=
"firstview"
value=
"bookshelf"
id=
"rdoOpt001"
checked=
"checked"
checked
/><label
for=
"rdoOpt001"
lang=
"txtHondana"
class=
"lang"
>
本棚
</label></label>
<label
class=
"firstview"
><input
type=
radio
name=
"firstview"
value=
"booklist"
id=
"rdoOpt0011"
><label
for=
"rdoOpt0011"
lang=
"txtList"
class=
"lang"
>
リスト
</label></label>
</li>
<li><label><input
type=
checkbox
name=
"repeat"
value=
"repeat"
class=
"chkbx"
id=
"chkOpt002"
checked=
"checked"
checked
/><label
for=
"chkOpt002"
id=
"txtOpt002"
lang=
"txtOpt002"
class=
"lang"
>
動画、音楽を繰り返し再生する
</label></label></li>
<li><label><input
type=
checkbox
name=
"marking"
value=
"marking"
class=
"chkbx"
id=
"chkOpt003"
checked=
"checked"
checked
/><label
id=
"lblOpt003"
for=
"chkOpt003"
lang=
"txtOpt003"
class=
"lang"
>
マーキング
</label></label><span
class=
"notice lang"
lang=
"txtOpt004"
>
※コンテンツを開いた時に表示する
</span></li>
<li><label><input
type=
checkbox
name=
"confirmClose"
value=
"confirmClose"
class=
"chkbx"
id=
"chkOpt005"
checked=
"checked"
/><label
for=
"chkOpt005"
id=
"txtOpt005"
lang=
"txtOpt005"
class=
"lang"
>
タブ・ブラウザ終了・F5時のアラートが表示する
</label></label></li>
<li>
<label
lang=
"txtOptPageTrans"
class=
"lang"
>
ビューのアニメーション種類
</label>
<select
id=
"cboAnimation"
>
<option
class=
"lang"
lang=
"txtOptPageTransSlide"
value=
"0"
>
スライド
</option>
<option
class=
"lang"
lang=
"txtOptPageTransFade"
value=
"1"
>
フェード
</option>
<!--<option class="lang" lang="txtOptPageTransRev" value="2">リヴェール&ムーブイン</option>-->
</select>
</li>
<li>
<label
class=
"lang lblOptPageTransPeriod"
lang=
"txtOptPageTransPeriod"
>
アニメーション時間(Sec)
</label>
<input
type=
"text"
id=
"txtValueAnimation"
value=
"1.0"
/>
<span
id=
"slidebar-container"
><span
id=
"slidebar-from"
>
0.1
</span><span
id=
"slidebar-animation"
></span><span
id=
"slidebar-to"
>
9.9
</span></span>
</li>
</ul>
</ul>
<h3
style=
"margin-top:50px"
id=
"txtBkResCap"
lang=
"txtBkResCap"
class=
"lang"
>
サーバーにバックアップ/リストア
</h3>
<p
class=
"logout_backup"
id=
"regionOptionBackup"
>
<label><input
type=
"checkbox"
name=
"backup"
value=
"backup"
id=
"chkOptBkCfm"
checked=
"checked"
><label
id=
"txtOptBkCfm"
for=
"chkOptBkCfm"
lang=
"txtOptBkCfm"
class=
"lang"
>
毎回ログアウトの時、バックアップするかどうかは必ず確認する
</label></label>
<br
/>
<label
class=
"option_backup"
>
<label
id=
"txtBkDefault"
lang=
"txtBkDefault"
class=
"lang"
>
バックアップのデフォルト :
</label>
<input
type=
"checkbox"
id=
"chkBkMarking"
class=
"chkbx"
checked=
"checked"
/><label
id=
"txtBkMarking"
for=
"chkBkMarking"
lang=
"txtBkMarking"
class=
"lang"
>
マーキング
</label>
<input
type=
"checkbox"
id=
"chkBkMemo"
class=
"chkbx"
checked=
"checked"
/><label
id=
"txtBkMemo"
for=
"chkBkMemo"
lang=
"txtBkMemo"
class=
"lang"
>
メモ
</label>
<input
type=
"checkbox"
id=
"chkBkShiori"
class=
"chkbx"
checked=
"checked"
/><label
id=
"txtBkShiori"
for=
"chkBkShiori"
lang=
"txtBkShiori"
class=
"lang"
>
しおり
</label>
</label>
</p>
<p
class=
"backupbtn"
><a
class=
"backup lang"
lang=
"dspOptBk"
id=
"dspOptBk"
href=
"#"
style=
"display:none;"
>
バックアップ
</a><a
href=
"#"
id=
"dspOptRes"
lang=
"dspOptRes"
class=
"lang"
style=
"visibility:hidden;"
>
リストア
</a></p>
<p
class=
"savebtn"
><a
class=
"save lang"
href=
"#"
id=
"dspSave"
lang=
"dspSave"
>
保存する
</a><a
class=
"default lang"
href=
"#"
id=
"dspOptReset"
lang=
"dspOptReset"
>
初期設定に戻る
</a><div
style=
"clear:both;"
></div></p>
</div>
</div>
<ul
class=
"button"
>
<li
class=
"floatL"
id=
"dspPushMessage"
>
<a
href=
"#"
id=
"liPushMessage"
><span
class=
"pushMessage"
><span
class=
"icon"
></span>
<span
class=
"lang"
lang=
"txtPushAlert"
>
新着 :
</span><span
id=
"numbermessage"
></span><span
class=
"arrow"
></span></span></a>
<div
id=
"accordion"
style=
"display:none;"
>
<div
id=
"show-push-message"
></div>
<div
class=
"pagechange clearfix"
>
<a
class=
"floatL lang"
id=
'prev-page-message'
lang=
"txtPrevious"
>
<<前へ
</a><a
class=
"floatR lang"
id=
'next-page-message'
lang=
"txtNext"
>
次へ>>
</a>
</div>
</div>
</li>
<li
class=
"menuIcon"
id=
"dspHome"
><a
href=
"#"
><img
src=
"img/common/icon_home.png"
height=
"27"
></a></li>
<li
class=
"menuIcon"
id=
"dspShiori"
><a
href=
"#"
><img
src=
"img/common/icon_marker.png"
height=
"27"
></a></li>
<li
class=
"menuIcon"
id=
"dspViewHistory"
><a
href=
"#"
><img
src=
"img/common/icon_watch.png"
height=
"27"
></a></li>
<li
class=
"menuIcon"
id=
"dspSetting"
style=
""
><a
href=
"#"
><img
src=
"img/common/icon_setup.png"
height=
"27"
></a></li>
<li
class=
"menuIcon"
id=
"dspLogout"
style=
"margin-right:0;"
><a
href=
"#"
><img
src=
"img/common/icon_logout.png"
height=
"27"
></a></li>
<li
class=
"menuIcon"
id=
"dspHibiya"
style=
"display:none;"
><a
href=
"#"
><img
src=
"img/common/icon_setup.png"
height=
"27"
></a></li>
</ul>
</div>
</div>
</header>
</section>
<div
id=
"ws-body"
class=
"wrapper_ws"
>
</article>
<div
id=
"main-ws"
>
<article>
</div>
<section
class=
"sectionSetting"
>
<div
id=
"user_info"
>
<h2
class=
"lang"
lang=
"txtUsrCap"
>
ユーザ情報
</h2>
<dl>
<dt
class=
"lang label"
lang=
"txtLoginId"
>
ログインID
</dt>
<dd
class=
"show"
id=
"txtLoginId"
>
...
</dd>
<dt
class=
"lang label"
lang=
"txtLoginAccPath"
>
アカウントパス
</dt>
<dd
class=
"show"
id=
"txtLoginPath"
>
Deliv
</dd>
<dt
class=
"lang label"
lang=
"txtLastLoginTime"
>
最終ログイン時間
</dt>
<dd
class=
"show"
id=
"txtLastLoginTime"
>
...
</dd>
</dl>
<p
class=
"passchgbtn"
><a
href=
"#"
class=
"lang"
id=
"dspPwdUpd"
lang=
"dspPwdUpd"
>
パスワード変更
</a>
</p>
</div>
<div
id=
"user_option"
>
<h3
class=
"lang"
lang=
"txtOpt"
>
オプション
</h3>
<ul>
<li>
<span
class=
"choice lang"
lang=
"txtOpt001"
>
初期表示
</span>
<label
class=
"firstview"
><input
type=
radio
name=
"firstview"
value=
"bookshelf"
id=
"rdoOpt001"
checked=
"checked"
checked
/><label
for=
"rdoOpt001"
lang=
"txtHondana"
class=
"lang"
>
本棚
</label></label>
<label
class=
"firstview"
><input
type=
radio
name=
"firstview"
value=
"booklist"
id=
"rdoOpt0011"
><label
for=
"rdoOpt0011"
lang=
"txtList"
class=
"lang"
>
リスト
</label></label>
</li>
<li><label><input
type=
checkbox
name=
"repeat"
value=
"repeat"
class=
"chkbx"
id=
"chkOpt002"
checked=
"checked"
checked
/><label
for=
"chkOpt002"
id=
"txtOpt002"
lang=
"txtOpt002"
class=
"lang"
>
動画、音楽を繰り返し再生する
</label></label></li>
<li><label><input
type=
checkbox
name=
"marking"
value=
"marking"
class=
"chkbx"
id=
"chkOpt003"
checked=
"checked"
checked
/><label
id=
"lblOpt003"
for=
"chkOpt003"
lang=
"txtOpt003"
class=
"lang"
>
マーキング
</label></label><span
class=
"notice lang"
lang=
"txtOpt004"
>
※コンテンツを開いた時に表示する
</span></li>
<li><label><input
type=
checkbox
name=
"confirmClose"
value=
"confirmClose"
class=
"chkbx"
id=
"chkOpt005"
checked=
"checked"
/><label
for=
"chkOpt005"
id=
"txtOpt005"
lang=
"txtOpt005"
class=
"lang"
>
タブ・ブラウザ終了・F5時のアラートが表示する
</label></label></li>
<li>
<label
lang=
"txtOptPageTrans"
class=
"lang"
>
ビューのアニメーション種類
</label>
<select
id=
"cboAnimation"
>
<option
class=
"lang"
lang=
"txtOptPageTransSlide"
value=
"0"
>
スライド
</option>
<option
class=
"lang"
lang=
"txtOptPageTransFade"
value=
"1"
>
フェード
</option>
<!--<option class="lang" lang="txtOptPageTransRev" value="2">リヴェール&ムーブイン</option>-->
</select>
</li>
<li>
<label
class=
"lang lblOptPageTransPeriod"
lang=
"txtOptPageTransPeriod"
>
アニメーション時間(Sec)
</label>
<input
type=
"text"
id=
"txtValueAnimation"
value=
"1.0"
/>
<span
id=
"slidebar-container"
><span
id=
"slidebar-from"
>
0.1
</span><span
id=
"slidebar-animation"
></span><span
id=
"slidebar-to"
>
9.9
</span></span>
</li>
</ul>
<h3
style=
"margin-top:50px"
id=
"txtBkResCap"
lang=
"txtBkResCap"
class=
"lang"
>
サーバーにバックアップ/リストア
</h3>
<p
class=
"logout_backup"
id=
"regionOptionBackup"
>
<label><input
type=
"checkbox"
name=
"backup"
value=
"backup"
id=
"chkOptBkCfm"
checked=
"checked"
><label
id=
"txtOptBkCfm"
for=
"chkOptBkCfm"
lang=
"txtOptBkCfm"
class=
"lang"
>
毎回ログアウトの時、バックアップするかどうかは必ず確認する
</label></label>
<br
/>
<label
class=
"option_backup"
>
<label
id=
"txtBkDefault"
lang=
"txtBkDefault"
class=
"lang"
>
バックアップのデフォルト :
</label>
<input
type=
"checkbox"
id=
"chkBkMarking"
class=
"chkbx"
checked=
"checked"
/><label
id=
"txtBkMarking"
for=
"chkBkMarking"
lang=
"txtBkMarking"
class=
"lang"
>
マーキング
</label>
<input
type=
"checkbox"
id=
"chkBkMemo"
class=
"chkbx"
checked=
"checked"
/><label
id=
"txtBkMemo"
for=
"chkBkMemo"
lang=
"txtBkMemo"
class=
"lang"
>
メモ
</label>
<input
type=
"checkbox"
id=
"chkBkShiori"
class=
"chkbx"
checked=
"checked"
/><label
id=
"txtBkShiori"
for=
"chkBkShiori"
lang=
"txtBkShiori"
class=
"lang"
>
しおり
</label>
</label>
</p>
<p
class=
"backupbtn"
><a
class=
"backup lang"
lang=
"dspOptBk"
id=
"dspOptBk"
href=
"#"
style=
"display:none;"
>
バックアップ
</a><a
href=
"#"
id=
"dspOptRes"
lang=
"dspOptRes"
class=
"lang"
style=
"visibility:hidden;"
>
リストア
</a></p>
<p
class=
"savebtn"
><a
class=
"save lang"
href=
"#"
id=
"dspSave"
lang=
"dspSave"
>
保存する
</a><a
class=
"default lang"
href=
"#"
id=
"dspOptReset"
lang=
"dspOptReset"
>
初期設定に戻る
</a><div
style=
"clear:both;"
></div></p>
</div>
</section>
</article>
</div>
</div>
</div>
<section
id=
"dlgChangePassword"
class=
"sectionchangepassword"
>
<section
id=
"dlgChangePassword"
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><label
id=
"lblPwdCur"
class=
"lang"
lang=
"txtPwdCurr"
>
現在パスワード
</label></dt>
<dt><label
id=
"lblPwdCur"
class=
"lang"
lang=
"txtPwdCurr"
>
現在パスワード
</label></dt>
<dd><input
type=
"password"
id=
"txtPwdCur"
/></dd>
<dd><input
type=
"password"
id=
"txtPwdCur"
/></dd>
</dl>
</dl>
<dl>
<dl>
<dt><label
id=
"lblPwdNew"
class=
"lang"
lang=
"txtPwdNew"
>
変更パスワード
</label></dt>
<dt><label
id=
"lblPwdNew"
class=
"lang"
lang=
"txtPwdNew"
>
変更パスワード
</label></dt>
<dd><input
type=
"password"
id=
"txtPwdNew"
/></dd>
<dd><input
type=
"password"
id=
"txtPwdNew"
/></dd>
</dl>
</dl>
<dl>
<dl>
<dt><label
id=
"lblPwdNewRe"
class=
"lang"
lang=
"txtPwdNewRe"
>
(再)変更パスワード
</label></dt>
<dt><label
id=
"lblPwdNewRe"
class=
"lang"
lang=
"txtPwdNewRe"
>
(再)変更パスワード
</label></dt>
<dd><input
type=
"password"
id=
"txtPwdNewRe"
/></dd>
<dd><input
type=
"password"
id=
"txtPwdNewRe"
/></dd>
</dl>
</dl>
<p><label
class=
"lang"
lang=
"txtPwdRemind"
id=
"txtChangePassComment"
>
※スキップを選択すると、30日間このメッセージは表示されません
</label></p>
<p><label
class=
"lang"
lang=
"txtPwdRemind"
id=
"txtChangePassComment"
>
※スキップを選択すると、30日間このメッセージは表示されません
</label></p>
<p
class=
"loginbtn"
>
<p
class=
"loginbtn"
>
<a
class=
"cancel lang"
href=
"#"
lang=
"dspCancel"
id=
"dspCancel"
>
キャンセル
</a>
<a
class=
"cancel lang"
href=
"#"
lang=
"dspCancel"
id=
"dspCancel"
>
キャンセル
</a>
<a
class=
"skip lang"
href=
"#"
lang=
"dspSkip"
id=
"dspSkip"
>
スキップ
</a>
<a
class=
"skip lang"
href=
"#"
lang=
"dspSkip"
id=
"dspSkip"
>
スキップ
</a>
<a
class=
"change lang"
href=
"#"
id=
"dspPwdUpd1"
lang=
"dspChange"
>
変更
</a>
<a
class=
"change lang"
href=
"#"
id=
"dspPwdUpd1"
lang=
"dspChange"
>
変更
</a>
</p>
</p>
</section>
</section>
<section
class=
"sectionbackup_logout"
id=
"dlgConfirmBackup1"
>
<section
class=
"sectionbackup_logout"
id=
"dlgConfirmBackup1"
>
<h1><label
class=
"lang"
lang=
"txtBackupTitle"
>
バックアップ確認
</label></h1>
<h1><label
class=
"lang"
lang=
"txtBackupTitle"
>
バックアップ確認
</label></h1>
<p
class=
"message"
><label
lang=
"txtLogoutBkMsg"
class=
"lang"
>
ログアウトする前にバックアップしますか?
</label></p>
<p
class=
"message"
><label
lang=
"txtLogoutBkMsg"
class=
"lang"
>
ログアウトする前にバックアップしますか?
</label></p>
<p
class=
"message-options"
>
<p
class=
"message-options"
>
<label
class=
"option_backup"
>
<label
class=
"option_backup"
>
<label
lang=
"txtBkSelectData"
class=
"lang"
>
バックアップするデータを選択してください。
</label><br
/>
<label
lang=
"txtBkSelectData"
class=
"lang"
>
バックアップするデータを選択してください。
</label><br
/>
<input
type=
"checkbox"
id=
"chkBkAllMarking"
class=
"chkbx"
checked=
"checked"
/><label
for=
"chkBkAllMarking"
lang=
"txtBkMarking"
class=
"lang"
>
マーキング
</label>
<input
type=
"checkbox"
id=
"chkBkAllMarking"
class=
"chkbx"
checked=
"checked"
/><label
for=
"chkBkAllMarking"
lang=
"txtBkMarking"
class=
"lang"
>
マーキング
</label>
<input
type=
"checkbox"
id=
"chkBkAllMemo"
class=
"chkbx"
checked=
"checked"
/><label
for=
"chkBkAllMemo"
lang=
"txtBkMemo"
class=
"lang"
>
メモ
</label>
<input
type=
"checkbox"
id=
"chkBkAllMemo"
class=
"chkbx"
checked=
"checked"
/><label
for=
"chkBkAllMemo"
lang=
"txtBkMemo"
class=
"lang"
>
メモ
</label>
<input
type=
"checkbox"
id=
"chkBkAllShiori"
class=
"chkbx"
checked=
"checked"
/><label
for=
"chkBkAllShiori"
lang=
"txtBkShiori"
class=
"lang"
>
しおり
</label>
<input
type=
"checkbox"
id=
"chkBkAllShiori"
class=
"chkbx"
checked=
"checked"
/><label
for=
"chkBkAllShiori"
lang=
"txtBkShiori"
class=
"lang"
>
しおり
</label>
</label>
</label>
</p>
</p>
<p
class=
"notice"
>
<p
class=
"notice"
>
<input
type=
"checkbox"
id=
"chkRememberBackup"
/><label
for=
"chkRememberBackup"
class=
"lang"
lang=
"txtLogoutOptBkCfm"
>
今回の行動を記憶し、次回から確認せずに、同じことをする。
</label>
<input
type=
"checkbox"
id=
"chkRememberBackup"
/><label
for=
"chkRememberBackup"
class=
"lang"
lang=
"txtLogoutOptBkCfm"
>
今回の行動を記憶し、次回から確認せずに、同じことをする。
</label>
</p>
</p>
<p
class=
"backupbtn"
>
<p
class=
"backupbtn"
>
<a
class=
"cancel lang"
href=
"#"
lang=
"dspBkCancel"
id=
"dlgConfirmBackup-withoutbackup"
>
バックアップしないでログアウト
</a>
<a
class=
"cancel lang"
href=
"#"
lang=
"dspBkCancel"
id=
"dlgConfirmBackup-withoutbackup"
>
バックアップしないでログアウト
</a>
<a
class=
"ok lang"
href=
"#"
id=
"dlgConfirmBackup-backup"
lang=
"dspBkOK"
>
バックアップしてログアウト
</a>
<a
class=
"ok lang"
href=
"#"
id=
"dlgConfirmBackup-backup"
lang=
"dspBkOK"
>
バックアップしてログアウト
</a>
</p>
</p>
</section>
</section>
<section
class=
"sectionbackup"
id=
"dlgConfirmBackup"
>
<section
class=
"sectionbackup"
id=
"dlgConfirmBackup"
>
<h1><label
class=
"title lang"
lang=
"txtBackupTitle"
>
バックアップ確認
</label></h1>
<h1><label
class=
"title lang"
lang=
"txtBackupTitle"
>
バックアップ確認
</label></h1>
<!--<p class="message"><label id="txtBkMsg" lang="txtBkMsg" class="lang">サーバにバックアップしますか?</label></p>-->
<!--<p class="message"><label id="txtBkMsg" lang="txtBkMsg" class="lang">サーバにバックアップしますか?</label></p>-->
<p
class=
"message"
>
<p
class=
"message"
>
<label
lang=
"txtBkSelectData"
class=
"lang"
>
バックアップするデータを選択してください。
</label>
<label
lang=
"txtBkSelectData"
class=
"lang"
>
バックアップするデータを選択してください。
</label>
</p>
</p>
<p
class=
"message-options"
>
<p
class=
"message-options"
>
<label
class=
"option_backup"
>
<label
class=
"option_backup"
>
<input
type=
"checkbox"
id=
"chkopBkMarking"
class=
"chkopbx"
checked=
"checked"
/><label
for=
"chkopBkMarking"
lang=
"txtBkMarking"
class=
"lang"
>
マーキング
</label>
<input
type=
"checkbox"
id=
"chkopBkMarking"
class=
"chkopbx"
checked=
"checked"
/><label
for=
"chkopBkMarking"
lang=
"txtBkMarking"
class=
"lang"
>
マーキング
</label>
<input
type=
"checkbox"
id=
"chkopBkMemo"
class=
"chkopbx"
checked=
"checked"
/><label
for=
"chkopBkMemo"
lang=
"txtBkMemo"
class=
"lang"
>
メモ
</label>
<input
type=
"checkbox"
id=
"chkopBkMemo"
class=
"chkopbx"
checked=
"checked"
/><label
for=
"chkopBkMemo"
lang=
"txtBkMemo"
class=
"lang"
>
メモ
</label>
<input
type=
"checkbox"
id=
"chkopBkShiori"
class=
"chkopbx"
checked=
"checked"
/><label
for=
"chkopBkShiori"
lang=
"txtBkShiori"
class=
"lang"
>
しおり
</label>
<input
type=
"checkbox"
id=
"chkopBkShiori"
class=
"chkopbx"
checked=
"checked"
/><label
for=
"chkopBkShiori"
lang=
"txtBkShiori"
class=
"lang"
>
しおり
</label>
</label>
</label>
</p>
</p>
<p
class=
"backupbtn"
><a
class=
"ok lang"
href=
"#"
id=
"dspOptBk_OK"
lang=
"dspOK"
>
OK
</a><a
class=
"cancel lang"
href=
"#"
lang=
"dspCancel"
id=
"dspOptBk_Cancel"
>
キャンセル
</a></p>
<p
class=
"backupbtn"
><a
class=
"ok lang"
href=
"#"
id=
"dspOptBk_OK"
lang=
"dspOK"
>
OK
</a><a
class=
"cancel lang"
href=
"#"
lang=
"dspCancel"
id=
"dspOptBk_Cancel"
>
キャンセル
</a></p>
</section>
</section>
<section
class=
"sectionrestore"
id=
"dlgConfirmRestore"
>
<section
class=
"sectionrestore"
id=
"dlgConfirmRestore"
>
<h1
class=
"title lang"
lang=
"txtRestoreTitle"
>
リストア確認
</h1>
<h1
class=
"title lang"
lang=
"txtRestoreTitle"
>
リストア確認
</h1>
<p
class=
"message"
>
<p
class=
"message"
>
<!--<label id="txtResMsg" class="lang" lang="txtResMsg"></label>-->
<!--<label id="txtResMsg" class="lang" lang="txtResMsg"></label>-->
<label
id=
"txtResSelect"
class=
"lang"
lang=
"txtResSelect"
>
リストアするデータを選択してください。
</label>
<label
id=
"txtResSelect"
class=
"lang"
lang=
"txtResSelect"
>
リストアするデータを選択してください。
</label>
</p>
</p>
<p
class=
"message-options"
>
<p
class=
"message-options"
>
<label
class=
"option_backup"
>
<label
class=
"option_backup"
>
<input
type=
"checkbox"
id=
"chkopResMarking"
class=
"chkopbx"
checked=
"checked"
/><label
for=
"chkopResMarking"
lang=
"txtBkMarking"
class=
"lang"
>
マーキング
</label>
<input
type=
"checkbox"
id=
"chkopResMarking"
class=
"chkopbx"
checked=
"checked"
/><label
for=
"chkopResMarking"
lang=
"txtBkMarking"
class=
"lang"
>
マーキング
</label>
<input
type=
"checkbox"
id=
"chkopResMemo"
class=
"chkopbx"
checked=
"checked"
/><label
for=
"chkopResMemo"
lang=
"txtBkMemo"
class=
"lang"
>
メモ
</label>
<input
type=
"checkbox"
id=
"chkopResMemo"
class=
"chkopbx"
checked=
"checked"
/><label
for=
"chkopResMemo"
lang=
"txtBkMemo"
class=
"lang"
>
メモ
</label>
<input
type=
"checkbox"
id=
"chkopResShiori"
class=
"chkopbx"
checked=
"checked"
/><label
for=
"chkopResShiori"
lang=
"txtBkShiori"
class=
"lang"
>
しおり
</label>
<input
type=
"checkbox"
id=
"chkopResShiori"
class=
"chkopbx"
checked=
"checked"
/><label
for=
"chkopResShiori"
lang=
"txtBkShiori"
class=
"lang"
>
しおり
</label>
</label>
</label>
</p>
</p>
<p
class=
"notice"
><label
class=
"lang"
lang=
"txtResMsgNotice"
></label></p>
<p
class=
"notice"
><label
class=
"lang"
lang=
"txtResMsgNotice"
></label></p>
<p
class=
"restorebtn"
><a
class=
"ok lang"
href=
"#"
id=
"dspOptRes_OK"
lang=
"dspOK"
>
OK
</a><a
class=
"cancel lang"
href=
"#"
id=
"dspOptRes_Cancel"
lang=
"dspCancel"
>
キャンセル
</a></p>
</section>
<p
class=
"restorebtn"
><a
class=
"ok lang"
href=
"#"
id=
"dspOptRes_OK"
lang=
"dspOK"
>
OK
</a><a
class=
"cancel lang"
href=
"#"
id=
"dspOptRes_Cancel"
lang=
"dspCancel"
>
キャンセル
</a></p>
</section>
<footer>
<footer>
<div
class=
"border"
>
<div
class=
"border"
>
<div
class=
"cnt_footer"
>
<div
class=
"cnt_footer"
>
COPYRIGHT
©
2014 AGENTEC Co., Ltd. ALL RIGHTS RESERVED.
COPYRIGHT
©
2014 AGENTEC Co., Ltd. ALL RIGHTS RESERVED.
</div>
</div>
</div>
</div>
</footer>
</footer>
<iframe
style=
"height:0px;width:0px;visibility:hidden;display:none;"
src=
"about:blank"
>
<iframe
style=
"height:0px;width:0px;visibility:hidden;display:none;"
src=
"about:blank"
>
this frame prevents back forward cache
this frame prevents back forward cache
</iframe>
</iframe>
</body>
</body>
</html>
</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