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
Show whitespace changes
Inline
Side-by-side
Showing
20 changed files
with
1613 additions
and
385 deletions
+1613
-385
abvw/bookmark.html
+455
-72
abvw/contentsearch.html
+449
-99
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
+3
-3
abvw/css/theme/setting.css
+2
-2
abvw/history.html
+453
-83
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
+17
-1
abvw/js/detail.js
+10
-1
abvw/js/history.js
+41
-1
abvw/settings.html
+48
-54
No files found.
abvw/bookmark.html
View file @
a5867168
...
...
@@ -2,52 +2,87 @@
<html>
<head>
<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=
"Cache-Control"
content=
"no-store"
>
<meta
http-equiv=
"Cache-Control"
content=
"no-cache"
>
<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.toastmessage.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=
"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/layout/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/theme/footer.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/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/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/layout/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/theme/limit_access.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/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>
<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/default.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"common/css/screenLock.css?__UPDATEID__"
/>
<title></title>
</head>
<body
id=
"list"
>
<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/layout/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/theme/footer.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/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/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/layout/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/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/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>
<header>
</head>
<body
id=
"bookmark"
>
<header
id=
"header-ws"
class=
"header_ws"
>
<div
class=
"notification-pushmessage"
style=
"display:none;"
>
新着メッセージがあります!!!
</div>
...
...
@@ -97,31 +132,11 @@
</div>
</header>
<section
class=
"sectionbackup_logout"
id=
"dlgConfirmBackup1"
>
<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=
"main"
>
<div
id=
"ws-body"
class=
"wrapper_ws"
>
<div
id=
"inc_backup"
></div>
<div
id=
"main-ws"
>
<article
id=
"articleMain"
class=
"articleMain"
>
<div
class=
"tops"
id=
"sortingDiv"
>
<span
class=
"lang"
lang=
"txtSort"
>
並び替え
</span>
...
...
@@ -130,7 +145,6 @@
<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'
>
...
...
@@ -142,25 +156,394 @@
<a
class=
"delete lang"
id=
"dspDelete1"
lang=
"dspDelete"
>
削除
</a>
</section>
</article>
</div>
</div>
</div>
<!-- Delete panel [start]-->
<!-- 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"
>
<footer>
<div
class=
"border"
>
<div
class=
"cnt_footer"
>
COPYRIGHT
©
2014 AGENTEC Co., Ltd. ALL RIGHTS RESERVED.
</div>
</div>
</footer>
</div>
<div
id=
"viewer"
style=
"display:none;"
>
<!-- ビューアエリア FROM -->
<div
id=
"wrapper"
style=
""
>
<!--Viewer component is added here -->
<div
id=
"overlay"
class=
"web_dialog_overlay"
>
</div>
<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>
<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 ] -->
<!-- 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>
</footer>
<iframe
style=
"height:0px;width:0px;visibility:hidden;display:none;"
src=
"about:blank"
>
this frame prevents back forward cache
</iframe>
...
...
abvw/contentsearch.html
View file @
a5867168
...
...
@@ -2,54 +2,89 @@
<html>
<head>
<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=
"Cache-Control"
content=
"no-store"
>
<meta
http-equiv=
"Cache-Control"
content=
"no-cache"
>
<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.toastmessage.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=
"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/layout/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/theme/footer.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/layout/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/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/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/theme/limit_access.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>
<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/default.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/theme/common.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/layout/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/theme/backup.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/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/layout/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/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>
<!-- 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>
<body>
<body
id=
"contentsearch"
>
<header>
<header
id=
"header-ws"
class=
"header_ws"
>
<div
class=
"notification-pushmessage"
style=
"display:none;"
>
新着メッセージがあります!!!
</div>
...
...
@@ -99,48 +134,11 @@
</div>
</header>
<section
class=
"sectionbackup_logout"
id=
"dlgConfirmBackup1"
>
<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>
<!--<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>
<div
id=
"ws-body"
class=
"wrapper_ws"
>
</section>
</article>-->
<div
id=
"inc_backup"
></div>
<div
class=
"wrapper"
>
<div
id=
"main"
>
<div
id=
"main-ws"
>
<article
class=
"articlecontentsearch"
>
<div
class=
"tops"
>
<div
id=
"main-searchresult"
>
...
...
@@ -159,7 +157,7 @@
<!--<label id="title-sorttype"> </label>-->
<b>
|
</b>
</li>
<li
>
<li
>
<a
id=
"control-sort-titlekana"
class=
"lang nottouchdevice"
lang=
"dspTitleNmKn"
>
タイトル名(かな)
</a>
<!-- <label id="titlekana-sorttype"> </label>-->
<b
id=
"separate"
>
|
</b>
...
...
@@ -178,9 +176,7 @@
</p>
</div>
<div
class=
"clearboth"
></div>
<div
id=
"content-grid"
>
</div>
<div
id=
"content-grid"
></div>
<div
style=
"display:none;"
id=
"msgSearchNotExist"
class=
"lang"
lang=
"msgSearchNotExist"
>
</div>
<br/>
<section
style=
"height:110px; width:100%;"
>
...
...
@@ -188,32 +184,386 @@
</section>
</article>
</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>
<article
id=
"contentDetail"
style=
"display:none;"
>
<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=
"25px"
width=
"25px"
/></p>
<div
id=
"viewer"
style=
"display:none;"
>
<!-- ビューアエリア FROM -->
<div
id=
"wrapper"
style=
""
>
<!--Viewer component is added here -->
<div
id=
"overlay"
class=
"web_dialog_overlay"
>
</div>
<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>
<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 ] -->
<!-- Eraser [start] -->
<div
class=
"rayermenu3"
id=
"dlgGomu"
>
<div>
<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>
<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>
<p
class=
"read_btn"
><a
class=
"read lang"
id=
"contentdetail_dspRead"
lang=
"txtRead"
>
読む
</a></p>
<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>
<div
id=
"book_list"
></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>
</article>
<footer>
<div
class=
"border"
>
<div
class=
"cnt_footer"
>
COPYRIGHT
©
2014 AGENTEC Co., Ltd. ALL RIGHTS RESERVED.
</div>
<!-- ビューアエリア TO -->
</div>
</footer>
<iframe
style=
"height:0px;width:0px;visibility:hidden;display:none;"
src=
"about:blank"
>
this frame prevents back forward cache
...
...
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; }
.floatL
{
float
:
left
;}
.floatR
{
float
:
right
;}
/*
html{
overflow-y:scroll;
}
*/
abvw/css/layout/contentsearch.css
View file @
a5867168
...
...
@@ -235,7 +235,7 @@ a:hover.btn_bott{
right
:
20px
;
top
:
50px
;
}
section
#main-ws
section
{
}
...
...
abvw/css/layout/list_shiori.css
View file @
a5867168
...
...
@@ -230,17 +230,17 @@ section#bottom {
margin-top
:
10px
;
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
;
top
:
-4px
;
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
;
left
:
40px
;
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
;
right
:
20px
;
top
:
50px
;
...
...
abvw/css/layout/setting.css
View file @
a5867168
...
...
@@ -56,14 +56,14 @@ body{
/* 5. .section setting */
/*----------------------------*/
#main
{
#main
-ws
{
width
:
960px
;
padding
:
0
;
margin-right
:
auto
;
margin-left
:
auto
;
}
article
{
#main-ws
article
{
width
:
960px
;
/*height: 900px;*/
padding
:
0
;
...
...
abvw/css/theme/contentsearch.css
View file @
a5867168
...
...
@@ -190,7 +190,7 @@ a:hover.btn_bott{
.cnt_section_list
.text
.info
.pic
li
.read
{
}
section
#main-ws
section
{
border-top
:
1px
dashed
#cccccc
;
}
...
...
abvw/css/theme/header.css
View file @
a5867168
...
...
@@ -106,29 +106,28 @@
.cnt_header
.menu_language
ul
.pushMessage
a
:hover
{
text-decoration
:
none
;
}
.
common_header
.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
li
a
img
{
display
:
inline
;
}
.
header_ws
.cnt_header
.menu_language
ul
.language
{
padding
:
0
;
margin-left
:
0px
;
}
.
common_header
.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
.button
.menuIcon
img
{
display
:
inline
;
}
.
header_ws
.cnt_header
.menu_language
ul
li
a
#jQueryPush
{
text-decoration
:
none
!important
;
color
:
#333
;
}
.
common_header
.cnt_header
.menu_language
.button
{
.
header_ws
.cnt_header
.menu_language
.button
{
}
.common_header
.cnt_header
.menu_language
#header-searchbox
{
.header_ws
.cnt_header
.menu_language
#header-searchbox
{
background-color
:
#FFFFFF
;
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
;
-webkit-box-shadow
:
inset
0px
1px
0px
0px
#86ACC7
;
box-shadow
:
inset
0px
1px
0px
0px
#86ACC7
;
...
...
@@ -139,7 +138,7 @@
border
:
1px
solid
#0C274D
;
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
:
-moz-linear-gradient
(
center
top
,
#23486F
5%
,
#36638B
100%
);
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#23486F'
,
endColorstr
=
'#36638B'
);
...
...
@@ -167,8 +166,8 @@ a#searchbox-search:active{
background
:
url(../../img/common/icon_triangle_d.png)
no-repeat
right
5px
;
}
.tops
ul
.sort
li
.current
a
.ascending_sort
{
color
:
#2d83da
;
background
:
url(../../img/common/icon_triangle_u.png)
no-repeat
right
5px
;
color
:
#2d83da
;
background
:
url(../../img/common/icon_triangle_u.png)
no-repeat
right
5px
;
}
.tops
ul
.sort
li
b
{
font-weight
:
normal
;
...
...
@@ -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
;
}
.
common_header
.cnt_header
.menu_login
.username
{
.
header_ws
.cnt_header
.menu_login
.username
{
overflow
:
hidden
;
-o-text-overflow
:
ellipsis
;
-webkit-text-overflow
:
ellipsis
;
...
...
abvw/css/theme/list_shiori.css
View file @
a5867168
...
...
@@ -211,11 +211,11 @@ a.delete:hover:not(:target) {
section
#bottom
{
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
...
...
abvw/css/theme/setting.css
View file @
a5867168
...
...
@@ -54,11 +54,11 @@ body{
/* 5. .section setting */
/*----------------------------*/
#main
{
#main
-ws
{
background-color
:
#EDF2F2
;
}
article
{
#main-ws
article
{
}
.sectionSetting
{
...
...
abvw/history.html
View file @
a5867168
...
...
@@ -2,56 +2,92 @@
<html>
<head>
<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=
"Cache-Control"
content=
"no-store"
>
<meta
http-equiv=
"Cache-Control"
content=
"no-cache"
>
<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.toastmessage.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=
"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/layout/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/theme/footer.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/layout/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/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/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/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/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/theme/limit_access.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/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>
<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/default.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/theme/common.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/layout/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/theme/history.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/layout/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/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/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/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/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/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>
<body>
<body
id=
"history"
>
<header>
<header
id=
"header-ws"
class=
"header_ws"
>
<div
class=
"notification-pushmessage"
style=
"display:none;"
>
新着メッセージがあります!!!
</div>
...
...
@@ -101,29 +137,11 @@
</div>
</header>
<section
class=
"sectionbackup_logout"
id=
"dlgConfirmBackup1"
>
<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
id=
"ws-body"
class=
"wrapper_ws"
>
<div
class=
"wrapper"
>
<div
id=
"main"
>
<div
id=
"inc_backup"
></div>
<div
id=
"main-ws"
>
<article
class=
"articlehistory"
>
<span
class=
"lang sort-title"
lang=
"txtSort"
>
並び替え
</span>
<div
class=
"tops"
>
...
...
@@ -153,38 +171,390 @@
</p>
</div>
<div
class=
"clearboth"
>
</div>
<div
id=
"content-grid"
>
</div>
<div
id=
"content-grid"
>
</div>
<br/>
</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>
<article
id=
"contentDetail"
style=
"display:none;"
>
<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=
"25px"
width=
"25px"
/></p>
<div
id=
"viewer"
style=
"display:none;"
>
<!-- ビューアエリア FROM -->
<div
id=
"wrapper"
style=
""
>
<!--Viewer component is added here -->
<div
id=
"overlay"
class=
"web_dialog_overlay"
>
</div>
<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>
<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 ] -->
<!-- Eraser [start] -->
<div
class=
"rayermenu3"
id=
"dlgGomu"
>
<div>
<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>
<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>
<p
class=
"read_btn"
><a
class=
"read lang"
href=
"#"
id=
"contentdetail_dspRead"
lang=
"txtRead"
>
読む
</a></p>
<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 ] -->
<div
id=
"book_list"
></div>
<!-- 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>
</article>
<footer>
<div
class=
"border"
>
<div
class=
"cnt_footer"
>
COPYRIGHT
©
2014 AGENTEC Co., Ltd. ALL RIGHTS RESERVED.
</div>
<!-- ビューアエリア TO -->
</div>
</footer>
<iframe
style=
"height:0px;width:0px;visibility:hidden;display:none;"
src=
"about:blank"
>
this frame prevents back forward cache
...
...
abvw/home.html
View file @
a5867168
...
...
@@ -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/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/theme/common.css?__UPDATEID__"
/>
...
...
@@ -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/theme/limit_access.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/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#
"
/>
<!--
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>
...
...
@@ -69,32 +69,32 @@
<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/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>
<!--
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>
<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>
<script
type=
"text/javascript"
>
$
(
function
()
{
...
...
@@ -229,7 +229,6 @@ $(function () {
</div>
<!-- ホームエリア TO -->
<div
id=
"inc_detail"
></div>
<!-- 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) {
ClientData
.
bookmark_pageNo
(
data
.
pageNo
);
ClientData
.
contentInfo_contentType
(
data
.
contentType
);
ClientData
.
IsRefresh
(
false
);
AVWEB
.
avwScreenMove
(
COMMON
.
ScreenIds
.
ContentView
);
//AVWEB.avwScreenMove(COMMON.ScreenIds.ContentView);
//表示
BOOKMARK
.
showContentView
();
};
// Cancel dialog of deleting
...
...
@@ -900,3 +904,40 @@ BOOKMARK.IsExistContent = function(strContentId) {
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)
}
else
{
//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.
};
...
...
@@ -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
...
...
@@ -13,13 +13,6 @@ CONTENTVIEW.sizingScreen = function() {
var
w
=
$
(
window
).
width
();
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
(
CONTENTVIEW_GENERAL
.
avwUserEnvObj
.
isAndroid
())
{
var
tempRatio
=
document
.
documentElement
.
clientWidth
/
window
.
innerWidth
;
...
...
abvw/js/contentview_Events.js
View file @
a5867168
...
...
@@ -1424,11 +1424,27 @@ CONTENTVIEW_EVENTS.imgBack_click = function() {
//試験
$
(
"#viewer"
).
hide
();
if
(
$
(
'#bookshelf'
).
length
||
$
(
'#list'
).
length
){
HOME
.
cssInit
();
$
(
"#header-ws"
).
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
{
/*check back */
...
...
abvw/js/detail.js
View file @
a5867168
...
...
@@ -205,11 +205,20 @@ DETAIL.contentdetail_dspRead_Click_callback = function(outputId) {
else
{
//AVWEB.avwScreenMove(COMMON.ScreenIds.ContentView);
//試験
if
(
$
(
'#bookshelf'
).
length
||
$
(
'#list'
).
length
){
//詳細閉じる
DETAIL
.
contentDetailClose_Click
(
null
);
if
(
$
(
'#bookshelf'
).
length
||
$
(
'#list'
).
length
){
//ビューア表示
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){
}
else
{
//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.
};
...
...
@@ -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">
<html
xmlns=
"http://www.w3.org/1999/xhtml"
>
<!DOCTYPE html>
<html>
<head>
<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=
"Cache-Control"
content=
"no-store"
>
<meta
http-equiv=
"Cache-Control"
content=
"no-cache"
>
<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.toastmessage.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=
"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/layout/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/theme/footer.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/layout/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/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/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/theme/accordion.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/default.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/theme/common.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/layout/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/theme/setting.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/layout/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/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/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/thickbox.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.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/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/settings.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/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.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/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/settings.js?
__UPDATEID__
"
></script>
<style>
#slidebar-animation
{
...
...
@@ -60,7 +59,7 @@
</head>
<body
id=
"user_change"
>
<header>
<header
id=
"header-ws"
class=
"header_ws"
>
<div
class=
"notification-pushmessage"
style=
"display:none;"
>
新着メッセージがあります!!!
</div>
...
...
@@ -111,8 +110,8 @@
</div>
</header>
<div
class=
"wrapper"
>
<div
id=
"main
"
>
<div
id=
"ws-body"
class=
"wrapper_ws"
>
<div
id=
"main-ws
"
>
<article>
<section
class=
"sectionSetting"
>
<div
id=
"user_info"
>
...
...
@@ -139,7 +138,6 @@
<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"
>
...
...
@@ -153,7 +151,6 @@
<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"
>
...
...
@@ -169,11 +166,9 @@
<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"
>
...
...
@@ -219,9 +214,8 @@
</p>
</section>
<section
class=
"sectionbackup"
id=
"dlgConfirmBackup"
>
<section
class=
"sectionbackup"
id=
"dlgConfirmBackup"
>
<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
lang=
"txtBkSelectData"
class=
"lang"
>
バックアップするデータを選択してください。
</label>
...
...
@@ -234,11 +228,10 @@
</label>
</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>
<p
class=
"message"
>
<!--<label id="txtResMsg" class="lang" lang="txtResMsg"></label>-->
<label
id=
"txtResSelect"
class=
"lang"
lang=
"txtResSelect"
>
リストアするデータを選択してください。
</label>
...
...
@@ -251,20 +244,21 @@
</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>
</section>
<footer>
<div
class=
"border"
>
<div
class=
"border"
>
<div
class=
"cnt_footer"
>
COPYRIGHT
©
2014 AGENTEC Co., Ltd. ALL RIGHTS RESERVED.
</div>
</div>
</div>
</footer>
<iframe
style=
"height:0px;width:0px;visibility:hidden;display:none;"
src=
"about:blank"
>
this frame prevents back forward cache
</iframe>
</body>
</html>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment