netprint 0.2.0 → 0.3.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -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></td>
324
+ <!-- ファイル名 -->
325
+ <td class="text_over">keynesfuture.pdf</td>
326
+ <!-- 予約番号 -->
327
+ <td>
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_id110':'fileList:0:j_id110'},'');}return false">&#21463;&#20184;&#20013;</a></td>
330
+ <!-- ファイルサイズ -->
331
+ <td>74KB</td>
332
+ <!-- 用紙サイズ名 -->
333
+ <td></td>
334
+ <!-- ページ -->
335
+ <td></td>
336
+ <!-- ファイル登録年月日 -->
337
+ <td>2016/04/08 16:24</td>
338
+ <!-- 有効期限 -->
339
+ <td>&#12288;</td>
340
+ <!-- 詳細ボタン -->
341
+ <td>&#12288;</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,192 @@
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.SP3jquery.js.seam" type="text/javascript"></script><script src="/usr/a4j/g/3_3_1.SP3kss_function.js.seam" type="text/javascript"></script><script src="/usr/a4j/g/3_3_1.SP3kss_generated_en/DATA/eAFb85aBtYSBAQALuQIT.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 IE 7]><link rel="stylesheet" href="/css/has-layout-true.css"/><![endif]-->
21
+ <!--[if lt IE 9]>
22
+ <script src="/js/html5shiv-3.6.2.js"></script>
23
+ <![endif]-->
24
+ <!-- jQuery Start -->
25
+ <script src="/js/jquery-1.10.2.js"></script>
26
+ <!-- jQuery End -->
27
+ <!-- FX's common Start -->
28
+ <script src="/js/jquery-ui-1.10.4.xuxbasic.js"></script>
29
+ <script src="/js/jquery-xux-0.63.3.basic.js"></script>
30
+ <!-- FX's common End -->
31
+ <!-- FX's LocaleScript Replace Start -->
32
+ <script src="/js/jquery-ui-ja-1.10.4.xuxbasic.js"></script>
33
+ <script src="/js/jquery-xux-ja-0.63.3.basic.js"></script>
34
+ <!-- FX's LocaleScript Replace End -->
35
+ <!-- FX 共通JS Begin -->
36
+ <script>
37
+
38
+ //<![CDATA[
39
+ $(function() { //全体効果
40
+ $("body").xuxApplyBoxAndLayout();
41
+ });
42
+
43
+
44
+ $(function() { //ログイン・ログアウト
45
+ $("header").xuxHeader({
46
+ loginout: false, //true or false
47
+ login: function() {
48
+ },
49
+ logout: function() {
50
+ }
51
+ });
52
+ });
53
+
54
+
55
+ $(function() { //バウンディングBOX
56
+ $("article").xuxBoundingBox();
57
+ $("body").xuxPage();
58
+ });
59
+
60
+
61
+ $(function() { //ボタンデザイン(ボタンの色は「xux-type-default」でクラス指定。)
62
+ $(".xbtn").xuxButton();
63
+ $(".xbtn-s").xuxButton({
64
+ //horizontalLayout: "left",
65
+ size: "small"
66
+ });
67
+ });
68
+ //]]>
69
+ </script>
70
+ <!-- FX 共通JS End -->
71
+ <!-- APL Common Start -->
72
+ <script src="/js/nps_aplcommons.js"></script>
73
+ <!-- APL Common End -->
74
+ <link href="/css/extra.css" rel="stylesheet" type="text/css" />
75
+ </head>
76
+
77
+ <body id="body">
78
+
79
+ <!-- ヘッダ部 Start --><?xml version="1.0" encoding="UTF-8"?>
80
+
81
+ <script>
82
+ function openWin(obj)
83
+ {
84
+ obj.target="_blank";
85
+ obj.href = "NPCM0140.seam";
86
+ }
87
+ </script>
88
+
89
+ <script>
90
+ $(document).ready(function() { //画面描画
91
+ setTimeout(function() {
92
+ $('div[id=all-cover]').hide();
93
+ }, 0);
94
+ });
95
+ </script>
96
+ <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>
97
+
98
+ <header>
99
+ <a href="#" title="Home"><img src="/img/xux_nps_logo.png" class="xux-nps-logo" /></a>
100
+ <nav class="txt-lightgray txt12">
101
+ <span class="ml17" id="log-out"><a href="javascript:void(0)" onclick="openWin(this)">&#12362;&#21839;&#12356;&#21512;&#12431;&#12379;</a></span>
102
+ </nav>
103
+ </header> <!-- ヘッダー部をインクルードする指定です -->
104
+ <!-- ヘッダ部 End -->
105
+
106
+ <!-- メイン部 Start -->
107
+ <main>
108
+ <article>
109
+ <section class="n3-txt">
110
+ <form id="NPCM0010" name="NPCM0010" method="post" action="/usr/web/NPCM0010.seam" enctype="application/x-www-form-urlencoded" onsubmit="return NPS.app.commons.eventHandler.defaultSubmitEventHandler(this)">
111
+ <input type="hidden" name="NPCM0010" value="NPCM0010" />
112
+
113
+ <script src="/js/NPCM0010.js"></script>
114
+ <script src="/js/ping_enduser.js"></script>
115
+ <img src="/img/icon_001.png" class="fll mr5" />
116
+ <h2 class="txt-gray pt7 h2-mt0 h2-fontsize">&#12525;&#12464;&#12452;&#12531;</h2><?xml version="1.0" encoding="UTF-8"?>
117
+
118
+ <article style="display:none" id="errMsgArea" class="xux-type-fault message-fault mt10 mb10 clb">
119
+ <ul id="svErrMsg">
120
+ </ul>
121
+ <ul id="clErrMsg">
122
+ </ul>
123
+ <ul id="clCustErrMsg">
124
+ </ul>
125
+ </article>
126
+ <section class="fll login-column2-1">
127
+ <h3>&#12362;&#30693;&#12425;&#12379;</h3>
128
+ <div class="txt14 link_textarea0 textarea-font file_name">
129
+ 2016/04/01<br />
130
+ 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 />
131
+ <a href="" target="_blank"></a><br />
132
+ <br /><br />
133
+ </div>
134
+ </section>
135
+
136
+ <section class="fll login-column2-2">
137
+
138
+ <table class="subtable">
139
+ <tbody>
140
+ <tr>
141
+ <td>&#12288;</td>
142
+ <td>&#12288;</td>
143
+ </tr>
144
+ <tr>
145
+ <td>&#12518;&#12540;&#12470;&#12540;ID&#12414;&#12383;&#12399;&#12513;&#12540;&#12523;&#12450;&#12489;&#12524;&#12473;</td>
146
+ <td class="txtbox" id="checkBox6">
147
+ <div class="fll txtarea-s"><input id="NPCM0010:userIdOrMailads-txt" type="text" name="NPCM0010:userIdOrMailads-txt" onblur="return KSS.eventHandler.defaultBlurEventHandler(this)" style="width:276px;" kssInfo="{&quot;formatInfo&quot;:{&quot;formatter&quot;:{&quot;argsName&quot;:[],&quot;argsValue&quot;:[],&quot;method&quot;:&quot;&quot;},&quot;pattern&quot;:&quot;&quot;,&quot;unformatter&quot;:{&quot;argsName&quot;:[],&quot;argsValue&quot;:[],&quot;method&quot;:&quot;&quot;}},&quot;onblurmode&quot;:&quot;format&quot;,&quot;validationInfo&quot;:{&quot;label&quot;:&quot;&#12518;&#12540;&#12470;&#12540;ID&#12414;&#12383;&#12399;&#12513;&#12540;&#12523;&#12450;&#12489;&#12524;&#12473;&quot;,&quot;validators&quot;:[{&quot;argsName&quot;:[],&quot;argsValue&quot;:[],&quot;message&quot;:&quot;validator.nps.5018&quot;,&quot;validator&quot;:&quot;KSS.validate.checkNotNull&quot;}]}}" />
148
+ </div>
149
+ </td>
150
+ </tr>
151
+ <tr>
152
+ <td>&#12497;&#12473;&#12527;&#12540;&#12489;</td>
153
+ <td class="txtbox" id="checkBox5">
154
+ <div class="fll passarea-s"><input id="NPCM0010:password-pwd" type="password" name="NPCM0010:password-pwd" value="" onblur="return KSS.eventHandler.defaultBlurEventHandler(this)" style="width:276px;" kssInfo="{&quot;formatInfo&quot;:{&quot;formatter&quot;:{&quot;argsName&quot;:[],&quot;argsValue&quot;:[],&quot;method&quot;:&quot;&quot;},&quot;pattern&quot;:&quot;&quot;,&quot;unformatter&quot;:{&quot;argsName&quot;:[],&quot;argsValue&quot;:[],&quot;method&quot;:&quot;&quot;}},&quot;onblurmode&quot;:&quot;format&quot;,&quot;validationInfo&quot;:{&quot;label&quot;:&quot;&#12497;&#12473;&#12527;&#12540;&#12489;&quot;,&quot;validators&quot;:[{&quot;argsName&quot;:[],&quot;argsValue&quot;:[],&quot;message&quot;:&quot;validator.nps.135&quot;,&quot;validator&quot;:&quot;KSS.validate.checkNotNull&quot;}]}}" />
155
+ </div>
156
+ </td>
157
+ </tr>
158
+ </tbody>
159
+ </table>
160
+ <div class="alink-mini clb ml20 mb20 txt20"><a href="/usr/web/NPUS0100.seam">&#12518;&#12540;&#12470;&#12540;ID&#12539;&#12497;&#12473;&#12527;&#12540;&#12489;&#12434;&#12362;&#24536;&#12428;&#12398;&#26041;&#12399;&#12371;&#12385;&#12425;</a> <a href="/usr/web/NPUS0020.seam">&#20250;&#21729;&#30331;&#37682;&#12364;&#12362;&#28168;&#12415;&#12391;&#12394;&#12356;&#26041;&#12399;&#12371;&#12385;&#12425;</a>
161
+ </div>
162
+
163
+ <section class="clb clearfix" id="style-mb">
164
+ <button type="button" class="xbtn xux-type-default flr ie7btn7" id="login" onclick="NPS.app.disabledButton = this.id; document.getElementById('NPCM0010:login-btn').click();">&#12525;&#12464;&#12452;&#12531;</button><input id="NPCM0010:login-btn" type="submit" name="NPCM0010:login-btn" value="&#12525;&#12464;&#12452;&#12531;" style="display:none" />
165
+ <button type="button" class="xbtn flr mr6 ie7btn1" onclick="location.href='/index.html'">&#12488;&#12483;&#12503;&#12506;&#12540;&#12472;&#12395;&#25147;&#12427;</button>
166
+ </section>
167
+ </section>
168
+ <div class="clearfix0"></div><input type="hidden" name="controlParamKey" value="foo" />
169
+ <input type="hidden" name="javax.faces.ViewState" id="javax.faces.ViewState" value="bar" autocomplete="off" />
170
+ </form>
171
+ </section>
172
+ </article>
173
+ </main>
174
+ <!-- メイン部 End -->
175
+
176
+ <!-- フッター部 Start --><?xml version="1.0" encoding="UTF-8"?>
177
+
178
+
179
+ <footer class="xux-footer">&copy;Fuji Xerox Co., Ltd. 1995-2015</footer>
180
+ <script>
181
+ /* (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
182
+ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
183
+ m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
184
+ })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
185
+
186
+ ga('create', 'UA-3871039-2', 'auto');
187
+ ga('send', 'pageview');
188
+ */
189
+ </script> <!-- フッター部をインクルードする指定 -->
190
+ <!-- フッター部 End -->
191
+ </body>
192
+ </html>