Commit d7a9054c by Motohisa Nakano

20121207-1

parent b9c45397
......@@ -48,8 +48,8 @@
"dspTitleNm":"Title",
"dspTitleNmKn":"Title(Kana)",
"txtPubDt":"Released Date",
"txtRecordNum":" ",
"txtRecordTotal":" ",
"txtRecordNum":"",
"txtRecordTotal":"",
"dspViewMore":">> Next {0} contents",
"txtGen":"Genre",
"txtGr":"Group",
......@@ -64,7 +64,7 @@
"dspBkCancel":"Logout",
"txtSearchResult":"Result",
"dspHome":"Home",
"txtLoginUser":"(Ver.20121206-3)User:",
"txtLoginUser":"(Ver.20121207-1)User:",
"txtAll":"All",
"txtMkgSize":"Size",
"txtMkgS":"S",
......
......@@ -64,7 +64,7 @@
"dspBkCancel":"バックアップせずにログアウト",
"txtSearchResult":"検索結果",
"dspHome":"ホーム",
"txtLoginUser":"(Ver.20121206-3)ログイン中:",
"txtLoginUser":"(Ver.20121207-1)ログイン中:",
"txtAll":"すべて",
"txtMkgSize":"太さ",
"txtMkgS":"小",
......
......@@ -64,7 +64,7 @@
"dspBkCancel":"로그아웃",
"txtSearchResult":"검색 결과",
"dspHome":"홈",
"txtLoginUser":"(Ver.20121206-3)로그인 중:",
"txtLoginUser":"(Ver.20121207-1)로그인 중:",
"txtAll":"전체",
"txtMkgSize":"두께",
"txtMkgS":"소",
......
......@@ -42,7 +42,7 @@
</style>
<!-- script definition -->
<script>
LockScreen();
//LockScreen();
</script>
</head>
<body>
......
......@@ -41,7 +41,7 @@
</style>
<!-- script definition -->
<script>
LockScreen();
//LockScreen();
</script>
</head>
<body>
......
......@@ -50,7 +50,7 @@
</style>
<!-- script definition -->
<script>
LockScreen();
//LockScreen();
</script>
</head>
......
......@@ -28,6 +28,8 @@ $(document).ready(function () {
if (!avwCheckLogin(ScreenIds.Login)) return;
LockScreen();
document.title = i18nText('dspShiori') + ' | ' + i18nText('sysAppTitle');
// Set bookmark screen
......@@ -258,14 +260,18 @@ function ShowBookmark() {
hasMemo = true;
}
}
if (IsErrorPage(contentid, pageNo)) {
insertRowError(contentid, htmlEncode(ClientData.BookMarkData()[nIndex].contentTitle), pageNo);
}
else {
// if (IsErrorPage(contentid, pageNo)) {
// insertRowError(contentid, htmlEncode(ClientData.BookMarkData()[nIndex].contentTitle), pageNo);
// }
// else {
// callApi.execute(contentid, ClientData.userInfo_sid(), pageNo, hasMemo, hasMarking, htmlEncode(ClientData.BookMarkData()[nIndex].contentTitle), nIndex);
// }
callApi.execute(contentid, ClientData.userInfo_sid(), pageNo, hasMemo, hasMarking, htmlEncode(ClientData.BookMarkData()[nIndex].contentTitle), nIndex);
}
}
$("a[name='dspRead']").unbind('click');
$("a[name='dspRead']").click(dspRead_Click);
}
// Hide all sorting symbol
function HideSorting() {
......@@ -484,6 +490,20 @@ var callApi = {
this.pageNo = pageNo;
avwCmsApiSync(ClientData.userInfo_accountPath(), "webContentPage", "GET", { contentId: contentid, sid: sid, pageNos: pageNo, thumbnailFlg: 1 },
function (data) {
if (data.pages.length == 0) {
// Page does not exist
AddErrorPage(contentid, pageNo);
insertRowError(contentid, htmlEncode(contentTitle), pageNo);
}
else {
// Update local title to be equal to server
UpdateBookmark(contentid, pageNo, data.contentTitle, data.contentTitleKana);
contentTitle = data.contentTitle;
// Insert to grid
insertRow(contentid, "data:image/jpeg;base64," + data.pages[0].pageThumbnail, htmlEncode(contentTitle), data.pages[0].pageText, pageNo, hasMemo, hasMarking, index);
}
/*
// Update local title to be equal to server
UpdateBookmark(contentid, pageNo, data.contentTitle, data.contentTitleKana);
contentTitle = data.contentTitle;
......@@ -501,6 +521,7 @@ var callApi = {
}
$("a[name='dspRead']").unbind('click');
$("a[name='dspRead']").click(dspRead_Click);
*/
},
null
);
......@@ -717,7 +738,7 @@ $(function () {
$("#dspTitleNmKn_Seperate").show();
}
LockScreen();
// LockScreen();
});
......@@ -748,6 +769,22 @@ function IsErrorContent(strContentId) {
}
return isError;
}
/*
Check a content is checked + ok
*/
function IsOKCheckedContent(strContentId) {
var isOK = false;
for (var nIndex = 0; nIndex < collection_contents.length; nIndex++) {
if (strContentId == collection_contents[nIndex].contentid) {
isOK = true;
break;
}
}
return isOK;
}
/*
Check a page is error or not (error pages were checked before)
*/
......@@ -907,9 +944,11 @@ function SyncContent() {
// Check existence of content [start]
// ==================================
if (IsErrorContent(oneBookMark.contentid) == false) {
// If content is ok + checked
if (IsOKCheckedContent(oneBookMark.contentid) == false) {
if (!IsExistContent(oneBookMark.contentid)) {
// Add to list of error content
bookmark_errorContent.push({contentid: oneBookMark.contentid});
bookmark_errorContent.push({ contentid: oneBookMark.contentid });
// Remove bookmark
arrBookmarks.splice(nIndex, 1);
ClientData.isChangedBookmark(true);
......@@ -922,6 +961,7 @@ function SyncContent() {
AddContent(oneBookMark.contentid);
}
}
}
else {
// Skip this case
}
......@@ -931,7 +971,7 @@ function SyncContent() {
ClientData.BookMarkData(arrBookmarks);
// Call sync pages
SyncPages();
//SyncPages();
}
/*
......
......@@ -45,6 +45,8 @@ $(document).ready(function(){
return;
}
LockScreen();
document.title = i18nText('txtSearchResult') + ' | ' + i18nText('sysAppTitle');
// Set bookmark screen ClientData.BookmarkScreen(ScreenIds.ContentSearch);
......
......@@ -2204,6 +2204,9 @@ var audioType3 = function(mediaType, actionType, id, imageUrl, x, y, w, h, visib
}else{
createAudio(audioFile, playType);
this.setup(mediaType, actionType, id, null, x, y, w, h, visible, null,null);
this.action = function(){
}
}
};
audioType3.prototype = new PageObject();
......@@ -2301,7 +2304,6 @@ function createAudio(audio,type){
if(document.getElementById("play_audio_1") != undefined){
//document.getElementById("play_audio_1").load();
}else{
if(ClientData.userOpt_musicMode() == "1"){
if(avwUserEnvObj.browser == 'firefox'){
$('#playaudioallpage').html(
......@@ -2454,11 +2456,13 @@ function changeImageType4(objTarget,nIndex,nIndex1){
imageObj.src = objTarget[nIndex].dataObjects[nIndex1].fileName;
}
/* mediaType = 1 write text object*/
/* mediaType = 7 write text object*/
var text = function(mediaType, actionType, id, x, y, w, h, visible, actionFunction, content) {
//var imageUrl = displayText(x,y,w,h,id,content);
var imageUrl = getTextObjectImage(w, h, content)
this.setup(mediaType, actionType, id, imageUrl, x, y, w, h, visible, actionFunction, null);
this.action = function() {
}
};
text.prototype = new PageObject();
......
......@@ -43,7 +43,6 @@ $(document).ready(function () {
$('div#header-searchbox').css('display', 'none');
//Display user name
//$('#login-username').html(ClientData.userInfo_loginId());
$('#login-username').text(ClientData.userInfo_userName());
......
......@@ -45,6 +45,8 @@ $(document).ready(function(){
return;
}
LockScreen();
document.title = i18nText('dspViewHistory') + ' | ' + i18nText('sysAppTitle');
if(ClientData.ReadingContentIds() == null || ClientData.ReadingContentIds() == 'undefined' || ClientData.ReadingContentIds().length == 0){
......@@ -249,7 +251,7 @@ function renderGridView(){
handleSortDisp();
//Display user name
$('#login-username').html(ClientData.userInfo_loginId());
$('#login-username').html(ClientData.userInfo_loginId_session());
//Refresh GridView
refreshGrid();
......
......@@ -78,6 +78,9 @@ $(document).ready(function () {
getDataJsonFileGenre();
getDataJsonFileGroup();
// Lock screen is here, because of in getDataJsonFileGroup() called click to expand speified nodes of treeview
LockScreen();
//Change display type to bookshelf type
$('#control-bookshelf-type').click(changeDispBookShelfFunction);
......@@ -697,18 +700,18 @@ function getDataJsonFileGroup(){
arrData.push(node);
}
});
var tree1 = new TreeView();
var tree2 = new TreeView();
//tree1.TotalCount = totalCount;
if (group_totalcontent != -1) {
tree1.TotalCount = group_totalcontent;
tree2.TotalCount = group_totalcontent;
}
tree1.Show("list_1", arrData, "AddGroup_Callback");
tree2.Show("list_1", arrData, "AddGroup_Callback");
$("#list_1").treeview();
// Expand nodes
for (var nIndex = 0; nIndex < tree1.ExpandNodes.length; nIndex++) {
if ($("#" + tree1.ExpandNodes[nIndex]).parent()) {
var objParent = $("#" + tree1.ExpandNodes[nIndex]).parent();
for (var nIndex = 0; nIndex < tree2.ExpandNodes.length; nIndex++) {
if ($("#" + tree2.ExpandNodes[nIndex]).parent()) {
var objParent = $("#" + tree2.ExpandNodes[nIndex]).parent();
var objChild = objParent.children()[0];
if (objChild) {
try {
......
......@@ -20,6 +20,8 @@ $(document).ready(function () {
if (!avwCheckLogin(ScreenIds.Login)) return;
LockScreen();
document.title = i18nText('dspSetting') + ' | ' + i18nText('sysAppTitle');
InitScreen();
......@@ -643,7 +645,7 @@ $(function () {
// height: 450
// });
LockScreen();
// LockScreen();
});
function openBackup() {
......
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