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,416 @@
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 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 src="/js/NPFL0020.js"></script>
161
+ <script>
162
+ var contextRoot = "/usr";
163
+ var prtKnuKisuuQt = "-1";
164
+ var policyPrtKnuKisuuQt = "-1";
165
+ var mailAdrToTx = 'foo@example.com';
166
+ var systemDateTime = '2016/04/08';
167
+ var maxValidDate = '2016/04/15';
168
+ var extName = ",";
169
+ var extSize = new Object();
170
+ extName = extName + "doc,";
171
+ extSize['doc'] = 2097152;
172
+ extName = extName + "docx,";
173
+ extSize['docx'] = 2097152;
174
+ extName = extName + "jpe,";
175
+ extSize['jpe'] = 4194304;
176
+ extName = extName + "jpeg,";
177
+ extSize['jpeg'] = 4194304;
178
+ extName = extName + "jpg,";
179
+ extSize['jpg'] = 4194304;
180
+ extName = extName + "oxps,";
181
+ extSize['oxps'] = 2097152;
182
+ extName = extName + "pdf,";
183
+ extSize['pdf'] = 2097152;
184
+ extName = extName + "png,";
185
+ extSize['png'] = 2097152;
186
+ extName = extName + "ppt,";
187
+ extSize['ppt'] = 2097152;
188
+ extName = extName + "pptx,";
189
+ extSize['pptx'] = 2097152;
190
+ extName = extName + "rtf,";
191
+ extSize['rtf'] = 2097152;
192
+ extName = extName + "tif,";
193
+ extSize['tif'] = 2097152;
194
+ extName = extName + "tiff,";
195
+ extSize['tiff'] = 2097152;
196
+ extName = extName + "xdw,";
197
+ extSize['xdw'] = 2097152;
198
+ extName = extName + "xls,";
199
+ extSize['xls'] = 2097152;
200
+ extName = extName + "xlsx,";
201
+ extSize['xlsx'] = 2097152;
202
+ extName = extName + "xps,";
203
+ extSize['xps'] = 2097152;
204
+
205
+ $(document).ready(function(){
206
+ $(".passarea-s").xuxPasswordFieldBox("disable");
207
+ $("#pin-no").val("");
208
+ $(".txtarea-s:has(#mail-adr-to-tx)").xuxTextFieldBox("disable");
209
+ $("#mail-adr-to-tx").val("");
210
+ });
211
+ //<![CDATA[
212
+ //]]>
213
+ </script>
214
+ <form id="NPFL0020" name="NPFL0020" method="post" action="/usr/web/auth/NPFL0020.seam" enctype="multipart/form-data" onsubmit="return NPS.app.commons_npfl0020.eventHandler.onSubmit(this)">
215
+ <input type="hidden" name="NPFL0020" value="NPFL0020" />
216
+
217
+ <div id="style-h2">
218
+ <img src="/img/icon_011.png" class="fll mr5" />
219
+ <h2 class="mt2 txt-gray pt7 txt20 h2-fontsize-125">&#26032;&#35215;&#12501;&#12449;&#12452;&#12523;&#12398;&#30331;&#37682;&#12288;&#26222;&#36890;&#32025;&#12395;&#12503;&#12522;&#12531;&#12488;</h2>
220
+ </div>
221
+ <div class="n-txt">&#21508;&#38917;&#30446;&#12434;&#35373;&#23450;&#12375;&#12289;[&#30331;&#37682;&#12377;&#12427;]&#12434;&#12463;&#12522;&#12483;&#12463;&#12375;&#12390;&#12367;&#12384;&#12373;&#12356;&#12290;</div><?xml version="1.0" encoding="UTF-8"?>
222
+
223
+ <article style="display:none" id="errMsgArea" class="xux-type-fault message-fault mt10 n-txt">
224
+ <ul id="svErrMsg">
225
+ <li>error message</li>
226
+ </ul>
227
+ <ul id="clErrMsg">
228
+ </ul>
229
+ <ul id="clCustErrMsg">
230
+ </ul>
231
+ </article>
232
+
233
+ <table class="subtable-no-padding">
234
+ <tr>
235
+ <td>&#12288;</td>
236
+ <td>&#12288;</td>
237
+ </tr>
238
+ <tr>
239
+ <td width="137">&#12501;&#12449;&#12452;&#12523;</td>
240
+ <td class="ws_normal">
241
+
242
+ <span class="txt14-5 mb5">1.&#21442;&#29031;&#12375;&#12390;&#12501;&#12449;&#12452;&#12523;&#12434;&#36984;&#25246;</span><br />
243
+ <div id="ref-area">
244
+ <button type="button" class="xbtn-s xux-type-default mt5 ie7btn15 ie7referbutton" id="refer-btn">&#21442;&#29031;...</button><input type="file" id="upload-document" name="upload-document" tabindex="-1" onchange="NPS.app.commons_npfl0020.eventHandler.fileSelect" />
245
+ </div>
246
+ <div class="mt10 mb10">
247
+ <div class="txt14-5 mb5">2.&#12489;&#12521;&#12483;&#12464;&#65286;&#12489;&#12525;&#12483;&#12503;&#12391;&#12501;&#12449;&#12452;&#12523;&#12434;&#36984;&#25246;</div>
248
+
249
+ <div class="dropbox" id="dropbox" ondragover="return false">
250
+ <img />
251
+ <!-- D&D対象ブラウザの場合 ここから -->
252
+ <!--
253
+ <img src="/img/drop-area_on.png" />
254
+ -->
255
+
256
+ <!-- D&D非対象ブラウザの場合 ここから -->
257
+ <!--
258
+ <img src="/img/drop-area_off.png" />
259
+ -->
260
+ <!-- D&D非対象ブラウザの場合 ここまで -->
261
+ </div>
262
+
263
+ <div class="txt14-5 txt-alertred mb10">&#8251;&#30331;&#37682;&#21487;&#33021;&#12394;&#12501;&#12449;&#12452;&#12523;&#24418;&#24335;&#12289;&#12501;&#12449;&#12452;&#12523;&#12469;&#12452;&#12474;&#12395;&#12399;&#21046;&#38480;&#12364;&#12354;&#12426;&#12414;&#12377;&#12398;&#12391;&#12289;&#12372;&#27880;&#24847;&#12367;&#12384;&#12373;&#12356;&#12290;</div>
264
+ <div class="txt-bold clb" id="file-name"></div>
265
+ </div>
266
+ </td>
267
+ </tr>
268
+ <tr>
269
+ <td>&#29992;&#32025;&#12469;&#12452;&#12474;</td>
270
+ <td>
271
+ <div class="fll ie7fn">
272
+ <input type="radio" name="yus-size" id="yus-size-0" value="0" />
273
+ <label for="yus-size-0">A4</label>
274
+ <input type="radio" name="yus-size" id="yus-size-1" value="1" />
275
+ <label for="yus-size-1">A3</label>
276
+ <input type="radio" name="yus-size" id="yus-size-2" value="3" />
277
+ <label for="yus-size-2">B4</label>
278
+ <input type="radio" name="yus-size" id="yus-size-3" value="2" />
279
+ <label for="yus-size-3">B5</label>
280
+ </div>
281
+ <div class="fll">&#12288;&#12288;<span class="txt14-5 txt-alertred">
282
+ &#8251;&#24517;&#12378;&#36984;&#25246;&#12375;&#12390;&#12367;&#12384;&#12373;&#12356;&#12290;&#12503;&#12522;&#12531;&#12488;&#26178;&#12395;&#12418;&#22793;&#26356;&#12391;&#12365;&#12414;&#12377;&#12290;
283
+ </span>
284
+ </div>
285
+ </td>
286
+ </tr>
287
+ <tr>
288
+ <td>&#12503;&#12522;&#12531;&#12488;&#26178;&#29992;&#32025;&#12469;&#12452;&#12474;</td>
289
+ <td>&#12503;&#12522;&#12531;&#12488;&#26178;&#12395;&#36984;&#25246;</td>
290
+ </tr>
291
+ <tr>
292
+ <td>&#12459;&#12521;&#12540;&#12514;&#12540;&#12489;</td>
293
+ <td>
294
+ <div>
295
+ <span class="txt14-5">[&#12503;&#12522;&#12531;&#12488;&#26178;&#12395;&#36984;&#25246;]&#12395;&#35373;&#23450;&#12377;&#12427;&#12392;&#12289;&#12503;&#12522;&#12531;&#12488;&#26178;&#12395;&#12459;&#12521;&#12540;&#12391;&#12503;&#12522;&#12531;&#12488;&#12377;&#12427;&#12363;&#30333;&#40658;&#12391;&#12503;&#12522;&#12531;&#12488;&#12377;&#12427;&#12363;&#12434;&#36984;&#25246;&#12391;&#12365;&#12414;&#12377;&#12290;
296
+ </span>
297
+ <br />
298
+ </div>
299
+ <div class="fll ml-radio-22 mt5">
300
+ <input type="radio" name="iro-cl" id="iro-cl-0" value="1" checked="checked" />
301
+ <label for="iro-cl-0">&#12503;&#12522;&#12531;&#12488;&#26178;&#12395;&#36984;&#25246;</label>
302
+ <input type="radio" name="iro-cl" id="iro-cl-1" value="2" />
303
+ <label for="iro-cl-1">&#12459;&#12521;&#12540;</label>
304
+ <input type="radio" name="iro-cl" id="iro-cl-2" value="0" />
305
+ <label for="iro-cl-2">&#30333;&#40658;</label>
306
+ </div>
307
+ </td>
308
+ </tr>
309
+ <tr>
310
+ <td>&#20104;&#32004;&#30058;&#21495;&#12479;&#12452;&#12503;</td>
311
+ <td>
312
+ <span class="txt14-5">&#20104;&#32004;&#30058;&#21495;&#12398;&#30330;&#34892;&#26041;&#24335;&#12434;&#36984;&#25246;&#12391;&#12365;&#12414;&#12377;&#12290;</span>
313
+ <div class="ml-22 mt5">
314
+ <input type="radio" name="yyk-type-cl" id="yyk-type-cl-0" value="1" checked="checked" />
315
+ <label for="yyk-type-cl-0">&#33521;&#25968;&#23383;</label>
316
+ <input type="radio" name="yyk-type-cl" id="yyk-type-cl-1" value="2" />
317
+ <label for="yyk-type-cl-1">&#25968;&#23383;&#12398;&#12415;</label>
318
+ </div>
319
+ </td>
320
+ </tr>
321
+ <tr class="has-layout-true">
322
+ <td>&#26263;&#35388;&#30058;&#21495;</td>
323
+ <td class="txtbox">
324
+ <div class="txt14-5 mb5">&#26263;&#35388;&#30058;&#21495;&#12434;&#35373;&#23450;&#12377;&#12427;&#12392;&#12289;&#12503;&#12522;&#12531;&#12488;&#26178;&#12395;&#12371;&#12371;&#12391;&#25351;&#23450;&#12375;&#12383;&#26263;&#35388;&#30058;&#21495;&#12364;&#24517;&#35201;&#12395;&#12394;&#12426;&#12414;&#12377;&#12290;3&#22238;&#20837;&#21147;&#12434;&#38291;&#36949;&#12360;&#12427;&#12392;&#12503;&#12522;&#12531;&#12488;&#12391;&#12365;&#12394;&#12367;&#12394;&#12426;&#12414;&#12377;&#12290;</div>
325
+ <div class="fll ml-radio-22">
326
+ <input type="radio" name="pin-num-set-fl" id="pin-num-set-fl-0" value="0" checked="checked" />
327
+ <label for="pin-num-set-fl-0">&#35373;&#23450;&#12375;&#12394;&#12356;</label>
328
+ <input type="radio" name="pin-num-set-fl" id="pin-num-set-fl-1" value="1" />
329
+ <label for="pin-num-set-fl-1">&#35373;&#23450;&#12377;&#12427;&#12288;</label>
330
+ </div>
331
+ <div class="passarea-s fll"><input id="pin-no" type="password" name="pin-no" value="" maxlength="4" onblur="return KSS.eventHandler.defaultBlurEventHandler(this)" size="8" 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;&#26263;&#35388;&#30058;&#21495;&quot;,&quot;validators&quot;:[{&quot;argsName&quot;:[],&quot;argsValue&quot;:[],&quot;message&quot;:&quot;validator.nps.110&quot;,&quot;validator&quot;:&quot;KSS.validate.checkNumber&quot;},{&quot;argsName&quot;:[&quot;value&quot;],&quot;argsValue&quot;:[&quot;4&quot;],&quot;message&quot;:&quot;validator.nps.110&quot;,&quot;validator&quot;:&quot;KSS.validate.checkEqualLength&quot;}]}}" />
332
+ </div>
333
+ <div class="txt14-5 fll txt-alertred">&#12288;&#8251;&#65300;&#12465;&#12479;&#12398;&#26263;&#35388;&#30058;&#21495;&#12434;&#21322;&#35282;&#25968;&#23383;&#12391;&#20837;&#21147;&#12375;&#12390;&#12367;&#12384;&#12373;&#12356;&#12290;</div>
334
+ </td>
335
+ </tr>
336
+ <tr>
337
+ <td>&#26377;&#21177;&#26399;&#38291;</td>
338
+ <td class="txtbox">
339
+ <div id="small"><input id="fil-vald-kign-dt" type="text" name="fil-vald-kign-dt" value="2016/04/15" onblur="return KSS.eventHandler.defaultBlurEventHandler(this)" kssInfo="{&quot;formatInfo&quot;:{&quot;formatter&quot;:{&quot;argsName&quot;:[&quot;pattern&quot;],&quot;argsValue&quot;:[&quot;yyyy/MM/dd&quot;],&quot;method&quot;:&quot;KSS.format.dateFormat&quot;},&quot;pattern&quot;:&quot;&quot;,&quot;unformatter&quot;:{&quot;argsName&quot;:[&quot;pattern&quot;],&quot;argsValue&quot;:[&quot;yyyy/MM/dd&quot;],&quot;method&quot;:&quot;KSS.format.dateUnformat&quot;}},&quot;onblurmode&quot;:&quot;format&quot;,&quot;validationInfo&quot;:{&quot;label&quot;:&quot;&#12501;&#12449;&#12452;&#12523;&#26377;&#21177;&#26399;&#38480;&quot;,&quot;validators&quot;:[{&quot;argsName&quot;:[],&quot;argsValue&quot;:[],&quot;message&quot;:&quot;validator.nps.177&quot;,&quot;validator&quot;:&quot;KSS.validate.checkNotNull&quot;},{&quot;argsName&quot;:[&quot;pattern&quot;],&quot;argsValue&quot;:[&quot;yyyy/MM/dd&quot;],&quot;message&quot;:&quot;validator.nps.167&quot;,&quot;validator&quot;:&quot;KSS.validate.checkDateWithPattern&quot;}]}}" />
340
+ </div>
341
+ </td>
342
+ </tr>
343
+ <tr>
344
+ <td>&#20001;&#38754;&#12503;&#12522;&#12531;&#12488;</td>
345
+ <td>
346
+ <span class="txt14-5">&#12503;&#12522;&#12531;&#12488;&#26178;&#12395;&#36984;&#25246;
347
+ </span>
348
+ </td>
349
+ </tr>
350
+ <tr>
351
+ <td>&#20313;&#30333;&#35373;&#23450;</td>
352
+ <td>
353
+ <div class="ml-22 ie7pr20">
354
+ <input type="radio" name="mrg-exp-cl" id="mrg-exp-cl-0" value="1" checked="checked" />
355
+ <label for="mrg-exp-cl-0">&#20313;&#30333;&#12394;&#12375;</label>
356
+ <input type="radio" name="mrg-exp-cl" id="mrg-exp-cl-1" value="0" />
357
+ <label for="mrg-exp-cl-1">&#20313;&#30333;&#12354;&#12426;</label>
358
+ </div>
359
+ </td>
360
+ </tr>
361
+ <tr>
362
+ <td>&#30331;&#37682;&#32080;&#26524;&#36890;&#30693;</td>
363
+ <td class="txtbox" id="checkBox3">
364
+ <div class="fll ml-radio-22">
365
+ <input type="radio" name="notice-onoff" id="notice-onoff-0" value="0" checked="checked" />
366
+ <label for="notice-onoff-0">&#35373;&#23450;&#12375;&#12394;&#12356;</label>
367
+ <input type="radio" name="notice-onoff" id="notice-onoff-1" value="1" />
368
+ <label for="notice-onoff-1">&#35373;&#23450;&#12377;&#12427;&#12288;</label>
369
+ </div>
370
+ <div class="fll txtarea-s"><input id="mail-adr-to-tx" type="text" name="mail-adr-to-tx" value="" maxlength="255" onblur="return KSS.eventHandler.defaultBlurEventHandler(this)" size="40" 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;&#30331;&#37682;&#32080;&#26524;&#36890;&#30693;&#12513;&#12540;&#12523;&#12450;&#12489;&#12524;&#12473;&quot;,&quot;validators&quot;:[{&quot;argsName&quot;:[],&quot;argsValue&quot;:[],&quot;message&quot;:&quot;validator.nps.127&quot;,&quot;validator&quot;:&quot;NPS.app.commons.validate.isValidMail&quot;},{&quot;argsName&quot;:[&quot;value&quot;],&quot;argsValue&quot;:[&quot;255&quot;],&quot;message&quot;:&quot;validator.nps.128&quot;,&quot;validator&quot;:&quot;KSS.validate.checkMaxLength&quot;}]}}" />
371
+ </div>
372
+ <div class="txt14-5 txt-alertred">&#12288;&#8251;&#12513;&#12540;&#12523;&#12450;&#12489;&#12524;&#12473;(1&#31623;&#25152;&#12398;&#12415;)&#12434;&#20837;&#21147;&#12375;&#12390;&#12367;&#12384;&#12373;&#12356;&#12290;</div>
373
+ </td>
374
+ </tr>
375
+ <tr>
376
+ <td>&#12288;</td>
377
+ <td class="checkbox">
378
+ <div class="fll">
379
+ <input type="checkbox" name="my-setting-flg" value="1" /><label class="ml6 v-align">&#27425;&#22238;&#12418;&#12371;&#12398;&#35373;&#23450;&#12434;&#20351;&#29992;&#12377;&#12427;</label>
380
+ </div>
381
+ </td>
382
+ </tr>
383
+ </table>
384
+
385
+ <section class="clb clearfix" id="style-mb">
386
+ <button type="button" class="xbtn xux-type-default flr ie7btn7" id="update-btn">&#30331;&#37682;&#12377;&#12427;</button>
387
+ <button type="button" class="xbtn flr mr6 ie7btn9" id="return-btn">&#25147;&#12427;</button>
388
+ </section>
389
+ <div style="display:none"><input id="return-ow-btn" type="submit" name="return-ow-btn" value="&#25147;&#12427;" onclick="KSS.eventHandler.executeValidate = false;" /><input id="update-ow-btn" type="submit" name="update-ow-btn" value="&#24467;&#26469;&#12450;&#12483;&#12503;&#12525;&#12540;&#12489;" />
390
+ </div>
391
+ <img id="cover" style="display:none;position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; width: 100%; height: 100%;opacity: 0.3; filter: alpha(opacity=30); -moz-opacity:0.3;z-index:998;" />
392
+ <img id="loading" style="display:none;position: fixed; top: 50%; bottom: 0; left: 50%; right: 0; margin-top: -16px; margin-left: -16px; z-index:999;" /><input type="hidden" name="controlParamKey" value="xxx" />
393
+ <input type="hidden" name="javax.faces.ViewState" id="javax.faces.ViewState" value="yyy" autocomplete="off" />
394
+ </form>
395
+ </section>
396
+ </article>
397
+ </main>
398
+ <!-- メイン部 End -->
399
+
400
+ <!-- フッター部 Start --><?xml version="1.0" encoding="UTF-8"?>
401
+
402
+
403
+ <footer class="xux-footer">&copy;Fuji Xerox Co., Ltd. 1995-2015</footer>
404
+ <script>
405
+ /* (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
406
+ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
407
+ m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
408
+ })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
409
+
410
+ ga('create', 'UA-3871039-2', 'auto');
411
+ ga('send', 'pageview');
412
+ */
413
+ </script> <!-- フッター部をインクルードする指定 -->
414
+ <!-- フッター部 End -->
415
+ </body>
416
+ </html>
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: netprint
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - youpy
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-11-09 00:00:00.000000000 Z
11
+ date: 2016-04-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rspec
@@ -38,20 +38,6 @@ dependencies:
38
38
  - - ">="
39
39
  - !ruby/object:Gem::Version
40
40
  version: '0'
41
- - !ruby/object:Gem::Dependency
42
- name: netprint
43
- requirement: !ruby/object:Gem::Requirement
44
- requirements:
45
- - - ">="
46
- - !ruby/object:Gem::Version
47
- version: '0'
48
- type: :development
49
- prerelease: false
50
- version_requirements: !ruby/object:Gem::Requirement
51
- requirements:
52
- - - ">="
53
- - !ruby/object:Gem::Version
54
- version: '0'
55
41
  - !ruby/object:Gem::Dependency
56
42
  name: webmock
57
43
  requirement: !ruby/object:Gem::Requirement
@@ -80,20 +66,6 @@ dependencies:
80
66
  - - '='
81
67
  - !ruby/object:Gem::Version
82
68
  version: 2.7.0
83
- - !ruby/object:Gem::Dependency
84
- name: addressable
85
- requirement: !ruby/object:Gem::Requirement
86
- requirements:
87
- - - ">="
88
- - !ruby/object:Gem::Version
89
- version: '0'
90
- type: :runtime
91
- prerelease: false
92
- version_requirements: !ruby/object:Gem::Requirement
93
- requirements:
94
- - - ">="
95
- - !ruby/object:Gem::Version
96
- version: '0'
97
69
  - !ruby/object:Gem::Dependency
98
70
  name: docopt
99
71
  requirement: !ruby/object:Gem::Requirement
@@ -128,17 +100,19 @@ files:
128
100
  - lib/netprint/constants.rb
129
101
  - lib/netprint/error.rb
130
102
  - lib/netprint/options.rb
131
- - lib/netprint/url.rb
132
103
  - lib/netprint/version.rb
133
104
  - netprint.gemspec
134
- - spec/error.html
135
105
  - spec/foo.pdf
136
- - spec/list.html
106
+ - spec/list_empty.html
107
+ - spec/list_error.html
108
+ - spec/list_processed.html
109
+ - spec/list_processing.html
110
+ - spec/login.html
137
111
  - spec/netprint/agent_spec.rb
138
112
  - spec/netprint/options_spec.rb
139
- - spec/netprint/url_spec.rb
140
113
  - spec/spec_helper.rb
141
114
  - spec/upload.html
115
+ - spec/upload_error.html
142
116
  - spec/あいうえお.pdf
143
117
  homepage: ''
144
118
  licenses: []
@@ -159,17 +133,20 @@ required_rubygems_version: !ruby/object:Gem::Requirement
159
133
  version: '0'
160
134
  requirements: []
161
135
  rubyforge_project:
162
- rubygems_version: 2.2.1
136
+ rubygems_version: 2.2.0.rc.1
163
137
  signing_key:
164
138
  specification_version: 4
165
139
  summary: A library to upload file to netprint
166
140
  test_files:
167
- - spec/error.html
168
141
  - spec/foo.pdf
169
- - spec/list.html
142
+ - spec/list_empty.html
143
+ - spec/list_error.html
144
+ - spec/list_processed.html
145
+ - spec/list_processing.html
146
+ - spec/login.html
170
147
  - spec/netprint/agent_spec.rb
171
148
  - spec/netprint/options_spec.rb
172
- - spec/netprint/url_spec.rb
173
149
  - spec/spec_helper.rb
174
150
  - spec/upload.html
151
+ - spec/upload_error.html
175
152
  - spec/あいうえお.pdf