Commit 0be57cac by Vo Duc Thang

1.ボタンオブジェクトで「Link To」=「HTML」の対応

https://redmine.agentec.jp/redmine/issues/8887#note-31
2.BOM無しに統一する対応
対象ファイルは以下となる
---------------
Root
	abvw
		common
			js
				gotop.js
				uuid.js
			json
				lang
					lang-ja.json
					lang-ko.json
					lang-en.json
		css
			Anket.css
		js
			contentsearch.js
			contentview.js
			contentview_Anket.js
			contentview_CallApi.js
			contentview_CreateObjects.js
			contentview_Events.js
			contentview_General.js
			contentview_GetData.js
			contentview_Gomu.js
			contentview_InitObjects.js
			contentview_Maker.js
			contentview_Pen.js
			header.js
	usermanual.html
	index.html
-------------------------
parent 9f909922
$(function(){ $(function(){
$('#gotop').hide(); // デフォルトで非表示とする $('#gotop').hide(); // �f�t�H���g�Ŕ�\���Ƃ���
$(window).scroll(function(){ $(window).scroll(function(){
if ($(this).scrollTop() > 100) { // scrollTop() で現在のスクロール上の上位置を取得 if ($(this).scrollTop() > 100) { // scrollTop() �Ō��݂̃X�N���[����̏�ʒu��擾
$('#gotop').fadeIn(); // 100を過ぎていたら、#backToTop(戻るボタン)をフェードインさせる $('#gotop').fadeIn(); // 100��߂��Ă�����A#backToTop�i�߂�{�^���j��t�F�[�h�C��������
} else { } else {
$('#gotop').fadeOut(); // それ以外は、フェードアウト $('#gotop').fadeOut(); // ����ȊO�́A�t�F�[�h�A�E�g
} }
}); });
// クリック時にスムーズにページ上部へスクロールさせる // �N���b�N���ɃX���[�Y�Ƀy�[�W�㕔�փX�N���[��������
$('#gotop').click(function(){ $('#gotop').click(function(){
$('body,html').animate({ scrollTop: 0 }, 350); $('body,html').animate({ scrollTop: 0 }, 350);
return false; // ←【1】 return false; // ���y1�z
}); });
}); });
{ {
"sysErrorCallApi01":"System error.<br/>Please close this window and contact administrator.", "sysErrorCallApi01":"System error.<br/>Please close this window and contact administrator.",
"sysInfoScrLock01":"Click to unlock.", "sysInfoScrLock01":"Click to unlock.",
"sysInfoWithoutLogout":"Are you sure to close this window without logout?\nIncorrect logout will cause login problem next time.", "sysInfoWithoutLogout":"Are you sure to close this window without logout?\nIncorrect logout will cause login problem next time.",
...@@ -64,7 +64,7 @@ ...@@ -64,7 +64,7 @@
"dspBkCancel":"Logout", "dspBkCancel":"Logout",
"txtSearchResult":"Result", "txtSearchResult":"Result",
"dspHome":"Home", "dspHome":"Home",
"txtLoginUser":"(Ver.20130830)User:", "txtLoginUser":"(Ver.20130904)User:",
"txtAll":"All", "txtAll":"All",
"txtMkgSize":"Size", "txtMkgSize":"Size",
"txtMkgS":"S", "txtMkgS":"S",
......
{ {
"sysErrorCallApi01":"ご迷惑をおかけし申し訳ございません。<br />システムエラーが発生しました。<br />アプリケーションを終了し、管理者に連絡してください。", "sysErrorCallApi01":"ご迷惑をおかけし申し訳ございません。<br />システムエラーが発生しました。<br />アプリケーションを終了し、管理者に連絡してください。",
"sysInfoScrLock01":"長時間操作されなかったため、画面をロックしています。<br />画面をクリックしてロックを解除してください。", "sysInfoScrLock01":"長時間操作されなかったため、画面をロックしています。<br />画面をクリックしてロックを解除してください。",
"sysInfoWithoutLogout":"ログアウトしていませんが、このまま終了してもよろしいですか?\n※【注意】ログアウトしないと次回ログインできない場合がございます。", "sysInfoWithoutLogout":"ログアウトしていませんが、このまま終了してもよろしいですか?\n※【注意】ログアウトしないと次回ログインできない場合がございます。",
...@@ -64,7 +64,7 @@ ...@@ -64,7 +64,7 @@
"dspBkCancel":"バックアップせずにログアウト", "dspBkCancel":"バックアップせずにログアウト",
"txtSearchResult":"検索結果", "txtSearchResult":"検索結果",
"dspHome":"ホーム", "dspHome":"ホーム",
"txtLoginUser":"(Ver.20130830)ログイン中:", "txtLoginUser":"(Ver.20130904)ログイン中:",
"txtAll":"すべて", "txtAll":"すべて",
"txtMkgSize":"太さ", "txtMkgSize":"太さ",
"txtMkgS":"小", "txtMkgS":"小",
......
{ {
"sysErrorCallApi01":"시스템 에러가 발생했습니다. 이용에 불편을 드려 죄송합니다.", "sysErrorCallApi01":"시스템 에러가 발생했습니다. 이용에 불편을 드려 죄송합니다.",
"sysInfoScrLock01":"장시간 조작이 없었으므로, 화면이 잠겼습니다.<br/>잠김을 해제하려면 화면을 클릭하십시오.", "sysInfoScrLock01":"장시간 조작이 없었으므로, 화면이 잠겼습니다.<br/>잠김을 해제하려면 화면을 클릭하십시오.",
"sysInfoWithoutLogout":"로그아웃하지 않은 상태로 창을 닫으면, 다음에 로그인되지 않는 경우도 있습니다. 이대로 창을 닫으시겠습니까?\n(이 메세지는 브라우저를 '새로 고침' 할 때에도 표시됩니다.)", "sysInfoWithoutLogout":"로그아웃하지 않은 상태로 창을 닫으면, 다음에 로그인되지 않는 경우도 있습니다. 이대로 창을 닫으시겠습니까?\n(이 메세지는 브라우저를 '새로 고침' 할 때에도 표시됩니다.)",
...@@ -64,7 +64,7 @@ ...@@ -64,7 +64,7 @@
"dspBkCancel":"로그아웃", "dspBkCancel":"로그아웃",
"txtSearchResult":"검색 결과", "txtSearchResult":"검색 결과",
"dspHome":"홈", "dspHome":"홈",
"txtLoginUser":"(Ver.20130830)로그인 중:", "txtLoginUser":"(Ver.20130904)로그인 중:",
"txtAll":"전체", "txtAll":"전체",
"txtMkgSize":"두께", "txtMkgSize":"두께",
"txtMkgS":"소", "txtMkgS":"소",
......
.anket-dialog .anket-dialog
{ {
position: absolute; position: absolute;
border:solid 1px #333; border:solid 1px #333;
......
$(function(){ $(function(){
$('#gotop').hide(); // デフォルトで非表示とする $('#gotop').hide(); // �f�t�H���g�Ŕ�\���Ƃ���
$(window).scroll(function(){ $(window).scroll(function(){
if ($(this).scrollTop() > 100) { // scrollTop() で現在のスクロール上の上位置を取得 if ($(this).scrollTop() > 100) { // scrollTop() �Ō��݂̃X�N���[����̏�ʒu��擾
$('#gotop').fadeIn(); // 100を過ぎていたら、#backToTop(戻るボタン)をフェードインさせる $('#gotop').fadeIn(); // 100��߂��Ă�����A#backToTop�i�߂�{�^���j��t�F�[�h�C��������
} else { } else {
$('#gotop').fadeOut(); // それ以外は、フェードアウト $('#gotop').fadeOut(); // ����ȊO�́A�t�F�[�h�A�E�g
} }
}); });
// クリック時にスムーズにページ上部へスクロールさせる // �N���b�N���ɃX���[�Y�Ƀy�[�W�㕔�փX�N���[��������
$('#gotop').click(function(){ $('#gotop').click(function(){
$('body,html').animate({ scrollTop: 0 }, 350); $('body,html').animate({ scrollTop: 0 }, 350);
return false; // ←【1】 return false; // ���y1�z
}); });
}); });
...@@ -62,7 +62,9 @@ $(document).ready(function(){ ...@@ -62,7 +62,9 @@ $(document).ready(function(){
LockScreen(); LockScreen();
document.title = i18nText('txtSearchResult') + ' | ' + i18nText('sysAppTitle'); document.title = i18nText('txtSearchResult') + ' | ' + i18nText('sysAppTitle');
// Set bookmark screen ClientData.BookmarkScreen(ScreenIds.ContentSearch);
// Set bookmark screen
ClientData.BookmarkScreen(ScreenIds.ContentSearch);
//Check if Force Change password //Check if Force Change password
if(ClientData.requirePasswordChange() != 1){ if(ClientData.requirePasswordChange() != 1){
......

/// <reference path="../common/js/jquery-ui-1.8.23.custom.min.js" /> /// <reference path="../common/js/jquery-ui-1.8.23.custom.min.js" />
/// <reference path="../common/js/common.js" /> /// <reference path="../common/js/common.js" />
...@@ -3706,7 +3706,6 @@ function drawGetWebContent4(context, opt) { ...@@ -3706,7 +3706,6 @@ function drawGetWebContent4(context, opt) {
for (var nIndex = 0; nIndex < dataJsonType4.length; nIndex++) { for (var nIndex = 0; nIndex < dataJsonType4.length; nIndex++) {
/* get data belong current page*/ /* get data belong current page*/
if (changePageIndex(tempIndex) == dataJsonType4[nIndex].page) {
var dataLinkList = dataJsonType4[nIndex].linkList; var dataLinkList = dataJsonType4[nIndex].linkList;
for (var nLinkList = 0; nLinkList < dataLinkList.length; nLinkList++) { for (var nLinkList = 0; nLinkList < dataLinkList.length; nLinkList++) {
/* create object webContentTyp4 */ /* create object webContentTyp4 */
...@@ -3724,13 +3723,14 @@ function drawGetWebContent4(context, opt) { ...@@ -3724,13 +3723,14 @@ function drawGetWebContent4(context, opt) {
dataLinkList[nLinkList].destPageNumber dataLinkList[nLinkList].destPageNumber
); );
//Start Function : No.4 - Editor : long - Date: 08/16/2013 - Summary :
dataObject["pageNo"] = dataJsonType4[nIndex].page; dataObject["pageNo"] = dataJsonType4[nIndex].page;
//End Function : No.4 - Editor : Long - Date 08/16/2013 - Summary:
webGetContentType4Objects.push(dataObject); webGetContentType4Objects.push(dataObject);
dataObject.drawObject(context, opt);
//Start Fix Bug : Cannot not click on link object - Editor : Long - Date : 08/30/2013
if (changePageIndex(tempIndex) == dataObject["pageNo"]) {
dataObject.drawObject(context, opt);
} }
//End Fix Bug : Cannot not click on link object - Editor : Long - Date : 08/30/2013
} }
} }
//End Function : No.4 - Editor : Long - Date: 08/14/2013 - Summary : For lazy loading //End Function : No.4 - Editor : Long - Date: 08/14/2013 - Summary : For lazy loading
......
// show dialog anket content // show dialog anket content
function showAnket(url, fullscreen) { function showAnket(url, fullscreen) {
var $container = $('#dialog'); var $container = $('#dialog');
......

/// <reference path="../common/js/jquery-ui-1.8.23.custom.min.js" /> /// <reference path="../common/js/jquery-ui-1.8.23.custom.min.js" />
/// <reference path="../common/js/common.js" /> /// <reference path="../common/js/common.js" />
......

/// <reference path="../common/js/jquery-ui-1.8.23.custom.min.js" /> /// <reference path="../common/js/jquery-ui-1.8.23.custom.min.js" />
/// <reference path="../common/js/common.js" /> /// <reference path="../common/js/common.js" />
...@@ -1138,6 +1138,7 @@ Transition.prototype.flipPreviousPage = function () { ...@@ -1138,6 +1138,7 @@ Transition.prototype.flipPreviousPage = function () {
} }
}); });
} }
} }
}; };
//Start Functon : No.4 - Editor : Long - Date : 08/09/2013 - Summary : //Start Functon : No.4 - Editor : Long - Date : 08/09/2013 - Summary :
...@@ -1239,6 +1240,7 @@ Transition.prototype.flipToPage = function (index) { ...@@ -1239,6 +1240,7 @@ Transition.prototype.flipToPage = function (index) {
getNextPageObjectsByPageIndex(pageObjectsData, index + 1); getNextPageObjectsByPageIndex(pageObjectsData, index + 1);
renderNextPage(); renderNextPage();
} }
initImageBookmark(); initImageBookmark();
checkExistNextPrePage(); checkExistNextPrePage();
changeSlider(index); changeSlider(index);
......

/// <reference path="../common/js/jquery-ui-1.8.23.custom.min.js" /> /// <reference path="../common/js/jquery-ui-1.8.23.custom.min.js" />
/// <reference path="../common/js/common.js" /> /// <reference path="../common/js/common.js" />
...@@ -305,6 +305,7 @@ function nextPage_click() { ...@@ -305,6 +305,7 @@ function nextPage_click() {
disableAllControl(); disableAllControl();
$('#divImageLoading').css('display', 'block'); $('#divImageLoading').css('display', 'block');
var tran = new Transition(); var tran = new Transition();
createLockLayout(true); createLockLayout(true);
tran.flipNextPage(); tran.flipNextPage();
......

/// <reference path="../common/js/jquery-ui-1.8.23.custom.min.js" /> /// <reference path="../common/js/jquery-ui-1.8.23.custom.min.js" />
/// <reference path="../common/js/common.js" /> /// <reference path="../common/js/common.js" />
......

/// <reference path="../common/js/jquery-ui-1.8.23.custom.min.js" /> /// <reference path="../common/js/jquery-ui-1.8.23.custom.min.js" />
/// <reference path="../common/js/common.js" /> /// <reference path="../common/js/common.js" />
......

/// <reference path="../common/js/jquery-ui-1.8.23.custom.min.js" /> /// <reference path="../common/js/jquery-ui-1.8.23.custom.min.js" />
/// <reference path="../common/js/common.js" /> /// <reference path="../common/js/common.js" />
......
...@@ -57,7 +57,8 @@ function ShowMaker(targetId){ ...@@ -57,7 +57,8 @@ function ShowMaker(targetId){
// maker_targetDiv.fadeIn('medium',function(){ // maker_targetDiv.fadeIn('medium',function(){
// //lockLayout(); // //lockLayout();
// maker_targetDiv.draggable(); // maker_targetDiv.draggable();
// }); maker_targetDiv.show(); // });
maker_targetDiv.show();
maker_targetDiv.draggable(); maker_targetDiv.draggable();
Maker_handleColorPickerEvent(); Maker_handleColorPickerEvent();
......
...@@ -60,7 +60,8 @@ function ShowPen(targetId) { ...@@ -60,7 +60,8 @@ function ShowPen(targetId) {
// pen_targetDiv.fadeIn('medium',function(){ // pen_targetDiv.fadeIn('medium',function(){
// //lockLayout(); // //lockLayout();
// pen_targetDiv.draggable({ containment: "#containment-wrapper", scroll: false }); // pen_targetDiv.draggable({ containment: "#containment-wrapper", scroll: false });
// }); pen_targetDiv.show(); // });
pen_targetDiv.show();
//pen_targetDiv.draggable({ containment: "#Pen_btnOk", scroll: false }); //pen_targetDiv.draggable({ containment: "#Pen_btnOk", scroll: false });
pen_targetDiv.draggable({ revert: false}); pen_targetDiv.draggable({ revert: false});
Pen_handleColorPickerEvent(); Pen_handleColorPickerEvent();
...@@ -129,7 +130,8 @@ function Pen_handleColorPickerEvent() { ...@@ -129,7 +130,8 @@ function Pen_handleColorPickerEvent() {
$("#avw-sys-modal").click (function () { $("#avw-sys-modal").click (function () {
// pen_targetDiv.fadeOut('medium',function(){ // pen_targetDiv.fadeOut('medium',function(){
// //unlockLayout(); // //unlockLayout();
// }); pen_targetDiv.show(); // });
pen_targetDiv.show();
}); });
}; };
......
/// <reference path="../common/js/avweb.js" /> /// <reference path="../common/js/avweb.js" />
/// <reference path="../common/js/common.js" /> /// <reference path="../common/js/common.js" />
/// <reference path="../common/js/i18n.js" /> /// <reference path="../common/js/i18n.js" />
/// <reference path="../common/js/jquery-1.8.1.min.js" /> /// <reference path="../common/js/jquery-1.8.1.min.js" />
......
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<meta charset="UTF-8" /> <meta charset="UTF-8" />
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment