netprint 0.1.0 → 0.3.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,372 @@
1
+ HTTP/1.1 200 OK
2
+ Content-Type: text/html;charset=UTF-8
3
+ Server: Microsoft-IIS/6.0
4
+ X-Powered-By: ASP.NET
5
+ Date: Thu, 18 Oct 2012 08:57:07 GMT
6
+ Connection: close
7
+
8
+ <?xml version="1.0" encoding="UTF-8" ?>
9
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd" >
10
+
11
+
12
+ <html xmlns="http://www.w3.org/1999/xhtml">
13
+ <head>
14
+ <title>&#12493;&#12483;&#12488;&#12503;&#12522;&#12531;&#12488;</title>
15
+ <link class="component" href="/usr/a4j/s/3_3_1.SP3org/richfaces/renderkit/html/css/basic_classes.xcss/DATB/eAELXT5DOhSIAQ!sA18_.seam" rel="stylesheet" type="text/css" /><link class="component" href="/usr/a4j/s/3_3_1.SP3org/richfaces/renderkit/html/css/extended_classes.xcss/DATB/eAELXT5DOhSIAQ!sA18_.seam" media="rich-extended-skinning" rel="stylesheet" type="text/css" /><script src="/usr/a4j/g/3_3_1.SP3org.ajax4jsf.javascript.AjaxScript.seam" type="text/javascript"></script><script type="text/javascript">window.RICH_FACES_EXTENDED_SKINNING_ON=true;</script><script src="/usr/a4j/g/3_3_1.SP3org/richfaces/renderkit/html/scripts/skinning.js.seam" type="text/javascript"></script><link rel="stylesheet" href="/css/normalize-2.1.1.css" />
16
+ <link rel="stylesheet" href="/css/jquery-ui-1.10.4.xuxbasic.css" />
17
+ <link rel="stylesheet" href="/css/jquery-xux-0.63.3.basic.css" />
18
+ <link rel="stylesheet" href="/css/extra.css" />
19
+ <!--[if IE 7]><link rel="stylesheet" href="/css/IE7-support.css"/><![endif]-->
20
+ <!--[if lt IE 9]>
21
+ <script src="/js/html5shiv-3.6.2.js"></script>
22
+ <![endif]-->
23
+ <!-- jQuery Start -->
24
+ <script src="/js/jquery-1.10.2.js"></script>
25
+ <!-- jQuery End -->
26
+ <!-- FX's common Start -->
27
+ <script src="/js/jquery-ui-1.10.4.xuxbasic.js"></script>
28
+ <script src="/js/jquery-xux-0.63.3.basic.js"></script>
29
+ <!-- FX's common End -->
30
+ <!-- FX's LocaleScript Replace Start -->
31
+ <script src="/js/jquery-ui-ja-1.10.4.xuxbasic.js"></script>
32
+ <script src="/js/jquery-xux-ja-0.63.3.basic.js"></script>
33
+ <!-- FX's LocaleScript Replace End -->
34
+ <!-- FX 共通JS Begin -->
35
+ <script src="/js/text_over.js"></script>
36
+ <script>
37
+ var selectedNavi = "0";
38
+ //<![CDATA[
39
+ $(function() {
40
+ //ログイン・ログアウト
41
+ $("header").xuxHeader({
42
+ loginout: true, //true or false
43
+ login: function() {
44
+ // ログインアクション
45
+ },
46
+ logout: function() {
47
+ // ログアウトアクション
48
+ }
49
+ });
50
+
51
+ $(function() { //バウンディングBOX
52
+ $("article").xuxBoundingBox();
53
+ $("body").xuxPage();
54
+ });
55
+
56
+ //クローバルナビ
57
+ $(function() {
58
+ $("body").xuxApplyBoxAndLayout();
59
+ var arr = []; //クローバルナビ-ボタンカラー
60
+ arr[selectedNavi] = "selected";
61
+ $("#navigation").xuxNavigationBar({
62
+ itemStates: arr
63
+ });
64
+ });
65
+ })
66
+
67
+ $(function() { //ボタンデザイン(ボタンの色は「xux-type-default」でクラス指定。)
68
+ $(".xbtn").xuxButton();
69
+ $(".xbtn-s").xuxButton({
70
+ size: "small"
71
+ });
72
+ });
73
+
74
+ $(function() { //ラジオボタン
75
+ $(".radio").xuxRadioBox({
76
+ itemLayout: "horizontal"
77
+ });
78
+ });
79
+
80
+ $(function() { //テキストエリア
81
+ $(".txtarea").xuxTextFieldBox();
82
+ $(".txtarea-s").xuxTextFieldBox({
83
+ size: "small"
84
+ });
85
+ });
86
+
87
+ $(function() { //パスワードエリア
88
+ $(".passarea").xuxPasswordFieldBox();
89
+ $(".passarea-s").xuxPasswordFieldBox({
90
+ size: "small"
91
+ });
92
+ });
93
+
94
+ $(function() { //日付入力
95
+ $("section").first().children("div").xuxHorizontalLayout();
96
+ $.each(["large", "normal", "small"], function(index, value) {
97
+ $("#" + value).xuxTextFieldBox({
98
+ size: value
99
+ }).find(":text").xuxDatepicker({
100
+ dateFormat: "yy/mm/dd"
101
+ });
102
+ });
103
+ $("#radioBox").xuxRadioBox().find(":radio").click(function(e) {
104
+ $("#large, #normal, #small").find(":text")
105
+ .xuxDatepicker("option", "dateFormat", e.target.value);
106
+ });
107
+ $("#buttonBox").xuxButtonBox()
108
+ $("article").xuxBoundingBox()
109
+ });
110
+
111
+ $(function() { //チェックボックス
112
+ $(".checkbox").xuxCheckboxBox({
113
+ itemLayout: "horizontal"
114
+ });
115
+ });
116
+ //]]>
117
+ </script>
118
+ <!-- FX 共通JS End -->
119
+ <!-- APL Common Start -->
120
+ <script src="/js/nps_aplcommons.js"></script>
121
+ <!-- APL Common End -->
122
+ </head>
123
+
124
+ <body id="body">
125
+
126
+ <!-- ヘッダ部 Start --><?xml version="1.0" encoding="UTF-8"?>
127
+
128
+
129
+ <script>
130
+ $(document).ready(function() { //画面描画
131
+ setTimeout(function() {
132
+ $('div[id=all-cover]').hide();
133
+ }, 0);
134
+ });
135
+ </script>
136
+ <div id="all-cover" style="display:block;position: absolute;background-color:white; top: 0; bottom: 0; left: 0; right: 0; margin: auto; width: 100%; height: 100%;opacity: 1; filter: alpha(opacity=100); -moz-opacity:1;z-index:998;"></div>
137
+
138
+ <header>
139
+ <a href="#" title="Home"><img src="/img/xux_nps_logo.png" class="xux-nps-logo" /></a>
140
+ <nav class="txt-lightgray txt12">
141
+ <span class="txt-bold ml17"></span> - <span id="log-out"><a href="#" onclick="NPS.app.commons.eventHandler.logout()">&#12525;&#12464;&#12450;&#12454;&#12488;</a></span>
142
+ </nav>
143
+ </header>
144
+ <nav class="has-layout-true" style="">
145
+ <ul class="nav-position" id="navigation">
146
+ <li><a href="#" onclick="NPS.app.commons.eventHandler.endUserFile();">&#12501;&#12449;&#12452;&#12523;&#30331;&#37682;&#12539;&#19968;&#35239;</a></li>
147
+ <li><a href="#" onclick="NPS.app.commons.eventHandler.endUserFree();">&#26009;&#37329;&#34920;&#12539;&#24215;&#33303;&#26908;&#32034;</a></li>
148
+ <li><a href="#" onclick="NPS.app.commons.eventHandler.endUserQuestion();">FAQ&#12539;&#12362;&#21839;&#12356;&#21512;&#12431;&#12379;</a></li>
149
+ <li><a href="#" onclick="NPS.app.commons.eventHandler.endUserAcountSet();">&#12450;&#12459;&#12454;&#12531;&#12488;&#35373;&#23450;</a></li>
150
+ </ul>
151
+ </nav>
152
+ <div style="display:none">
153
+ </div> <!-- ヘッダー部をインクルードする指定です -->
154
+ <!-- ヘッダ部 End -->
155
+
156
+ <!-- メイン部 Start -->
157
+ <main>
158
+ <article class="has-layout-true">
159
+ <section>
160
+ <script>
161
+ <!-- 個別JS移動不可 -->
162
+ var syouRate = 0.00;
163
+ var srvMemType = "";
164
+ if (srvMemType == "2") {
165
+ $("#navigation").xuxNavigationBar({
166
+ itemStates: [,"disabled","disabled",]
167
+ });
168
+ NPS.app.commons.eventHandler.endUserFree = function() {return;};
169
+ NPS.app.commons.eventHandler.endUserQuestion = function() {return;};
170
+ }
171
+ </script>
172
+ <script src="/js/NPFL0010.js"></script>
173
+ <form id="NPFL0010" name="NPFL0010" method="post" action="/usr/web/auth/NPFL0010.seam" enctype="application/x-www-form-urlencoded">
174
+ <input type="hidden" name="NPFL0010" value="NPFL0010" />
175
+
176
+ <div id="style-h2">
177
+ <img src="/img/icon_010.png" class="fll mr5" />
178
+ <h2 class="mt2 txt-gray pt7 txt20">&#12501;&#12449;&#12452;&#12523;&#30331;&#37682;&#24773;&#22577;</h2>
179
+ </div>
180
+
181
+ <div class="flr pt-20 clearfix"><button type="button" class="xbtn-s ie7btn4" onclick="document.getElementById('logout-btn').click();">&#12525;&#12464;&#12450;&#12454;&#12488;</button></div><?xml version="1.0" encoding="UTF-8"?>
182
+
183
+ <article style="display:none" id="errMsgArea" class="xux-type-fault message-fault file message-fault-txt clb mt10">
184
+ <ul id="svErrMsg">
185
+ </ul>
186
+ <ul id="clErrMsg">
187
+ </ul>
188
+ <ul id="clCustErrMsg">
189
+ </ul>
190
+ </article>
191
+
192
+ <div class="ie7w965p"></div>
193
+ <section class="fll column3-1"><h3>&#12501;&#12449;&#12452;&#12523;&#12398;&#30331;&#37682;</h3>
194
+ <div class="mb4"><a href="#" onclick="document.getElementById('create-document').click();"><img src="/img/bt-register-document_normal.png" /></a></div>
195
+ <div class="mb4"><a href="#" onclick="document.getElementById('create-image').click();"><img src="/img/bt-register-photo_normal.png" /></a></div>
196
+ </section>
197
+
198
+ <section class="fll column3-2"><h3>&#12362;&#30693;&#12425;&#12379;</h3>
199
+ <div class="txt12 link_textarea3 textarea-font file_name">
200
+ 2016/04/01<br />
201
+ 2016&#24180;4&#26376;&#12513;&#12531;&#12486;&#12490;&#12531;&#12473;&#12398;&#12362;&#30693;&#12425;&#12379;<br /><br />2016年4月のメンテナンス日時は、以下の通りです。<br><br>■2016年4月22日(金) 1:00~6:00<br><br>この時間帯のファイル登録やプリントはできません。<br>ご迷惑をお掛けいたしますがよろしくお願いいたします。<br />
202
+ <a href="" target="_blank"></a><br />
203
+ <br /><br />
204
+ </div>
205
+ </section>
206
+
207
+ <section class="fll column3-3">
208
+ <h3>&#12501;&#12449;&#12452;&#12523;&#12398;&#30331;&#37682;&#29366;&#27841;</h3>
209
+ <dl class="file-info n-txt">
210
+ <dt>&#12518;&#12540;&#12470;&#12540; &#65306; </dt>
211
+ <dd></dd>
212
+ <dt>&#30331;&#37682;&#12501;&#12449;&#12452;&#12523;&#25968; &#65306; </dt>
213
+ <dd>0</dd>
214
+ <dt>&#12501;&#12457;&#12523;&#12480;&#20351;&#29992;&#37327; &#65306; </dt><dd>0KB</dd>
215
+ <dt>&#12501;&#12457;&#12523;&#12480;&#20351;&#29992;&#21487;&#33021;&#37327; &#65306; </dt>
216
+ <dd>10,240KB</dd>
217
+ <dt>&#12501;&#12457;&#12523;&#12480;&#20351;&#29992;&#29575; &#65306; </dt>
218
+ <dd>
219
+ <div class="fll">0.00% </div>
220
+ <div id="used_rate" class="fll"></div>
221
+ </dd>
222
+ </dl>
223
+ </section><?xml version="1.0" encoding="UTF-8"?>
224
+
225
+
226
+ <script>
227
+ $(function() { //テーブルのデコレーション
228
+ var tableId = "decoratedTable1";
229
+ var curPage = 1;
230
+ $("#"+tableId).xuxDecoratedTable({
231
+
232
+ pageNavigationPosition: "both",
233
+ clear: true,
234
+ size: "full",
235
+
236
+ type: null,
237
+ disabled: true,
238
+ horizontalLayout: "center",
239
+
240
+ itemNumbers: true,
241
+ currentPage: curPage,
242
+ //maxPage: 10,
243
+ displayPages: 1,
244
+ itemsPerPage: 10,
245
+ totalItems: 1,
246
+ firstPage: function (event){
247
+ //console.log("firstPage");
248
+ $(".firstPage").click();
249
+ },
250
+ lastPage: function (event){
251
+ //console.log("lastPage");
252
+ $(".lastPage").click();
253
+ },
254
+ previousPage: function (event){
255
+ //console.log("previousPage");
256
+ $(".prevPage").click();
257
+ },
258
+ nextPage: function (event){
259
+ //console.log("nextPage");
260
+ $(".nextPage").click();
261
+ },
262
+ numberedPage: function (event, data){
263
+ //console.log("numberedPage");
264
+ },
265
+ sortOptions:{column:0, order:"asc"},
266
+ selectHeader:function(event, ui){
267
+ $(this).xuxTable("option", "sortOptions", {column:ui.column, order:ui.newOrder});
268
+ }
269
+ });
270
+
271
+ var buttonBox = $("#decoratedTable1").xuxDecoratedTable("buttonBox"); //テーブル上部ボタン
272
+ buttonBox.xuxButtonBox("disable");
273
+ buttonBox.xuxButtonBox("enable");
274
+
275
+ var pageNavigation = $("#decoratedTable1").xuxDecoratedTable("pageNavigation");
276
+ pageNavigation.xuxPageNavigation("option", "currentPage", curPage);
277
+ pageNavigation.xuxPageNavigation("refresh");
278
+
279
+ });
280
+ </script>
281
+
282
+ <table style="display:none">
283
+ <tr>
284
+ <td align="right">
285
+ <!-- 前ページへのページング -->
286
+ <!-- 次ページへのページング -->
287
+ </td>
288
+ </tr>
289
+ </table>
290
+
291
+ <section id="decoratedTable1" class="clb">
292
+ <p class="n-txt m0 pt20 pb10" style="*zoom:1">&#8251;&#12503;&#12522;&#12531;&#12488;&#20104;&#32004;&#30058;&#21495;&#12398;&#30330;&#34892;&#24460;&#12399;&#24517;&#12378;&#21491;&#31471;&#12398;[&#35443;&#32048;]&#12434;&#25276;&#12375;&#12390;&#12289;&#30331;&#37682;&#20869;&#23481;&#12434;&#30906;&#35469;&#12375;&#12390;&#12363;&#12425;&#12362;&#24215;&#12391;&#12503;&#12522;&#12531;&#12488;&#12375;&#12390;&#12367;&#12384;&#12373;&#12356;&#12290;</p>
293
+ <div class="v-align ie78w600">
294
+ <div class="fll"><button type="button" onclick="document.getElementById('reload').click();" class="xbtn-s xux-type-default ie7btn13">&#26368;&#26032;&#24773;&#22577;&#12395;&#26356;&#26032;</button><button type="button" id="del-btn" onclick="document.getElementById('delete').click();" class="xbtn-s ie7btn14">&#12501;&#12449;&#12452;&#12523;&#21066;&#38500;</button></div>
295
+ <div class="flr ie78fpp ie7zi1"><label class="ie8t-8 ie7_label_position">&#19968;&#35239;&#20214;&#25968; </label><select id="display-max-rows" name="display-max-rows" size="1"> <option value="10" selected="selected">10&#20214;</option>
296
+ <option value="30">30&#20214;</option>
297
+ <option value="50">50&#20214;</option>
298
+ </select></div>
299
+ </div><span id="a4j-table">
300
+ <table class="file-details width910 table_layout_fixed">
301
+ <thead>
302
+ <tr>
303
+ <th width="3.5%">
304
+ <input name="#" type="checkbox" />
305
+ </th>
306
+ <th width="27%">&#12501;&#12449;&#12452;&#12523;&#21517;</th>
307
+ <th width="15%">&#12503;&#12522;&#12531;&#12488;&#20104;&#32004;&#30058;&#21495;</th>
308
+ <th width="11.5%">&#12501;&#12449;&#12452;&#12523;&#12469;&#12452;&#12474;</th>
309
+ <th width="9%">&#29992;&#32025;&#12469;&#12452;&#12474;</th>
310
+ <th width="6%">&#12506;&#12540;&#12472;</th>
311
+ <th width="11.5%">&#30331;&#37682;&#26085;&#26178;</th>
312
+ <th width="11.5%">&#26377;&#21177;&#26399;&#38480;</th>
313
+ <th width="5%"> </th>
314
+ </tr>
315
+ </thead>
316
+
317
+ <tbody>
318
+ <!-- 実績がある場合は削除 ここから -->
319
+ <!-- 実績がある場合は削除 ここまで -->
320
+
321
+ <!-- 実績がない場合は削除 ここから -->
322
+ <tr>
323
+ <td class="error-bg"><input name="delete-flg" value="0" type="checkbox" /></td>
324
+ <!-- ファイル名 -->
325
+ <td class="error-bg text_over">roast 2.pdf</td>
326
+ <!-- 予約番号 -->
327
+ <td class="error-bg error-txt">
328
+ <script type="text/javascript" language="Javascript">function dpf(f) {var adp = f.adp;if (adp != null) {for (var i = 0;i < adp.length;i++) {f.removeChild(adp[i]);}}};function apf(f, pvp) {var adp = new Array();f.adp = adp;var i = 0;for (k in pvp) {var p = document.createElement("input");p.type = "hidden";p.name = k;p.value = pvp[k];f.appendChild(p);adp[i++] = p;}};function jsfcljs(f, pvp, t) {apf(f, pvp);var ft = f.target;if (t) {f.target = t;}f.submit();f.target = ft;dpf(f);};</script>
329
+ <a href="#" onclick="if(typeof jsfcljs == 'function'){jsfcljs(document.getElementById('NPFL0010'),{'fileList:0:j_id106':'fileList:0:j_id106'},'');}return false">&#12456;&#12521;&#12540;</a></td>
330
+ <!-- ファイルサイズ -->
331
+ <td class="error-bg">4KB</td>
332
+ <!-- 用紙サイズ名 -->
333
+ <td class="error-bg"></td>
334
+ <!-- ページ -->
335
+ <td class="error-bg"></td>
336
+ <!-- ファイル登録年月日 -->
337
+ <td class="error-bg">2016/04/08 16:46</td>
338
+ <!-- 有効期限 -->
339
+ <td class="error-bg">2016/04/15 23:59</td>
340
+ <!-- 詳細ボタン -->
341
+ <td class="error-bg"></td>
342
+ </tr>
343
+ <!-- 実績がない場合は削除 ここまで -->
344
+ </tbody>
345
+ </table></span>
346
+ </section><!-- //decoratedTable1 -->
347
+ <div style="display:none"><input id="create-document" type="submit" name="create-document" value="" /><input id="create-image" type="submit" name="create-image" value="" /><input id="delete" type="submit" name="delete" value="" /><input id="reload" type="submit" name="reload" value="" /><input id="logout-btn" type="submit" name="logout-btn" value="" />
348
+ </div><input type="hidden" name="controlParamKey" value="xxx" />
349
+ <input type="hidden" name="javax.faces.ViewState" id="javax.faces.ViewState" value="yyy" autocomplete="off" />
350
+ </form>
351
+ </section>
352
+ </article>
353
+ </main>
354
+ <!-- メイン部 End -->
355
+
356
+ <!-- フッター部 Start --><?xml version="1.0" encoding="UTF-8"?>
357
+
358
+
359
+ <footer class="xux-footer">&copy;Fuji Xerox Co., Ltd. 1995-2015</footer>
360
+ <script>
361
+ /* (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
362
+ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
363
+ m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
364
+ })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
365
+
366
+ ga('create', 'UA-3871039-2', 'auto');
367
+ ga('send', 'pageview');
368
+ */
369
+ </script> <!-- フッター部をインクルードする指定 -->
370
+ <!-- フッター部 End -->
371
+ </body>
372
+ </html>
@@ -0,0 +1,372 @@
1
+ HTTP/1.1 200 OK
2
+ Content-Type: text/html;charset=UTF-8
3
+ Server: Microsoft-IIS/6.0
4
+ X-Powered-By: ASP.NET
5
+ Date: Thu, 18 Oct 2012 08:57:07 GMT
6
+ Connection: close
7
+
8
+ <?xml version="1.0" encoding="UTF-8" ?>
9
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd" >
10
+
11
+
12
+ <html xmlns="http://www.w3.org/1999/xhtml">
13
+ <head>
14
+ <title>&#12493;&#12483;&#12488;&#12503;&#12522;&#12531;&#12488;</title>
15
+ <link class="component" href="/usr/a4j/s/3_3_1.SP3org/richfaces/renderkit/html/css/basic_classes.xcss/DATB/eAELXT5DOhSIAQ!sA18_.seam" rel="stylesheet" type="text/css" /><link class="component" href="/usr/a4j/s/3_3_1.SP3org/richfaces/renderkit/html/css/extended_classes.xcss/DATB/eAELXT5DOhSIAQ!sA18_.seam" media="rich-extended-skinning" rel="stylesheet" type="text/css" /><script src="/usr/a4j/g/3_3_1.SP3org.ajax4jsf.javascript.AjaxScript.seam" type="text/javascript"></script><script type="text/javascript">window.RICH_FACES_EXTENDED_SKINNING_ON=true;</script><script src="/usr/a4j/g/3_3_1.SP3org/richfaces/renderkit/html/scripts/skinning.js.seam" type="text/javascript"></script><link rel="stylesheet" href="/css/normalize-2.1.1.css" />
16
+ <link rel="stylesheet" href="/css/jquery-ui-1.10.4.xuxbasic.css" />
17
+ <link rel="stylesheet" href="/css/jquery-xux-0.63.3.basic.css" />
18
+ <link rel="stylesheet" href="/css/extra.css" />
19
+ <!--[if IE 7]><link rel="stylesheet" href="/css/IE7-support.css"/><![endif]-->
20
+ <!--[if lt IE 9]>
21
+ <script src="/js/html5shiv-3.6.2.js"></script>
22
+ <![endif]-->
23
+ <!-- jQuery Start -->
24
+ <script src="/js/jquery-1.10.2.js"></script>
25
+ <!-- jQuery End -->
26
+ <!-- FX's common Start -->
27
+ <script src="/js/jquery-ui-1.10.4.xuxbasic.js"></script>
28
+ <script src="/js/jquery-xux-0.63.3.basic.js"></script>
29
+ <!-- FX's common End -->
30
+ <!-- FX's LocaleScript Replace Start -->
31
+ <script src="/js/jquery-ui-ja-1.10.4.xuxbasic.js"></script>
32
+ <script src="/js/jquery-xux-ja-0.63.3.basic.js"></script>
33
+ <!-- FX's LocaleScript Replace End -->
34
+ <!-- FX 共通JS Begin -->
35
+ <script src="/js/text_over.js"></script>
36
+ <script>
37
+ var selectedNavi = "0";
38
+ //<![CDATA[
39
+ $(function() {
40
+ //ログイン・ログアウト
41
+ $("header").xuxHeader({
42
+ loginout: true, //true or false
43
+ login: function() {
44
+ // ログインアクション
45
+ },
46
+ logout: function() {
47
+ // ログアウトアクション
48
+ }
49
+ });
50
+
51
+ $(function() { //バウンディングBOX
52
+ $("article").xuxBoundingBox();
53
+ $("body").xuxPage();
54
+ });
55
+
56
+ //クローバルナビ
57
+ $(function() {
58
+ $("body").xuxApplyBoxAndLayout();
59
+ var arr = []; //クローバルナビ-ボタンカラー
60
+ arr[selectedNavi] = "selected";
61
+ $("#navigation").xuxNavigationBar({
62
+ itemStates: arr
63
+ });
64
+ });
65
+ })
66
+
67
+ $(function() { //ボタンデザイン(ボタンの色は「xux-type-default」でクラス指定。)
68
+ $(".xbtn").xuxButton();
69
+ $(".xbtn-s").xuxButton({
70
+ size: "small"
71
+ });
72
+ });
73
+
74
+ $(function() { //ラジオボタン
75
+ $(".radio").xuxRadioBox({
76
+ itemLayout: "horizontal"
77
+ });
78
+ });
79
+
80
+ $(function() { //テキストエリア
81
+ $(".txtarea").xuxTextFieldBox();
82
+ $(".txtarea-s").xuxTextFieldBox({
83
+ size: "small"
84
+ });
85
+ });
86
+
87
+ $(function() { //パスワードエリア
88
+ $(".passarea").xuxPasswordFieldBox();
89
+ $(".passarea-s").xuxPasswordFieldBox({
90
+ size: "small"
91
+ });
92
+ });
93
+
94
+ $(function() { //日付入力
95
+ $("section").first().children("div").xuxHorizontalLayout();
96
+ $.each(["large", "normal", "small"], function(index, value) {
97
+ $("#" + value).xuxTextFieldBox({
98
+ size: value
99
+ }).find(":text").xuxDatepicker({
100
+ dateFormat: "yy/mm/dd"
101
+ });
102
+ });
103
+ $("#radioBox").xuxRadioBox().find(":radio").click(function(e) {
104
+ $("#large, #normal, #small").find(":text")
105
+ .xuxDatepicker("option", "dateFormat", e.target.value);
106
+ });
107
+ $("#buttonBox").xuxButtonBox()
108
+ $("article").xuxBoundingBox()
109
+ });
110
+
111
+ $(function() { //チェックボックス
112
+ $(".checkbox").xuxCheckboxBox({
113
+ itemLayout: "horizontal"
114
+ });
115
+ });
116
+ //]]>
117
+ </script>
118
+ <!-- FX 共通JS End -->
119
+ <!-- APL Common Start -->
120
+ <script src="/js/nps_aplcommons.js"></script>
121
+ <!-- APL Common End -->
122
+ </head>
123
+
124
+ <body id="body">
125
+
126
+ <!-- ヘッダ部 Start --><?xml version="1.0" encoding="UTF-8"?>
127
+
128
+
129
+ <script>
130
+ $(document).ready(function() { //画面描画
131
+ setTimeout(function() {
132
+ $('div[id=all-cover]').hide();
133
+ }, 0);
134
+ });
135
+ </script>
136
+ <div id="all-cover" style="display:block;position: absolute;background-color:white; top: 0; bottom: 0; left: 0; right: 0; margin: auto; width: 100%; height: 100%;opacity: 1; filter: alpha(opacity=100); -moz-opacity:1;z-index:998;"></div>
137
+
138
+ <header>
139
+ <a href="#" title="Home"><img src="/img/xux_nps_logo.png" class="xux-nps-logo" /></a>
140
+ <nav class="txt-lightgray txt12">
141
+ <span class="txt-bold ml17"></span> - <span id="log-out"><a href="#" onclick="NPS.app.commons.eventHandler.logout()">&#12525;&#12464;&#12450;&#12454;&#12488;</a></span>
142
+ </nav>
143
+ </header>
144
+ <nav class="has-layout-true" style="">
145
+ <ul class="nav-position" id="navigation">
146
+ <li><a href="#" onclick="NPS.app.commons.eventHandler.endUserFile();">&#12501;&#12449;&#12452;&#12523;&#30331;&#37682;&#12539;&#19968;&#35239;</a></li>
147
+ <li><a href="#" onclick="NPS.app.commons.eventHandler.endUserFree();">&#26009;&#37329;&#34920;&#12539;&#24215;&#33303;&#26908;&#32034;</a></li>
148
+ <li><a href="#" onclick="NPS.app.commons.eventHandler.endUserQuestion();">FAQ&#12539;&#12362;&#21839;&#12356;&#21512;&#12431;&#12379;</a></li>
149
+ <li><a href="#" onclick="NPS.app.commons.eventHandler.endUserAcountSet();">&#12450;&#12459;&#12454;&#12531;&#12488;&#35373;&#23450;</a></li>
150
+ </ul>
151
+ </nav>
152
+ <div style="display:none">
153
+ </div> <!-- ヘッダー部をインクルードする指定です -->
154
+ <!-- ヘッダ部 End -->
155
+
156
+ <!-- メイン部 Start -->
157
+ <main>
158
+ <article class="has-layout-true">
159
+ <section>
160
+ <script>
161
+ <!-- 個別JS移動不可 -->
162
+ var syouRate = 0.72;
163
+ var srvMemType = "";
164
+ if (srvMemType == "2") {
165
+ $("#navigation").xuxNavigationBar({
166
+ itemStates: [,"disabled","disabled",]
167
+ });
168
+ NPS.app.commons.eventHandler.endUserFree = function() {return;};
169
+ NPS.app.commons.eventHandler.endUserQuestion = function() {return;};
170
+ }
171
+ </script>
172
+ <script src="/js/NPFL0010.js"></script>
173
+ <form id="NPFL0010" name="NPFL0010" method="post" action="/usr/web/auth/NPFL0010.seam" enctype="application/x-www-form-urlencoded">
174
+ <input type="hidden" name="NPFL0010" value="NPFL0010" />
175
+
176
+ <div id="style-h2">
177
+ <img src="/img/icon_010.png" class="fll mr5" />
178
+ <h2 class="mt2 txt-gray pt7 txt20">&#12501;&#12449;&#12452;&#12523;&#30331;&#37682;&#24773;&#22577;</h2>
179
+ </div>
180
+
181
+ <div class="flr pt-20 clearfix"><button type="button" class="xbtn-s ie7btn4" onclick="document.getElementById('logout-btn').click();">&#12525;&#12464;&#12450;&#12454;&#12488;</button></div><?xml version="1.0" encoding="UTF-8"?>
182
+
183
+ <article style="display:none" id="errMsgArea" class="xux-type-fault message-fault file message-fault-txt clb mt10">
184
+ <ul id="svErrMsg">
185
+ </ul>
186
+ <ul id="clErrMsg">
187
+ </ul>
188
+ <ul id="clCustErrMsg">
189
+ </ul>
190
+ </article>
191
+
192
+ <div class="ie7w965p"></div>
193
+ <section class="fll column3-1"><h3>&#12501;&#12449;&#12452;&#12523;&#12398;&#30331;&#37682;</h3>
194
+ <div class="mb4"><a href="#" onclick="document.getElementById('create-document').click();"><img src="/img/bt-register-document_normal.png" /></a></div>
195
+ <div class="mb4"><a href="#" onclick="document.getElementById('create-image').click();"><img src="/img/bt-register-photo_normal.png" /></a></div>
196
+ </section>
197
+
198
+ <section class="fll column3-2"><h3>&#12362;&#30693;&#12425;&#12379;</h3>
199
+ <div class="txt12 link_textarea3 textarea-font file_name">
200
+ 2016/04/01<br />
201
+ 2016&#24180;4&#26376;&#12513;&#12531;&#12486;&#12490;&#12531;&#12473;&#12398;&#12362;&#30693;&#12425;&#12379;<br /><br />2016年4月のメンテナンス日時は、以下の通りです。<br><br>■2016年4月22日(金) 1:00~6:00<br><br>この時間帯のファイル登録やプリントはできません。<br>ご迷惑をお掛けいたしますがよろしくお願いいたします。<br />
202
+ <a href="" target="_blank"></a><br />
203
+ <br /><br />
204
+ </div>
205
+ </section>
206
+
207
+ <section class="fll column3-3">
208
+ <h3>&#12501;&#12449;&#12452;&#12523;&#12398;&#30331;&#37682;&#29366;&#27841;</h3>
209
+ <dl class="file-info n-txt">
210
+ <dt>&#12518;&#12540;&#12470;&#12540; &#65306; </dt>
211
+ <dd></dd>
212
+ <dt>&#30331;&#37682;&#12501;&#12449;&#12452;&#12523;&#25968; &#65306; </dt>
213
+ <dd>1</dd>
214
+ <dt>&#12501;&#12457;&#12523;&#12480;&#20351;&#29992;&#37327; &#65306; </dt><dd>74KB</dd>
215
+ <dt>&#12501;&#12457;&#12523;&#12480;&#20351;&#29992;&#21487;&#33021;&#37327; &#65306; </dt>
216
+ <dd>10,167KB</dd>
217
+ <dt>&#12501;&#12457;&#12523;&#12480;&#20351;&#29992;&#29575; &#65306; </dt>
218
+ <dd>
219
+ <div class="fll">0.72% </div>
220
+ <div id="used_rate" class="fll"></div>
221
+ </dd>
222
+ </dl>
223
+ </section><?xml version="1.0" encoding="UTF-8"?>
224
+
225
+
226
+ <script>
227
+ $(function() { //テーブルのデコレーション
228
+ var tableId = "decoratedTable1";
229
+ var curPage = 1;
230
+ $("#"+tableId).xuxDecoratedTable({
231
+
232
+ pageNavigationPosition: "both",
233
+ clear: true,
234
+ size: "full",
235
+
236
+ type: null,
237
+ disabled: true,
238
+ horizontalLayout: "center",
239
+
240
+ itemNumbers: true,
241
+ currentPage: curPage,
242
+ //maxPage: 10,
243
+ displayPages: 1,
244
+ itemsPerPage: 10,
245
+ totalItems: 1,
246
+ firstPage: function (event){
247
+ //console.log("firstPage");
248
+ $(".firstPage").click();
249
+ },
250
+ lastPage: function (event){
251
+ //console.log("lastPage");
252
+ $(".lastPage").click();
253
+ },
254
+ previousPage: function (event){
255
+ //console.log("previousPage");
256
+ $(".prevPage").click();
257
+ },
258
+ nextPage: function (event){
259
+ //console.log("nextPage");
260
+ $(".nextPage").click();
261
+ },
262
+ numberedPage: function (event, data){
263
+ //console.log("numberedPage");
264
+ },
265
+ sortOptions:{column:0, order:"asc"},
266
+ selectHeader:function(event, ui){
267
+ $(this).xuxTable("option", "sortOptions", {column:ui.column, order:ui.newOrder});
268
+ }
269
+ });
270
+
271
+ var buttonBox = $("#decoratedTable1").xuxDecoratedTable("buttonBox"); //テーブル上部ボタン
272
+ buttonBox.xuxButtonBox("disable");
273
+ buttonBox.xuxButtonBox("enable");
274
+
275
+ var pageNavigation = $("#decoratedTable1").xuxDecoratedTable("pageNavigation");
276
+ pageNavigation.xuxPageNavigation("option", "currentPage", curPage);
277
+ pageNavigation.xuxPageNavigation("refresh");
278
+
279
+ });
280
+ </script>
281
+
282
+ <table style="display:none">
283
+ <tr>
284
+ <td align="right">
285
+ <!-- 前ページへのページング -->
286
+ <!-- 次ページへのページング -->
287
+ </td>
288
+ </tr>
289
+ </table>
290
+
291
+ <section id="decoratedTable1" class="clb">
292
+ <p class="n-txt m0 pt20 pb10" style="*zoom:1">&#8251;&#12503;&#12522;&#12531;&#12488;&#20104;&#32004;&#30058;&#21495;&#12398;&#30330;&#34892;&#24460;&#12399;&#24517;&#12378;&#21491;&#31471;&#12398;[&#35443;&#32048;]&#12434;&#25276;&#12375;&#12390;&#12289;&#30331;&#37682;&#20869;&#23481;&#12434;&#30906;&#35469;&#12375;&#12390;&#12363;&#12425;&#12362;&#24215;&#12391;&#12503;&#12522;&#12531;&#12488;&#12375;&#12390;&#12367;&#12384;&#12373;&#12356;&#12290;</p>
293
+ <div class="v-align ie78w600">
294
+ <div class="fll"><button type="button" onclick="document.getElementById('reload').click();" class="xbtn-s xux-type-default ie7btn13">&#26368;&#26032;&#24773;&#22577;&#12395;&#26356;&#26032;</button><button type="button" id="del-btn" onclick="document.getElementById('delete').click();" class="xbtn-s ie7btn14">&#12501;&#12449;&#12452;&#12523;&#21066;&#38500;</button></div>
295
+ <div class="flr ie78fpp ie7zi1"><label class="ie8t-8 ie7_label_position">&#19968;&#35239;&#20214;&#25968; </label><select id="display-max-rows" name="display-max-rows" size="1"> <option value="10" selected="selected">10&#20214;</option>
296
+ <option value="30">30&#20214;</option>
297
+ <option value="50">50&#20214;</option>
298
+ </select></div>
299
+ </div><span id="a4j-table">
300
+ <table class="file-details width910 table_layout_fixed">
301
+ <thead>
302
+ <tr>
303
+ <th width="3.5%">
304
+ <input name="#" type="checkbox" />
305
+ </th>
306
+ <th width="27%">&#12501;&#12449;&#12452;&#12523;&#21517;</th>
307
+ <th width="15%">&#12503;&#12522;&#12531;&#12488;&#20104;&#32004;&#30058;&#21495;</th>
308
+ <th width="11.5%">&#12501;&#12449;&#12452;&#12523;&#12469;&#12452;&#12474;</th>
309
+ <th width="9%">&#29992;&#32025;&#12469;&#12452;&#12474;</th>
310
+ <th width="6%">&#12506;&#12540;&#12472;</th>
311
+ <th width="11.5%">&#30331;&#37682;&#26085;&#26178;</th>
312
+ <th width="11.5%">&#26377;&#21177;&#26399;&#38480;</th>
313
+ <th width="5%"> </th>
314
+ </tr>
315
+ </thead>
316
+
317
+ <tbody>
318
+ <!-- 実績がある場合は削除 ここから -->
319
+ <!-- 実績がある場合は削除 ここまで -->
320
+
321
+ <!-- 実績がない場合は削除 ここから -->
322
+ <tr>
323
+ <td><input name="delete-flg" value="0" type="checkbox" /></td>
324
+ <!-- ファイル名 -->
325
+ <td class="text_over">keynesfuture</td>
326
+ <!-- 予約番号 -->
327
+ <td>CUJJEEP5</td>
328
+ <!-- ファイルサイズ -->
329
+ <td>74KB</td>
330
+ <!-- 用紙サイズ名 -->
331
+ <td>A4</td>
332
+ <!-- ページ -->
333
+ <td>7</td>
334
+ <!-- ファイル登録年月日 -->
335
+ <td>2016/04/08 16:24</td>
336
+ <!-- 有効期限 -->
337
+ <td>2016/04/15 23:59</td>
338
+ <!-- 詳細ボタン -->
339
+ <td>
340
+ <script type="text/javascript" language="Javascript">function dpf(f) {var adp = f.adp;if (adp != null) {for (var i = 0;i < adp.length;i++) {f.removeChild(adp[i]);}}};function apf(f, pvp) {var adp = new Array();f.adp = adp;var i = 0;for (k in pvp) {var p = document.createElement("input");p.type = "hidden";p.name = k;p.value = pvp[k];f.appendChild(p);adp[i++] = p;}};function jsfcljs(f, pvp, t) {apf(f, pvp);var ft = f.target;if (t) {f.target = t;}f.submit();f.target = ft;dpf(f);};</script>
341
+ <a href="#" onclick="if(typeof jsfcljs == 'function'){jsfcljs(document.getElementById('NPFL0010'),{'fileList:0:j_id166':'fileList:0:j_id166'},'');}return false">&#35443;&#32048;</a></td>
342
+ </tr>
343
+ <!-- 実績がない場合は削除 ここまで -->
344
+ </tbody>
345
+ </table></span>
346
+ </section><!-- //decoratedTable1 -->
347
+ <div style="display:none"><input id="create-document" type="submit" name="create-document" value="" /><input id="create-image" type="submit" name="create-image" value="" /><input id="delete" type="submit" name="delete" value="" /><input id="reload" type="submit" name="reload" value="" /><input id="logout-btn" type="submit" name="logout-btn" value="" />
348
+ </div><input type="hidden" name="controlParamKey" value="xxx" />
349
+ <input type="hidden" name="javax.faces.ViewState" id="javax.faces.ViewState" value="yyy" autocomplete="off" />
350
+ </form>
351
+ </section>
352
+ </article>
353
+ </main>
354
+ <!-- メイン部 End -->
355
+
356
+ <!-- フッター部 Start --><?xml version="1.0" encoding="UTF-8"?>
357
+
358
+
359
+ <footer class="xux-footer">&copy;Fuji Xerox Co., Ltd. 1995-2015</footer>
360
+ <script>
361
+ /* (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
362
+ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
363
+ m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
364
+ })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
365
+
366
+ ga('create', 'UA-3871039-2', 'auto');
367
+ ga('send', 'pageview');
368
+ */
369
+ </script> <!-- フッター部をインクルードする指定 -->
370
+ <!-- フッター部 End -->
371
+ </body>
372
+ </html>