contentsearch.html 8.74 KB
Newer Older
Motohisa Nakano committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36
<!DOCTYPE html>
<html>
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=9,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>Content Search | ABook Viewer for WEB</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 type="text/css" rel="stylesheet" href="css/list_shirori_detail.css" />
	<link rel="stylesheet" type="text/css" href="./css/contentsearch.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/common.css" rel="stylesheet" type="text/css" />
    <link href="css/header.css" rel="stylesheet" type="text/css" />
    <link href="css/backup.css" rel="stylesheet" type="text/css" />
    <link href="css/restore.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/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>
Motohisa Nakano committed
37
	<script src="js/detail.js" type="text/javascript"></script>
Motohisa Nakano committed
38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115
</head>
<body>
<p id="gotop" class="go_top" style="z-index: 99">
	<a> </a>
</p>
<header>
	<div class="cnt_header">
    	<a class="logo" href="javascript:void(0);" onclick="avwScreenMove(ScreenIds.Home)"> </a>
        <div class="menu_language">
            <ul>
                <li><label class="lang" lang="txtLoginUser">こんにちは</label><label id="login-username"> </label></li>
                <li class="jp" id="language-jp"><a href="#">日本語</a></li>
                <li class="eng" id="language-en"><a href="#">English</a></li>
                <li class="kor" id="language-kr"><a href="#">한글</a></li>
                <li style="padding-left:0;"><input id="searchbox-key" type="text" placeholder="キーワードを入力してください"></li>
                <div id="header-searchbox">
					<input type="radio" id="searchbox-content" name="searchbox-searchtype" value="1" checked /><span id="searchbox-content-header" class="lang" lang="txtCtnNm">コンテンツ名</span><br/>
					<input type="radio" id="searchbox-tag" name="searchbox-searchtype" value="2" /><span class="lang" id="searchbox-tag-header" lang="txtTag">タグ</span><br/>
					<input type="radio" id="searchbox-body" name="searchbox-searchtype" value="3" /><span class="lang" id="searchbox-body-header" lang="txtContTxt">本文</span><br/>
                    <a class="blue lang" href="#" id="searchbox-search" lang="txtSearch">検索</a>
				</div>
            </ul>
            <p class="button">
            	<a style="margin-right:0;" class="blue lang" href="#" id="dspLogout" lang="dspLogout">ログアウト</a>
                <a class="blue lang" href="#" lang="dspSetting" id="dspSetting">設定変更</a>
                <a class="blue lang" href="#" lang="dspViewHistory" id="dspViewHistory">閲覧履歴</a>
                <a class="blue lang" href="#" id="dspShiori" lang="dspShiori">しおり</a>
            	<a class="blue lang" id="dspHome" lang="dspHome" href="#">ホーム</a>    
            </p>
        </div>
    </div>
</header>
<section class="sectionbackup1 " id="dlgConfirmBackup1">
	<h1><label class="lang" lang="txtBackupTitle">バックアップ確認</label></h1>

	<p class="message"><label lang="txtLogoutBkMsg" class="lang">ログアウトする前にバックアップしますか?</label></p>
	<p class="notice">
    <input type="checkbox" id="chkRememberBackup" />
	<span class="lang" lang="txtLogoutOptBkCfm">今回の行動を記憶し、次回から確認せずに、同じことをする。</span><br/>
    </p>
    <p class="backupbtn">
        <a class="cancel lang" href="#" lang="dspBkCancel" id="dlgConfirmBackup-withoutbackup">バックアップしないでログアウト</a>
        <a class="ok lang" href="#" id="dlgConfirmBackup-backup" lang="dspBkOK">バックアップしてログアウト</a>
    </p>
</section>
<article id="contentDetail" class="contentDetail">
    <section id='sectionContentDetail' class='sectionContentDetail'>
    	<a class="closebtn" href="#" id="contentDetailClose"> </a>
    		<div id="book_data">
    			<p class="book_img"><img src="" id="imgContentThumbnail" alt="" height="120" width="160" /></p>
    			<ul>
	    			<li class="title" id="txtContentTitle">Abook資料</li>
	    			<li class="date"><label id="txtPubDt2" lang="dspPubDt2" class="lang">発行日:</label><label id="txtPubDt2_Dsp">____/__/__ __:__</label></li>
	    			<li class="explain" id="txtContentDetail">スマートデバイス向け<br />統合ソリューション</li>
    			</ul>
            	<p class="read_btn"><a class="read lang" href="#" id="contentdetail_dspRead" lang="txtRead">読む</a></p>
    		</div>
    	
    		<div id="book_list"> </div>
    	
        </section>
</article>
<div class="wrapper">
	<div id="main">
		<article class="articlecontentsearch">
			<div class="tops">	 
				<div id="main-searchresult">
					<span class="lang" lang="txtSearchResult" id="txtSearchResult">検索結果</span>
					<input type="text" id="txtSearch" />
					<input type="radio" id="main-content" name="main-searchtype" value="1" checked/><span id="main-search-content" class="lang" lang="txtCtnNm">コンテンツ名</span>
					<input type="radio" id="main-tag" name="main-searchtype" value="2" /><span id="main-search-tag" class="lang" lang="txtTag">タグ</span>
					<input type="radio" id="main-body" name="main-searchtype" value="3" /><span id="main-search-body" class="lang" lang="txtContTxt">本文</span>
					<a class="btn_blue lang" href="#" id="main-search" lang="txtSearch">検索</a>
				</div> 
				<br/>      	           
	            <ul>
	            	<li><span class="lang" lang="txtSort">並べ替え</span><b>|</b></li>
	                <li>
Motohisa Nakano committed
116 117
	                	<a class="active_tops lang control_sort_on nottouchdevice" id="control-sort-title" lang="dspTitleNm">タイトル名</a>
	                	<a class="lang control_sort_off active_tops" style="display: none" lang="dspTitleNm">タイトル名</a>
Motohisa Nakano committed
118 119 120 121
	                	<span id="title-sorttype"> </span>
	                	<span><b>|</b></span>
	                	</li>
	                <li>
Motohisa Nakano committed
122 123
	                	<a id="control-sort-titlekana" class="lang control_sort_on nottouchdevice" lang="dspTitleNmKn" >タイトル名(かな)</a>
	                	<a id="label-sort-titlekana" class="lang control_sort_off " style="display: none" lang="dspTitleNmKn">タイトル名(かな)</a>
Motohisa Nakano committed
124 125 126 127
	                	<span id="titlekana-sorttype"> </span>
	                	<span id="separate"><b>|</b></span>
                	</li>
	                <li>
Motohisa Nakano committed
128
	                	<a id="control-sort-releasedate" class="lang control_sort_on nottouchdevice" lang="txtPubDt" >公開日</a>
Motohisa Nakano committed
129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163
	                	<a class="lang control_sort_off" style="display: none" lang="txtPubDt">公開日</a>
	                	<span id="rDate-sorttype"> </span>
	                </li>
	            </ul>
	            <p>
	            	<label id="dispPage" class="pageNumControl" style="visibility: hidden"> </label> 
	            	<label class="lang pageNumControl" lang="txtRecordNum" style="visibility: hidden"></label > 
	            	<label class="pageNumControl" style="visibility: hidden">/</label> 
	            	<label id="totalPage" class="pageNumControl" style="visibility: hidden"> </label>
	            	<label class="lang pageNumControl" lang="txtRecordTotal" style="visibility: hidden">件 表示</label>
	            </p>
        	</div>
        	<br/>
			<div id="content-grid">
			</div>
            <div id="msgSearchNotExist" class="lang" lang="msgSearchNotExist"> </div>
			<br/>
			<section style="height:110px; width:100%;">
				<a class="btn_bott" id="control-nextrecord" style="visibility:hidden">次の15件を表示する >></a>
			</section>
		</article>
	</div>
</div>
<footer>
<div class="border">
	<div class="cnt_footer">
    	COPYRIGHT © 2012 AGENTEC Co., Ltd. ALL RIGHTS RESERVED.
    </div>
</div>
</footer>
<iframe style="height:0px;width:0px;visibility:hidden" src="about:blank">
    this frame prevents back forward cache
</iframe>
</body>
</html>