Commit 763c979f by Masaru Abe

リリース時キャッシュ対応

parent 2c776fa5
......@@ -8,58 +8,46 @@
<meta http-equiv="Cache-Control" content="no-cache">
<meta http-equiv="Expires" content="-1">
<link rel="stylesheet" type="text/css" href="./common/css/jquery-ui.css" />
<link rel="stylesheet" type="text/css" href="./common/css/jquery.toastmessage.css" />
<!--<link type="text/css" rel="stylesheet" href="./common/css/screen.css"/>-->
<!--<link type="text/css" rel="stylesheet" href="css/tab.css" />-->
<link type="text/css" rel="stylesheet" href="./common/css/default.css"/>
<link type="text/css" rel="stylesheet" href="./common/css/screenLock.css"/>
<link type="text/css" rel="stylesheet" href="css/layout/common.css" />
<link type="text/css" rel="stylesheet" href="css/theme/common.css" />
<link href="css/layout/header.css" rel="stylesheet" type="text/css" />
<link href="css/theme/header.css" rel="stylesheet" type="text/css" />
<link href="css/layout/footer.css" rel="stylesheet" type="text/css" />
<link href="css/theme/footer.css" rel="stylesheet" type="text/css" />
<link href="css/layout/backup.css" rel="stylesheet" type="text/css" />
<link href="css/theme/backup.css" rel="stylesheet" type="text/css" />
<link type="text/css" rel="stylesheet" href="css/layout/list_shiori.css" />
<link type="text/css" rel="stylesheet" href="css/theme/list_shiori.css" />
<link type="text/css" rel="stylesheet" href="css/layout/delete_shiori.css" />
<link type="text/css" rel="stylesheet" href="css/theme/delete_shiori.css" />
<link href="css/layout/accordion.css" rel="stylesheet" type="text/css" />
<link href="css/theme/accordion.css" rel="stylesheet" type="text/css" />
<link href="css/layout/limit_access.css" rel="stylesheet" type="text/css" />
<link href="css/theme/limit_access.css" rel="stylesheet" type="text/css" />
<script src="./common/js/jquery-1.8.1.min.js"></script>
<script src="./common/js/jquery-ui-1.8.23.custom.min.js"></script>
<script src="./common/js/jquery.toastmessage.js"></script>
<script src="./common/js/avweb.js"></script>
<script src="./common/js/i18n.js"></script>
<script src="./common/js/common.js"></script>
<script src="common/js/screenLock.js" type="text/javascript"></script>
<script src="./js/header.js" type="text/javascript"></script>
<script src="./js/Limit_Access_Content.js"></script>
<script src="./js/bookmark.js" type="text/javascript"></script>
<!--<script type="text/javascript" src="./common/js/gotop.js"></script>-->
<script type="text/javascript" src="./common/js/thickbox.js"></script>
<script src="./common/js/scrolltopcontrol.js"></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/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>
<title></title>
</head>
<body id="list">
<header>
<div class="notification-pushmessage" style="display:none;">
新着メッセージがあります!!!
......
......@@ -93,12 +93,12 @@ var ShortKeys = {
var ScreenIds = {
Login: './../login.html',
Home : 'home.html',
ContentView : 'contentview.html',
Setting : 'settings.html',
BookmarkList : 'bookmark.html',
ContentSearch : 'contentsearch.html',
History: 'history.html'
Home : 'home.html?#UPDATEID#',
ContentView : 'contentview.html?#UPDATEID#',
Setting : 'settings.html?#UPDATEID#',
BookmarkList : 'bookmark.html?#UPDATEID#',
ContentSearch : 'contentsearch.html?#UPDATEID#',
History: 'history.html?#UPDATEID#'
};
var Keys = {
......
......@@ -10,52 +10,41 @@
<title></title>
<link rel="stylesheet" type="text/css" href="./common/css/jquery-ui.css" />
<link rel="stylesheet" type="text/css" href="./common/css/jquery.toastmessage.css" />
<!--<link rel="stylesheet" type="text/css" href="./common/css/screen.css" />-->
<link href="./common/css/default.css" rel="stylesheet" type="text/css" />
<link href="./common/css/screenLock.css" rel="stylesheet" type="text/css" />
<link href="css/layout/common.css" rel="stylesheet" type="text/css" />
<link href="css/theme/common.css" rel="stylesheet" type="text/css" />
<link href="css/layout/header.css" rel="stylesheet" type="text/css" />
<link href="css/theme/header.css" rel="stylesheet" type="text/css" />
<link href="css/layout/footer.css" rel="stylesheet" type="text/css" />
<link href="css/theme/footer.css" rel="stylesheet" type="text/css" />
<link href="css/layout/backup.css" rel="stylesheet" type="text/css" />
<link href="css/theme/backup.css" rel="stylesheet" type="text/css" />
<link href="css/layout/contentsearch.css" rel="stylesheet" type="text/css" />
<link href="css/theme/contentsearch.css" rel="stylesheet" type="text/css" />
<link href="css/layout/list_shirori_detail.css" type="text/css" rel="stylesheet" />
<link href="css/theme/list_shirori_detail.css" type="text/css" rel="stylesheet" />
<link href="css/layout/accordion.css" rel="stylesheet" type="text/css" />
<link href="css/theme/accordion.css" rel="stylesheet" type="text/css" />
<link href="css/layout/limit_access.css" rel="stylesheet" type="text/css" />
<link href="css/theme/limit_access.css" rel="stylesheet" type="text/css" />
<script src="./common/js/jquery-1.8.1.min.js"></script>
<script src="./common/js/jquery-ui-1.8.23.custom.min.js"></script>
<script src="./common/js/jquery.toastmessage.js"></script>
<script src="./common/js/i18n.js"></script>
<script src="./common/js/avweb.js"></script>
<script src="./common/js/common.js"></script>
<script src="./js/Limit_Access_Content.js"></script>
<script src="./js/contentsearch.js"></script>
<script src="./js/header.js"></script>
<script src="./common/js/gotop.js"></script>
<script src="./common/js/tab.js"></script>
<script src="./common/js/screenLock.js" type="text/javascript"></script>
<script src="./js/detail.js" type="text/javascript"></script>
<script src="./common/js/scrolltopcontrol.js"></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#" />
<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>
</head>
<body>
......
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=9,10,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">
<meta name="viewport" content="">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=9,10,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">
<meta name="viewport" content="">
<title> </title>
<link rel="stylesheet" type="text/css" href="./common/css/default.css" />
<title> </title>
<link rel="stylesheet" type="text/css" href="common/css/default.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/delete_shiori.css?#UPDATEID#" />
<link rel="stylesheet" type="text/css" href="./common/css/jquery-ui.css" />
<!-- <link rel="stylesheet" type="text/css" href="./common/css/slideshow.css" /> -->
<link rel="stylesheet" type="text/css" href="./common/css/jquery.toastmessage.css" />
<link href="./common/css/default.css" rel="stylesheet" type="text/css" />
<link href="./common/css/screenLock.css" rel="stylesheet" type="text/css" />
<link href="css/delete_shiori.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="./common/js/jquery-1.8.1.min.js?#UPDATEID#"></script>
<script type="text/javascript" src="./common/js/jquery-ui-1.8.23.custom.min.js?#UPDATEID#"></script>
<script type="text/javascript" src="./common/js/jquery.ui.touch-punch.min.js?#UPDATEID#"></script>
<script type="text/javascript" src="./common/js/jquery.toastmessage.js?#UPDATEID#"></script>
<script type="text/javascript" src="./common/js/jquery.cookie.js?#UPDATEID#" ></script>
<script type="text/javascript" src="./common/js/jquery.treeview.js?#UPDATEID#" ></script>
<script type="text/javascript" src="./common/js/jquery.treeview.edit.js?#UPDATEID#" ></script>
<script type="text/javascript" src="./common/js/screenLock.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/htmlparser.js?#UPDATEID#"></script>
<script type="text/javascript" src="./common/js/textObject.js?#UPDATEID#"></script>
<script type="text/javascript" src="./common/js/uuid.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="./common/js/zoomDetector.js?#UPDATEID#" ></script>
<script src="./common/js/jquery-1.8.1.min.js"></script>
<script src="./common/js/jquery-ui-1.8.23.custom.min.js"></script>
<script src="./common/js/jquery.ui.touch-punch.min.js"></script>
<script src="./common/js/jquery.toastmessage.js"></script>
<!-- <script src="./common/js/slideshow.js"></script> -->
<script src="./common/js/jquery.cookie.js" type="text/javascript"></script>
<script src="./common/js/jquery.treeview.js" type="text/javascript"></script>
<script src="./common/js/jquery.treeview.edit.js" type="text/javascript"></script>
<script src="./common/js/screenLock.js"></script>
<script src="./common/js/avweb.js"></script>
<script src="./common/js/i18n.js"></script>
<script src="./common/js/common.js"></script>
<script src="./common/js/htmlparser.js"></script>
<script src="./common/js/textObject.js"></script>
<!--Start Function : No.17 - Editor : Long - Date : 07/30/2013 - Summary : Include uuid.js for using createUUID function in common.js -->
<script src="./common/js/uuid.js"></script>
<!--End Function : No.17 - Editor : Long - Date : 07/30/2013 - Summary : Include uuid.js for using createUUID function in common.js -->
<script src="js/contentview_CallApi.js" type="text/javascript"></script>
<script src="js/contentview_Events.js" type="text/javascript"></script>
<script src="js/contentview_GetData.js" type="text/javascript"></script>
<script src="js/contentview_InitObjects.js" type="text/javascript"></script>
<script src="js/contentview_CreateObjects.js" type="text/javascript"></script>
<script src="js/contentview_General.js" type="text/javascript"></script>
<script src="./js/contentview.js"></script>
<script src="./js/contentview_Memo.js"></script>
<script src="./js/contentview_Gomu.js"></script>
<script src="./js/contentview_Maker.js"></script>
<script src="./js/contentview_Pen.js"></script>
<script src="./js/contentview_Marking.js"></script>
<script src="./js/contentview_PopupText.js"></script>
<script src="./js/contentview_Paint.js"></script>
<script src="./js/contentview_Anket.js"></script>
<script src="./js/contentview_3d.js"></script>
<script src="./js/contentview_ContentTypeNone.js"></script>
<script src="./js/contentview_ImagePreview.js"></script>
<script src="common/js/zoomDetector.js" type="text/javascript"></script>
<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.treeview.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 type="text/css" rel="stylesheet" href="css/reset.css" />
<link type="text/css" rel="stylesheet" href="css/layout/viewer.css" />
<link type="text/css" rel="stylesheet" href="css/theme/viewer.css" />
<link type="text/css" rel="stylesheet" href="./common/css/jquery.treeview.css" />
<link type="text/css" rel="stylesheet" href="./common/css/jquery.powertip.css" />
<link type="text/css" rel="stylesheet" href="css/layout/Anket.css" />
<link type="text/css" rel="stylesheet" href="css/theme/Anket.css" />
<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/jquery.powertip.js"></script>
<script type="text/javascript" src="common/js/script.js"></script>
<style>
<style>
html{
-ms-touch-action : none;
}
</style>
</style>
</head>
<body id="viewer">
......@@ -172,7 +167,7 @@
<img src="img/view_loading.gif" width="64px" height="64px">
</div>
<!-- ================================================================================== -->
<!-- Marking group [start]
<!-- Marking group [start] -->
<!-- ================================================================================== -->
<!-- Marking [start] -->
......@@ -368,11 +363,11 @@
<div id="dlgOverlay"> </div>
<!-- ================================================================================== -->
<!-- Marking group [start]
<!-- Marking group [start] -->
<!-- ================================================================================== -->
<!-- ================================================================================== -->
<!-- Footer [start]
<!-- Footer [start] -->
<!-- ================================================================================== -->
<footer id="footer_toolbar_1" class="footer">
<div class="ftinner">
......@@ -422,7 +417,7 @@
<a id="control_screen_2" class="toolbar_close" style=""> </a>
<!-- ================================================================================== -->
<!-- Footer [end]
<!-- Footer [end] -->
<!-- ================================================================================== -->
<section id="bgmConfirm" class="sectionDeleteConfirm">
<h1 class="lang" lang=""> </h1>
......
......@@ -2,8 +2,8 @@
<html>
<head>
<meta charset="UTF-8" />
<title>Text Copy | ABook Viewer For Web</title>
<script src="common/js/jquery-1.8.1.min.js" type="text/javascript"></script>
<title>Text Copy</title>
<script type="text/javascript" src="common/js/jquery-1.8.1.min.js?#UPDATEID#" ></script>
<script>
$(document).ready(function () {
......
......@@ -9,57 +9,48 @@
<meta http-equiv="Expires" content="-1">
<title></title>
<link rel="stylesheet" type="text/css" href="./common/css/jquery-ui.css" />
<link rel="stylesheet" type="text/css" href="./common/css/jquery.toastmessage.css" />
<link href="./common/css/default.css" rel="stylesheet" type="text/css" />
<link href="./common/css/screenLock.css" rel="stylesheet" type="text/css" />
<link href="css/layout/common.css" rel="stylesheet" type="text/css" />
<link href="css/theme/common.css" rel="stylesheet" type="text/css" />
<link href="css/layout/header.css" rel="stylesheet" type="text/css" />
<link href="css/theme/header.css" rel="stylesheet" type="text/css" />
<link href="css/layout/footer.css" rel="stylesheet" type="text/css" />
<link href="css/theme/footer.css" rel="stylesheet" type="text/css" />
<link href="css/layout/history.css" rel="stylesheet" type="text/css" />
<link href="css/theme/history.css" rel="stylesheet" type="text/css" />
<link href="css/layout/backup.css" rel="stylesheet" type="text/css" />
<link href="css/theme/backup.css" rel="stylesheet" type="text/css" />
<link href="css/layout/restore.css" rel="stylesheet" type="text/css" />
<link href="css/theme/restore.css" rel="stylesheet" type="text/css" />
<link href="css/layout/login_validation.css" rel="stylesheet" type="text/css" />
<link href="css/theme/login_validation.css" rel="stylesheet" type="text/css" />
<link href="css/layout/accordion.css" rel="stylesheet" type="text/css" />
<link href="css/theme/accordion.css" rel="stylesheet" type="text/css" />
<link href="css/layout/list_shirori_detail.css" type="text/css" rel="stylesheet" />
<link href="css/theme/list_shirori_detail.css" type="text/css" rel="stylesheet" />
<link href="css/layout/limit_access.css" rel="stylesheet" type="text/css" />
<link href="css/theme/limit_access.css" rel="stylesheet" type="text/css" />
<script src="./common/js/jquery-1.8.1.min.js"></script>
<script src="./common/js/jquery-ui-1.8.23.custom.min.js"></script>
<script src="./common/js/jquery.toastmessage.js"></script>
<script src="./common/js/i18n.js"></script>
<script src="./common/js/avweb.js"></script>
<script src="./common/js/common.js"></script>
<script src="./js/Limit_Access_Content.js"></script>
<script src="./js/history.js"></script>
<script src="./js/header.js"></script>
<script src="./common/js/gotop.js"></script>
<script src="common/js/tab.js"></script>
<script src="./common/js/screenLock.js" type="text/javascript"></script>
<script src="js/detail.js" type="text/javascript"></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#" />
<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>
</head>
<body>
<header>
<div class="notification-pushmessage" style="display:none;">
新着メッセージがあります!!!
......
......@@ -9,59 +9,52 @@
<meta http-equiv="Expires" content="-1">
<title></title>
<link rel="stylesheet" type="text/css" href="./common/css/jquery-ui.css" />
<link rel="stylesheet" type="text/css" href="./common/css/jquery.toastmessage.css" />
<link href="./common/css/default.css" rel="stylesheet" type="text/css" />
<link href="./common/css/screenLock.css" rel="stylesheet" type="text/css" />
<link rel="stylesheet" type="text/css" href="./common/css/jquery.treeview.css" />
<link rel="stylesheet" type="text/css" href="./common/css/screen.css" />
<link href="css/layout/common.css" rel="stylesheet" type="text/css" />
<link href="css/theme/common.css" rel="stylesheet" type="text/css" />
<link href="css/layout/header.css" rel="stylesheet" type="text/css" />
<link href="css/theme/header.css" rel="stylesheet" type="text/css" />
<link href="css/layout/footer.css" rel="stylesheet" type="text/css" />
<link href="css/theme/footer.css" rel="stylesheet" type="text/css" />
<link href="css/layout/tab.css" rel="stylesheet" type="text/css" />
<link href="css/theme/tab.css" rel="stylesheet" type="text/css" />
<link href="css/layout/home.css" rel="stylesheet" type="text/css" />
<link href="css/theme/home.css" rel="stylesheet" type="text/css" />
<link href="css/layout/bookshelf.css" rel="stylesheet" type="text/css" />
<link href="css/theme/bookshelf.css" rel="stylesheet" type="text/css" />
<link href="css/layout/list.css" rel="stylesheet" type="text/css" />
<link href="css/theme/list.css" rel="stylesheet" type="text/css" />
<link href="css/layout/backup.css" rel="stylesheet" type="text/css" />
<link href="css/theme/backup.css" rel="stylesheet" type="text/css" />
<link href="css/layout/list_shirori_detail.css" type="text/css" rel="stylesheet" />
<link href="css/theme/list_shirori_detail.css" type="text/css" rel="stylesheet" />
<link href="css/layout/accordion.css" rel="stylesheet" type="text/css" />
<link href="css/theme/accordion.css" rel="stylesheet" type="text/css" />
<link href="css/layout/limit_access.css" rel="stylesheet" type="text/css" />
<link href="css/theme/limit_access.css" rel="stylesheet" type="text/css" />
<script src="./common/js/jquery-1.8.1.min.js"></script>
<script src="./common/js/jquery-ui-1.8.23.custom.min.js"></script>
<script src="./common/js/jquery.toastmessage.js"></script>
<script src="./common/js/avweb.js"></script>
<script src="./common/js/i18n.js"></script>
<script src="./common/js/common.js"></script>
<script src="./common/js/uuid.js"></script>
<script src="./js/Limit_Access_Content.js"></script>
<script src="./js/home.js"></script>
<script src="./js/header.js"></script>
<script src="./common/js/scrolltopcontrol.js"></script>
<script src="./common/js/tab.js"></script>
<script src="./common/js/jquery.cookie.js" type="text/javascript"></script>
<script src="./common/js/jquery.treeview.edit.js" type="text/javascript"></script>
<script src="./common/js/jquery.treeview.js" type="text/javascript"></script>
<script src="./common/js/screenLock.js" type="text/javascript"></script>
<script src="./js/detail.js" type="text/javascript"></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="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/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/tab.css?#UPDATEID#" />
<link rel="stylesheet" type="text/css" href="css/theme/tab.css?#UPDATEID#" />
<link rel="stylesheet" type="text/css" href="css/layout/home.css?#UPDATEID#" />
<link rel="stylesheet" type="text/css" href="css/theme/home.css?#UPDATEID#" />
<link rel="stylesheet" type="text/css" href="css/layout/bookshelf.css?#UPDATEID#" />
<link rel="stylesheet" type="text/css" href="css/theme/bookshelf.css?#UPDATEID#" />
<link rel="stylesheet" type="text/css" href="css/layout/list.css?#UPDATEID#" />
<link rel="stylesheet" type="text/css" href="css/theme/list.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_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/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/uuid.js?#UPDATEID#"></script>
<script type="text/javascript" src="./js/Limit_Access_Content.js?#UPDATEID#"></script>
<script type="text/javascript" src="./js/home.js?#UPDATEID#"></script>
<script type="text/javascript" src="./js/header.js?#UPDATEID#"></script>
<script type="text/javascript" src="./common/js/scrolltopcontrol.js?#UPDATEID#"></script>
<script type="text/javascript" src="./common/js/tab.js?#UPDATEID#"></script>
<script type="text/javascript" src="./common/js/jquery.cookie.js?#UPDATEID#" ></script>
<script type="text/javascript" src="./common/js/jquery.treeview.edit.js?#UPDATEID#" ></script>
<script type="text/javascript" src="./common/js/jquery.treeview.js?#UPDATEID#" ></script>
<script type="text/javascript" src="./common/js/screenLock.js?#UPDATEID#" ></script>
<script type="text/javascript" src="./js/detail.js?#UPDATEID#" ></script>
</head>
......
......@@ -10,47 +10,39 @@
<meta http-equiv="Expires" content="-1">
<title></title>
<link rel="stylesheet" type="text/css" href="./common/css/jquery-ui.css" />
<link rel="stylesheet" type="text/css" href="./common/css/jquery.toastmessage.css" />
<link href="./common/css/default.css" rel="stylesheet" type="text/css" />
<link href="./common/css/screenLock.css" rel="stylesheet" type="text/css" />
<link href="css/layout/common.css" rel="stylesheet" type="text/css" />
<link href="css/theme/common.css" rel="stylesheet" type="text/css" />
<link href="css/layout/header.css" rel="stylesheet" type="text/css" />
<link href="css/theme/header.css" rel="stylesheet" type="text/css" />
<link href="css/layout/footer.css" rel="stylesheet" type="text/css" />
<link href="css/theme/footer.css" rel="stylesheet" type="text/css" />
<link href="css/layout/setting.css" rel="stylesheet" type="text/css" />
<link href="css/theme/setting.css" rel="stylesheet" type="text/css" />
<link href="css/layout/backup.css" rel="stylesheet" type="text/css" />
<link href="css/theme/backup.css" rel="stylesheet" type="text/css" />
<link href="css/layout/restore.css" rel="stylesheet" type="text/css" />
<link href="css/theme/restore.css" rel="stylesheet" type="text/css" />
<link href="css/layout/login_validation.css" rel="stylesheet" type="text/css" />
<link href="css/theme/login_validation.css" rel="stylesheet" type="text/css" />
<link href="css/layout/accordion.css" rel="stylesheet" type="text/css" />
<link href="css/theme/accordion.css" rel="stylesheet" type="text/css" />
<script src="./common/js/jquery-1.8.1.min.js"></script>
<script type="text/javascript" src="./common/js/thickbox.js"></script>
<script src="./common/js/scrolltopcontrol.js"></script>
<script src="./common/js/jquery-ui-1.8.23.custom.min.js"></script>
<script src="./common/js/jquery.ui.touch-punch.min.js"></script>
<script src="./common/js/jquery.toastmessage.js"></script>
<script src="./common/js/avweb.js"></script>
<script src="./common/js/i18n.js"></script>
<script src="./common/js/common.js"></script>
<script src="./common/js/screenLock.js" type="text/javascript"></script>
<script src="./js/header.js" type="text/javascript"></script>
<script src="./js/settings.js" type="text/javascript"></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/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>
<style>
#slidebar-animation{
......
......@@ -12,18 +12,14 @@
<title></title>
<link type="text/css" rel="stylesheet" href="./abvw/css/layout/common.css?#UPDATEID#" />
<link type="text/css" rel="stylesheet" href="./abvw/css/theme/common.css?#UPDATEID#" />
<link rel="stylesheet" type="text/css" href="./abvw/css/layout/common.css?#UPDATEID#" />
<link rel="stylesheet" type="text/css" href="./abvw/css/theme/common.css?#UPDATEID#" />
<link rel="stylesheet" type="text/css" href="./abvw/common/css/jquery-ui.css?#UPDATEID#" />
<link rel="stylesheet" type="text/css" href="./abvw/common/css/jquery.toastmessage.css?#UPDATEID#" />
<link rel="stylesheet" type="text/css" href="./abvw/css/layout/login.css?#UPDATEID#" />
<link rel="stylesheet" type="text/css" href="./abvw/css/theme/login.css?#UPDATEID#" />
<link rel="stylesheet" type="text/css" href="./abvw/css/layout/login_validation.css?#UPDATEID#" />
<link rel="stylesheet" type="text/css" href="./abvw/css/theme/login_validation.css?#UPDATEID#" />
<link rel="stylesheet" type="text/css" href="./abvw/css/layout/limit_access.css?#UPDATEID#" />
<link rel="stylesheet" type="text/css" href="./abvw/css/theme/limit_access.css?#UPDATEID#" />
......
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