Commit 43fd81c3e845f9d4ee1cbfa7f18c64827e919142

Authored by EC2 Default User
1 parent e94f9ddb

before release

Showing 68 changed files with 0 additions and 11183 deletions
1   -<?php /* Smarty version 2.6.26, created on 2017-06-01 09:16:22
2   - compiled from MST1410.tpl */ ?>
3   -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
4   -<HTML>
5   -<HEAD>
6   -<META name="GENERATOR" content="Microsoft FrontPage 4.0">
7   -<META http-equiv="Content-Type" content="text/html; charset=EUC-JP">
8   -<META http-equiv="Content-Style-Type" content="text/css">
9   -<link href="./css/style.css" rel="stylesheet" type="text/css">
10   -<TITLE>め〜るNiポン!</TITLE>
11   -<script>
12   -<?php echo '
13   - function del_check(){
14   - if (confirm("この回答パターンを削除します\\nよろしいですか?")){
15   - document.Frm.action="MST1430.php";
16   - document.Frm.metho="POST";
17   - document.Frm.submit();
18   - }
19   - }
20   - function disp_update(){
21   - if (confirm("初期表示を変更します\\nよろしいですか?")){
22   - document.Frm.action="MST1440.php";
23   - document.Frm.metho="POST";
24   - document.Frm.submit();
25   - }
26   - }
27   -'; ?>
28   -
29   -</script>
30   -</HEAD>
31   -<BODY bgcolor="White">
32   -<form name="Frm" method="POST">
33   -<!-- ヘッダー表示 -->
34   -<?php $_smarty_tpl_vars = $this->_tpl_vars;
35   -$this->_smarty_include(array('smarty_include_tpl_file' => 'header.tpl', 'smarty_include_vars' => array()));
36   -$this->_tpl_vars = $_smarty_tpl_vars;
37   -unset($_smarty_tpl_vars);
38   - ?>
39   -<!-- メニュー表示 -->
40   -<?php $_smarty_tpl_vars = $this->_tpl_vars;
41   -$this->_smarty_include(array('smarty_include_tpl_file' => 'menu.tpl', 'smarty_include_vars' => array()));
42   -$this->_tpl_vars = $_smarty_tpl_vars;
43   -unset($_smarty_tpl_vars);
44   - ?>
45   -<!-- 一覧表示 -->
46   -<center>
47   -<table width="100%" border="0">
48   - <tr>
49   - <th><B><FONT color=blue size=5>回答パターン一覧画面</FONT></B></th>
50   - </tr>
51   -</table>
52   -<hr/>
53   -<TABLE border=0 WIDTH="900">
54   - <TR>
55   - <TD>
56   - <CENTER>
57   - <INPUT type="button" name="back" value="メニューへ戻る" onClick="location='MAIN0000.php'"><BR><BR>
58   - <FONT SIZE=2>回答パターンを登録する場合はこのボタンを押してください⇒</FONT>
59   - <INPUT type="button" name="new" value="新規登録" onClick="location='./MST1420.php'"><BR><BR>
60   - <FONT SIZE=2>回答パターンを削除する場合はこのボタンを押してください⇒</FONT>
61   - <INPUT type="button" name="de" value="削   除" onClick="return del_check();">
62   - <br><br>
63   - <FONT SIZE=2>初期表示を変更する場合はこのボタンを押してください⇒</FONT>
64   - <INPUT type="button" name="up" value="変   更" onClick="return disp_update();">
65   - </CENTER>
66   - </TD>
67   - </TR>
68   -</TABLE>
69   -<BR><BR>
70   -<TABLE border=0 WIDTH="900">
71   - <TR>
72   - <TD>
73   - <CENTER>
74   - <?php if ($this->_tpl_vars['num'] == '0'): ?>
75   - <FONT size=2>対象データが存在しません</FONT>
76   - <?php else: ?>
77   - <TABLE border=1 bordercolor="#008080" WIDTH="600">
78   - <TR bgcolor="#FFCC99">
79   - <TD ALIGN="CENTER" WIDTH="300"><FONT size=2><B>回答パターン名称</B></FONT></TD>
80   - <TD ALIGN="CENTER" WIDTH="100"><FONT size=2><B>選択数</B></FONT></TD>
81   - <TD ALIGN="CENTER" WIDTH="100"><FONT size=2><B>初期表示</B></FONT></TD>
82   - <TD ALIGN="CENTER" WIDTH="100"><FONT size=2><B>削除</B></FONT></TD>
83   - </TR>
84   - <?php unset($this->_sections['idx']);
85   -$this->_sections['idx']['name'] = 'idx';
86   -$this->_sections['idx']['loop'] = is_array($_loop=$this->_tpl_vars['kaito_ptn']) ? count($_loop) : max(0, (int)$_loop); unset($_loop);
87   -$this->_sections['idx']['show'] = true;
88   -$this->_sections['idx']['max'] = $this->_sections['idx']['loop'];
89   -$this->_sections['idx']['step'] = 1;
90   -$this->_sections['idx']['start'] = $this->_sections['idx']['step'] > 0 ? 0 : $this->_sections['idx']['loop']-1;
91   -if ($this->_sections['idx']['show']) {
92   - $this->_sections['idx']['total'] = $this->_sections['idx']['loop'];
93   - if ($this->_sections['idx']['total'] == 0)
94   - $this->_sections['idx']['show'] = false;
95   -} else
96   - $this->_sections['idx']['total'] = 0;
97   -if ($this->_sections['idx']['show']):
98   -
99   - for ($this->_sections['idx']['index'] = $this->_sections['idx']['start'], $this->_sections['idx']['iteration'] = 1;
100   - $this->_sections['idx']['iteration'] <= $this->_sections['idx']['total'];
101   - $this->_sections['idx']['index'] += $this->_sections['idx']['step'], $this->_sections['idx']['iteration']++):
102   -$this->_sections['idx']['rownum'] = $this->_sections['idx']['iteration'];
103   -$this->_sections['idx']['index_prev'] = $this->_sections['idx']['index'] - $this->_sections['idx']['step'];
104   -$this->_sections['idx']['index_next'] = $this->_sections['idx']['index'] + $this->_sections['idx']['step'];
105   -$this->_sections['idx']['first'] = ($this->_sections['idx']['iteration'] == 1);
106   -$this->_sections['idx']['last'] = ($this->_sections['idx']['iteration'] == $this->_sections['idx']['total']);
107   -?>
108   - <tr>
109   - <?php echo $this->_tpl_vars['kaito_ptn'][$this->_sections['idx']['index']]; ?>
110   -
111   - </tr>
112   - <?php endfor; endif; ?>
113   - </TABLE>
114   - <TABLE border=0 WIDTH="900">
115   - <TR>
116   - <TD>
117   - <CENTER>
118   - <FONT size=2><B>※選択数0個の送信は、既読確認のみで回答を入力することはできません。</B></FONT>
119   - </CENTER>
120   - </TD>
121   - </TR>
122   - </TABLE>
123   - <?php endif; ?>
124   - </CENTER>
125   - </TD>
126   - </TR>
127   -</TABLE>
128   -<BR>
129   -<TABLE border=0 WIDTH="900">
130   - <TR>
131   - <TD>
132   - <CENTER>
133   - <INPUT type="button" name="back" value="メニューへ戻る" onClick="location='MAIN0000.php'">
134   - </CENTER>
135   - </TD>
136   - </TR>
137   -</TABLE>
138   -<input type="hidden" name="exeflg" value="0">
139   -<input type="hidden" name="scrflg" value="0">
140   -</CENTER>
141   -<!-- フッター表示 -->
142   -<?php $_smarty_tpl_vars = $this->_tpl_vars;
143   -$this->_smarty_include(array('smarty_include_tpl_file' => 'footer.tpl', 'smarty_include_vars' => array()));
144   -$this->_tpl_vars = $_smarty_tpl_vars;
145   -unset($_smarty_tpl_vars);
146   - ?>
147   -</FORM>
148   -</BODY>
149   -</HTML>
\ No newline at end of file
1   -<?php /* Smarty version 2.6.26, created on 2017-06-01 23:16:40
2   - compiled from MST1140.tpl */ ?>
3   -<DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
4   -<HTML>
5   -<HEAD>
6   -<META name="GENERATOR" content="Microsoft FrontPage 4.0">
7   -<META http-equiv="Content-Type" content="text/html; charset=EUC-JP">
8   -<META http-equiv="Content-Style-Type" content="text/css">
9   -<link href="./css/style.css" rel="stylesheet" type="text/css">
10   -<TITLE>め〜るNiポン!</TITLE>
11   -<script type="text/javascript" src="./include/input_chk.js" charset="EUC-JP"></script>
12   -<script>
13   -<?php echo '
14   -
15   -function Disp_List(){
16   - if (confirm("入力内容は破棄してユーザー情報一覧画面に戻ります\\nよろしいですか?")){
17   - document.frm.action = "MST1100.php";
18   - document.frm.method = "POST";
19   - document.frm.submit();
20   - return;
21   - }
22   -}
23   -
24   -function Send_Select(){
25   - document.frm.action = "MST1141.php";
26   - document.frm.method = "POST";
27   - document.frm.submit();
28   -}
29   -
30   -function Mail_Send(){
31   - if(!document.frm.Send_User.value){
32   - window.alert("送信先を選択して下さい");
33   - return false;
34   - }
35   -
36   - if (confirm("この内容で情報を配信しますか?")){
37   - document.frm.action="MST1142.php";
38   - document.frm.enctype="multipart/form-data";
39   - document.frm.method = "POST";
40   - document.frm.submit();
41   - }
42   -}
43   -
44   -'; ?>
45   -
46   -</script>
47   -</HEAD>
48   -<BODY bgcolor="White">
49   -<FORM name="frm" enctype="multipart/form-data" method="post">
50   -<!-- ヘッダー表示 -->
51   -<?php $_smarty_tpl_vars = $this->_tpl_vars;
52   -$this->_smarty_include(array('smarty_include_tpl_file' => 'header.tpl', 'smarty_include_vars' => array()));
53   -$this->_tpl_vars = $_smarty_tpl_vars;
54   -unset($_smarty_tpl_vars);
55   - ?>
56   -<!-- メニュー表示 -->
57   -<?php $_smarty_tpl_vars = $this->_tpl_vars;
58   -$this->_smarty_include(array('smarty_include_tpl_file' => 'menu.tpl', 'smarty_include_vars' => array()));
59   -$this->_tpl_vars = $_smarty_tpl_vars;
60   -unset($_smarty_tpl_vars);
61   - ?>
62   -<table width="100%" border="0">
63   - <tr>
64   - <th><B><font color=blue size=5>テストメール配信</font></B></th>
65   - </tr>
66   -</table>
67   -<hr />
68   -<TABLE border="0" width="100%">
69   - <TR>
70   - <TD align="center">
71   - <INPUT type="button" name="btnBack" value="一覧へ戻る" onClick="location='MST1100.php'"><BR><BR>
72   - </TD>
73   - </TR>
74   - <tr>
75   - <td align="center">
76   - <FONT size="2" color=#FF0000><b><FONT size="2">件名・本文の一部は修正出来ません。<br>テストメール配信についてはポイントの消費はありません</b></FONT>
77   - </td>
78   - </tr>
79   - <TR>
80   - <TD align="center">
81   - <TABLE border=1 bordercolor="#008080" width="650">
82   - <TR>
83   - <TD bgcolor="#FFCC99"><B><FONT size="2" color=#FF0000></FONT><FONT size="2">送信先</FONT></B></TD>
84   - <TD>
85   - <TABLE width="100%">
86   - <TR>
87   - <TD width="50%" align="left" ><?php echo $this->_tpl_vars['Send_List']; ?>
88   -</TD>
89   - <TD width="50%" align="right"><INPUT type="button" name="btnSelect" value="送信先の選択をする" onClick="Send_Select();"></TD>
90   - </TR>
91   - </TABLE>
92   - </TD>
93   - </TR>
94   - <TR>
95   - <TD bgcolor="#FFCC99"><B><FONT size="2" color=#FF0000></FONT><FONT size="2">送信先機種</FONT></B></TD>
96   - <TD>
97   - <input name="SendType" type="radio" value="0" <?php echo $this->_tpl_vars['TypeChk'][0]; ?>
98   ->両方 
99   - <input name="SendType" type="radio" value="1" <?php echo $this->_tpl_vars['TypeChk'][1]; ?>
100   ->携帯のみ 
101   - <input name="SendType" type="radio" value="2" <?php echo $this->_tpl_vars['TypeChk'][2]; ?>
102   ->PCのみ 
103   - </TD>
104   - </TR>
105   - <TR>
106   - <TD bgcolor="#FFCC99"><B><FONT size="2" color=#FF0000></FONT><FONT size="2">件名</FONT></B></TD>
107   - <TD><INPUT size="30" maxlength="28" type="text" name="kenmei" value="め〜るNiポン送信確認メール" readonly>
108   - </TR>
109   - <TR>
110   - <TD bgcolor="#FFCC99"><B><FONT size="2" color=#FF0000></FONT><FONT size="2" class="space">本文</FONT></B></TD>
111   - <TD>
112   - ※このメールはめ〜るNiポンからの送信確認メールです。<BR>
113   - <TEXTAREA rows="2" cols="60" name="txtMemo"><?php echo $this->_tpl_vars['txtMemo']; ?>
114   -</TEXTAREA><BR>
115   - </TD>
116   - </TR>
117   - </TABLE>
118   - </TD>
119   - </TR>
120   - <TR>
121   - <TD align="center">
122   - <p>
123   - <FONT size="2"><B>↓情報を配信する場合はこのボタンを押してください↓<br></B></FONT>
124   - <INPUT type="button" name="btnSend" value="配信する" onClick="JavaScript:Mail_Send();" style="padding:4px 20px 4px 20px; ">
125   - </p>
126   - </TD>
127   - </TR>
128   -</TABLE>
129   -<input type="hidden" name="Send_User" value="<?php echo $this->_tpl_vars['Send_User']; ?>
130   -" />
131   -<!-- フッター表示 -->
132   -<?php $_smarty_tpl_vars = $this->_tpl_vars;
133   -$this->_smarty_include(array('smarty_include_tpl_file' => 'footer.tpl', 'smarty_include_vars' => array()));
134   -$this->_tpl_vars = $_smarty_tpl_vars;
135   -unset($_smarty_tpl_vars);
136   - ?>
137   -</FORM>
138   -</BODY>
139   -</HTML>
\ No newline at end of file
1   -<?php /* Smarty version 2.6.26, created on 2017-05-31 13:33:26
2   - compiled from footer.tpl */ ?>
3   -<hr>
4   -<div id="copyBg">
5   - <a href="http://www.media-tek.co.jp" target="_blank" title="メディアテック(株)ホームページへ">Copyright (C) 2005-2010 MediaTech Inc. All rights reserved.</a>
6   -</div>
\ No newline at end of file
1   -<?php /* Smarty version 2.6.26, created on 2017-08-07 07:12:41
2   - compiled from LIST3011.tpl */ ?>
3   -<DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
4   -<HTML>
5   -<HEAD>
6   -<META name="GENERATOR" content="Microsoft FrontPage 4.0">
7   -<META http-equiv="Content-Type" content="text/html; charset=EUC-JP">
8   -<META http-equiv="Content-Style-Type" content="text/css">
9   -<link href="./css/style.css" rel="stylesheet" type="text/css">
10   -<TITLE>め〜るNiポン!</TITLE>
11   -<script type="text/javascript" src="./include/input_chk.js" charset="EUC-JP"></script>
12   -<script>
13   -<?php echo '
14   -
15   -function Disp_List(){
16   - document.frm.action="./LIST0000.php";
17   - document.frm.method="POST";
18   - document.frm.submit();
19   - return;
20   -}
21   -
22   -'; ?>
23   -
24   -</script>
25   -</HEAD>
26   -<BODY bgcolor="White">
27   -<FORM name="frm" method="post">
28   -<!-- ヘッダー表示 -->
29   -<?php $_smarty_tpl_vars = $this->_tpl_vars;
30   -$this->_smarty_include(array('smarty_include_tpl_file' => 'header.tpl', 'smarty_include_vars' => array()));
31   -$this->_tpl_vars = $_smarty_tpl_vars;
32   -unset($_smarty_tpl_vars);
33   - ?>
34   -<!-- メニュー表示 -->
35   -<?php $_smarty_tpl_vars = $this->_tpl_vars;
36   -$this->_smarty_include(array('smarty_include_tpl_file' => 'menu.tpl', 'smarty_include_vars' => array()));
37   -$this->_tpl_vars = $_smarty_tpl_vars;
38   -unset($_smarty_tpl_vars);
39   - ?>
40   -<table border="0" width="100%">
41   - <TR>
42   - <TD align="center">
43   - <table width="100%" border="0">
44   - <tr><th><B><FONT color=blue size=5>未読者再配信完了</FONT></B></th></tr>
45   - </table>
46   - <HR>
47   - <BR>
48   - <INPUT type="button" name="back" value="一覧に戻る" onClick="Disp_List();">
49   - </CENTER>
50   - </TD>
51   - </TR>
52   - <tr>
53   - <td align="center">
54   - <TABLE border=1 bordercolor="#008080" width="544">
55   - <TR>
56   - <TD width="585" height="129" align="center"><img src="./img/send.gif" alt="めーるNiポン"></TD>
57   - </TR>
58   - <TR>
59   - <TD bgcolor="#FFCC99"><CENTER><FONT size="5">入力された情報を送信しました。</FONT></CENTER></TD>
60   - </TR>
61   - </TABLE>
62   - </td>
63   - </tr>
64   -</table>
65   -<!-- フッター表示 -->
66   -<?php $_smarty_tpl_vars = $this->_tpl_vars;
67   -$this->_smarty_include(array('smarty_include_tpl_file' => 'footer.tpl', 'smarty_include_vars' => array()));
68   -$this->_tpl_vars = $_smarty_tpl_vars;
69   -unset($_smarty_tpl_vars);
70   - ?>
71   -</FORM>
72   -</BODY>
73   -</HTML>
\ No newline at end of file
1   -<?php /* Smarty version 2.6.26, created on 2017-06-01 09:17:24
2   - compiled from MST1130.tpl */ ?>
3   -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
4   -<HTML>
5   -<HEAD>
6   -<TITLE>ユーザー登録配布用</TITLE>
7   -<META name="GENERATOR" content="Microsoft FrontPage 4.0">
8   -<META http-equiv="Content-Type" content="text/html; charset=EUC-JP">
9   -<META http-equiv="Content-Style-Type" content="text/css">
10   -<link href="./css/style.css" rel="stylesheet" type="text/css">
11   -<TITLE>め〜るNiポン!</TITLE>
12   -</HEAD>
13   -<BODY>
14   -<FORM name="frm" method="post">
15   -<!-- ヘッダー表示 -->
16   -<?php $_smarty_tpl_vars = $this->_tpl_vars;
17   -$this->_smarty_include(array('smarty_include_tpl_file' => 'header_non.tpl', 'smarty_include_vars' => array()));
18   -$this->_tpl_vars = $_smarty_tpl_vars;
19   -unset($_smarty_tpl_vars);
20   - ?>
21   -<br>
22   -<center>
23   - <table width="75%" border="2">
24   - <tr>
25   - <center>
26   - <td>
27   - <BR>
28   - <INPUT name="text" type="text" Value="" size="30">の皆様へ<BR><BR>
29   - <div align="right">
30   - <?php echo $this->_tpl_vars['PHP_POST_DB_USER_NAME']; ?>
31   -<br>
32   - </div>
33   - <BR>
34   - <div align="center">
35   - 「め〜るNiポン」による連絡網<BR><BR>
36   - このたびメール配信システムを使った連絡網を作る事となりました。<BR>
37   - 下記のURLより、皆さんからメールアドレスを登録してください。よろしくお願いします。<BR><BR>
38   - <table width="75%" border="2">
39   - <tr>
40   - <td>
41   - <center><a href="<?php echo $this->_tpl_vars['strURL']; ?>
42   -" target="_blank"><?php echo $this->_tpl_vars['strURL']; ?>
43   -</a></center>
44   - </td>
45   - </tr>
46   - </table>
47   - <img src="https://www.mtc-sv.jp/make_qr/php/qr_img.php?d=<?php echo $this->_tpl_vars['strURL']; ?>
48   -&e=M&s=3"><BR><BR>
49   - ■ 注意事項 ■<BR>
50   - ・携帯でメール受信制限を行っている方は、
51   - <INPUT name="text2" type="text" Value="※管理者の方のMailアドレス" size="30"><BR>
52   -  からのメールを受信できるように制限を変更しておいてください。<BR>
53   - ・携帯電話の仕様等により一部、ご覧になれない機種がある可能性があります。<br>
54   - <font color="#FF0000">・不正な登録を防ぐためにもURL等の情報漏洩にはお気をつけ下さい。 </font><br>
55   - </div>
56   - </td>
57   - </center>
58   - </tr>
59   - </table>
60   -</center>
61   -</FORM>
62   -</BODY>
63   -
64   -</HTML>
\ No newline at end of file
1   -<?php /* Smarty version 2.6.26, created on 2017-06-02 01:42:29
2   - compiled from LIST1031.tpl */ ?>
3   -<DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
4   -<HTML>
5   -<HEAD>
6   -<META name="GENERATOR" content="Microsoft FrontPage 4.0">
7   -<META http-equiv="Content-Type" content="text/html; charset=EUC-JP">
8   -<META http-equiv="Content-Style-Type" content="text/css">
9   -<link href="./css/style.css" rel="stylesheet" type="text/css">
10   -<TITLE>め〜るNiポン!</TITLE>
11   -<script type="text/javascript" src="./include/input_chk.js" charset="EUC-JP"></script>
12   -<script>
13   -<?php echo '
14   -
15   -function Return_Send(){
16   - document.frm.action = "LIST1030.php";
17   - document.frm.method = "POST";
18   - document.frm.submit();
19   -}
20   -
21   -function All_chk1(intFlg){
22   - if (document.frm.select_cd){
23   - if (document.frm.select_cd.length){
24   - for(i = 0 ; i <= document.frm.select_cd.length-1; i++ ){
25   - if (intFlg==1){
26   - document.frm.select_cd[i].checked=true;
27   - }else{
28   - document.frm.select_cd[i].checked=false;
29   - }
30   - }
31   - }else{
32   - if (intFlg==1){
33   - document.frm.select_cd.checked=true;
34   - }else{
35   - document.frm.select_cd.checked=false;
36   - }
37   - }
38   - }
39   -}
40   -
41   -function Tuika_User(){
42   - var Sel_Data = "";
43   - if (document.frm.select_cd){
44   - if (document.frm.select_cd.length){
45   - for(i = 0 ; i <= document.frm.select_cd.length-1; i++ ){
46   - if (document.frm.select_cd[i].checked){
47   - Sel_Data = Sel_Data+document.frm.select_cd[i].value+",";
48   - }
49   - }
50   - }else{
51   - if (document.frm.select_cd.checked){
52   - Sel_Data = Sel_Data+document.frm.select_cd.value+",";
53   - }
54   - }
55   - if (Sel_Data==""){
56   - alert("追加するユーザーを選択してください。");
57   - }else{
58   - document.frm.Send_User.value=document.frm.Send_User.value+Sel_Data;
59   - document.frm.action = "LIST1031.php";
60   - document.frm.method = "POST";
61   - document.frm.submit();
62   - }
63   - }
64   -}
65   -
66   -function All_chk2(intFlg){
67   -
68   - if (document.frm.send_cd){
69   - if (document.frm.send_cd.length){
70   - for(i = 0 ; i <= document.frm.send_cd.length-1; i++ ){
71   - if (intFlg==1){
72   - document.frm.send_cd[i].checked=true;
73   - }else{
74   - document.frm.send_cd[i].checked=false;
75   - }
76   - }
77   - }else{
78   - if (intFlg==1){
79   - document.frm.send_cd.checked=true;
80   - }else{
81   - document.frm.send_cd.checked=false;
82   - }
83   - }
84   - }
85   -}
86   -
87   -function Delete_User(){
88   - var Sel_Data = "";
89   -
90   - if (document.frm.send_cd){
91   - if (document.frm.send_cd.length){
92   - for(i = 0 ; i <= document.frm.send_cd.length-1; i++ ){
93   - if (document.frm.send_cd[i].checked==false){
94   - Sel_Data = Sel_Data+document.frm.send_cd[i].value+",";
95   - }
96   - }
97   - }else{
98   - if (document.frm.send_cd.checked==false){
99   - Sel_Data = Sel_Data+document.frm.send_cd.value+",";
100   - }
101   - }
102   -
103   - document.frm.Send_User.value=Sel_Data;
104   - document.frm.action = "LIST1031.php";
105   - document.frm.method = "POST";
106   - document.frm.submit();
107   - }
108   -}
109   -
110   -'; ?>
111   -
112   -</script>
113   -</HEAD>
114   -<BODY bgcolor="White">
115   -<FORM name="frm" method="post">
116   -<!-- ヘッダー表示 -->
117   -<?php $_smarty_tpl_vars = $this->_tpl_vars;
118   -$this->_smarty_include(array('smarty_include_tpl_file' => 'header.tpl', 'smarty_include_vars' => array()));
119   -$this->_tpl_vars = $_smarty_tpl_vars;
120   -unset($_smarty_tpl_vars);
121   - ?>
122   -<!-- メニュー表示 -->
123   -<?php $_smarty_tpl_vars = $this->_tpl_vars;
124   -$this->_smarty_include(array('smarty_include_tpl_file' => 'menu.tpl', 'smarty_include_vars' => array()));
125   -$this->_tpl_vars = $_smarty_tpl_vars;
126   -unset($_smarty_tpl_vars);
127   - ?>
128   -<table border="0" width="100%">
129   - <tr>
130   - <td>
131   - <table width="100%" border="0">
132   - <tr><th><B><FONT color=blue size=5>送信先選択</FONT></B></th></tr>
133   - </table>
134   - </td>
135   - </tr>
136   - <tr><td align="center"><hr /></td></tr>
137   - <tr>
138   - <td align="center">
139   - <B><FONT color=blue size=4><A HREF="#" onClick="Return_Send()">[ 送信者選択終了 ]</A></FONT></B>
140   - </td>
141   - </tr>
142   - <tr>
143   - <td align="center"><FONT size=2>会員一覧が表示されます。</FONT></td>
144   - </tr>
145   - <tr>
146   - <td align="center">
147   - <?php if ($this->_tpl_vars['Select_List'][0][1] != ""): ?>
148   - <table border=0 WIDTH="900" >
149   - <TR>
150   - <TD align="center"></TD>
151   - <TD align="center"><B>氏名</B></TD>
152   - <TD align="center"><B>携帯アドレス</B></TD>
153   - <TD align="center"><B>PCアドレス</B></TD>
154   - </TR>
155   - <?php unset($this->_sections['idx']);
156   -$this->_sections['idx']['name'] = 'idx';
157   -$this->_sections['idx']['loop'] = is_array($_loop=$this->_tpl_vars['Select_List']) ? count($_loop) : max(0, (int)$_loop); unset($_loop);
158   -$this->_sections['idx']['show'] = true;
159   -$this->_sections['idx']['max'] = $this->_sections['idx']['loop'];
160   -$this->_sections['idx']['step'] = 1;
161   -$this->_sections['idx']['start'] = $this->_sections['idx']['step'] > 0 ? 0 : $this->_sections['idx']['loop']-1;
162   -if ($this->_sections['idx']['show']) {
163   - $this->_sections['idx']['total'] = $this->_sections['idx']['loop'];
164   - if ($this->_sections['idx']['total'] == 0)
165   - $this->_sections['idx']['show'] = false;
166   -} else
167   - $this->_sections['idx']['total'] = 0;
168   -if ($this->_sections['idx']['show']):
169   -
170   - for ($this->_sections['idx']['index'] = $this->_sections['idx']['start'], $this->_sections['idx']['iteration'] = 1;
171   - $this->_sections['idx']['iteration'] <= $this->_sections['idx']['total'];
172   - $this->_sections['idx']['index'] += $this->_sections['idx']['step'], $this->_sections['idx']['iteration']++):
173   -$this->_sections['idx']['rownum'] = $this->_sections['idx']['iteration'];
174   -$this->_sections['idx']['index_prev'] = $this->_sections['idx']['index'] - $this->_sections['idx']['step'];
175   -$this->_sections['idx']['index_next'] = $this->_sections['idx']['index'] + $this->_sections['idx']['step'];
176   -$this->_sections['idx']['first'] = ($this->_sections['idx']['iteration'] == 1);
177   -$this->_sections['idx']['last'] = ($this->_sections['idx']['iteration'] == $this->_sections['idx']['total']);
178   -?>
179   - <TR bgcolor="#CCCCCC">
180   - <td align="center"><INPUT type="checkbox" id="select_cd" name="select_cd" value="<?php echo $this->_tpl_vars['Select_List'][$this->_sections['idx']['index']][0]; ?>
181   -"></td>
182   - <td align="left"><?php echo $this->_tpl_vars['Select_List'][$this->_sections['idx']['index']][1]; ?>
183   -</td>
184   - <td align="left"><?php echo $this->_tpl_vars['Select_List'][$this->_sections['idx']['index']][2]; ?>
185   -</td>
186   - <td align="left"><?php echo $this->_tpl_vars['Select_List'][$this->_sections['idx']['index']][3]; ?>
187   -</td>
188   - </TR>
189   - <?php endfor; endif; ?>
190   - </table>
191   - <?php else: ?>
192   - 対象データが存在しません
193   - <?php endif; ?>
194   - </td>
195   - </tr>
196   - <tr>
197   - <td align="center">
198   - <input type="button" value=" 全体選択 " name="btnSelect1_1" onClick="All_chk1(1);">
199   - <input type="button" value=" 選択解除 " name="btnSelect1_0" onClick="All_chk1(0);">
200   - <input type="button" value=" 追加 " name="btnTuika" onClick="Tuika_User();">
201   - </td>
202   - </tr>
203   - <tr><td align="center"><hr /></td></tr>
204   - <tr>
205   - <td align="center"><FONT size=2>会員一覧が表示されます。</FONT></td>
206   - </tr>
207   - <tr>
208   - <td align="center">
209   - <table border=0 WIDTH="900" >
210   - <TR>
211   - <TD align="center"></TD>
212   - <TD align="center"><B>氏名</B></TD>
213   - <TD align="center"><B>携帯アドレス</B></TD>
214   - <TD align="center"><B>PCアドレス</B></TD>
215   - </TR>
216   - <?php unset($this->_sections['idx']);
217   -$this->_sections['idx']['name'] = 'idx';
218   -$this->_sections['idx']['loop'] = is_array($_loop=$this->_tpl_vars['Send_List']) ? count($_loop) : max(0, (int)$_loop); unset($_loop);
219   -$this->_sections['idx']['show'] = true;
220   -$this->_sections['idx']['max'] = $this->_sections['idx']['loop'];
221   -$this->_sections['idx']['step'] = 1;
222   -$this->_sections['idx']['start'] = $this->_sections['idx']['step'] > 0 ? 0 : $this->_sections['idx']['loop']-1;
223   -if ($this->_sections['idx']['show']) {
224   - $this->_sections['idx']['total'] = $this->_sections['idx']['loop'];
225   - if ($this->_sections['idx']['total'] == 0)
226   - $this->_sections['idx']['show'] = false;
227   -} else
228   - $this->_sections['idx']['total'] = 0;
229   -if ($this->_sections['idx']['show']):
230   -
231   - for ($this->_sections['idx']['index'] = $this->_sections['idx']['start'], $this->_sections['idx']['iteration'] = 1;
232   - $this->_sections['idx']['iteration'] <= $this->_sections['idx']['total'];
233   - $this->_sections['idx']['index'] += $this->_sections['idx']['step'], $this->_sections['idx']['iteration']++):
234   -$this->_sections['idx']['rownum'] = $this->_sections['idx']['iteration'];
235   -$this->_sections['idx']['index_prev'] = $this->_sections['idx']['index'] - $this->_sections['idx']['step'];
236   -$this->_sections['idx']['index_next'] = $this->_sections['idx']['index'] + $this->_sections['idx']['step'];
237   -$this->_sections['idx']['first'] = ($this->_sections['idx']['iteration'] == 1);
238   -$this->_sections['idx']['last'] = ($this->_sections['idx']['iteration'] == $this->_sections['idx']['total']);
239   -?>
240   - <TR bgcolor="#CCCCCC">
241   - <td align="center"><INPUT type="checkbox" id="send_cd" name="send_cd" value="<?php echo $this->_tpl_vars['Send_List'][$this->_sections['idx']['index']][0]; ?>
242   -"></td>
243   - <td align="left"><?php echo $this->_tpl_vars['Send_List'][$this->_sections['idx']['index']][1]; ?>
244   -</td>
245   - <td align="left"><?php echo $this->_tpl_vars['Send_List'][$this->_sections['idx']['index']][2]; ?>
246   -</td>
247   - <td align="left"><?php echo $this->_tpl_vars['Send_List'][$this->_sections['idx']['index']][3]; ?>
248   -</td>
249   - </TR>
250   - <?php endfor; endif; ?>
251   - </table>
252   - </td>
253   - </tr>
254   - <tr>
255   - <td align="center">
256   - <input type="button" value=" 全体選択 " name="btnSelect2_1" onClick="All_chk2(1);">
257   - <input type="button" value=" 選択解除 " name="btnSelect2_0" onClick="All_chk2(0);">
258   - <input type="button" value=" 削除 " name="btnTuika" onClick="Delete_User();">
259   - </td>
260   - </tr>
261   -</table>
262   -<input type="hidden" name="mail_id" value="<?php echo $this->_tpl_vars['mail_id']; ?>
263   -" />
264   -<input type="hidden" name="Send_User" value="<?php echo $this->_tpl_vars['Send_User']; ?>
265   -" />
266   -<input type="hidden" name="SendType" value="<?php echo $this->_tpl_vars['SendType']; ?>
267   -" />
268   -<!-- フッター表示 -->
269   -<?php $_smarty_tpl_vars = $this->_tpl_vars;
270   -$this->_smarty_include(array('smarty_include_tpl_file' => 'footer.tpl', 'smarty_include_vars' => array()));
271   -$this->_tpl_vars = $_smarty_tpl_vars;
272   -unset($_smarty_tpl_vars);
273   - ?>
274   -</FORM>
275   -</BODY>
276   -</HTML>
\ No newline at end of file
1   -<?php /* Smarty version 2.6.26, created on 2017-06-01 09:09:08
2   - compiled from SUB0010.tpl */ ?>
3   -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
4   -<HTML>
5   -<HEAD>
6   -<META name="GENERATOR" content="Microsoft FrontPage 4.0">
7   -<META http-equiv="Content-Type" content="text/html; charset=EUC-JP">
8   -<META http-equiv="Content-Style-Type" content="text/css">
9   -<link href="./css/style.css" rel="stylesheet" type="text/css">
10   -<TITLE>め〜るNiポン!</TITLE>
11   -<script type="text/javascript" src="./include/input_chk.js" charset="EUC-JP"></script>
12   -<script>
13   -<?php echo '
14   -
15   -function move_send(){
16   - if (hissu_chk("メールアドレス",document.frm.account.value)==false) {
17   - document.frm.account.focus();
18   - return false;
19   - }
20   -
21   - if (mailadr_chk(document.frm.account.value,document.frm.domain.value)==false) {
22   - document.frm.account.focus();
23   - return false;
24   - }
25   -
26   - document.frm.action="SUB0011.php";
27   - document.frm.method="POST";
28   - document.frm.submit();
29   - return false;
30   -}
31   -
32   -'; ?>
33   -
34   -</script>
35   -</HEAD>
36   -<BODY bgcolor="White">
37   -<FORM name="frm">
38   -<!-- ヘッダー表示 -->
39   -<?php $_smarty_tpl_vars = $this->_tpl_vars;
40   -$this->_smarty_include(array('smarty_include_tpl_file' => 'header.tpl', 'smarty_include_vars' => array()));
41   -$this->_tpl_vars = $_smarty_tpl_vars;
42   -unset($_smarty_tpl_vars);
43   - ?>
44   -<!-- メニュー表示 -->
45   -<?php $_smarty_tpl_vars = $this->_tpl_vars;
46   -$this->_smarty_include(array('smarty_include_tpl_file' => 'menu.tpl', 'smarty_include_vars' => array()));
47   -$this->_tpl_vars = $_smarty_tpl_vars;
48   -unset($_smarty_tpl_vars);
49   - ?>
50   -<!-- 一覧表示 -->
51   -<table width="100%" border="0">
52   - <tr>
53   - <th><B><font color="blue" size="5">携帯電話へログインURL送信</font></B></th>
54   - </tr>
55   -</table>
56   -<hr />
57   -<table width="100%" border="0">
58   - <tr>
59   - <td align="center">
60   - <TABLE border="0" bordercolor="#008080">
61   - <TR>
62   - <TD bgColor=#ffffff align="center">
63   - <input type="text" name="account" size="27" maxlength="100">@<input type="text" name="domain" size="27" maxlength="100">
64   - <input type="button" onclick="return move_send();" value=" 送信する ">
65   - </TD>
66   - </TR>
67   - </TABLE>
68   - </td>
69   - </tr>
70   -</table>
71   -<table width="100%" border="0">
72   - <tr>
73   - <td align="center"><input type="button" name="btnReturn" value="メニューへ戻る" onClick="location='MAIN0000.php'"></td>
74   - </tr>
75   -</table>
76   -<!-- フッター表示 -->
77   -<?php $_smarty_tpl_vars = $this->_tpl_vars;
78   -$this->_smarty_include(array('smarty_include_tpl_file' => 'footer.tpl', 'smarty_include_vars' => array()));
79   -$this->_tpl_vars = $_smarty_tpl_vars;
80   -unset($_smarty_tpl_vars);
81   - ?>
82   -</FORM>
83   -</BODY>
84   -</HTML>
\ No newline at end of file
1   -<?php /* Smarty version 2.6.26, created on 2017-05-31 13:33:56
2   - compiled from SEND0002.tpl */ ?>
3   -<DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
4   -<HTML>
5   -<HEAD>
6   -<META name="GENERATOR" content="Microsoft FrontPage 4.0">
7   -<META http-equiv="Content-Type" content="text/html; charset=EUC-JP">
8   -<META http-equiv="Content-Style-Type" content="text/css">
9   -<link href="./css/style.css" rel="stylesheet" type="text/css">
10   -<TITLE>め〜るNiポン!</TITLE>
11   -<script type="text/javascript" src="./include/input_chk.js" charset="EUC-JP"></script>
12   -<script>
13   -<?php echo '
14   -function TP(){
15   - document.frm.action = "SEND0000.php";
16   - document.frm.method = "POST";
17   - document.frm.submit();
18   -}
19   -
20   -function All_chk1(intFlg){
21   - if (document.frm.select_cd){
22   - if (document.frm.select_cd.length){
23   - for(i = 0 ; i <= document.frm.select_cd.length-1; i++ ){
24   - if (intFlg==1){
25   - document.frm.select_cd[i].checked=true;
26   - }else{
27   - document.frm.select_cd[i].checked=false;
28   - }
29   - }
30   - }else{
31   - if (intFlg==1){
32   - document.frm.select_cd.checked=true;
33   - }else{
34   - document.frm.select_cd.checked=false;
35   - }
36   - }
37   - }
38   -}
39   -
40   -function Tuika_User(){
41   - var Sel_Data = "";
42   - if (document.frm.select_cd){
43   - if (document.frm.select_cd.length){
44   - for(i = 0 ; i <= document.frm.select_cd.length-1; i++ ){
45   - if (document.frm.select_cd[i].checked){
46   - Sel_Data = Sel_Data+document.frm.select_cd[i].value+",";
47   - }
48   - }
49   - }else{
50   - if (document.frm.select_cd.checked){
51   - Sel_Data = Sel_Data+document.frm.select_cd.value+",";
52   - }
53   - }
54   - if (Sel_Data==""){
55   - alert("追加するユーザーを選択してください。");
56   - }else{
57   - document.frm.Send_User.value=document.frm.Send_User.value+Sel_Data;
58   - document.frm.action = "SEND0002.php";
59   - document.frm.method = "POST";
60   - document.frm.submit();
61   - }
62   - }
63   -}
64   -
65   -function All_chk2(intFlg){
66   -
67   - if (document.frm.send_cd){
68   - if (document.frm.send_cd.length){
69   - for(i = 0 ; i <= document.frm.send_cd.length-1; i++ ){
70   - if (intFlg==1){
71   - document.frm.send_cd[i].checked=true;
72   - }else{
73   - document.frm.send_cd[i].checked=false;
74   - }
75   - }
76   - }else{
77   - if (intFlg==1){
78   - document.frm.send_cd.checked=true;
79   - }else{
80   - document.frm.send_cd.checked=false;
81   - }
82   - }
83   - }
84   -}
85   -
86   -function Delete_User(){
87   - var Sel_Data = "";
88   -
89   - if (document.frm.send_cd){
90   - if (document.frm.send_cd.length){
91   - for(i = 0 ; i <= document.frm.send_cd.length-1; i++ ){
92   - if (document.frm.send_cd[i].checked==false){
93   - Sel_Data = Sel_Data+document.frm.send_cd[i].value+",";
94   - }
95   - }
96   - }else{
97   - if (document.frm.send_cd.checked==false){
98   - Sel_Data = Sel_Data+document.frm.send_cd.value+",";
99   - }
100   - }
101   -
102   - document.frm.Send_User.value=Sel_Data;
103   - document.frm.action = "SEND0002.php";
104   - document.frm.method = "POST";
105   - document.frm.submit();
106   - }
107   -}
108   -
109   -'; ?>
110   -
111   -</script>
112   -</HEAD>
113   -<BODY bgcolor="White">
114   -<FORM name="frm" method="post">
115   -<!-- ヘッダー表示 -->
116   -<?php $_smarty_tpl_vars = $this->_tpl_vars;
117   -$this->_smarty_include(array('smarty_include_tpl_file' => 'header.tpl', 'smarty_include_vars' => array()));
118   -$this->_tpl_vars = $_smarty_tpl_vars;
119   -unset($_smarty_tpl_vars);
120   - ?>
121   -<!-- メニュー表示 -->
122   -<?php $_smarty_tpl_vars = $this->_tpl_vars;
123   -$this->_smarty_include(array('smarty_include_tpl_file' => 'menu.tpl', 'smarty_include_vars' => array()));
124   -$this->_tpl_vars = $_smarty_tpl_vars;
125   -unset($_smarty_tpl_vars);
126   - ?>
127   -<table border="0" width="100%">
128   - <tr>
129   - <td>
130   - <table width="100%" border="0">
131   - <tr><th><B><FONT color=blue size=5>送信先選択</FONT></B></th></tr>
132   - </table>
133   - </td>
134   - </tr>
135   - <tr><td align="center"><hr /></td></tr>
136   - <tr>
137   - <td align="center">
138   - <B><FONT color=blue size=4><A HREF="#" onClick="TP();">[ 送信選択終了 ]</A></FONT></B>
139   - </td>
140   - </tr>
141   - <tr>
142   - <td align="center"><FONT size=2>会員一覧が表示されます。</FONT></td>
143   - </tr>
144   - <tr>
145   - <td align="center">
146   - <?php if ($this->_tpl_vars['Select_List'][0][1] != ""): ?>
147   - <table border=0 WIDTH="900" >
148   - <TR>
149   - <TD align="center"></TD>
150   - <TD align="center"><B>氏名</B></TD>
151   - <TD align="center"><B>携帯アドレス</B></TD>
152   - <TD align="center"><B>PCアドレス</B></TD>
153   - </TR>
154   - <?php unset($this->_sections['idx']);
155   -$this->_sections['idx']['name'] = 'idx';
156   -$this->_sections['idx']['loop'] = is_array($_loop=$this->_tpl_vars['Select_List']) ? count($_loop) : max(0, (int)$_loop); unset($_loop);
157   -$this->_sections['idx']['show'] = true;
158   -$this->_sections['idx']['max'] = $this->_sections['idx']['loop'];
159   -$this->_sections['idx']['step'] = 1;
160   -$this->_sections['idx']['start'] = $this->_sections['idx']['step'] > 0 ? 0 : $this->_sections['idx']['loop']-1;
161   -if ($this->_sections['idx']['show']) {
162   - $this->_sections['idx']['total'] = $this->_sections['idx']['loop'];
163   - if ($this->_sections['idx']['total'] == 0)
164   - $this->_sections['idx']['show'] = false;
165   -} else
166   - $this->_sections['idx']['total'] = 0;
167   -if ($this->_sections['idx']['show']):
168   -
169   - for ($this->_sections['idx']['index'] = $this->_sections['idx']['start'], $this->_sections['idx']['iteration'] = 1;
170   - $this->_sections['idx']['iteration'] <= $this->_sections['idx']['total'];
171   - $this->_sections['idx']['index'] += $this->_sections['idx']['step'], $this->_sections['idx']['iteration']++):
172   -$this->_sections['idx']['rownum'] = $this->_sections['idx']['iteration'];
173   -$this->_sections['idx']['index_prev'] = $this->_sections['idx']['index'] - $this->_sections['idx']['step'];
174   -$this->_sections['idx']['index_next'] = $this->_sections['idx']['index'] + $this->_sections['idx']['step'];
175   -$this->_sections['idx']['first'] = ($this->_sections['idx']['iteration'] == 1);
176   -$this->_sections['idx']['last'] = ($this->_sections['idx']['iteration'] == $this->_sections['idx']['total']);
177   -?>
178   - <TR bgcolor="#CCCCCC">
179   - <td align="center"><INPUT type="checkbox" id="select_cd" name="select_cd" value="<?php echo $this->_tpl_vars['Select_List'][$this->_sections['idx']['index']][0]; ?>
180   -"></td>
181   - <td align="left"><?php echo $this->_tpl_vars['Select_List'][$this->_sections['idx']['index']][1]; ?>
182   -</td>
183   - <td align="left"><?php echo $this->_tpl_vars['Select_List'][$this->_sections['idx']['index']][2]; ?>
184   -</td>
185   - <td align="left"><?php echo $this->_tpl_vars['Select_List'][$this->_sections['idx']['index']][3]; ?>
186   -</td>
187   - </TR>
188   - <?php endfor; endif; ?>
189   - </table>
190   - <?php else: ?>
191   - 対象データが存在しません
192   - <?php endif; ?>
193   - </td>
194   - </tr>
195   - <tr>
196   - <td align="center">
197   - <input type="button" value=" 全体選択 " name="btnSelect1_1" onClick="All_chk1(1);">
198   - <input type="button" value=" 選択解除 " name="btnSelect1_0" onClick="All_chk1(0);">
199   - <input type="button" value=" 追加 " name="btnTuika" onClick="Tuika_User();">
200   - </td>
201   - </tr>
202   - <tr><td align="center"><hr /></td></tr>
203   - <tr>
204   - <td align="center"><FONT size=2>会員一覧が表示されます。</FONT></td>
205   - </tr>
206   - <tr>
207   - <td align="center">
208   - <table border=0 WIDTH="900" >
209   - <TR>
210   - <TD align="center"></TD>
211   - <TD align="center"><B>氏名</B></TD>
212   - <TD align="center"><B>携帯アドレス</B></TD>
213   - <TD align="center"><B>PCアドレス</B></TD>
214   - </TR>
215   - <?php unset($this->_sections['idx']);
216   -$this->_sections['idx']['name'] = 'idx';
217   -$this->_sections['idx']['loop'] = is_array($_loop=$this->_tpl_vars['Send_List']) ? count($_loop) : max(0, (int)$_loop); unset($_loop);
218   -$this->_sections['idx']['show'] = true;
219   -$this->_sections['idx']['max'] = $this->_sections['idx']['loop'];
220   -$this->_sections['idx']['step'] = 1;
221   -$this->_sections['idx']['start'] = $this->_sections['idx']['step'] > 0 ? 0 : $this->_sections['idx']['loop']-1;
222   -if ($this->_sections['idx']['show']) {
223   - $this->_sections['idx']['total'] = $this->_sections['idx']['loop'];
224   - if ($this->_sections['idx']['total'] == 0)
225   - $this->_sections['idx']['show'] = false;
226   -} else
227   - $this->_sections['idx']['total'] = 0;
228   -if ($this->_sections['idx']['show']):
229   -
230   - for ($this->_sections['idx']['index'] = $this->_sections['idx']['start'], $this->_sections['idx']['iteration'] = 1;
231   - $this->_sections['idx']['iteration'] <= $this->_sections['idx']['total'];
232   - $this->_sections['idx']['index'] += $this->_sections['idx']['step'], $this->_sections['idx']['iteration']++):
233   -$this->_sections['idx']['rownum'] = $this->_sections['idx']['iteration'];
234   -$this->_sections['idx']['index_prev'] = $this->_sections['idx']['index'] - $this->_sections['idx']['step'];
235   -$this->_sections['idx']['index_next'] = $this->_sections['idx']['index'] + $this->_sections['idx']['step'];
236   -$this->_sections['idx']['first'] = ($this->_sections['idx']['iteration'] == 1);
237   -$this->_sections['idx']['last'] = ($this->_sections['idx']['iteration'] == $this->_sections['idx']['total']);
238   -?>
239   - <TR bgcolor="#CCCCCC">
240   - <td align="center"><INPUT type="checkbox" id="send_cd" name="send_cd" value="<?php echo $this->_tpl_vars['Send_List'][$this->_sections['idx']['index']][0]; ?>
241   -"></td>
242   - <td align="left"><?php echo $this->_tpl_vars['Send_List'][$this->_sections['idx']['index']][1]; ?>
243   -</td>
244   - <td align="left"><?php echo $this->_tpl_vars['Send_List'][$this->_sections['idx']['index']][2]; ?>
245   -</td>
246   - <td align="left"><?php echo $this->_tpl_vars['Send_List'][$this->_sections['idx']['index']][3]; ?>
247   -</td>
248   - </TR>
249   - <?php endfor; endif; ?>
250   - </table>
251   - </td>
252   - </tr>
253   - <tr>
254   - <td align="center">
255   - <input type="button" value=" 全体選択 " name="btnSelect2_1" onClick="All_chk2(1);">
256   - <input type="button" value=" 選択解除 " name="btnSelect2_0" onClick="All_chk2(0);">
257   - <input type="button" value=" 削除 " name="btnTuika" onClick="Delete_User();">
258   - </td>
259   - </tr>
260   -</table>
261   -<br><B><FONT color=blue size=4><A HREF="#" onClick="TP();">[ 送信選択終了 ]</A></FONT></B>
262   -
263   -<input type="hidden" name="Send_User" value="<?php echo $this->_tpl_vars['Send_User']; ?>
264   -" />
265   -
266   -<INPUT type="hidden" name="alarm_flg" value="<?php echo $this->_tpl_vars['alarm_flg']; ?>
267   -">
268   -<INPUT type="hidden" name="alarm_yyyy" value="<?php echo $this->_tpl_vars['alarm_yyyy']; ?>
269   -">
270   -<INPUT type="hidden" name="alarm_mm" value="<?php echo $this->_tpl_vars['alarm_mm']; ?>
271   -">
272   -<INPUT type="hidden" name="alarm_dd" value="<?php echo $this->_tpl_vars['alarm_dd']; ?>
273   -">
274   -<INPUT type="hidden" name="alarm_hh" value="<?php echo $this->_tpl_vars['alarm_hh']; ?>
275   -">
276   -<INPUT type="hidden" name="alarm_time_mm" value="<?php echo $this->_tpl_vars['alarm_time_mm']; ?>
277   -">
278   -<INPUT type="hidden" name="alarm_id" value="<?php echo $this->_tpl_vars['alarm_id']; ?>
279   -">
280   -<input type="hidden" name="SendType" value="<?php echo $this->_tpl_vars['SendType']; ?>
281   -">
282   -<input type="hidden" name="radSendPtn" value="<?php echo $this->_tpl_vars['radSendPtn']; ?>
283   -">
284   -<input type="hidden" name="group_id" value="<?php echo $this->_tpl_vars['group_id']; ?>
285   -">
286   -
287   -<input type="hidden" name="date_yyyy" value="<?php echo $this->_tpl_vars['date_yyyy']; ?>
288   -">
289   -<input type="hidden" name="date_mm" value="<?php echo $this->_tpl_vars['date_mm']; ?>
290   -">
291   -<input type="hidden" name="date_dd" value="<?php echo $this->_tpl_vars['date_dd']; ?>
292   -">
293   -<input type="hidden" name="time_hh" value="<?php echo $this->_tpl_vars['time_hh']; ?>
294   -">
295   -<input type="hidden" name="time_mm" value="<?php echo $this->_tpl_vars['time_mm']; ?>
296   -">
297   -
298   -<input type="hidden" name="kidok_yyyy" value="<?php echo $this->_tpl_vars['kidok_yyyy']; ?>
299   -">
300   -<input type="hidden" name="kidok_mm" value="<?php echo $this->_tpl_vars['kidok_mm']; ?>
301   -">
302   -<input type="hidden" name="kidok_dd" value="<?php echo $this->_tpl_vars['kidok_dd']; ?>
303   -">
304   -<input type="hidden" name="kidok_hh" value="<?php echo $this->_tpl_vars['kidok_hh']; ?>
305   -">
306   -<input type="hidden" name="kidok_time_mm" value="<?php echo $this->_tpl_vars['kidok_time_mm']; ?>
307   -">
308   -<input type="hidden" name="kidok" value="<?php echo $this->_tpl_vars['kidok']; ?>
309   -">
310   -<input type="hidden" name="midok" value="<?php echo $this->_tpl_vars['midok']; ?>
311   -">
312   -
313   -<input type="hidden" name="send_yyyy" value="<?php echo $this->_tpl_vars['send_yyyy']; ?>
314   -">
315   -<input type="hidden" name="send_mm" value="<?php echo $this->_tpl_vars['send_mm']; ?>
316   -">
317   -<input type="hidden" name="send_dd" value="<?php echo $this->_tpl_vars['send_dd']; ?>
318   -">
319   -<input type="hidden" name="send_hh" value="<?php echo $this->_tpl_vars['send_hh']; ?>
320   -">
321   -<input type="hidden" name="send_time_mm" value="<?php echo $this->_tpl_vars['send_time_mm']; ?>
322   -">
323   -<input type="hidden" name="NowSend" value="<?php echo $this->_tpl_vars['NowSend']; ?>
324   -">
325   -
326   -<input type="hidden" name="radSend" value="<?php echo $this->_tpl_vars['radSend']; ?>
327   -">
328   -<input type="hidden" name="TITLE" value="<?php echo $this->_tpl_vars['TITLE']; ?>
329   -">
330   -<input type="hidden" name="rad_tei" value="<?php echo $this->_tpl_vars['rad_tei']; ?>
331   -">
332   -<input type="hidden" name="MAIL_TEXT" value="<?php echo $this->_tpl_vars['MAIL_TEXT']; ?>
333   -">
334   -<input type="hidden" name="pattern_id" value="<?php echo $this->_tpl_vars['pattern_id']; ?>
335   -">
336   -
337   -<input type="hidden" name="limit_yyyy" value="<?php echo $this->_tpl_vars['limit_yyyy']; ?>
338   -">
339   -<input type="hidden" name="limit_mm" value="<?php echo $this->_tpl_vars['limit_mm']; ?>
340   -">
341   -<input type="hidden" name="limit_dd" value="<?php echo $this->_tpl_vars['limit_dd']; ?>
342   -">
343   -<input type="hidden" name="limit_time_hh" value="<?php echo $this->_tpl_vars['limit_time_hh']; ?>
344   -">
345   -<input type="hidden" name="limit_time_mm" value="<?php echo $this->_tpl_vars['limit_time_mm']; ?>
346   -">
347   -
348   -<input type="hidden" name="view_flg" value="<?php echo $this->_tpl_vars['view_flg']; ?>
349   -">
350   -
351   -<!-- フッター表示 -->
352   -<?php $_smarty_tpl_vars = $this->_tpl_vars;
353   -$this->_smarty_include(array('smarty_include_tpl_file' => 'footer.tpl', 'smarty_include_vars' => array()));
354   -$this->_tpl_vars = $_smarty_tpl_vars;
355   -unset($_smarty_tpl_vars);
356   - ?>
357   -</FORM>
358   -</BODY>
359   -</HTML>
\ No newline at end of file
1   -<?php /* Smarty version 2.6.26, created on 2017-06-01 23:16:31
2   - compiled from MST1112.tpl */ ?>
3   -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
4   -<HTML>
5   -<HEAD>
6   -<META name="GENERATOR" content="Microsoft FrontPage 4.0">
7   -<META http-equiv="Content-Type" content="text/html; charset=EUC-JP">
8   -<META http-equiv="Content-Style-Type" content="text/css">
9   -<link href="./css/style.css" rel="stylesheet" type="text/css">
10   -<TITLE>め〜るNiポン!</TITLE>
11   -<script>
12   -<?php echo '
13   -
14   -//********** ユーザ削除 **********
15   -function Delete_User(){
16   -
17   - if (confirm("このユーザーを削除しますよろしいですか?\\n※削除したユーザー情報は元に戻すことができません")){
18   - document.frm.del_User_cd.value=document.frm.user_ids.value;
19   - document.frm.action = "MST1113.php";
20   - document.frm.method = "POST";
21   - document.frm.submit();
22   - }
23   -}
24   -
25   -//********** 一覧へ戻る **********
26   -function List_Bk(){
27   -
28   - document.frm.del_User_cd.value=document.frm.user_ids.value;
29   - document.frm.action = "MST1100.php";
30   - document.frm.method = "POST";
31   - document.frm.submit();
32   -}
33   -
34   -'; ?>
35   -
36   -</script>
37   -</HEAD>
38   -<BODY bgcolor="White">
39   -<FORM name="frm">
40   -<!-- ヘッダー表示 -->
41   -<?php $_smarty_tpl_vars = $this->_tpl_vars;
42   -$this->_smarty_include(array('smarty_include_tpl_file' => 'header.tpl', 'smarty_include_vars' => array()));
43   -$this->_tpl_vars = $_smarty_tpl_vars;
44   -unset($_smarty_tpl_vars);
45   - ?>
46   -<!-- メニュー表示 -->
47   -<?php $_smarty_tpl_vars = $this->_tpl_vars;
48   -$this->_smarty_include(array('smarty_include_tpl_file' => 'menu.tpl', 'smarty_include_vars' => array()));
49   -$this->_tpl_vars = $_smarty_tpl_vars;
50   -unset($_smarty_tpl_vars);
51   - ?>
52   -<!-- 一覧表示 -->
53   -<table width="100%" border="0">
54   - <tr>
55   - <th><B><font color=blue size=5>削除ユーザー情報一覧</font></B></th>
56   - </tr>
57   -</table>
58   -<hr />
59   -<table border="0" width="100%">
60   - <tr>
61   - <td align="center">
62   - <table width="950">
63   - <tr bgcolor="#FF0000">
64   - <td align="center">
65   - <font color="#FFFFFF" size="3"><b>
66   - <!--
67   - 一回削除したユーザ情報は元に戻すことができませんのでご注意ください。<br>
68   - 削除したユーザに関する過去の回答も確認できなくなります。
69   - -->
70   - 【注   意】<br>
71   - 一回削除したユーザ情報は元に戻すことができません。<br>
72   - また、削除したユーザに関する過去の回答も確認できなくなります。
73   - </b></font>
74   - </td>
75   - </tr>
76   - </table>
77   - </td>
78   - </tr>
79   -</table>
80   -<table border=0 width="100%">
81   - <tr>
82   - <td align="center">
83   - <table border="1" bordercolor="#008080" width="950">
84   - <tr bgcolor="#FFCC99">
85   - <td align="center" width="170"><font size=2><B>氏 名</B></font></td>
86   - <td align="center" width="180"><font size=2><B>グループ</B></font></td>
87   - <td align="center" width="250"><font size=2><B>携帯メールアドレス</B></font></td>
88   - <td align="center" width="250"><font size=2><B>PCメールアドレス</B></font></td>
89   - </tr>
90   - <?php unset($this->_sections['idx']);
91   -$this->_sections['idx']['name'] = 'idx';
92   -$this->_sections['idx']['loop'] = is_array($_loop=$this->_tpl_vars['List_Data']) ? count($_loop) : max(0, (int)$_loop); unset($_loop);
93   -$this->_sections['idx']['show'] = true;
94   -$this->_sections['idx']['max'] = $this->_sections['idx']['loop'];
95   -$this->_sections['idx']['step'] = 1;
96   -$this->_sections['idx']['start'] = $this->_sections['idx']['step'] > 0 ? 0 : $this->_sections['idx']['loop']-1;
97   -if ($this->_sections['idx']['show']) {
98   - $this->_sections['idx']['total'] = $this->_sections['idx']['loop'];
99   - if ($this->_sections['idx']['total'] == 0)
100   - $this->_sections['idx']['show'] = false;
101   -} else
102   - $this->_sections['idx']['total'] = 0;
103   -if ($this->_sections['idx']['show']):
104   -
105   - for ($this->_sections['idx']['index'] = $this->_sections['idx']['start'], $this->_sections['idx']['iteration'] = 1;
106   - $this->_sections['idx']['iteration'] <= $this->_sections['idx']['total'];
107   - $this->_sections['idx']['index'] += $this->_sections['idx']['step'], $this->_sections['idx']['iteration']++):
108   -$this->_sections['idx']['rownum'] = $this->_sections['idx']['iteration'];
109   -$this->_sections['idx']['index_prev'] = $this->_sections['idx']['index'] - $this->_sections['idx']['step'];
110   -$this->_sections['idx']['index_next'] = $this->_sections['idx']['index'] + $this->_sections['idx']['step'];
111   -$this->_sections['idx']['first'] = ($this->_sections['idx']['iteration'] == 1);
112   -$this->_sections['idx']['last'] = ($this->_sections['idx']['iteration'] == $this->_sections['idx']['total']);
113   -?>
114   - <TR>
115   - <td align="left"><?php echo $this->_tpl_vars['List_Data'][$this->_sections['idx']['index']][0]; ?>
116   -</td>
117   - <td align="left"><font size=2><?php echo $this->_tpl_vars['List_Data'][$this->_sections['idx']['index']][1]; ?>
118   -</font></td>
119   - <td align="left"><font size=2><?php echo $this->_tpl_vars['List_Data'][$this->_sections['idx']['index']][2]; ?>
120   - </font></td>
121   - <td align="left"><font size=2><?php echo $this->_tpl_vars['List_Data'][$this->_sections['idx']['index']][3]; ?>
122   - </font></td>
123   - </TR>
124   - <?php endfor; endif; ?>
125   - </table>
126   - </td>
127   - </tr>
128   -</table>
129   -<input type="hidden" name="del_User_cd" value="" />
130   -<input type="hidden" name="user_ids" value="<?php echo $this->_tpl_vars['user_ids']; ?>
131   -" />
132   -
133   -<input type="hidden" name="Sort_Mode" value="<?php echo $this->_tpl_vars['Sort_Mode']; ?>
134   -" />
135   -<input type="hidden" name="Disp_mode" value="<?php echo $this->_tpl_vars['Disp_mode']; ?>
136   -" />
137   -
138   -<table border="0" width="100%">
139   - <tr>
140   - <td align="center">
141   - <table width="950">
142   - <tr>
143   - <td align="Left"><input style="color:red;font-weight:bold;" type="button" name="btnDisp5" value=" 一括削除 " onClick="Delete_User();"> </td>
144   - <td align="right"><input type="button" name="back" value="一覧へ戻る" onClick="List_Bk()"></td>
145   - </tr>
146   - </table>
147   - </td>
148   - </tr>
149   -</table>
150   -<!-- フッター表示 -->
151   -<?php $_smarty_tpl_vars = $this->_tpl_vars;
152   -$this->_smarty_include(array('smarty_include_tpl_file' => 'footer.tpl', 'smarty_include_vars' => array()));
153   -$this->_tpl_vars = $_smarty_tpl_vars;
154   -unset($_smarty_tpl_vars);
155   - ?>
156   -</FORM>
157   -</BODY>
158   -</HTML>
\ No newline at end of file
1   -<?php /* Smarty version 2.6.26, created on 2017-06-01 09:09:22
2   - compiled from SUB0011.tpl */ ?>
3   -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
4   -<HTML>
5   -<HEAD>
6   -<META name="GENERATOR" content="Microsoft FrontPage 4.0">
7   -<META http-equiv="Content-Type" content="text/html; charset=EUC-JP">
8   -<META http-equiv="Content-Style-Type" content="text/css">
9   -<link href="./css/style.css" rel="stylesheet" type="text/css">
10   -<TITLE>め〜るNiポン!</TITLE>
11   -<script type="text/javascript" src="./include/input_chk.js" charset="EUC-JP"></script>
12   -<script>
13   -<?php echo '
14   -
15   -
16   -'; ?>
17   -
18   -</script>
19   -</HEAD>
20   -<BODY bgcolor="White">
21   -<FORM name="frm">
22   -<!-- ヘッダー表示 -->
23   -<?php $_smarty_tpl_vars = $this->_tpl_vars;
24   -$this->_smarty_include(array('smarty_include_tpl_file' => 'header.tpl', 'smarty_include_vars' => array()));
25   -$this->_tpl_vars = $_smarty_tpl_vars;
26   -unset($_smarty_tpl_vars);
27   - ?>
28   -<!-- メニュー表示 -->
29   -<?php $_smarty_tpl_vars = $this->_tpl_vars;
30   -$this->_smarty_include(array('smarty_include_tpl_file' => 'menu.tpl', 'smarty_include_vars' => array()));
31   -$this->_tpl_vars = $_smarty_tpl_vars;
32   -unset($_smarty_tpl_vars);
33   - ?>
34   -<!-- 一覧表示 -->
35   -<table width="100%" border="0">
36   - <tr>
37   - <th><B><font color="blue" size="5">携帯電話へログインURL送信</font></B></th>
38   - </tr>
39   -</table>
40   -<hr />
41   -<table width="100%" border="0">
42   - <tr>
43   - <td align="center">
44   - <TABLE border="0" bordercolor="#008080">
45   - <TR>
46   - <TD bgColor=#ffffff align="center"><?php echo $this->_tpl_vars['Msg']; ?>
47   -
48   - </TD>
49   - </TR>
50   - </TABLE>
51   - </td>
52   - </tr>
53   -</table>
54   -<table width="100%" border="0">
55   - <tr>
56   - <td align="center"><input type="button" name="btnReturn" value="メニューへ戻る" onClick="location='MAIN0000.php'"></td>
57   - </tr>
58   -</table>
59   -<!-- フッター表示 -->
60   -<?php $_smarty_tpl_vars = $this->_tpl_vars;
61   -$this->_smarty_include(array('smarty_include_tpl_file' => 'footer.tpl', 'smarty_include_vars' => array()));
62   -$this->_tpl_vars = $_smarty_tpl_vars;
63   -unset($_smarty_tpl_vars);
64   - ?>
65   -</FORM>
66   -</BODY>
67   -</HTML>
\ No newline at end of file
1   -<?php /* Smarty version 2.6.26, created on 2017-06-02 01:42:27
2   - compiled from LIST1030.tpl */ ?>
3   -<DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
4   -<HTML>
5   -<HEAD>
6   -<META name="GENERATOR" content="Microsoft FrontPage 4.0">
7   -<META http-equiv="Content-Type" content="text/html; charset=EUC-JP">
8   -<META http-equiv="Content-Style-Type" content="text/css">
9   -<link href="./css/style.css" rel="stylesheet" type="text/css">
10   -<TITLE>め〜るNiポン!</TITLE>
11   -<script type="text/javascript" src="./include/input_chk.js" charset="EUC-JP"></script>
12   -<script>
13   -<?php echo '
14   -
15   -function Disp_List(){
16   - document.frm.action = "LIST1000.php";
17   - document.frm.method = "POST";
18   - document.frm.submit();
19   -}
20   -
21   -function Send_Select(){
22   - document.frm.action = "LIST1031.php";
23   - document.frm.method = "POST";
24   - document.frm.submit();
25   -}
26   -
27   -function Mail_Send(db_flg, intGroupCount){
28   - if(!document.frm.Send_User.value){
29   - window.alert("送信先を選択して下さい");
30   - return false;
31   - }
32   - var SnedMsg = "";
33   -
34   - if(db_flg != 6 || intGroupCount==0 || (eval(document.frm.total_max_point.value) >=1000)){
35   - SnedMsg = "";
36   - }else{
37   - var UserCnt = document.frm.Send_User.value.split(",")
38   - var SendPoint = UserCnt.length-1;
39   - SnedMsg = "\\nこのメールを配信するには"+SendPoint+"ポイント必要です";
40   - if((eval(document.frm.total_point.value)-SendPoint) < 0){
41   - window.alert("ポイントが足りません\\nこのメールを配信するには"+SendPoint+"ポイント必要です");
42   - return false;
43   - }
44   - }
45   -
46   - if(confirm("選択者に追加送信します。"+SnedMsg)){
47   - document.frm.action="LIST1032.php";
48   - document.frm.method = "POST";
49   - document.frm.submit();
50   - }
51   -}
52   -
53   -'; ?>
54   -
55   -</script>
56   -</HEAD>
57   -<BODY bgcolor="White">
58   -<FORM name="frm" enctype="multipart/form-data" method="post">
59   -<!-- ヘッダー表示 -->
60   -<?php $_smarty_tpl_vars = $this->_tpl_vars;
61   -$this->_smarty_include(array('smarty_include_tpl_file' => 'header.tpl', 'smarty_include_vars' => array()));
62   -$this->_tpl_vars = $_smarty_tpl_vars;
63   -unset($_smarty_tpl_vars);
64   - ?>
65   -<!-- メニュー表示 -->
66   -<?php $_smarty_tpl_vars = $this->_tpl_vars;
67   -$this->_smarty_include(array('smarty_include_tpl_file' => 'menu.tpl', 'smarty_include_vars' => array()));
68   -$this->_tpl_vars = $_smarty_tpl_vars;
69   -unset($_smarty_tpl_vars);
70   - ?>
71   -<TABLE border="0" width="100%">
72   - <TR>
73   - <TD align="center">
74   - <table width="100%" border="0">
75   - <tr><th><B><FONT color=blue size=5>追加配信配信</FONT></B></th></tr>
76   - </table>
77   - <HR>
78   - <INPUT type="button" name="back" value="一覧に戻る" onClick="Disp_List();">
79   - </TD>
80   - </TR>
81   - <tr>
82   - <td align="center">
83   - <?php if (( $this->_tpl_vars['PHP_POST_DB_FLG'] == 6 )): ?>
84   - <font color="#FFFF00" size=4>
85   - <b><a href="http://www.mail-ni-pon.net/category/7151311-1.html#p2" target="_blank">※ポイントについて</a></b>
86   - </font>
87   - <br><br>
88   - <?php endif; ?>
89   - </td>
90   - </tr>
91   - <TR>
92   - <TD align="center">
93   - <TABLE border=1 bordercolor="#008080" width="650">
94   - <TR>
95   - <TD bgcolor="#FFCC99"><B><FONT size="2" color=#FF0000></FONT><FONT size="2">送信先</FONT></B></TD>
96   - <TD>
97   - <TABLE width="100%">
98   - <TR>
99   - <TD width="50%" align="left" ><?php echo $this->_tpl_vars['Send_List']; ?>
100   -</TD>
101   - <TD width="50%" align="right"><INPUT type="button" name="btnSelect" value="送信先の選択をする" onClick="Send_Select();"></TD>
102   - </TR>
103   - </TABLE>
104   - </TD>
105   - </TR>
106   - <TR>
107   - <TD bgcolor="#FFCC99"><B><FONT size="2" color=#FF0000></FONT><FONT size="2">送信先機種</FONT></B></TD>
108   - <TD>
109   - <input name="SendType" type="radio" value="0" <?php echo $this->_tpl_vars['TypeChk'][0]; ?>
110   ->両方 
111   - <input name="SendType" type="radio" value="1" <?php echo $this->_tpl_vars['TypeChk'][1]; ?>
112   ->携帯のみ 
113   - <input name="SendType" type="radio" value="2" <?php echo $this->_tpl_vars['TypeChk'][2]; ?>
114   ->PCのみ 
115   - </TD>
116   - </TR>
117   - <TR>
118   - <TD bgcolor="#FFCC99"><B><FONT size="2" color=#FF0000></FONT><FONT size="2">件名</FONT></B></TD>
119   - <TD><?php echo $this->_tpl_vars['subject_name']; ?>
120   -</TD>
121   - </TR>
122   - <TR>
123   - <TD bgcolor="#FFCC99"><B><FONT size="2" color=#FF0000></FONT><FONT size="2" class="space">本文</FONT></B></TD>
124   - <TD><?php echo $this->_tpl_vars['contents']; ?>
125   -</TD>
126   - </TR>
127   - </TABLE>
128   - </TD>
129   - </TR>
130   - <TR>
131   - <TD align="center">
132   - <p>
133   - <FONT size="2"><B>↓情報を配信する場合はこのボタンを押してください↓<br></B></FONT>
134   - <INPUT type="button" name="btnSend" value="配信する" onClick="JavaScript:Mail_Send(<?php echo $this->_tpl_vars['PHP_POST_DB_FLG']; ?>
135   -,<?php echo $this->_tpl_vars['intGroupCount']; ?>
136   -);" style="padding:4px 20px 4px 20px; ">
137   - </p>
138   - </TD>
139   - </TR>
140   -</TABLE>
141   -<input type="hidden" name="Send_User" value="<?php echo $this->_tpl_vars['Send_User']; ?>
142   -" />
143   -<INPUT type="hidden" name="mail_id" value="<?php echo $this->_tpl_vars['mail_id']; ?>
144   -">
145   -<!-- フッター表示 -->
146   -<?php $_smarty_tpl_vars = $this->_tpl_vars;
147   -$this->_smarty_include(array('smarty_include_tpl_file' => 'footer.tpl', 'smarty_include_vars' => array()));
148   -$this->_tpl_vars = $_smarty_tpl_vars;
149   -unset($_smarty_tpl_vars);
150   - ?>
151   -</FORM>
152   -</BODY>
153   -</HTML>
\ No newline at end of file
1   -<?php /* Smarty version 2.6.26, created on 2017-06-01 09:28:42
2   - compiled from SEND2000.tpl */ ?>
3   -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
4   -<HTML>
5   -<HEAD>
6   -<META name="GENERATOR" content="Microsoft FrontPage 4.0">
7   -<META http-equiv="Content-Type" content="text/html; charset=EUC-JP">
8   -<META http-equiv="Content-Style-Type" content="text/css">
9   -<link href="./css/style.css" rel="stylesheet" type="text/css">
10   -<TITLE>め〜るNiポン!</TITLE>
11   -<script type="text/javascript" src="./include/jkl-calendar.js" charset="Shift_JIS"></script>
12   -<script type="text/javascript" src="./include/SEND2000.js" charset="EUC-JP"></script>
13   -</HEAD>
14   -<BODY onLoad="send_change();kouhoChange();<?php echo $this->_tpl_vars['strStartChk']; ?>
15   -">
16   -<FORM METHOD="POST" name="Frm" enctype="multipart/form-data" style="margin:0px; ">
17   -<!-- ヘッダー表示 -->
18   -<?php $_smarty_tpl_vars = $this->_tpl_vars;
19   -$this->_smarty_include(array('smarty_include_tpl_file' => 'header.tpl', 'smarty_include_vars' => array()));
20   -$this->_tpl_vars = $_smarty_tpl_vars;
21   -unset($_smarty_tpl_vars);
22   - ?>
23   -<!-- メニュー表示 -->
24   -<?php $_smarty_tpl_vars = $this->_tpl_vars;
25   -$this->_smarty_include(array('smarty_include_tpl_file' => 'menu.tpl', 'smarty_include_vars' => array()));
26   -$this->_tpl_vars = $_smarty_tpl_vars;
27   -unset($_smarty_tpl_vars);
28   - ?>
29   -<!-- 配信画面表示 -->
30   -<CENTER>
31   -<table width="100%" border="0">
32   - <tr>
33   - <th width="70%">
34   - <CENTER><B><FONT color=blue size=5>アンケートメール配信</FONT></B></CENTER>
35   - </th>
36   - </tr>
37   -</table>
38   -<HR>
39   -<CENTER>
40   - <?php if (( $this->_tpl_vars['PHP_POST_DB_FLG'] == 6 )): ?>
41   - <font color="#FFFF00" size=4>
42   - <b><a href="http://www.mail-ni-pon.net/category/7151311-1.html#p2" target="_blank">※ポイントについて</a></b>
43   - </font>
44   - <br><br>
45   - <?php endif; ?>
46   - <FONT size="2" color=#FF0000>
47   - <b><FONT size="2">項目の入力・選択を行わないと配信できません</b>
48   - </FONT>
49   - <BR>
50   -</CENTER>
51   -<TABLE border=1 bordercolor="#008080" width="700">
52   - <TR>
53   - <TD bgcolor="#FFCC99">
54   - <B><FONT size="2" color=#FF0000></FONT><FONT size="2">送信先</FONT></B>
55   - </TD>
56   - <TD>
57   - <input type="radio" name="radSendPtn" value="1" onClick="send_change();" <?php echo $this->_tpl_vars['radSend'][0]; ?>
58   -><FONT size="2">個人配信</FONT><br>
59   -  <INPUT size="60" maxlength="50" type="text" name="sousin" value="<?php echo $this->_tpl_vars['strSubmitName']; ?>
60   -" readonly>
61   - <INPUT type="button" name="sousin_sentaku" value="送信先の選択をする" onClick="JavaScript:Select();">
62   - <hr>
63   - <input type="radio" name="radSendPtn" value="2" onClick="send_change();" <?php echo $this->_tpl_vars['radSend'][1]; ?>
64   -><FONT size="2"><?php echo $this->_tpl_vars['strDisp_Name'][1]; ?>
65   -配信</FONT><br>
66   - <?php echo $this->_tpl_vars['strGP']; ?>
67   -
68   - </TD>
69   - </TR>
70   - <TR>
71   - <TD bgcolor="#FFCC99">
72   - <B><FONT size="2" color=#FF0000></FONT><FONT size="2">送信先機種</FONT></B>
73   - </TD>
74   - <TD>
75   - <FONT size="2">
76   - <input name="SendType" type="radio" value="0" <?php echo $this->_tpl_vars['radSendType'][0]; ?>
77   ->両方 
78   - <input name="SendType" type="radio" value="1" <?php echo $this->_tpl_vars['radSendType'][1]; ?>
79   ->携帯のみ 
80   - <input name="SendType" type="radio" value="2" <?php echo $this->_tpl_vars['radSendType'][2]; ?>
81   ->PCのみ 
82   - </FONT>
83   - </TD>
84   - </TR>
85   - <TR>
86   - <TD bgcolor="#FFCC99">
87   - <B><FONT size="2" color=#FF0000></FONT><FONT size="2"><?php echo $this->_tpl_vars['strDisp_Name'][2]; ?>
88   -</FONT></B>
89   - </TD>
90   - <TD>
91   - <INPUT size="30" maxlength="28" type="text" name="kenmei" value="<?php echo $this->_tpl_vars['TITLE']; ?>
92   -">
93   - <input type="checkbox" name="tei" <?php echo $this->_tpl_vars['rad_tei']; ?>
94   -><FONT size=2><B>定型文有り</B></FONT>
95   - </TD>
96   - </TR>
97   - <TR>
98   - <TD bgcolor="#FFCC99">
99   - <B><FONT size="2" color=#FF0000></FONT><FONT size="2" class="space">本文</FONT></B>
100   - </TD>
101   - <TD>
102   - <TEXTAREA rows="10" cols="60" name="text"><?php echo $this->_tpl_vars['MAIL_TEXT']; ?>
103   -</TEXTAREA>
104   - <BR>
105   - </TD>
106   - </TR>
107   - <TR>
108   - <TD bgcolor="#FFCC99">
109   - <B><FONT size="2" color=#FF0000></FONT><FONT size="2">アンケート</FONT></B>
110   - </TD>
111   - <TD>
112   - <FONT size="2">候補数 </FONT>
113   - <select name="kouho" onChange="kouhoChange();">
114   - <?php echo $this->_tpl_vars['optKouho']; ?>
115   -
116   - </select>
117   - <BR>
118   - <?php unset($this->_sections['idx']);
119   -$this->_sections['idx']['name'] = 'idx';
120   -$this->_sections['idx']['loop'] = is_array($_loop=$this->_tpl_vars['kouhoData']) ? count($_loop) : max(0, (int)$_loop); unset($_loop);
121   -$this->_sections['idx']['show'] = true;
122   -$this->_sections['idx']['max'] = $this->_sections['idx']['loop'];
123   -$this->_sections['idx']['step'] = 1;
124   -$this->_sections['idx']['start'] = $this->_sections['idx']['step'] > 0 ? 0 : $this->_sections['idx']['loop']-1;
125   -if ($this->_sections['idx']['show']) {
126   - $this->_sections['idx']['total'] = $this->_sections['idx']['loop'];
127   - if ($this->_sections['idx']['total'] == 0)
128   - $this->_sections['idx']['show'] = false;
129   -} else
130   - $this->_sections['idx']['total'] = 0;
131   -if ($this->_sections['idx']['show']):
132   -
133   - for ($this->_sections['idx']['index'] = $this->_sections['idx']['start'], $this->_sections['idx']['iteration'] = 1;
134   - $this->_sections['idx']['iteration'] <= $this->_sections['idx']['total'];
135   - $this->_sections['idx']['index'] += $this->_sections['idx']['step'], $this->_sections['idx']['iteration']++):
136   -$this->_sections['idx']['rownum'] = $this->_sections['idx']['iteration'];
137   -$this->_sections['idx']['index_prev'] = $this->_sections['idx']['index'] - $this->_sections['idx']['step'];
138   -$this->_sections['idx']['index_next'] = $this->_sections['idx']['index'] + $this->_sections['idx']['step'];
139   -$this->_sections['idx']['first'] = ($this->_sections['idx']['iteration'] == 1);
140   -$this->_sections['idx']['last'] = ($this->_sections['idx']['iteration'] == $this->_sections['idx']['total']);
141   -?>
142   - <div id="div_k<?php echo $this->_tpl_vars['kouhoData'][$this->_sections['idx']['index']][0]; ?>
143   -">
144   - <hr>
145   - <table>
146   - <tr>
147   - <td rowspan="2" width="80">
148   - <FONT size="2">回答 <?php echo $this->_tpl_vars['kouhoData'][$this->_sections['idx']['index']][0]; ?>
149   - </FONT>
150   - </td>
151   - <td>
152   - <INPUT size="45" maxlength="25" type="text" name="kouhoS_yyyy<?php echo $this->_tpl_vars['kouhoData'][$this->_sections['idx']['index']][0]; ?>
153   -" Value="<?php echo $this->_tpl_vars['kouhoData'][$this->_sections['idx']['index']][1]; ?>
154   -" id="kouhoS_yyyy<?php echo $this->_tpl_vars['kouhoData'][$this->_sections['idx']['index']][0]; ?>
155   -" >
156   - </td>
157   - </tr>
158   - </table>
159   - </div>
160   - <?php endfor; endif; ?>
161   - </TD>
162   - </TR>
163   - <TR>
164   - <TD bgcolor="#FFCC99">
165   - <B><FONT size="2">回答期限</FONT><FONT size="2" color=#FF0000></FONT></B>
166   - </TD>
167   - <TD>
168   - <FONT size="2">
169   - <INPUT size="5" maxlength="4" type="text" name="limit_yyyy" Value="<?php echo $this->_tpl_vars['limit_yyyy']; ?>
170   -">
171   - <SELECT name="limit_mm" onchange="JavaScript:DayMax5(limit_yyyy.value,limit_mm.value,0,0);">
172   - <?php echo $this->_tpl_vars['opt_limit_mm']; ?>
173   -
174   - </SELECT>
175   - <SELECT name="limit_dd">
176   - <?php echo $this->_tpl_vars['opt_limit_dd']; ?>
177   -
178   - </SELECT>
179   - <SELECT name="limit_time_hh">
180   - <?php echo $this->_tpl_vars['opt_limit_time_hh']; ?>
181   -
182   - </SELECT>
183   - <SELECT name="limit_time_mm">
184   - <?php echo $this->_tpl_vars['opt_limit_time_mm']; ?>
185   -
186   - </SELECT>分 
187   - <!--カレンダー-->
188   - <a href="javascript:cal0.write();">
189   - <img id="dateLink0" src="./img/cl001.gif" alt="日付選択" border="0" style="vertical-align:middle;margin:5px"/>
190   - </a>
191   - <input type="hidden" name="colname0" value="<?php echo $this->_tpl_vars['calYMD0']; ?>
192   -">
193   - <div id="calid0"></div>
194   - </TD>
195   - </TR>
196   - <TR>
197   - <TD bgcolor="#FFCC99"><B><FONT size="2" color=#FF0000></FONT><FONT size="2">閲覧状況の公開</FONT></B></TD>
198   - <TD>
199   - <FONT size="2">
200   - <input name="view_flg" type="radio" value="0" <?php echo $this->_tpl_vars['rad_view_flg'][0]; ?>
201   ->公開しない 
202   - <input name="view_flg" type="radio" value="1" <?php echo $this->_tpl_vars['rad_view_flg'][1]; ?>
203   ->公開する 
204   - </FONT>
205   - </TD>
206   - </TR>
207   -</TABLE>
208   -<INPUT type="hidden" name="alarm_flg" value="<?php echo $this->_tpl_vars['alarm_flg']; ?>
209   -">
210   -<INPUT type="hidden" name="alarm_yyyy" value="<?php echo $this->_tpl_vars['alarm_yyyy']; ?>
211   -">
212   -<INPUT type="hidden" name="alarm_mm" value="<?php echo $this->_tpl_vars['alarm_mm']; ?>
213   -">
214   -<INPUT type="hidden" name="alarm_dd" value="<?php echo $this->_tpl_vars['alarm_dd']; ?>
215   -">
216   -<INPUT type="hidden" name="alarm_hh" value="<?php echo $this->_tpl_vars['alarm_hh']; ?>
217   -">
218   -<INPUT type="hidden" name="alarm_time_mm" value="<?php echo $this->_tpl_vars['alarm_time_mm']; ?>
219   -">
220   -<INPUT type="hidden" name="alarm_id" value="<?php echo $this->_tpl_vars['alarm_id']; ?>
221   -">
222   -
223   -<INPUT type="hidden" name="Send_User" value="<?php echo $this->_tpl_vars['Send_User']; ?>
224   -">
225   -<INPUT type="hidden" name="userCNT" value="<?php echo $this->_tpl_vars['userCNT']; ?>
226   -">
227   -<INPUT type="hidden" name="group_id" value="<?php echo $this->_tpl_vars['group_id']; ?>
228   -">
229   -<?php echo $this->_tpl_vars['strPtnCode']; ?>
230   -
231   -<INPUT type="hidden" name="pattern_flg" value="">
232   -
233   -<br>
234   -<FONT size="2"><B>↓情報を配信する場合はこのボタンを押してください↓</B></FONT><br>
235   -<INPUT type="button" name="submit_btn" value="配信" onClick="JavaScript:haisin(<?php echo $this->_tpl_vars['PHP_POST_DB_FLG']; ?>
236   -,'<?php echo $this->_tpl_vars['strDisp_Name'][1]; ?>
237   -','<?php echo $this->_tpl_vars['strDisp_Name'][2]; ?>
238   -')" style="padding:4px 20px 4px 20px; ">
239   -
240   -<hr>
241   -<INPUT type="button" name="back" value="メニューへ戻る" onClick="JavaScript:menuBack();">
242   -
243   -
244   -<!-- フッター表示 -->
245   -<?php $_smarty_tpl_vars = $this->_tpl_vars;
246   -$this->_smarty_include(array('smarty_include_tpl_file' => 'footer.tpl', 'smarty_include_vars' => array()));
247   -$this->_tpl_vars = $_smarty_tpl_vars;
248   -unset($_smarty_tpl_vars);
249   - ?>
250   -</CENTER>
251   -</form>
252   -</BODY>
253   -</HTML>
\ No newline at end of file
1   -<?php /* Smarty version 2.6.26, created on 2017-05-31 13:34:08
2   - compiled from SEND0020.tpl */ ?>
3   -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
4   -<HTML>
5   -<HEAD>
6   -<META name="GENERATOR" content="Microsoft FrontPage 4.0">
7   -<META http-equiv="Content-Type" content="text/html; charset=EUC-JP">
8   -<META http-equiv="Content-Style-Type" content="text/css">
9   -<link href="./css/style.css" rel="stylesheet" type="text/css">
10   -<TITLE>め〜るNiポン!</TITLE>
11   -</HEAD>
12   -<BODY>
13   -<FORM METHOD="POST" name="Frm" enctype="multipart/form-data" style="margin:0px; ">
14   -<!-- ヘッダー表示 -->
15   -<?php $_smarty_tpl_vars = $this->_tpl_vars;
16   -$this->_smarty_include(array('smarty_include_tpl_file' => 'header.tpl', 'smarty_include_vars' => array()));
17   -$this->_tpl_vars = $_smarty_tpl_vars;
18   -unset($_smarty_tpl_vars);
19   - ?>
20   -<!-- メニュー表示 -->
21   -<?php $_smarty_tpl_vars = $this->_tpl_vars;
22   -$this->_smarty_include(array('smarty_include_tpl_file' => 'menu.tpl', 'smarty_include_vars' => array()));
23   -$this->_tpl_vars = $_smarty_tpl_vars;
24   -unset($_smarty_tpl_vars);
25   - ?>
26   -<!-- 配信画面表示 -->
27   -<CENTER>
28   -<TABLE border=0 cellspacing="0" cellpadding="3" width="544">
29   - <TR>
30   - <TD ALIGN="CENTER">
31   - <FONT size="6"><B><A href="./MAIN0000.php">メニューへ戻る</A></B></FONT>
32   - </TD>
33   - </TR>
34   -</TABLE>
35   -<br>
36   -<br>
37   -<TABLE border=1 bordercolor="#008080" width="544">
38   -<TBODY>
39   - <TR>
40   - <TD width="585" height="129" align="center"><img src="./img/send.gif" alt="めーるNiポン"></TD>
41   - </TR>
42   - <TR>
43   - <TD bgcolor="#FFCC99"><CENTER><FONT size="5">入力された情報を送信しました。</FONT></CENTER></TD>
44   - </TR>
45   -</TBODY>
46   -</TABLE>
47   -<BR>
48   -<BR>
49   -<BR>
50   -</CENTER>
51   -<!-- フッター表示 -->
52   -<?php $_smarty_tpl_vars = $this->_tpl_vars;
53   -$this->_smarty_include(array('smarty_include_tpl_file' => 'footer.tpl', 'smarty_include_vars' => array()));
54   -$this->_tpl_vars = $_smarty_tpl_vars;
55   -unset($_smarty_tpl_vars);
56   - ?>
57   -</FORM>
58   -</BODY>
59   -</HTML>
\ No newline at end of file
1   -<?php /* Smarty version 2.6.26, created on 2017-06-20 08:39:01
2   - compiled from LIST1720.tpl */ ?>
3   -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
4   -<HTML>
5   -<HEAD>
6   -<META name="GENERATOR" content="Microsoft FrontPage 4.0">
7   -<META http-equiv="Content-Type" content="text/html; charset=EUC-JP">
8   -<META http-equiv="Content-Style-Type" content="text/css">
9   -<link href="./css/style.css" rel="stylesheet" type="text/css">
10   -<TITLE>め〜るNiポン!</TITLE>
11   -<script type="text/javascript" src="./include/jkl-calendar.js" charset="Shift_JIS"></script>
12   -<SCRIPT LANGUAGE="JavaScript">
13   -<?php echo '
14   -function ichiranBack(){
15   - document.Frm.action="LIST1000.php";
16   - document.Frm.submit();
17   -}
18   -
19   -function del_chk(intFlg){
20   - if (confirm("再配信設定を解除します。\\nよろしいですか?")){
21   - document.Frm.A_FLG.value=intFlg;
22   - document.Frm.action="LIST1722.php";
23   - document.Frm.submit();
24   - }
25   -}
26   -
27   -function input_chk(){
28   - if(isNaN(document.Frm.Resend_Year.value)){
29   - window.alert("年は数値で入力してください。");
30   - document.Frm.Resend_Year.focus();
31   - return false;
32   - }else if(!document.Frm.Resend_Year.value){
33   - window.alert("年を入力してください。");
34   - document.Frm.Resend_Year.focus();
35   - return false;
36   - }else if(document.Frm.Resend_Month.value==""){
37   - window.alert("月を選択して下さい");
38   - document.Frm.Resend_Month.focus();
39   - return false;
40   - }else if(document.Frm.Resend_Date.value==""){
41   - window.alert("日を選択して下さい");
42   - document.Frm.Resend_Date.focus();
43   - return false;
44   - }else if(document.Frm.Resend_Hour.value==""){
45   - window.alert("時を選択して下さい");
46   - document.Frm.Resend_Hour.focus();
47   - return false;
48   - }else if(document.Frm.Resend_Minute.value==""){
49   - window.alert("分を選択して下さい");
50   - document.Frm.Resend_Minute.focus();
51   - return false;
52   - }
53   -
54   - if (document.Frm.kidok.checked==false && document.Frm.midok.checked==false) {
55   - alert("【既読者へ】【未読者へ】のどちらかにチェックをつけてください");
56   - return false;
57   - }
58   -
59   - if (confirm("この日時にメール再配信します。\\nよろしいですか?")){
60   - document.Frm.action="LIST1721.php";
61   - document.Frm.submit();
62   - }
63   -}
64   -
65   -function DayMax(DATE_YYYY,DATE_MM,DAY_MAX,cnt){
66   - DATE_MM=eval(DATE_MM);
67   - if(DATE_MM==1 || DATE_MM==3 || DATE_MM==5 || DATE_MM==7 || DATE_MM==8 || DATE_MM==10 || DATE_MM==12){
68   - DAY_MAX=31;
69   - }else if(DATE_MM==4 || DATE_MM==6 || DATE_MM==9 || DATE_MM==11){
70   - DAY_MAX=30;
71   - }else if(DATE_MM==2){
72   - if((DATE_YYYY%4)==0){
73   - DAY_MAX=29;
74   - }else{
75   - DAY_MAX=28;
76   - }
77   - }
78   -
79   - document.Frm.Resend_Date.options[cnt].text = "--";
80   - document.Frm.Resend_Date.options[cnt].value = "";
81   - for(intCount = 0; intCount < DAY_MAX; intCount++){
82   - cnt++;
83   - document.Frm.Resend_Date.length = cnt+1;
84   - if(cnt>=10){
85   - document.Frm.Resend_Date.options[cnt].text = cnt;
86   - document.Frm.Resend_Date.options[cnt].value = cnt;
87   - }else{
88   - document.Frm.Resend_Date.options[cnt].text = "0"+cnt;
89   - document.Frm.Resend_Date.options[cnt].value = "0"+cnt;
90   - }
91   - }
92   -}
93   -
94   -function POP_Calendar(frm,yyyy,mm,dd,sele_year,sele_mon,sele_date) {
95   - window.open("../include/calendar.php?frm="+frm+"&yyyy="+yyyy+"&mm="+mm+"&dd="+dd+"&main_year="+sele_year+"&main_mon="+sele_mon+"&strMainDate="+sele_date,"カレンダー",\'width=350,height=230\');
96   -}
97   -
98   -//カレンダー表示
99   -function cal_get(strDate, divid){
100   -
101   - arrYMD = strDate.split("/");
102   - if(divid == "calid1"){
103   - objY = document.Frm.Resend_Year;
104   - objM = document.Frm.Resend_Month;
105   - objD = document.Frm.Resend_Date;
106   - }
107   -
108   - //年
109   - objY.value=arrYMD[0];
110   - //月
111   - for(i=0;i<objM.options.length;i++){
112   - if(objM.options[i].value == arrYMD[1]){
113   - objM.selectedIndex = i;
114   - break;
115   - }
116   - }
117   - //日
118   - for(i=0;i<objD.options.length;i++){
119   - if(objD.options[i].value == arrYMD[2]){
120   - objD.selectedIndex = i;
121   - break;
122   - }
123   - }
124   -
125   - cal1 = new JKL.Calendar("calid1","Frm","colname1");
126   -}
127   -
128   -'; ?>
129   -
130   -</SCRIPT>
131   -
132   -<script>
133   -<?php echo '
134   - var cal1 = new JKL.Calendar("calid1","Frm","colname1");
135   -'; ?>
136   -
137   -</script>
138   -</HEAD>
139   -<BODY bgcolor="White">
140   -<FORM METHOD="POST" name="Frm">
141   -<!-- ヘッダー表示 -->
142   -<?php $_smarty_tpl_vars = $this->_tpl_vars;
143   -$this->_smarty_include(array('smarty_include_tpl_file' => 'header.tpl', 'smarty_include_vars' => array()));
144   -$this->_tpl_vars = $_smarty_tpl_vars;
145   -unset($_smarty_tpl_vars);
146   - ?>
147   -<!-- メニュー表示 -->
148   -<?php $_smarty_tpl_vars = $this->_tpl_vars;
149   -$this->_smarty_include(array('smarty_include_tpl_file' => 'menu.tpl', 'smarty_include_vars' => array()));
150   -$this->_tpl_vars = $_smarty_tpl_vars;
151   -unset($_smarty_tpl_vars);
152   - ?>
153   -<!-- 一覧表示 -->
154   -<TABLE width="100%" border="0">
155   - <TR>
156   - <TH><B><FONT color="blue" size="5">メール再配信設定</FONT></B></TH>
157   - </TR>
158   -</TABLE>
159   -<HR/>
160   -<BR>
161   -<CENTER>
162   - <TABLE border=1 bordercolor="#008080" width="700">
163   - <TR>
164   - <TD bgcolor="#FFCC99">
165   - <B><FONT size="2">再配信日時</FONT></B>
166   - </TD>
167   - <TD>
168   - <TABLE border=0>
169   - <TR>
170   - <TD>
171   - <INPUT size="5" maxlength="4" type="text" name="Resend_Year" Value="<?php echo $this->_tpl_vars['Kidok_YEAR']; ?>
172   -"><FONT size="2"></FONT>
173   - <SELECT name="Resend_Month" onchange="JavaScript:DayMax(Resend_Year.value,Resend_Month.value,0,0);">
174   - <?php echo $this->_tpl_vars['opt_date_mm']; ?>
175   -
176   - </SELECT><FONT size="2"></FONT>
177   - <SELECT name="Resend_Date">
178   - <?php echo $this->_tpl_vars['opt_date_dd']; ?>
179   -
180   - </SELECT><FONT size="2"></FONT>
181   - <SELECT name="Resend_Hour">
182   - <?php echo $this->_tpl_vars['opt_time_hh']; ?>
183   -
184   - </SELECT><FONT size="2"></FONT>
185   - <SELECT name="Resend_Minute">
186   - <?php echo $this->_tpl_vars['opt_time_mm']; ?>
187   -
188   - </SELECT><FONT size="2">分 </FONT>
189   - </TD>
190   - <TD>
191   - <!--カレンダー表示-->
192   - <A HREF="javascript:cal1.write();">
193   - <img id="dateLink1" src="./include/cl001.gif" alt="日付選択" border="0" style="vertical-align:middle;margin:5px"/>
194   - </A>
195   - <INPUT type="hidden" name="colname1" value="<?php echo $this->_tpl_vars['calYMD1']; ?>
196   -">
197   - <DIV id="calid1"></DIV>
198   - </TD>
199   - <TD>
200   - <INPUT type="checkbox" name="kidok" <?php if ($this->_tpl_vars['Kidoku_Flg'] == 1): ?> CHECKED<?php endif; ?>><FONT size=2><B>既読者へ</B></FONT>
201   - <INPUT type="checkbox" name="midok" <?php if ($this->_tpl_vars['Midoku_Flg'] == 1): ?> CHECKED<?php endif; ?>><FONT size=2><B>未読者へ</B></FONT>
202   - </TD>
203   - </TR>
204   - </TABLE>
205   - </TD>
206   - </TR>
207   - </TABLE>
208   - <BR>
209   - <TABLE border="0" width="544">
210   - <TR>
211   - <TD>
212   - <CENTER>
213   - <FONT SIZE=2>
214   - 配信日時を設定する場合はこのボタンを押してください⇒
215   - </FONT>
216   - <INPUT type="button" value=" 設 定 " onClick="return input_chk();">
217   - <BR><BR>
218   - <FONT SIZE=2>
219   - 配信日時を解除する場合はこのボタンを押してください⇒
220   - </FONT>
221   - <INPUT type="button" value=" 解 除 " onClick="return del_chk(3);">
222   - </CENTER>
223   - </TD>
224   - </TR>
225   - </TABLE>
226   - <BR>
227   - <INPUT type="button" name="back" value="戻 る" onClick="JavaScript:ichiranBack();">
228   -</CENTER>
229   -<BR>
230   -<!-- フッター表示 -->
231   -<?php $_smarty_tpl_vars = $this->_tpl_vars;
232   -$this->_smarty_include(array('smarty_include_tpl_file' => 'footer.tpl', 'smarty_include_vars' => array()));
233   -$this->_tpl_vars = $_smarty_tpl_vars;
234   -unset($_smarty_tpl_vars);
235   - ?>
236   -
237   -<INPUT type="hidden" name="A_FLG" value="">
238   -<INPUT type="hidden" name="mail_id" value="<?php echo $this->_tpl_vars['mail_id']; ?>
239   -">
240   -
241   -</FORM>
242   -</BODY>
243   -</HTML>
\ No newline at end of file
1   -<?php /* Smarty version 2.6.26, created on 2017-09-10 22:24:48
2   - compiled from LIST2000.tpl */ ?>
3   -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
4   -<HTML>
5   -<HEAD>
6   -<META name="GENERATOR" content="Microsoft FrontPage 4.0">
7   -<META http-equiv="Content-Type" content="text/html; charset=EUC-JP">
8   -<META http-equiv="Content-Style-Type" content="text/css">
9   -<link href="./css/style.css" rel="stylesheet" type="text/css">
10   -<TITLE>め〜るNiポン!</TITLE>
11   -<script type="text/javascript" src="./include/input_chk.js" charset="EUC-JP"></script>
12   -<script>
13   -<?php echo '
14   -//***** 確定送信 *****//
15   -function Send_Kakutei(db_flg, intGroupCount){
16   -
17   - if(document.Frm.kakutei_kenmei.value == ""){
18   - window.alert("件名を入力してください");
19   - return false;
20   - }
21   -
22   - if(document.Frm.kakutei_text.value == ""){
23   - window.alert("本文を入力してください");
24   - return false;
25   - }
26   -
27   - var strGroupCount="";
28   - if(db_flg != 6 || intGroupCount==0 || (eval(document.Frm.total_max_point.value) >=1000)){
29   - strGroupCount = "";
30   - }else{
31   - strGroupCount = "\\nこのメールを配信するには"+intGroupCount+"ポイント必要です";
32   - if((eval(document.Frm.total_point.value)-intGroupCount) < 0){
33   - window.alert("ポイントが足りません"+strGroupCount);
34   - return false;
35   - }
36   - }
37   - if (confirm("この内容で情報を配信しますか?"+strGroupCount)){
38   - document.Frm.action = "";
39   - document.Frm.method="POST";
40   - document.Frm.submit();
41   - return false;
42   - }
43   -}
44   -
45   -
46   -//***** 再送信(未読者) *****//
47   -function Send_Sheep(){
48   - if(confirm("未読者に再送信します。")){
49   - document.Frm.action="LIST2010.php";
50   - document.Frm.method="POST";
51   - document.Frm.submit();
52   - }
53   -}
54   -
55   -//***** 再送信(選択者) *****//
56   -function Send_Select(){
57   - var chkData = "";
58   -
59   - if (document.Frm.chkSend){
60   - if (document.Frm.chkSend.length){
61   - for(i = 0 ; i <= document.Frm.chkSend.length-1; i++ ){
62   - if (document.Frm.chkSend[i].checked==true){
63   - chkData=chkData+document.Frm.chkSend[i].value+"#";
64   - }
65   - }
66   - }else{
67   - if (document.Frm.chkSend.checked==true){
68   - chkData=document.Frm.chkSend.value+"#";
69   - }
70   - }
71   - if (chkData==""){
72   - window.alert("再配信ユーザーを選択してください");
73   - return false;
74   - }
75   - if(confirm("選択者に再送信します。")){
76   - document.Frm.Chk_User.value = chkData;
77   - document.Frm.action="LIST2020.php";
78   - document.Frm.method="POST";
79   - document.Frm.submit();
80   - }
81   - }
82   -}
83   -
84   -//***** 追加送信 *****//
85   -function Send_Add(){
86   - document.Frm.action="";
87   - document.Frm.method="POST";
88   - document.Frm.submit();
89   -}
90   -
91   -//***** メール変更(アラーム) *****//
92   -function Change_Alarm(){
93   - //LIST1710.php
94   - document.Frm.action="";
95   - document.Frm.method="POST";
96   - document.Frm.submit();
97   -}
98   -
99   -//***** メール変更(再配信日時) *****//
100   -function Change_Resend(){
101   - document.Frm.action="";
102   - document.Frm.method="POST";
103   - document.Frm.submit();
104   -}
105   -
106   -//***** メール変更(配信日時) *****//
107   -function Change_Reserva(){
108   - document.Frm.action="";
109   - document.Frm.method="POST";
110   - document.Frm.submit();
111   -}
112   -
113   -//***** メール変更(送信先種類) *****//
114   -function Change_SendType(){
115   - document.Frm.action="";
116   - document.Frm.method="POST";
117   - document.Frm.submit();
118   -}
119   -
120   -//***** メール変更(件名・内容) *****//
121   -function Change_Cont(send_flg){
122   - if(send_flg==1){
123   - document.Frm.action="LIST2750.php";
124   - document.Frm.method="POST";
125   - document.Frm.submit();
126   - }else{
127   - if (confirm("既にこの内容で送信済みです。\\n変更してもよろしいですか?")){
128   - document.Frm.action="LIST2750.php";
129   - document.Frm.method="POST";
130   - document.Frm.submit();
131   - }
132   - }
133   -}
134   -
135   -//***** メール削除 *****//
136   -function Mail_Del(){
137   - if (confirm("このメールを削除します\\nよろしいですか?")){
138   - document.Frm.action="LIST2801.php";
139   - document.Frm.method="POST";
140   - document.Frm.submit();
141   - }
142   -}
143   -
144   -//***** CSV出力 *****//
145   -function Csv_Out(){
146   - document.Frm.action="";
147   - document.Frm.method="POST";
148   - document.Frm.submit();
149   -}
150   -
151   -//***** ユーザ情報詳細 *****//
152   -function Disp_user(mail_id,usr_key){
153   - document.Frm.mail_id.value = mail_id;
154   - document.Frm.usr_key.value = usr_key;
155   - document.Frm.action = "";
156   - document.Frm.method="POST";
157   - document.Frm.submit();
158   -}
159   -
160   -
161   -'; ?>
162   -
163   -</script>
164   -</HEAD>
165   -<BODY bgcolor="White">
166   -<FORM name="Frm">
167   -<!-- ヘッダー表示 -->
168   -<?php $_smarty_tpl_vars = $this->_tpl_vars;
169   -$this->_smarty_include(array('smarty_include_tpl_file' => 'header.tpl', 'smarty_include_vars' => array()));
170   -$this->_tpl_vars = $_smarty_tpl_vars;
171   -unset($_smarty_tpl_vars);
172   - ?>
173   -<!-- メニュー表示 -->
174   -<?php $_smarty_tpl_vars = $this->_tpl_vars;
175   -$this->_smarty_include(array('smarty_include_tpl_file' => 'menu.tpl', 'smarty_include_vars' => array()));
176   -$this->_tpl_vars = $_smarty_tpl_vars;
177   -unset($_smarty_tpl_vars);
178   - ?>
179   -<!-- 一覧表示 -->
180   -<table width="100%" border="0">
181   - <tr>
182   - <th><B><font color="blue" size="5">配信情報閲覧画面</font></B></th>
183   - </tr>
184   -</table>
185   -<hr />
186   -<table width="100%" border="0">
187   - <tr>
188   - <td align="center">
189   - <INPUT type="button" name="btnSheep" value="未読者再送信" onClick="return Send_Sheep();" <?php echo $this->_tpl_vars['btnSheep']; ?>
190   ->
191   - <INPUT type="button" name="btnSelect" value="選択者再送信" onClick="return Send_Select();">
192   -<!--
193   - <INPUT type="button" name="btnAdd" value="追加送信" onClick="return Send_Add();">
194   --->
195   - <INPUT type="button" name="btnDel" value="メール削除" onClick="return Mail_Del();">
196   -<!--
197   - <INPUT type="button" name="btnCsv" value="CSV出力" onClick="return Csv_Out();">
198   --->
199   - </td>
200   - </tr>
201   - <tr>
202   - <td align="center">
203   - <TABLE border=1 bordercolor="#008080" width="544">
204   -<!--
205   - <TR>
206   - <TD bgcolor="#FFCC99" width="80"><B><FONT size="2">アラーム</FONT></B></TD>
207   - <TD>
208   - <?php if ($this->_tpl_vars['Al_Send_Flg'] == '1'): ?>
209   - <FONT color=#FF0000 size="2">送信済み</FONT>
210   - <FONT color=#FF0000 size="2"> <?php echo $this->_tpl_vars['Al_Send_Date']; ?>
211   -</FONT>
212   - <?php else: ?>
213   - <?php if ($this->_tpl_vars['Al_Set_Flg'] == '1'): ?>
214   - <FONT size="2" color="red"><B><?php echo $this->_tpl_vars['Al_Send_Date']; ?>
215   -<?php echo $this->_tpl_vars['Al_Send_Time']; ?>
216   -</B></FONT>
217   - <?php else: ?>
218   - <FONT size="2"><B>アラーム設定無し</B></FONT>
219   - <?php endif; ?>
220   - <INPUT type="button" name="alarm_answer" value="アラームの設定" onClick="JavaScript:Change_Alarm();" <?php echo $this->_tpl_vars['Al_disable']; ?>
221   ->
222   - <?php endif; ?>
223   - </TD>
224   - </TR>
225   - <TR>
226   - <TD bgcolor="#FFCC99" width="80"><B><FONT size="2">自動再配信</FONT></B></TD>
227   - <TD>
228   - <?php if ($this->_tpl_vars['Kidoku_FLG'] == '1'): ?>
229   - <FONT size="2"><?php echo $this->_tpl_vars['Kidoku_Date']; ?>
230   - </FONT>
231   - <FONT size="2"><?php echo $this->_tpl_vars['Kidoku_User']; ?>
232   - </FONT>
233   - <?php else: ?>
234   - <FONT size="2"><?php echo $this->_tpl_vars['Kidoku_Mode']; ?>
235   - </FONT>
236   - <?php endif; ?>
237   - <INPUT type="button" name="resend" value="再配信の設定" onClick="JavaScript:Change_Resend();" <?php echo $this->_tpl_vars['Kidoku_disable']; ?>
238   ->
239   - </TD>
240   - </TR>
241   --->
242   - <TR>
243   - <TD bgcolor="#FFCC99" width="80"><B><FONT size="2">配信日時</FONT></B></TD>
244   - <TD>
245   - <FONT size="2"><?php echo $this->_tpl_vars['Send_Data']; ?>
246   -</FONT>
247   - <?php if ($this->_tpl_vars['reserva_flg'] != '1'): ?>
248   - <FONT size="2">配信済み</FONT>
249   - <?php else: ?>
250   - <FONT size="2">配信予定</FONT>
251   - <?php if ($this->_tpl_vars['reserva_date'] != ""): ?>
252   - <FONT size="2">なし</FONT>
253   - <?php endif; ?>
254   - <INPUT type="button" name="btnReserva" value="配信日時の設定" onClick="JavaScript:Change_Reserva();">
255   - <?php endif; ?>
256   - </TD>
257   - </TR>
258   - <TR>
259   - <TD bgcolor="#FFCC99" width="80"><B><FONT size="2">作成者</FONT></B></TD>
260   - <TD><FONT size="2"><?php echo $this->_tpl_vars['admin_name']; ?>
261   -</FONT></TD>
262   - </TR>
263   -<!--
264   - <TR>
265   - <TD bgcolor="#FFCC99" width="80"><B><FONT size="2">開催日時</FONT></B></TD>
266   - <TD><FONT size="2"><?php echo $this->_tpl_vars['Kaisai_Date']; ?>
267   -</FONT></TD>
268   - </TR>
269   --->
270   - <TR>
271   - <TD bgcolor="#FFCC99" width="80"><B><FONT size="2">送信先種類</FONT></B></TD>
272   - <TD>
273   - <FONT size="2"><?php echo $this->_tpl_vars['send_type']; ?>
274   - </FONT>
275   -<!--
276   - <?php if ($this->_tpl_vars['reserva_flg'] == '1'): ?>
277   - <INPUT type="button" name="send_type_edit" value="変更" onClick="JavaScript:Change_SendType();">
278   - <?php endif; ?>
279   --->
280   - </TD>
281   - </TR>
282   - <TR>
283   - <TD bgcolor="#FFCC99" width="80"><B><FONT size="2">回答期限</FONT></B></TD>
284   - <TD><FONT size="2"><?php echo $this->_tpl_vars['limit_date']; ?>
285   - </FONT></TD>
286   - </TR>
287   - <TR>
288   - <TD bgcolor="#FFCC99" width="80"><B><FONT size="2">件名</FONT></B></TD>
289   - <TD>
290   - <FONT size="2"><?php echo $this->_tpl_vars['subject_name']; ?>
291   -</FONT>
292   - <INPUT type="button" name="btnSubject" value="変更" onClick="JavaScript:Change_Cont('<?php echo $this->_tpl_vars['reserva_flg']; ?>
293   -');">
294   - </TD>
295   - </TR>
296   - <TR>
297   - <TD bgcolor="#FFCC99" width="80"><B><FONT size="2">内容</FONT></B></TD>
298   - <TD>
299   - <FONT size="2"><?php echo $this->_tpl_vars['contents']; ?>
300   -</FONT>
301   - <INPUT type="button" name="btnBody" value="変更" onClick="JavaScript:Change_Cont('<?php echo $this->_tpl_vars['reserva_flg']; ?>
302   -');">
303   - </TD>
304   - </TR>
305   -<!--
306   - <TR>
307   - <TD bgcolor="#FFCC99" width="80"><B><FONT size="2">確定メール<br>送信</FONT></B></TD>
308   - <TD>
309   - <?php if (( $this->_tpl_vars['kakutei_date'] == "" )): ?>
310   - <FONT size="2">【件名】</FONT><br>
311   - <INPUT size="30" maxlength="28" type="text" name="kakutei_kenmei" value="<?php echo $this->_tpl_vars['kakutei_kenmei']; ?>
312   -"><br>
313   - <FONT size="2">【本文】</FONT><br>
314   - <TEXTAREA rows="10" cols="60" name="kakutei_text"><?php echo $this->_tpl_vars['kakutei_honbun']; ?>
315   -</TEXTAREA>
316   - <br>
317   - <input type="button" value="送 信" onclick="Send_Kakutei(<?php echo $this->_tpl_vars['PHP_POST_DB_FLG']; ?>
318   -,<?php echo $this->_tpl_vars['intGroupCount']; ?>
319   -);">
320   - <?php else: ?>
321   - <FONT size="2">【件名】</FONT><br>
322   - <?php echo $this->_tpl_vars['kakutei_kenmei']; ?>
323   -<br>
324   - <FONT size="2">【本文】</FONT><br>
325   - <?php echo $this->_tpl_vars['kakutei_honbun']; ?>
326   -
327   - <br>
328   - <br>
329   - <?php echo $this->_tpl_vars['kakutei_date']; ?>
330   - 送信済み
331   - <?php endif; ?>
332   - </TD>
333   -
334   - </TR>
335   --->
336   - </TABLE>
337   - </td>
338   - </tr>
339   - <tr><td align="center"><B><FONT color=blue size=5>閲覧状況</FONT></B></td></tr>
340   - <tr><td align="center"><hr /></td></tr>
341   - <tr>
342   - <td align="center">
343   - <TABLE>
344   - <TR align="center">
345   - <TD align="LEFT"><FONT color=blue size=3><B>アドレス未設定</B></FONT></TD>
346   - <TD align="RIGHT"><FONT color=blue size=3> <?php echo $this->_tpl_vars['NOT_CNT']; ?>
347   - 件 </FONT></TD>
348   - <TD align="LEFT"><FONT color=blue size=3> / <B>未読</B></FONT></TD>
349   - <TD align="RIGHT"><FONT color=blue size=3> <?php echo $this->_tpl_vars['N_READ_CNT']; ?>
350   - 件 </FONT></TD>
351   - <TD align="LEFT"><FONT color=blue size=3> / <B>既読</B></FONT></TD>
352   - <TD align="RIGHT"><FONT color=blue size=3> <?php echo $this->_tpl_vars['READ_CNT']; ?>
353   -</FONT></TD>
354   - </TR>
355   - <!--
356   - <?php unset($this->_sections['idx']);
357   -$this->_sections['idx']['name'] = 'idx';
358   -$this->_sections['idx']['loop'] = is_array($_loop=$this->_tpl_vars['ANS_LIST']) ? count($_loop) : max(0, (int)$_loop); unset($_loop);
359   -$this->_sections['idx']['show'] = true;
360   -$this->_sections['idx']['max'] = $this->_sections['idx']['loop'];
361   -$this->_sections['idx']['step'] = 1;
362   -$this->_sections['idx']['start'] = $this->_sections['idx']['step'] > 0 ? 0 : $this->_sections['idx']['loop']-1;
363   -if ($this->_sections['idx']['show']) {
364   - $this->_sections['idx']['total'] = $this->_sections['idx']['loop'];
365   - if ($this->_sections['idx']['total'] == 0)
366   - $this->_sections['idx']['show'] = false;
367   -} else
368   - $this->_sections['idx']['total'] = 0;
369   -if ($this->_sections['idx']['show']):
370   -
371   - for ($this->_sections['idx']['index'] = $this->_sections['idx']['start'], $this->_sections['idx']['iteration'] = 1;
372   - $this->_sections['idx']['iteration'] <= $this->_sections['idx']['total'];
373   - $this->_sections['idx']['index'] += $this->_sections['idx']['step'], $this->_sections['idx']['iteration']++):
374   -$this->_sections['idx']['rownum'] = $this->_sections['idx']['iteration'];
375   -$this->_sections['idx']['index_prev'] = $this->_sections['idx']['index'] - $this->_sections['idx']['step'];
376   -$this->_sections['idx']['index_next'] = $this->_sections['idx']['index'] + $this->_sections['idx']['step'];
377   -$this->_sections['idx']['first'] = ($this->_sections['idx']['iteration'] == 1);
378   -$this->_sections['idx']['last'] = ($this->_sections['idx']['iteration'] == $this->_sections['idx']['total']);
379   -?>
380   - <TR>
381   - <TD align="LEFT"><FONT color=blue size=3><B><?php echo $this->_tpl_vars['ANS_LIST'][$this->_sections['idx']['index']][1]; ?>
382   -</B></FONT></TD>
383   - <TD align="RIGHT"><FONT color=blue size=3><?php echo $this->_tpl_vars['ANS_LIST'][$this->_sections['idx']['index']][2]; ?>
384   - 件</FONT></TD>
385   - </TR>
386   - <?php endfor; endif; ?>
387   - -->
388   - </TABLE>
389   - </td>
390   - </tr>
391   -
392   -
393   - <tr>
394   - <td align="center">
395   - <TABLE border=1 bordercolor="#008080" width="100%">
396   - <TR bgcolor="#FFCC99">
397   - <TD align="center" width="35%"><FONT size=2><B>候補日時</B></FONT></TD>
398   - <TD align="center" width="10%"><FONT size=2><B>回答数</B></FONT></TD>
399   - <TD align="center"><FONT size=2><B>回答者</B></FONT></TD>
400   - </TR>
401   - <?php unset($this->_sections['idx']);
402   -$this->_sections['idx']['name'] = 'idx';
403   -$this->_sections['idx']['loop'] = is_array($_loop=$this->_tpl_vars['ANS_LIST']) ? count($_loop) : max(0, (int)$_loop); unset($_loop);
404   -$this->_sections['idx']['show'] = true;
405   -$this->_sections['idx']['max'] = $this->_sections['idx']['loop'];
406   -$this->_sections['idx']['step'] = 1;
407   -$this->_sections['idx']['start'] = $this->_sections['idx']['step'] > 0 ? 0 : $this->_sections['idx']['loop']-1;
408   -if ($this->_sections['idx']['show']) {
409   - $this->_sections['idx']['total'] = $this->_sections['idx']['loop'];
410   - if ($this->_sections['idx']['total'] == 0)
411   - $this->_sections['idx']['show'] = false;
412   -} else
413   - $this->_sections['idx']['total'] = 0;
414   -if ($this->_sections['idx']['show']):
415   -
416   - for ($this->_sections['idx']['index'] = $this->_sections['idx']['start'], $this->_sections['idx']['iteration'] = 1;
417   - $this->_sections['idx']['iteration'] <= $this->_sections['idx']['total'];
418   - $this->_sections['idx']['index'] += $this->_sections['idx']['step'], $this->_sections['idx']['iteration']++):
419   -$this->_sections['idx']['rownum'] = $this->_sections['idx']['iteration'];
420   -$this->_sections['idx']['index_prev'] = $this->_sections['idx']['index'] - $this->_sections['idx']['step'];
421   -$this->_sections['idx']['index_next'] = $this->_sections['idx']['index'] + $this->_sections['idx']['step'];
422   -$this->_sections['idx']['first'] = ($this->_sections['idx']['iteration'] == 1);
423   -$this->_sections['idx']['last'] = ($this->_sections['idx']['iteration'] == $this->_sections['idx']['total']);
424   -?>
425   - <TR>
426   - <TD align="left" valign="top">
427   - <table width="100%">
428   - <tr>
429   - <?php if (( $this->_tpl_vars['ANS_LIST'][$this->_sections['idx']['index']][0] == '1' )): ?>
430   - <td align="left" valign="top" width="100%" colspan="3"><FONT size=2><?php echo $this->_tpl_vars['ANS_LIST'][$this->_sections['idx']['index']][4][0]; ?>
431   -</FONT></td>
432   - <?php else: ?>
433   - <td align="left" valign="top" width="46%"><FONT size=2><?php echo $this->_tpl_vars['ANS_LIST'][$this->_sections['idx']['index']][4][0]; ?>
434   -</FONT></td>
435   - <td align="left" valign="top" width="8%"><FONT size=2> 〜 </FONT></td>
436   - <td align="left" valign="top" width="46%"><FONT size=2><?php echo $this->_tpl_vars['ANS_LIST'][$this->_sections['idx']['index']][4][1]; ?>
437   -</FONT></td>
438   - <?php endif; ?>
439   - </tr>
440   - </table>
441   - </TD>
442   - <TD align="right" valign="top"><FONT size=2><?php echo $this->_tpl_vars['ANS_LIST'][$this->_sections['idx']['index']][2]; ?>
443   -</FONT></TD>
444   - <TD align="left" valign="top">
445   - <FONT size=2>
446   - <?php unset($this->_sections['i']);
447   -$this->_sections['i']['name'] = 'i';
448   -$this->_sections['i']['loop'] = is_array($_loop=$this->_tpl_vars['ANS_LIST'][$this->_sections['idx']['index']][3]) ? count($_loop) : max(0, (int)$_loop); unset($_loop);
449   -$this->_sections['i']['show'] = true;
450   -$this->_sections['i']['max'] = $this->_sections['i']['loop'];
451   -$this->_sections['i']['step'] = 1;
452   -$this->_sections['i']['start'] = $this->_sections['i']['step'] > 0 ? 0 : $this->_sections['i']['loop']-1;
453   -if ($this->_sections['i']['show']) {
454   - $this->_sections['i']['total'] = $this->_sections['i']['loop'];
455   - if ($this->_sections['i']['total'] == 0)
456   - $this->_sections['i']['show'] = false;
457   -} else
458   - $this->_sections['i']['total'] = 0;
459   -if ($this->_sections['i']['show']):
460   -
461   - for ($this->_sections['i']['index'] = $this->_sections['i']['start'], $this->_sections['i']['iteration'] = 1;
462   - $this->_sections['i']['iteration'] <= $this->_sections['i']['total'];
463   - $this->_sections['i']['index'] += $this->_sections['i']['step'], $this->_sections['i']['iteration']++):
464   -$this->_sections['i']['rownum'] = $this->_sections['i']['iteration'];
465   -$this->_sections['i']['index_prev'] = $this->_sections['i']['index'] - $this->_sections['i']['step'];
466   -$this->_sections['i']['index_next'] = $this->_sections['i']['index'] + $this->_sections['i']['step'];
467   -$this->_sections['i']['first'] = ($this->_sections['i']['iteration'] == 1);
468   -$this->_sections['i']['last'] = ($this->_sections['i']['iteration'] == $this->_sections['i']['total']);
469   -?>
470   - <?php echo $this->_tpl_vars['ANS_LIST'][$this->_sections['idx']['index']][3][$this->_sections['i']['index']]; ?>
471   -
472   - <?php endfor; endif; ?>
473   - </FONT>
474   - &nbsp;
475   - </TD>
476   - </TR>
477   - <?php endfor; endif; ?>
478   - </TABLE>
479   - <br><input type="button" name="btnReturn" value="一覧へ戻る" onClick="location='LIST0000.php'">
480   - </td>
481   - </tr>
482   -
483   -
484   - <tr>
485   - <td align="center">
486   - <hr>
487   - <B><FONT color=blue size=5>個人閲覧状況</FONT></B>
488   - <table width="100%">
489   - <tr>
490   - <td align="right" width="100%">
491   - <INPUT type="button" name="btnSelect" value="選択者再送信" onClick="return Send_Select();">
492   - </td>
493   - </tr>
494   - </table>
495   - <TABLE border=1 bordercolor="#008080" width="100%">
496   - <TR bgcolor="#FFCC99">
497   - <TD align="center" width="15%"><FONT size=2><B>氏 名</B></FONT></TD>
498   - <TD align="center" width="15%"><FONT size=2><B>グループ</B></FONT></TD>
499   - <TD align="center" width="25%"><FONT size=2><B>閲 覧</B></FONT></TD>
500   - <TD align="center" width="15%"><FONT size=2><B>確認日時</B></FONT></TD>
501   - <TD align="center" width="20%"><FONT size=2><B>コメント</B></FONT></TD>
502   - <TD align="center" width="5%"><FONT size=2 bgcolor="#99FF99"><B>送信先</B></FONT></TD>
503   - <TD align="center" width="5%"><FONT size=2><B>再 送</B></FONT></TD>
504   - </TR>
505   - <?php unset($this->_sections['idx']);
506   -$this->_sections['idx']['name'] = 'idx';
507   -$this->_sections['idx']['loop'] = is_array($_loop=$this->_tpl_vars['User_List']) ? count($_loop) : max(0, (int)$_loop); unset($_loop);
508   -$this->_sections['idx']['show'] = true;
509   -$this->_sections['idx']['max'] = $this->_sections['idx']['loop'];
510   -$this->_sections['idx']['step'] = 1;
511   -$this->_sections['idx']['start'] = $this->_sections['idx']['step'] > 0 ? 0 : $this->_sections['idx']['loop']-1;
512   -if ($this->_sections['idx']['show']) {
513   - $this->_sections['idx']['total'] = $this->_sections['idx']['loop'];
514   - if ($this->_sections['idx']['total'] == 0)
515   - $this->_sections['idx']['show'] = false;
516   -} else
517   - $this->_sections['idx']['total'] = 0;
518   -if ($this->_sections['idx']['show']):
519   -
520   - for ($this->_sections['idx']['index'] = $this->_sections['idx']['start'], $this->_sections['idx']['iteration'] = 1;
521   - $this->_sections['idx']['iteration'] <= $this->_sections['idx']['total'];
522   - $this->_sections['idx']['index'] += $this->_sections['idx']['step'], $this->_sections['idx']['iteration']++):
523   -$this->_sections['idx']['rownum'] = $this->_sections['idx']['iteration'];
524   -$this->_sections['idx']['index_prev'] = $this->_sections['idx']['index'] - $this->_sections['idx']['step'];
525   -$this->_sections['idx']['index_next'] = $this->_sections['idx']['index'] + $this->_sections['idx']['step'];
526   -$this->_sections['idx']['first'] = ($this->_sections['idx']['iteration'] == 1);
527   -$this->_sections['idx']['last'] = ($this->_sections['idx']['iteration'] == $this->_sections['idx']['total']);
528   -?>
529   - <TR>
530   - <TD align="left"><FONT size=2><!-- a href="#" onclick="Disp_user('<?php echo $this->_tpl_vars['mail_id']; ?>
531   -','<?php echo $this->_tpl_vars['User_List'][$this->_sections['idx']['index']][7]; ?>
532   -');" --><?php echo $this->_tpl_vars['User_List'][$this->_sections['idx']['index']][1]; ?>
533   -<!-- /a --></FONT></TD>
534   - <TD align="left"><FONT size=2><?php echo $this->_tpl_vars['User_List'][$this->_sections['idx']['index']][2]; ?>
535   -</FONT></TD>
536   - <TD align="left"><FONT size=2 <?php echo $this->_tpl_vars['User_List'][$this->_sections['idx']['index']][8]; ?>
537   -><?php echo $this->_tpl_vars['User_List'][$this->_sections['idx']['index']][3]; ?>
538   -</FONT></TD>
539   - <TD align="center"><FONT size=2><?php echo $this->_tpl_vars['User_List'][$this->_sections['idx']['index']][4]; ?>
540   -</FONT></TD>
541   - <TD align="left"><FONT size=2><?php echo $this->_tpl_vars['User_List'][$this->_sections['idx']['index']][5]; ?>
542   - </FONT></TD>
543   - <TD align="center"><FONT size=2><?php echo $this->_tpl_vars['User_List'][$this->_sections['idx']['index']][6]; ?>
544   -</FONT></TD>
545   - <TD align="center"><FONT size=2><INPUT type="checkbox" NAME="chkSend" VALUE="<?php echo $this->_tpl_vars['User_List'][$this->_sections['idx']['index']][0]; ?>
546   -"></FONT></TD>
547   - </TR>
548   - <?php endfor; endif; ?>
549   - </TABLE>
550   - </td>
551   - </tr>
552   -
553   -
554   - <tr>
555   - <td align="center">
556   - </td>
557   - </tr>
558   -</table>
559   -<table width="100%" border="0">
560   - <tr>
561   - <td align="center"><input type="button" name="btnReturn" value="一覧へ戻る" onClick="location='LIST0000.php'"></td>
562   - </tr>
563   -</table>
564   -<INPUT type="hidden" name="mail_id" value="<?php echo $this->_tpl_vars['mail_id']; ?>
565   -">
566   -<INPUT type="hidden" name="N_READ_CNT" value="<?php echo $this->_tpl_vars['N_READ_CNT']; ?>
567   -">
568   -<INPUT type="hidden" name="usr_key" value="">
569   -<INPUT type="hidden" name="SendUser" value="<?php echo $this->_tpl_vars['SendUser']; ?>
570   -">
571   -<INPUT type="hidden" name="int_send_type" value="<?php echo $this->_tpl_vars['int_send_type']; ?>
572   -">
573   -<INPUT type="hidden" name="Chk_User" value="">
574   -
575   -<!-- フッター表示 -->
576   -<?php $_smarty_tpl_vars = $this->_tpl_vars;
577   -$this->_smarty_include(array('smarty_include_tpl_file' => 'footer.tpl', 'smarty_include_vars' => array()));
578   -$this->_tpl_vars = $_smarty_tpl_vars;
579   -unset($_smarty_tpl_vars);
580   - ?>
581   -</FORM>
582   -</BODY>
583   -</HTML>
\ No newline at end of file
1   -<?php /* Smarty version 2.6.26, created on 2017-06-01 23:16:41
2   - compiled from MST1141.tpl */ ?>
3   -<DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
4   -<HTML>
5   -<HEAD>
6   -<META name="GENERATOR" content="Microsoft FrontPage 4.0">
7   -<META http-equiv="Content-Type" content="text/html; charset=EUC-JP">
8   -<META http-equiv="Content-Style-Type" content="text/css">
9   -<link href="./css/style.css" rel="stylesheet" type="text/css">
10   -<TITLE>め〜るNiポン!</TITLE>
11   -<script type="text/javascript" src="./include/input_chk.js" charset="EUC-JP"></script>
12   -<script>
13   -<?php echo '
14   -
15   -function Return_Send(){
16   - document.frm.action = "MST1140.php";
17   - document.frm.method = "POST";
18   - document.frm.submit();
19   -}
20   -
21   -function All_chk1(intFlg){
22   - if (document.frm.select_cd){
23   - if (document.frm.select_cd.length){
24   - for(i = 0 ; i <= document.frm.select_cd.length-1; i++ ){
25   - if (intFlg==1){
26   - document.frm.select_cd[i].checked=true;
27   - }else{
28   - document.frm.select_cd[i].checked=false;
29   - }
30   - }
31   - }else{
32   - if (intFlg==1){
33   - document.frm.select_cd.checked=true;
34   - }else{
35   - document.frm.select_cd.checked=false;
36   - }
37   - }
38   - }
39   -}
40   -
41   -function Tuika_User(){
42   - var Sel_Data = "";
43   - if (document.frm.select_cd){
44   - if (document.frm.select_cd.length){
45   - for(i = 0 ; i <= document.frm.select_cd.length-1; i++ ){
46   - if (document.frm.select_cd[i].checked){
47   - Sel_Data = Sel_Data+document.frm.select_cd[i].value+",";
48   - }
49   - }
50   - }else{
51   - if (document.frm.select_cd.checked){
52   - Sel_Data = Sel_Data+document.frm.select_cd.value+",";
53   - }
54   - }
55   - if (Sel_Data==""){
56   - alert("追加するユーザーを選択してください。");
57   - }else{
58   - document.frm.Send_User.value=document.frm.Send_User.value+Sel_Data;
59   - document.frm.action = "MST1141.php";
60   - document.frm.method = "POST";
61   - document.frm.submit();
62   - }
63   - }
64   -}
65   -
66   -function All_chk2(intFlg){
67   -
68   - if (document.frm.send_cd){
69   - if (document.frm.send_cd.length){
70   - for(i = 0 ; i <= document.frm.send_cd.length-1; i++ ){
71   - if (intFlg==1){
72   - document.frm.send_cd[i].checked=true;
73   - }else{
74   - document.frm.send_cd[i].checked=false;
75   - }
76   - }
77   - }else{
78   - if (intFlg==1){
79   - document.frm.send_cd.checked=true;
80   - }else{
81   - document.frm.send_cd.checked=false;
82   - }
83   - }
84   - }
85   -}
86   -
87   -function Delete_User(){
88   - var Sel_Data = "";
89   -
90   - if (document.frm.send_cd){
91   - if (document.frm.send_cd.length){
92   - for(i = 0 ; i <= document.frm.send_cd.length-1; i++ ){
93   - if (document.frm.send_cd[i].checked==false){
94   - Sel_Data = Sel_Data+document.frm.send_cd[i].value+",";
95   - }
96   - }
97   - }else{
98   - if (document.frm.send_cd.checked==false){
99   - Sel_Data = Sel_Data+document.frm.send_cd.value+",";
100   - }
101   - }
102   -
103   - document.frm.Send_User.value=Sel_Data;
104   - document.frm.action = "MST1141.php";
105   - document.frm.method = "POST";
106   - document.frm.submit();
107   - }
108   -}
109   -
110   -'; ?>
111   -
112   -</script>
113   -</HEAD>
114   -<BODY bgcolor="White">
115   -<FORM name="frm" method="post">
116   -<!-- ヘッダー表示 -->
117   -<?php $_smarty_tpl_vars = $this->_tpl_vars;
118   -$this->_smarty_include(array('smarty_include_tpl_file' => 'header.tpl', 'smarty_include_vars' => array()));
119   -$this->_tpl_vars = $_smarty_tpl_vars;
120   -unset($_smarty_tpl_vars);
121   - ?>
122   -<!-- メニュー表示 -->
123   -<?php $_smarty_tpl_vars = $this->_tpl_vars;
124   -$this->_smarty_include(array('smarty_include_tpl_file' => 'menu.tpl', 'smarty_include_vars' => array()));
125   -$this->_tpl_vars = $_smarty_tpl_vars;
126   -unset($_smarty_tpl_vars);
127   - ?>
128   -<table width="100%" border="0">
129   - <tr>
130   - <th><B><font color=blue size=5>送信先選択(テストメール配信)</font></B></th>
131   - </tr>
132   -</table>
133   -<hr />
134   -<table border="0" width="100%">
135   - <tr>
136   - <td align="center">
137   - <B><FONT color=blue size=4><A HREF="#" onClick="Return_Send()">[ 戻る ]</A></FONT></B>
138   - </td>
139   - </tr>
140   - <tr>
141   - <td align="center"><FONT size=2>会員一覧が表示されます。</FONT></td>
142   - </tr>
143   - <tr>
144   - <td align="center">
145   - <?php if ($this->_tpl_vars['Select_List'][0][1] != ""): ?>
146   - <table border=0 WIDTH="900" >
147   - <TR bgcolor="#90ee90">
148   - <TD align="center"></TD>
149   - <TD align="center"><B>氏名</B></TD>
150   - <TD align="center"><B>携帯アドレス</B></TD>
151   - <TD align="center"><B>PCアドレス</B></TD>
152   - </TR>
153   - <?php unset($this->_sections['idx']);
154   -$this->_sections['idx']['name'] = 'idx';
155   -$this->_sections['idx']['loop'] = is_array($_loop=$this->_tpl_vars['Select_List']) ? count($_loop) : max(0, (int)$_loop); unset($_loop);
156   -$this->_sections['idx']['show'] = true;
157   -$this->_sections['idx']['max'] = $this->_sections['idx']['loop'];
158   -$this->_sections['idx']['step'] = 1;
159   -$this->_sections['idx']['start'] = $this->_sections['idx']['step'] > 0 ? 0 : $this->_sections['idx']['loop']-1;
160   -if ($this->_sections['idx']['show']) {
161   - $this->_sections['idx']['total'] = $this->_sections['idx']['loop'];
162   - if ($this->_sections['idx']['total'] == 0)
163   - $this->_sections['idx']['show'] = false;
164   -} else
165   - $this->_sections['idx']['total'] = 0;
166   -if ($this->_sections['idx']['show']):
167   -
168   - for ($this->_sections['idx']['index'] = $this->_sections['idx']['start'], $this->_sections['idx']['iteration'] = 1;
169   - $this->_sections['idx']['iteration'] <= $this->_sections['idx']['total'];
170   - $this->_sections['idx']['index'] += $this->_sections['idx']['step'], $this->_sections['idx']['iteration']++):
171   -$this->_sections['idx']['rownum'] = $this->_sections['idx']['iteration'];
172   -$this->_sections['idx']['index_prev'] = $this->_sections['idx']['index'] - $this->_sections['idx']['step'];
173   -$this->_sections['idx']['index_next'] = $this->_sections['idx']['index'] + $this->_sections['idx']['step'];
174   -$this->_sections['idx']['first'] = ($this->_sections['idx']['iteration'] == 1);
175   -$this->_sections['idx']['last'] = ($this->_sections['idx']['iteration'] == $this->_sections['idx']['total']);
176   -?>
177   - <TR bgcolor="#CCCCCC">
178   - <td align="center"><INPUT type="checkbox" id="select_cd" name="select_cd" value="<?php echo $this->_tpl_vars['Select_List'][$this->_sections['idx']['index']][0]; ?>
179   -"></td>
180   - <td align="left"><?php echo $this->_tpl_vars['Select_List'][$this->_sections['idx']['index']][1]; ?>
181   -</td>
182   - <td align="left"><?php echo $this->_tpl_vars['Select_List'][$this->_sections['idx']['index']][2]; ?>
183   -</td>
184   - <td align="left"><?php echo $this->_tpl_vars['Select_List'][$this->_sections['idx']['index']][3]; ?>
185   -</td>
186   - </TR>
187   - <?php endfor; endif; ?>
188   - </table>
189   - <?php else: ?>
190   - 対象データが存在しません
191   - <?php endif; ?>
192   - </td>
193   - </tr>
194   - <tr>
195   - <td align="center">
196   - <input type="button" value=" 全体選択 " name="btnSelect1_1" onClick="All_chk1(1);">
197   - <input type="button" value=" 選択解除 " name="btnSelect1_0" onClick="All_chk1(0);">
198   - <input type="button" value=" 追加 " name="btnTuika" onClick="Tuika_User();">
199   - </td>
200   - </tr>
201   - <tr><td align="center"><hr /></td></tr>
202   - <tr>
203   - <td align="center"><FONT size=2>会員一覧が表示されます。</FONT></td>
204   - </tr>
205   - <tr>
206   - <td align="center">
207   - <table border=0 WIDTH="900" >
208   - <TR bgcolor="#90ee90">
209   - <TD align="center"></TD>
210   - <TD align="center"><B>氏名</B></TD>
211   - <TD align="center"><B>携帯アドレス</B></TD>
212   - <TD align="center"><B>PCアドレス</B></TD>
213   - </TR>
214   - <?php unset($this->_sections['idx']);
215   -$this->_sections['idx']['name'] = 'idx';
216   -$this->_sections['idx']['loop'] = is_array($_loop=$this->_tpl_vars['Send_List']) ? count($_loop) : max(0, (int)$_loop); unset($_loop);
217   -$this->_sections['idx']['show'] = true;
218   -$this->_sections['idx']['max'] = $this->_sections['idx']['loop'];
219   -$this->_sections['idx']['step'] = 1;
220   -$this->_sections['idx']['start'] = $this->_sections['idx']['step'] > 0 ? 0 : $this->_sections['idx']['loop']-1;
221   -if ($this->_sections['idx']['show']) {
222   - $this->_sections['idx']['total'] = $this->_sections['idx']['loop'];
223   - if ($this->_sections['idx']['total'] == 0)
224   - $this->_sections['idx']['show'] = false;
225   -} else
226   - $this->_sections['idx']['total'] = 0;
227   -if ($this->_sections['idx']['show']):
228   -
229   - for ($this->_sections['idx']['index'] = $this->_sections['idx']['start'], $this->_sections['idx']['iteration'] = 1;
230   - $this->_sections['idx']['iteration'] <= $this->_sections['idx']['total'];
231   - $this->_sections['idx']['index'] += $this->_sections['idx']['step'], $this->_sections['idx']['iteration']++):
232   -$this->_sections['idx']['rownum'] = $this->_sections['idx']['iteration'];
233   -$this->_sections['idx']['index_prev'] = $this->_sections['idx']['index'] - $this->_sections['idx']['step'];
234   -$this->_sections['idx']['index_next'] = $this->_sections['idx']['index'] + $this->_sections['idx']['step'];
235   -$this->_sections['idx']['first'] = ($this->_sections['idx']['iteration'] == 1);
236   -$this->_sections['idx']['last'] = ($this->_sections['idx']['iteration'] == $this->_sections['idx']['total']);
237   -?>
238   - <TR bgcolor="#CCCCCC">
239   - <td align="center"><INPUT type="checkbox" id="send_cd" name="send_cd" value="<?php echo $this->_tpl_vars['Send_List'][$this->_sections['idx']['index']][0]; ?>
240   -"></td>
241   - <td align="left"><?php echo $this->_tpl_vars['Send_List'][$this->_sections['idx']['index']][1]; ?>
242   -</td>
243   - <td align="left"><?php echo $this->_tpl_vars['Send_List'][$this->_sections['idx']['index']][2]; ?>
244   -</td>
245   - <td align="left"><?php echo $this->_tpl_vars['Send_List'][$this->_sections['idx']['index']][3]; ?>
246   -</td>
247   - </TR>
248   - <?php endfor; endif; ?>
249   - </table>
250   - </td>
251   - </tr>
252   - <tr>
253   - <td align="center">
254   - <input type="button" value=" 全体選択 " name="btnSelect2_1" onClick="All_chk2(1);">
255   - <input type="button" value=" 選択解除 " name="btnSelect2_0" onClick="All_chk2(0);">
256   - <input type="button" value=" 削除 " name="btnTuika" onClick="Delete_User();">
257   - </td>
258   - </tr>
259   -</table>
260   -<input type="hidden" name="Send_User" value="<?php echo $this->_tpl_vars['Send_User']; ?>
261   -" />
262   -<input type="hidden" name="SendType" value="<?php echo $this->_tpl_vars['SendType']; ?>
263   -" />
264   -<input type="hidden" name="txtMemo" value="<?php echo $this->_tpl_vars['txtMemo']; ?>
265   -" />
266   -<!-- フッター表示 -->
267   -<?php $_smarty_tpl_vars = $this->_tpl_vars;
268   -$this->_smarty_include(array('smarty_include_tpl_file' => 'footer.tpl', 'smarty_include_vars' => array()));
269   -$this->_tpl_vars = $_smarty_tpl_vars;
270   -unset($_smarty_tpl_vars);
271   - ?>
272   -</FORM>
273   -</BODY>
274   -</HTML>
\ No newline at end of file
1   -<?php /* Smarty version 2.6.26, created on 2017-06-02 10:06:34
2   - compiled from LIST1750.tpl */ ?>
3   -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
4   -<HTML>
5   -<HEAD>
6   -<META name="GENERATOR" content="Microsoft FrontPage 4.0">
7   -<META http-equiv="Content-Type" content="text/html; charset=EUC-JP">
8   -<META http-equiv="Content-Style-Type" content="text/css">
9   -<link href="./css/style.css" rel="stylesheet" type="text/css">
10   -<TITLE>め〜るNiポン!</TITLE>
11   -<script type="text/javascript" src="./include/input_chk.js" charset="EUC-JP"></script>
12   -<script>
13   -<?php echo '
14   -
15   -function Return_Back(){
16   - document.frm.action="LIST1000.php";
17   - document.frm.method="POST";
18   - document.frm.submit();
19   -}
20   -
21   -function input_chk(){
22   - if(document.frm.subject_name.value==""){
23   - window.alert(document.frm.KENMEI.value + "入力してください");
24   - document.frm.subject_name.focus();
25   - return false;
26   - }
27   -
28   - if(document.frm.contents.value==""){
29   - window.alert("本文を入力して下さい");
30   - document.frm.contents.focus();
31   - return false;
32   - }
33   -
34   - if (confirm("配信内容を変更します。\\nよろしいですか?")){
35   - document.frm.action="LIST1751.php";
36   - document.frm.method="POST";
37   - document.frm.submit();
38   - }
39   -}
40   -
41   -'; ?>
42   -
43   -</script>
44   -</HEAD>
45   -<BODY bgcolor="White">
46   -<FORM name="frm">
47   -<!-- ヘッダー表示 -->
48   -<?php $_smarty_tpl_vars = $this->_tpl_vars;
49   -$this->_smarty_include(array('smarty_include_tpl_file' => 'header.tpl', 'smarty_include_vars' => array()));
50   -$this->_tpl_vars = $_smarty_tpl_vars;
51   -unset($_smarty_tpl_vars);
52   - ?>
53   -<!-- メニュー表示 -->
54   -<?php $_smarty_tpl_vars = $this->_tpl_vars;
55   -$this->_smarty_include(array('smarty_include_tpl_file' => 'menu.tpl', 'smarty_include_vars' => array()));
56   -$this->_tpl_vars = $_smarty_tpl_vars;
57   -unset($_smarty_tpl_vars);
58   - ?>
59   -<!-- 一覧表示 -->
60   -<table width="100%" border="0">
61   - <tr>
62   - <th><B><font color="blue" size="5">メール配信設定</font></B></th>
63   - </tr>
64   -</table>
65   -<hr />
66   -<table width="100%" border="0">
67   - <tr>
68   - <td align="center">
69   - <TABLE border=1 bordercolor="#008080" width="544">
70   - <TR>
71   - <TD bgcolor="#FFCC99"><B><FONT size="2">件名</FONT></B></TD>
72   - <TD><FONT size="2"><INPUT size="30" maxlength="28" type="text" name="subject_name" Value="<?php echo $this->_tpl_vars['subject_name']; ?>
73   -"></FONT></TD>
74   - </TR>
75   - <TR>
76   - <TD bgcolor="#FFCC99"><B><FONT size="2">本文</FONT></B></TD>
77   - <TD><FONT size="2"><TEXTAREA rows="10" cols="60" name="contents"><?php echo $this->_tpl_vars['contents']; ?>
78   -</TEXTAREA></FONT></TD>
79   - </TR>
80   - </TABLE>
81   - </td>
82   - </tr>
83   - <tr>
84   - <td align="center">
85   - <br><br>
86   - <TABLE border="0" width="544">
87   - <TR>
88   - <TD>
89   - <FONT SIZE=2>  配信内容を変更する場合はこのボタンを押してください⇒</FONT>
90   - <input type="button" value="設 定" onClick="return input_chk();">
91   - </TD>
92   - </TR>
93   - </TABLE>
94   - </td>
95   - </tr>
96   -</table>
97   -<table width="100%" border="0">
98   - <tr>
99   - <td align="center"><INPUT type="button" name="back" value="戻 る" onClick="JavaScript:Return_Back();"></td>
100   - </tr>
101   -</table>
102   -<INPUT type="hidden" name="mail_id" value="<?php echo $this->_tpl_vars['mail_id']; ?>
103   -">
104   -<!-- フッター表示 -->
105   -<?php $_smarty_tpl_vars = $this->_tpl_vars;
106   -$this->_smarty_include(array('smarty_include_tpl_file' => 'footer.tpl', 'smarty_include_vars' => array()));
107   -$this->_tpl_vars = $_smarty_tpl_vars;
108   -unset($_smarty_tpl_vars);
109   - ?>
110   -</FORM>
111   -</BODY>
112   -</HTML>
\ No newline at end of file
1   -<?php /* Smarty version 2.6.26, created on 2017-06-01 09:17:24
2   - compiled from header_non.tpl */ ?>
3   -<div id="header">
4   - <img src="./img/title_logo_menu.jpg" alt="¤á¡¼¤ëNi¥Ý¥ó">
5   -</div>
1   -<?php /* Smarty version 2.6.26, created on 2018-05-16 11:30:42
2   - compiled from SUB9991.tpl */ ?>
3   -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
4   -<HTML>
5   -<HEAD>
6   -<META name="GENERATOR" content="Microsoft FrontPage 4.0">
7   -<META http-equiv="Content-Type" content="text/html; charset=EUC-JP">
8   -<META http-equiv="Content-Style-Type" content="text/css">
9   -<link href="./css/style.css" rel="stylesheet" type="text/css">
10   -<TITLE>め〜るNiポン!</TITLE>
11   -<script type="text/javascript" src="./include/input_chk.js" charset="EUC-JP"></script>
12   -<script>
13   -<?php echo '
14   -
15   -
16   -'; ?>
17   -
18   -</script>
19   -</HEAD>
20   -<BODY bgcolor="White">
21   -<FORM name="frm">
22   -<!-- ヘッダー表示 -->
23   -<?php $_smarty_tpl_vars = $this->_tpl_vars;
24   -$this->_smarty_include(array('smarty_include_tpl_file' => 'header_non.tpl', 'smarty_include_vars' => array()));
25   -$this->_tpl_vars = $_smarty_tpl_vars;
26   -unset($_smarty_tpl_vars);
27   - ?>
28   -<!-- 一覧表示 -->
29   -<table width="100%" border="0">
30   - <tr>
31   - <th><B><font color="blue" size="5">退会処理</font></B></th>
32   - </tr>
33   -</table>
34   -<hr />
35   -<table width="100%" border="0">
36   - <tr>
37   - <td align="center">
38   - <p align="center">退会処理が完了しました<br>
39   - <br>
40   - ご利用ありがとうございました。<br>
41   - <br>
42   - </font>
43   - </p>
44   - </td>
45   - </tr>
46   -</table>
47   -<!-- フッター表示 -->
48   -<?php $_smarty_tpl_vars = $this->_tpl_vars;
49   -$this->_smarty_include(array('smarty_include_tpl_file' => 'footer.tpl', 'smarty_include_vars' => array()));
50   -$this->_tpl_vars = $_smarty_tpl_vars;
51   -unset($_smarty_tpl_vars);
52   - ?>
53   -</FORM>
54   -</BODY>
55   -</HTML>
\ No newline at end of file
1   -<?php /* Smarty version 2.6.26, created on 2018-11-30 11:58:32
2   - compiled from index.tpl */ ?>
3   -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
4   -<HTML>
5   -<HEAD>
6   -<meta name='robots' content='noindex,follow' />
7   -<meta name="google-site-verification" content="fxxiDl1aEyquh3BaxjBcuyotzYFyuHmYM9jqp9CIA9M" />
8   -<meta http-equiv="Content-Type" content="text/html; charset=EUC-JP" />
9   -<meta http-equiv="Content-Style-Type" content="text/css" />
10   -<link rel="stylesheet" type="text/css" href="./css/basefont.css" />
11   -<TITLE>め〜るNiポン</TITLE>
12   -<script type="text/javascript" src="./include/input_chk.js"></script>
13   -<script>
14   -<?php echo '
15   - function chk(){
16   - if (hissu_chk("ログインID",document.frm.LoginID.value)==false) {
17   - document.frm.LoginID.focus();
18   - return false;
19   - }
20   - if (script_chk("ログインID",document.frm.LoginID.value)==false) {
21   - document.frm.LoginID.focus();
22   - return false;
23   - }
24   - if (hissu_chk("パスワード",document.frm.Passwd.value)==false) {
25   - document.frm.Passwd.focus();
26   - return false;
27   - }
28   - if (script_chk("パスワード",document.frm.Passwd.value)==false) {
29   - document.frm.Passwd.focus();
30   - return false;
31   - }
32   - document.frm.action="loginchk.php";
33   - document.frm.method="POST"
34   - document.frm.submit();
35   - return false;
36   - }
37   -
38   -function key_Press(e){
39   -
40   - var intKey = 0;
41   - if (navigator.appName == "Microsoft Internet Explorer"){
42   - intKey = event.keyCode;
43   - }else{
44   - intKey = e.which;
45   - }
46   -
47   - if(intKey == 13){
48   - return chk();
49   - }
50   -}
51   -document.onkeypress = key_Press;
52   -
53   -'; ?>
54   -
55   -</script>
56   -</HEAD>
57   -<body>
58   -<center>
59   -<form name="frm">
60   -<TABLE border="0" height="275">
61   - <TR>
62   - <TD width="650" height="129" align="center"><img src="./img/title_logo.gif" alt="めーるNiポン"></TD>
63   - </TR>
64   - <TR>
65   - <TD width="650" valign="top">
66   - <div align="center">
67   - <TABLE border="0">
68   - <TR>
69   - <TD height="20">ログインID</TD>
70   - <TD height="20"><INPUT type="text" maxlength="50" size="30" name="LoginID" value=""></TD>
71   - </TR>
72   - <TR>
73   - <TD height="20">パスワード</TD>
74   - <TD height="20"><INPUT type="password" maxlength="50" size="30" name="Passwd"></TD>
75   - </TR>
76   - <TR>
77   - <TD colspan="2" align="center">
78   - <p><INPUT type="button" value="ログイン" onclick="return chk();"></p><br /><br />
79   - <br>
80   - <a href="pass_los.php">パスワードを忘れた方は</A><BR>
81   - <p><a href="start/" target="_blank"><img src="./img/strat_button.gif" alt="ご利用方法" width="70" height="30" border="0"></a></p></TD>
82   - </TD>
83   - </TR>
84   - </TABLE>
85   - </div>
86   - </TD>
87   - </TR>
88   -</TABLE>
89   -<p><font size="-1" color="#666666">Copyright (C) 2005 Media Tech Inc. All rights reserved.</font></p>
90   -</center>
91   -<center>
92   -<TABLE>
93   - <TR>
94   - <TD>
95   - ■ドメイン指定受信<BR>
96   - 管理者のドメインを指定受信お願いします。<BR>
97   - 例)管理者のメールアドレスがXXXX@media-tek.co.jpの場合
98   - は、<BR>
99   - @マーク以下のmedia-tek.co.jpが設定部分になります。<BR>
100   - 【※注意】管理者のアドレスが携帯とパソコンを両方設定して ある場合は、<BR>
101   - パソコンのメールアドレスのドメインを設定お願いします。
102   - <BR><BR>
103   - </TD>
104   - </TR>
105   - <TR>
106   - <TD>
107   - <font size="4" color="#ff0000"><B>携帯電話にてメールを受信できない方へ</B></FONT><BR>
108   - </TD>
109   - </TR>
110   - <TR>
111   - <TD>
112   - 「ドメイン拒否」か「なりすましメール」の設定が行われている可能性があります。<BR>
113   - 下記の設定を確認してください。<BR><BR>
114   - </TD>
115   - </TR>
116   - <TR>
117   - <TD>
118   - ■ドメイン指定受信<BR>
119   - 管理者のドメインを指定受信お願いします。<BR>
120   - 例)管理者のメールアドレスがXXXX@media-tek.co.jpの場合
121   - は、<BR>
122   - @マーク以下のmedia-tek.co.jpが設定部分になります。<BR>
123   - 【※注意】管理者のアドレスが携帯とパソコンを両方設定して ある場合は、<BR>
124   - パソコンのメールアドレスのドメインを設定お願いします。
125   - <BR><BR>
126   - </TD>
127   - </TR>
128   - <TR>
129   - <TD>
130   - ■アドレス指定受信<BR>
131   - 管理者のメールアドレスを設定お願いします。<BR>
132   - 【※注意】携帯とパソコンを両方設定してある場合は、<BR>
133   - パソコンのメールアドレスのドメインを設定お願いします。
134   - <BR>
135   - 設定方法の詳細は、下記を参考にしてください。<BR>
136   - <A href="https://www.au.com/support/service/mobile/trouble/forestalling/mail/anti-spam/fillter/function-11/" target="_blank" >auサイト
137   - </A>
138   - <BR>
139   - <A href="https://www.softbank.jp/mobile/support/antispam/settings/whiteblack/" target="_blank">SoftBankサイト
140   - </A>
141   - <BR>
142   - <A href="https://www.nttdocomo.co.jp/info/spam_mail/domain/" target="_blank">DOCOMOサイト
143   - </A>
144   - <BR>
145   - </TD>
146   - </TR>
147   -</TABLE>
148   -</center>
149   -<INPUT type="hidden" name="currry" value="1">
150   -</form>
151   -</body>
152   -</HTML>
\ No newline at end of file
1   -<?php /* Smarty version 2.6.26, created on 2017-05-31 13:33:23
2   - compiled from MAIN0000.tpl */ ?>
3   -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
4   -<HTML>
5   -<HEAD>
6   -<META name="GENERATOR" content="Microsoft FrontPage 4.0">
7   -<META http-equiv="Content-Type" content="text/html; charset=EUC-JP">
8   -<META http-equiv="Content-Style-Type" content="text/css">
9   -<link href="./css/style.css" rel="stylesheet" type="text/css">
10   -<TITLE>め〜るNiポン!</TITLE>
11   -<script>
12   -<?php echo '
13   -function ichiran(){
14   - document.frm.action="./ichiran.php";
15   - document.frm.submit();
16   -}
17   -
18   -function GmDisp(){
19   - document.frm.action = "MAIN0000.php";
20   - document.frm.method="POST";
21   - document.frm.submit();
22   - return;
23   -}
24   -
25   -function reload(strDate){
26   - document.frm.strMainDate.value=strDate;
27   - document.frm.action = "MAIN0000.php";
28   - document.frm.method="POST";
29   - document.frm.submit();
30   - return;
31   -}
32   -
33   -function kojin_send(strDate){
34   - document.frm.strMainDate.value=strDate;
35   - document.frm.action = "./kojin_tran/kojin_Tran.php";
36   - document.frm.method="POST";
37   - document.frm.submit();
38   - return;
39   -}
40   -
41   -function mail_send(strDate){
42   - document.frm.strMainDate.value=strDate;
43   - document.frm.action = "SEND0000.php";
44   - document.frm.method="POST";
45   - document.frm.submit();
46   - return;
47   -}
48   -
49   -function group_send(strDate){
50   - document.frm.strMainDate.value=strDate;
51   - document.frm.action = "./group_tran/group_Tran.php";
52   - document.frm.method="POST";
53   - document.frm.submit();
54   - return;
55   -}
56   -
57   -function Detail_Disp(mail_id,flg){
58   - document.frm.mail_id.value=mail_id;
59   - if(flg=="SC"){
60   - document.frm.action = "LIST2000.php";
61   - }else{
62   - if(flg=="QU"){
63   - document.frm.action = "LIST3000.php";
64   - }else{
65   - document.frm.action = "LIST1000.php";
66   - }
67   - }
68   - document.frm.method="POST";
69   - document.frm.submit();
70   - return;
71   -}
72   -
73   -
74   -'; ?>
75   -
76   -</script>
77   -</HEAD>
78   -<BODY>
79   -<form METHOD="POST" name="frm">
80   -<!-- ヘッダー表示 -->
81   -<?php $_smarty_tpl_vars = $this->_tpl_vars;
82   -$this->_smarty_include(array('smarty_include_tpl_file' => 'header.tpl', 'smarty_include_vars' => array()));
83   -$this->_tpl_vars = $_smarty_tpl_vars;
84   -unset($_smarty_tpl_vars);
85   - ?>
86   -<!-- メニュー表示 -->
87   -<?php $_smarty_tpl_vars = $this->_tpl_vars;
88   -$this->_smarty_include(array('smarty_include_tpl_file' => 'menu.tpl', 'smarty_include_vars' => array()));
89   -$this->_tpl_vars = $_smarty_tpl_vars;
90   -unset($_smarty_tpl_vars);
91   - ?>
92   -<!-- カレンダー表示 -->
93   -<TABLE class="headerTbr">
94   - <TR>
95   - <TD> <img src="img/icon_ikkatu.gif" alt="メール配信" width="22" height="22" border=0>&nbsp;メール配信</TD>
96   - <TD align=middle>
97   - <SELECT name="main_year" onChange=GmDisp()><?php echo $this->_tpl_vars['Year_Data']; ?>
98   -</SELECT>
99   - <SELECT name=main_mon onChange=GmDisp()><?php echo $this->_tpl_vars['Month_Data']; ?>
100   -</SELECT>
101   - </TD>
102   - <TD align=right><INPUT type=button value="<< 先月" onclick="return reload(<?php echo $this->_tpl_vars['Before_Month']; ?>
103   -)"><INPUT type=submit value=" 今月 " onclick="return reload(<?php echo $this->_tpl_vars['Now_Month']; ?>
104   -)"><INPUT type=submit value="来月 >>" onclick="return reload(<?php echo $this->_tpl_vars['Next_Month']; ?>
105   -)"> </TD>
106   - </TR>
107   -</TABLE>
108   -<TABLE class="mainTbr">
109   - <TR>
110   - <TD align="middle" bgcolor="FDDFFD" height="30"></TD>
111   - <TD align="middle" bgcolor="#ffffe6" height="30"></TD>
112   - <TD align="middle" bgcolor="#ffffe6" height="30"></TD>
113   - <TD align="middle" bgcolor="#ffffe6" height="30"></TD>
114   - <TD align="middle" bgcolor="#ffffe6" height="30"></TD>
115   - <TD align="middle" bgcolor="#ffffe6" height="30"></TD>
116   - <TD align="middle" bgcolor="#CCF8FB" height="30"></TD>
117   - </TR>
118   - <?php unset($this->_sections['idx']);
119   -$this->_sections['idx']['name'] = 'idx';
120   -$this->_sections['idx']['loop'] = is_array($_loop=$this->_tpl_vars['strCalData']) ? count($_loop) : max(0, (int)$_loop); unset($_loop);
121   -$this->_sections['idx']['show'] = true;
122   -$this->_sections['idx']['max'] = $this->_sections['idx']['loop'];
123   -$this->_sections['idx']['step'] = 1;
124   -$this->_sections['idx']['start'] = $this->_sections['idx']['step'] > 0 ? 0 : $this->_sections['idx']['loop']-1;
125   -if ($this->_sections['idx']['show']) {
126   - $this->_sections['idx']['total'] = $this->_sections['idx']['loop'];
127   - if ($this->_sections['idx']['total'] == 0)
128   - $this->_sections['idx']['show'] = false;
129   -} else
130   - $this->_sections['idx']['total'] = 0;
131   -if ($this->_sections['idx']['show']):
132   -
133   - for ($this->_sections['idx']['index'] = $this->_sections['idx']['start'], $this->_sections['idx']['iteration'] = 1;
134   - $this->_sections['idx']['iteration'] <= $this->_sections['idx']['total'];
135   - $this->_sections['idx']['index'] += $this->_sections['idx']['step'], $this->_sections['idx']['iteration']++):
136   -$this->_sections['idx']['rownum'] = $this->_sections['idx']['iteration'];
137   -$this->_sections['idx']['index_prev'] = $this->_sections['idx']['index'] - $this->_sections['idx']['step'];
138   -$this->_sections['idx']['index_next'] = $this->_sections['idx']['index'] + $this->_sections['idx']['step'];
139   -$this->_sections['idx']['first'] = ($this->_sections['idx']['iteration'] == 1);
140   -$this->_sections['idx']['last'] = ($this->_sections['idx']['iteration'] == $this->_sections['idx']['total']);
141   -?>
142   - <TR>
143   - <TD width="15%" height="50" bgcolor="#FDDFFD"><?php echo $this->_tpl_vars['strCalData'][$this->_sections['idx']['index']][0]; ?>
144   -</TD>
145   - <TD width="14%" height="50" bgcolor="#FFFFFF"><?php echo $this->_tpl_vars['strCalData'][$this->_sections['idx']['index']][1]; ?>
146   -</TD>
147   - <TD width="14%" height="50" bgcolor="#FFFFFF"><?php echo $this->_tpl_vars['strCalData'][$this->_sections['idx']['index']][2]; ?>
148   -</TD>
149   - <TD width="14%" height="50" bgcolor="#FFFFFF"><?php echo $this->_tpl_vars['strCalData'][$this->_sections['idx']['index']][3]; ?>
150   -</TD>
151   - <TD width="14%" height="50" bgcolor="#FFFFFF"><?php echo $this->_tpl_vars['strCalData'][$this->_sections['idx']['index']][4]; ?>
152   -</TD>
153   - <TD width="14%" height="50" bgcolor="#FFFFFF"><?php echo $this->_tpl_vars['strCalData'][$this->_sections['idx']['index']][5]; ?>
154   -</TD>
155   - <TD width="15%" height="50" bgcolor="#CCF8FB"><?php echo $this->_tpl_vars['strCalData'][$this->_sections['idx']['index']][6]; ?>
156   -</TD>
157   - </TR>
158   - <?php endfor; endif; ?>
159   -</TABLE>
160   -<TABLE class="underTbr">
161   - <TR>
162   - <td>
163   -<address>
164   -<a href="http://www.media-tek.co.jp/" target="_blank" title="メディアテック株式会社ホームページへ">Copyright (C) 2005-2010 Media Tech Inc. All rights reserved.</a>
165   -</address>
166   - </td>
167   - </tr>
168   - </table>
169   -<div id="footer">
170   -<?php $_smarty_tpl_vars = $this->_tpl_vars;
171   -$this->_smarty_include(array('smarty_include_tpl_file' => 'info.tpl', 'smarty_include_vars' => array()));
172   -$this->_tpl_vars = $_smarty_tpl_vars;
173   -unset($_smarty_tpl_vars);
174   - ?>
175   -</div>
176   -<INPUT type="hidden" name="sYear" value="2003">
177   -<INPUT type="hidden" name="sMonth" value="04">
178   -<INPUT type="hidden" name="strMainDate" value="">
179   -<INPUT type="hidden" name="mail_id" value="">
180   -</div>
181   -</form>
182   -</BODY>
183   -</HTML>
\ No newline at end of file
1   -<?php /* Smarty version 2.6.26, created on 2017-06-01 23:16:56
2   - compiled from MST1143.tpl */ ?>
3   -<DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
4   -<HTML>
5   -<HEAD>
6   -<META name="GENERATOR" content="Microsoft FrontPage 4.0">
7   -<META http-equiv="Content-Type" content="text/html; charset=EUC-JP">
8   -<META http-equiv="Content-Style-Type" content="text/css">
9   -<link href="./css/style.css" rel="stylesheet" type="text/css">
10   -<TITLE>め〜るNiポン!</TITLE>
11   -<script type="text/javascript" src="./include/input_chk.js" charset="EUC-JP"></script>
12   -<script>
13   -<?php echo '
14   -
15   -function Disp_List(){
16   - document.frm.action="./MST1100.php";
17   - document.frm.method="POST";
18   - document.frm.submit();
19   - return;
20   -}
21   -
22   -'; ?>
23   -
24   -</script>
25   -</HEAD>
26   -<BODY bgcolor="White">
27   -<FORM name="frm" method="post">
28   -<!-- ヘッダー表示 -->
29   -<?php $_smarty_tpl_vars = $this->_tpl_vars;
30   -$this->_smarty_include(array('smarty_include_tpl_file' => 'header.tpl', 'smarty_include_vars' => array()));
31   -$this->_tpl_vars = $_smarty_tpl_vars;
32   -unset($_smarty_tpl_vars);
33   - ?>
34   -<!-- メニュー表示 -->
35   -<?php $_smarty_tpl_vars = $this->_tpl_vars;
36   -$this->_smarty_include(array('smarty_include_tpl_file' => 'menu.tpl', 'smarty_include_vars' => array()));
37   -$this->_tpl_vars = $_smarty_tpl_vars;
38   -unset($_smarty_tpl_vars);
39   - ?>
40   -<table border="0" width="100%">
41   - <TR>
42   - <TD align="center">
43   - <table width="100%" border="0">
44   - <tr><th><B><FONT color=blue size=5>テスト配信完了</FONT></B></th></tr>
45   - </table>
46   - <HR>
47   - <BR>
48   - <INPUT type="button" name="back" value="一覧に戻る" onClick="Disp_List();">
49   - </CENTER>
50   - </TD>
51   - </TR>
52   - <tr>
53   - <td align="center">
54   - <TABLE border=1 bordercolor="#008080" width="544">
55   - <TR>
56   - <TD width="585" height="129" align="center"><img src="./img/send.gif" alt="めーるNiポン"></TD>
57   - </TR>
58   - <TR>
59   - <TD bgcolor="#FFCC99"><CENTER><FONT size="5">入力された情報を送信しました。</FONT></CENTER></TD>
60   - </TR>
61   - </TABLE>
62   - </td>
63   - </tr>
64   -</table>
65   -<!-- フッター表示 -->
66   -<?php $_smarty_tpl_vars = $this->_tpl_vars;
67   -$this->_smarty_include(array('smarty_include_tpl_file' => 'footer.tpl', 'smarty_include_vars' => array()));
68   -$this->_tpl_vars = $_smarty_tpl_vars;
69   -unset($_smarty_tpl_vars);
70   - ?>
71   -</FORM>
72   -</BODY>
73   -</HTML>
\ No newline at end of file
1   -<?php /* Smarty version 2.6.26, created on 2017-06-01 23:19:57
2   - compiled from SUB0101.tpl */ ?>
3   -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
4   -<HTML>
5   -<HEAD>
6   -<META name="GENERATOR" content="Microsoft FrontPage 4.0">
7   -<META http-equiv="Content-Type" content="text/html; charset=EUC-JP">
8   -<META http-equiv="Content-Style-Type" content="text/css">
9   -<link href="./css/style.css" rel="stylesheet" type="text/css">
10   -<TITLE>め〜るNiポン!</TITLE>
11   -<script type="text/javascript" src="./include/input_chk.js" charset="EUC-JP"></script>
12   -<script>
13   -<?php echo '
14   -
15   -function modoru() {
16   - document.location = "MAIN0000.php";
17   -}
18   -
19   -'; ?>
20   -
21   -</script>
22   -</HEAD>
23   -<BODY bgcolor="White">
24   -<FORM name="frm">
25   -<!-- ヘッダー表示 -->
26   -<?php $_smarty_tpl_vars = $this->_tpl_vars;
27   -$this->_smarty_include(array('smarty_include_tpl_file' => 'header_non.tpl', 'smarty_include_vars' => array()));
28   -$this->_tpl_vars = $_smarty_tpl_vars;
29   -unset($_smarty_tpl_vars);
30   - ?>
31   -<!-- 一覧表示 -->
32   -<table width="100%" border="0">
33   - <tr>
34   - <th><B><font color="blue" size="5">お問い合わせ</font></B></th>
35   - </tr>
36   -</table>
37   -<hr />
38   -<table width="100%" border="0">
39   - <tr>
40   - <td align="center">
41   - <p align="center">お問い合わせメールの送信が完了しました<br><br>
42   - <input type = "button" value = " 戻 る " onclick="return modoru()";>
43   - </p>
44   - </td>
45   - </tr>
46   -</table>
47   -<!-- フッター表示 -->
48   -<?php $_smarty_tpl_vars = $this->_tpl_vars;
49   -$this->_smarty_include(array('smarty_include_tpl_file' => 'footer.tpl', 'smarty_include_vars' => array()));
50   -$this->_tpl_vars = $_smarty_tpl_vars;
51   -unset($_smarty_tpl_vars);
52   - ?>
53   -</FORM>
54   -</BODY>
55   -</HTML>
\ No newline at end of file
1   -<?php /* Smarty version 2.6.26, created on 2017-06-01 09:09:52
2   - compiled from SUB0030.tpl */ ?>
3   -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
4   -<HTML>
5   -<HEAD>
6   -<META name="GENERATOR" content="Microsoft FrontPage 4.0">
7   -<META http-equiv="Content-Type" content="text/html; charset=EUC-JP">
8   -<META http-equiv="Content-Style-Type" content="text/css">
9   -<link href="./css/style.css" rel="stylesheet" type="text/css">
10   -<TITLE>め〜るNiポン!</TITLE>
11   -<script type="text/javascript" src="./include/input_chk.js" charset="EUC-JP"></script>
12   -<script>
13   -<?php echo '
14   -
15   -function inputDataCheck(){
16   - if(document.frm.pass_old.value==""){
17   - window.alert("(旧)パスワードを入力して下さい");
18   - document.frm.pass_old.focus();
19   - return false;
20   - }
21   - if(document.frm.pass_new.value==""){
22   - window.alert("(新)パスワードを入力して下さい");
23   - document.frm.pass_new.focus();
24   - return false;
25   - }
26   -
27   - if(document.frm.pass_new2.value!=document.frm.pass_new.value){
28   - window.alert("パスワードが一致しません");
29   - document.frm.pass_new2.focus();
30   - return false;
31   - }
32   -
33   - if (confirm("この内容で情報を更新しますか?")){
34   - document.frm.action="SUB0031.php";
35   - document.frm.submit();
36   - }
37   -}
38   -
39   -'; ?>
40   -
41   -</script>
42   -</HEAD>
43   -<BODY bgcolor="White">
44   -<FORM name="frm">
45   -<!-- ヘッダー表示 -->
46   -<?php $_smarty_tpl_vars = $this->_tpl_vars;
47   -$this->_smarty_include(array('smarty_include_tpl_file' => 'header.tpl', 'smarty_include_vars' => array()));
48   -$this->_tpl_vars = $_smarty_tpl_vars;
49   -unset($_smarty_tpl_vars);
50   - ?>
51   -<!-- メニュー表示 -->
52   -<?php $_smarty_tpl_vars = $this->_tpl_vars;
53   -$this->_smarty_include(array('smarty_include_tpl_file' => 'menu.tpl', 'smarty_include_vars' => array()));
54   -$this->_tpl_vars = $_smarty_tpl_vars;
55   -unset($_smarty_tpl_vars);
56   - ?>
57   -<!-- 一覧表示 -->
58   -<table width="100%" border="0">
59   - <tr>
60   - <th><B><font color="blue" size="5">パスワード変更</font></B></th>
61   - </tr>
62   -</table>
63   -<hr />
64   -<table width="100%" border="0">
65   - <tr>
66   - <td align="center">
67   - <TABLE border=1 bordercolor="#008080" width="544">
68   - <TR>
69   - <TD bgcolor="#FFCC99"><B><FONT size="2">(旧)パスワード</FONT></B></TD>
70   - <TD><INPUT TYPE="password" maxlength="15" size="30" type="text" name="pass_old" Value=""></TD>
71   - </TR>
72   - <TR>
73   - <TD bgcolor="#FFCC99"><B><FONT size="2">(新)パスワード</FONT></B></TD>
74   - <TD><INPUT TYPE="password" maxlength="15" size="30" type="text" name="pass_new" Value=""></TD>
75   - </TR>
76   - <TR>
77   - <TD bgcolor="#FFCC99"><B><FONT size="2">(新)パスワード</FONT><FONT size="2" color=#FF0000>*確認</FONT></B></TD>
78   - <TD><INPUT TYPE="password" maxlength="15" size="30" type="text" name="pass_new2" Value=""></TD>
79   - </TR>
80   - </TABLE>
81   - </td>
82   - </tr>
83   - <tr>
84   - <td align="center">
85   - <FONT size="2" color=#FF0000><b>全項目の入力・選択を行わないと更新できません</b></FONT>
86   - </td>
87   - </tr>
88   - <tr>
89   - <td align="center">
90   - <TABLE border="0" width="544">
91   - <TR>
92   - <TD width="360"><FONT size="2"><B>パスワードを変更する場合はこのボタンを押してください→</B></FONT></TD>
93   - <TD><INPUT type="button" name="update" value="変 更" onClick="JavaScript:inputDataCheck();"></TD>
94   - </TR>
95   - </TABLE>
96   - </td>
97   - </tr>
98   -</table>
99   -<table width="100%" border="0">
100   - <tr>
101   - <td align="center"><input type="button" name="btnReturn" value="メニューへ戻る" onClick="location='MAIN0000.php'"></td>
102   - </tr>
103   -</table>
104   -<!-- フッター表示 -->
105   -<?php $_smarty_tpl_vars = $this->_tpl_vars;
106   -$this->_smarty_include(array('smarty_include_tpl_file' => 'footer.tpl', 'smarty_include_vars' => array()));
107   -$this->_tpl_vars = $_smarty_tpl_vars;
108   -unset($_smarty_tpl_vars);
109   - ?>
110   -</FORM>
111   -</BODY>
112   -</HTML>
\ No newline at end of file
1   -<?php /* Smarty version 2.6.26, created on 2017-06-01 23:06:24
2   - compiled from LIST1011.tpl */ ?>
3   -<DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
4   -<HTML>
5   -<HEAD>
6   -<META name="GENERATOR" content="Microsoft FrontPage 4.0">
7   -<META http-equiv="Content-Type" content="text/html; charset=EUC-JP">
8   -<META http-equiv="Content-Style-Type" content="text/css">
9   -<link href="./css/style.css" rel="stylesheet" type="text/css">
10   -<TITLE>め〜るNiポン!</TITLE>
11   -<script type="text/javascript" src="./include/input_chk.js" charset="EUC-JP"></script>
12   -<script>
13   -<?php echo '
14   -
15   -function Disp_List(){
16   - document.frm.action="./LIST0000.php";
17   - document.frm.method="POST";
18   - document.frm.submit();
19   - return;
20   -}
21   -
22   -'; ?>
23   -
24   -</script>
25   -</HEAD>
26   -<BODY bgcolor="White">
27   -<FORM name="frm" method="post">
28   -<!-- ヘッダー表示 -->
29   -<?php $_smarty_tpl_vars = $this->_tpl_vars;
30   -$this->_smarty_include(array('smarty_include_tpl_file' => 'header.tpl', 'smarty_include_vars' => array()));
31   -$this->_tpl_vars = $_smarty_tpl_vars;
32   -unset($_smarty_tpl_vars);
33   - ?>
34   -<!-- メニュー表示 -->
35   -<?php $_smarty_tpl_vars = $this->_tpl_vars;
36   -$this->_smarty_include(array('smarty_include_tpl_file' => 'menu.tpl', 'smarty_include_vars' => array()));
37   -$this->_tpl_vars = $_smarty_tpl_vars;
38   -unset($_smarty_tpl_vars);
39   - ?>
40   -<table border="0" width="100%">
41   - <TR>
42   - <TD align="center">
43   - <table width="100%" border="0">
44   - <tr><th><B><FONT color=blue size=5>未読者再配信完了</FONT></B></th></tr>
45   - </table>
46   - <HR>
47   - <BR>
48   - <INPUT type="button" name="back" value="一覧に戻る" onClick="Disp_List();">
49   - </CENTER>
50   - </TD>
51   - </TR>
52   - <tr>
53   - <td align="center">
54   - <TABLE border=1 bordercolor="#008080" width="544">
55   - <TR>
56   - <TD width="585" height="129" align="center"><img src="./img/send.gif" alt="めーるNiポン"></TD>
57   - </TR>
58   - <TR>
59   - <TD bgcolor="#FFCC99"><CENTER><FONT size="5">入力された情報を送信しました。</FONT></CENTER></TD>
60   - </TR>
61   - </TABLE>
62   - </td>
63   - </tr>
64   -</table>
65   -<!-- フッター表示 -->
66   -<?php $_smarty_tpl_vars = $this->_tpl_vars;
67   -$this->_smarty_include(array('smarty_include_tpl_file' => 'footer.tpl', 'smarty_include_vars' => array()));
68   -$this->_tpl_vars = $_smarty_tpl_vars;
69   -unset($_smarty_tpl_vars);
70   - ?>
71   -</FORM>
72   -</BODY>
73   -</HTML>
\ No newline at end of file
1   -<?php /* Smarty version 2.6.26, created on 2017-06-01 09:17:15
2   - compiled from MST1211.tpl */ ?>
3   -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
4   -<HTML>
5   -<HEAD>
6   -<META name="GENERATOR" content="Microsoft FrontPage 4.0">
7   -<META http-equiv="Content-Type" content="text/html; charset=EUC-JP">
8   -<META http-equiv="Content-Style-Type" content="text/css">
9   -<link href="./css/style.css" rel="stylesheet" type="text/css">
10   -<TITLE>め〜るNiポン!</TITLE>
11   -<script>
12   -<?php echo '
13   -
14   -function Disp_List(){
15   - document.frm.action="MST1210.php";
16   - document.frm.method="POST";
17   - document.frm.submit();
18   -}
19   -
20   -function Data_Touroku(pMode,group_id){
21   - document.frm.pMode.value=pMode;
22   - document.frm.group_id.value=group_id;
23   - document.frm.action = "MST1212.php";
24   - document.frm.method = "POST";
25   - document.frm.submit();
26   - return;
27   -}
28   -
29   -
30   -'; ?>
31   -
32   -</script>
33   -</HEAD>
34   -<BODY bgcolor="White">
35   -<FORM name="frm">
36   -<!-- ヘッダー表示 -->
37   -<?php $_smarty_tpl_vars = $this->_tpl_vars;
38   -$this->_smarty_include(array('smarty_include_tpl_file' => 'header.tpl', 'smarty_include_vars' => array()));
39   -$this->_tpl_vars = $_smarty_tpl_vars;
40   -unset($_smarty_tpl_vars);
41   - ?>
42   -<!-- メニュー表示 -->
43   -<?php $_smarty_tpl_vars = $this->_tpl_vars;
44   -$this->_smarty_include(array('smarty_include_tpl_file' => 'menu.tpl', 'smarty_include_vars' => array()));
45   -$this->_tpl_vars = $_smarty_tpl_vars;
46   -unset($_smarty_tpl_vars);
47   - ?>
48   -<!-- 一覧表示 -->
49   -<center>
50   -<table width="100%" border="0">
51   - <tr>
52   - <th><B><FONT color=blue size=5>グループ登録</FONT></B></th>
53   - </tr>
54   -</table>
55   -<HR>
56   -<INPUT type="button" name="back" value="一覧に戻る" onClick="location='MST1210.php'">
57   -<table cellspacing="1" cellpadding="1" border="1">
58   - <tr>
59   - <td align="center" bgcolor="#FFCC99"><FONT size="2"><B>グループ名</B></FONT></td>
60   - <td ><INPUT maxlength="30" size="50" type="text" name="group_name" Value="<?php echo $this->_tpl_vars['group_name']; ?>
61   -"></td>
62   - </tr>
63   -</table>
64   -</center>
65   -
66   -<?php if ($this->_tpl_vars['group_id'] != ""): ?>
67   - <input type="button" value= "更新" onclick="Data_Touroku(2,'<?php echo $this->_tpl_vars['group_id']; ?>
68   -')">
69   -<?php else: ?>
70   - <input type="button" value= "登録" onclick="Data_Touroku(1,'<?php echo $this->_tpl_vars['group_id']; ?>
71   -')">
72   -<?php endif; ?>
73   -<!-- フッター表示 -->
74   -<?php $_smarty_tpl_vars = $this->_tpl_vars;
75   -$this->_smarty_include(array('smarty_include_tpl_file' => 'footer.tpl', 'smarty_include_vars' => array()));
76   -$this->_tpl_vars = $_smarty_tpl_vars;
77   -unset($_smarty_tpl_vars);
78   - ?>
79   -<INPUT type="hidden" name="group_id" value="">
80   -<INPUT type="hidden" name="pMode" value="">
81   -</FORM>
82   -</BODY>
83   -</HTML>
\ No newline at end of file
1   -<?php /* Smarty version 2.6.26, created on 2017-06-02 02:08:17
2   - compiled from SEND0001.tpl */ ?>
3   -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
4   -<HTML>
5   -<HEAD>
6   -<META name="GENERATOR" content="IBM WebSphere Homepage Builder V6.0.1 for Windows">
7   -<META http-equiv="Content-Type" content="text/html; charset=EUC-JP">
8   -<META http-equiv="Content-Style-Type" content="text/css">
9   -<link href="./css/style.css" rel="stylesheet" type="text/css">
10   -<script type="text/javascript" src="./include/jkl-calendar.js" charset="Shift_JIS"></script>
11   -<script type="text/javascript" src="./include/SEND0001.js" charset="EUC-JP"></script>
12   -<TITLE>アラーム設定</TITLE>
13   -</HEAD>
14   -<BODY bgcolor="White">
15   -<FORM METHOD="POST" NAME="Frm">
16   -<!-- ヘッダー表示 -->
17   -<?php $_smarty_tpl_vars = $this->_tpl_vars;
18   -$this->_smarty_include(array('smarty_include_tpl_file' => 'header.tpl', 'smarty_include_vars' => array()));
19   -$this->_tpl_vars = $_smarty_tpl_vars;
20   -unset($_smarty_tpl_vars);
21   - ?>
22   -<!-- メニュー表示 -->
23   -<?php $_smarty_tpl_vars = $this->_tpl_vars;
24   -$this->_smarty_include(array('smarty_include_tpl_file' => 'menu.tpl', 'smarty_include_vars' => array()));
25   -$this->_tpl_vars = $_smarty_tpl_vars;
26   -unset($_smarty_tpl_vars);
27   - ?>
28   -<!-- 配信画面表示 -->
29   -<CENTER>
30   -<TABLE border=0 WIDTH="544">
31   - <TR>
32   - <TD>
33   - <CENTER>
34   - <table width="100%" border="0">
35   - <tr>
36   - <th>
37   - <B><FONT color=blue size=5>アラーム設定</FONT></B>
38   - </th>
39   - </tr>
40   - </table>
41   - <HR>
42   - </CENTER>
43   - </TD>
44   - </TR>
45   - <TR>
46   - <TD>
47   - <BR>
48   - <TABLE border=1 bordercolor="#008080" width="544">
49   - <TBODY>
50   - <TD bgcolor="#FFCC99">
51   - <B><FONT size="2">アラーム日時</FONT></B>
52   - </TD>
53   - <TD>
54   - <FONT size="2">
55   - <INPUT size="5" maxlength="4" type="text" name="alarm_yyyy" Value="<?php echo $this->_tpl_vars['alarm_yyyy']; ?>
56   -">
57   - <SELECT name="alarm_mm" onchange="JavaScript:DayMax(alarm_yyyy.value,alarm_mm.value,0,0);">
58   - <?php echo $this->_tpl_vars['opt_alarm_mm']; ?>
59   -
60   - </SELECT>
61   - <SELECT name="alarm_dd">
62   - <?php echo $this->_tpl_vars['opt_alarm_dd']; ?>
63   -
64   - </SELECT>
65   - <SELECT name="alarm_hh">
66   - <?php echo $this->_tpl_vars['opt_alarm_hh']; ?>
67   -
68   - </SELECT>
69   - <SELECT name="alarm_time_mm">
70   - <?php echo $this->_tpl_vars['opt_alarm_time_mm']; ?>
71   -
72   - </SELECT>
73   - <!--カレンダー表示-->
74   - <a href="javascript:cal1.write();">
75   - <img id="dateLink1" src="./img/cl001.gif" alt="日付選択" border="0" style="vertical-align:middle;margin:5px"/>
76   - </a>
77   - <input type="hidden" name="colname1" value="<?php echo $this->_tpl_vars['calYMD1']; ?>
78   -">
79   - <div id="calid1"></div>
80   - </FONT>
81   - </TD>
82   - </TR>
83   - </TBODY>
84   - </TABLE>
85   - <BR>
86   - <TABLE border=1 bordercolor="#008080" width="544">
87   - <B><FONT size="2" color=#FF0000>※どの回答時にアラーム配信を行なうか選択してください</FONT></B>
88   - <TBODY>
89   - <TR bgcolor="#FFCC99">
90   - <TD ALIGN="CENTER" WIDTH="400">
91   - <FONT size=2><B>回答文言</B></FONT>
92   - </TD>
93   - <TD ALIGN="CENTER" WIDTH="144">
94   - <FONT size=2><B>設 定</B></FONT>
95   - </TD>
96   - </TR>
97   - <?php echo $this->_tpl_vars['strAnsData']; ?>
98   -
99   - </TBODY>
100   - </TABLE>
101   - <TABLE border="0" width="544">
102   - <br><br>
103   - <TR>
104   - <TD>
105   - <CENTER>
106   - <FONT SIZE=2>  アラームを設定する場合はこのボタンを押してください⇒</FONT>
107   - <input type="button" value=" 設 定 " onClick="return input_chk();">
108   - <br><br>
109   - <FONT SIZE=2>アラーム設定を解除する場合はこのボタンを押してください⇒</FONT>
110   - <input type="button" value=" 解 除 " onClick="return del_chk();">
111   - </CENTER>
112   - </TD>
113   - </TR>
114   - </TABLE>
115   - </td>
116   - </tr>
117   -</table>
118   -
119   -<input type="hidden" name="alarm_flg" value="">
120   -<input type="hidden" name="SendType" value="<?php echo $this->_tpl_vars['SendType']; ?>
121   -">
122   -<input type="hidden" name="radSendPtn" value="<?php echo $this->_tpl_vars['radSendPtn']; ?>
123   -">
124   -<input type="hidden" name="group_id" value="<?php echo $this->_tpl_vars['group_id']; ?>
125   -">
126   -<input type="hidden" name="Send_User" value="<?php echo $this->_tpl_vars['Send_User']; ?>
127   -">
128   -
129   -<input type="hidden" name="date_yyyy" value="<?php echo $this->_tpl_vars['date_yyyy']; ?>
130   -">
131   -<input type="hidden" name="date_mm" value="<?php echo $this->_tpl_vars['date_mm']; ?>
132   -">
133   -<input type="hidden" name="date_dd" value="<?php echo $this->_tpl_vars['date_dd']; ?>
134   -">
135   -<input type="hidden" name="time_hh" value="<?php echo $this->_tpl_vars['time_hh']; ?>
136   -">
137   -<input type="hidden" name="time_mm" value="<?php echo $this->_tpl_vars['time_mm']; ?>
138   -">
139   -
140   -<input type="hidden" name="kidok_yyyy" value="<?php echo $this->_tpl_vars['kidok_yyyy']; ?>
141   -">
142   -<input type="hidden" name="kidok_mm" value="<?php echo $this->_tpl_vars['kidok_mm']; ?>
143   -">
144   -<input type="hidden" name="kidok_dd" value="<?php echo $this->_tpl_vars['kidok_dd']; ?>
145   -">
146   -<input type="hidden" name="kidok_hh" value="<?php echo $this->_tpl_vars['kidok_hh']; ?>
147   -">
148   -<input type="hidden" name="kidok_time_mm" value="<?php echo $this->_tpl_vars['kidok_time_mm']; ?>
149   -">
150   -<input type="hidden" name="kidok" value="<?php echo $this->_tpl_vars['kidok']; ?>
151   -">
152   -<input type="hidden" name="midok" value="<?php echo $this->_tpl_vars['midok']; ?>
153   -">
154   -
155   -<input type="hidden" name="send_yyyy" value="<?php echo $this->_tpl_vars['send_yyyy']; ?>
156   -">
157   -<input type="hidden" name="send_mm" value="<?php echo $this->_tpl_vars['send_mm']; ?>
158   -">
159   -<input type="hidden" name="send_dd" value="<?php echo $this->_tpl_vars['send_dd']; ?>
160   -">
161   -<input type="hidden" name="send_hh" value="<?php echo $this->_tpl_vars['send_hh']; ?>
162   -">
163   -<input type="hidden" name="send_time_mm" value="<?php echo $this->_tpl_vars['send_time_mm']; ?>
164   -">
165   -<input type="hidden" name="NowSend" value="<?php echo $this->_tpl_vars['NowSend']; ?>
166   -">
167   -
168   -<input type="hidden" name="radSend" value="<?php echo $this->_tpl_vars['radSend']; ?>
169   -">
170   -<input type="hidden" name="TITLE" value="<?php echo $this->_tpl_vars['TITLE']; ?>
171   -">
172   -<input type="hidden" name="rad_tei" value="<?php echo $this->_tpl_vars['rad_tei']; ?>
173   -">
174   -<input type="hidden" name="MAIL_TEXT" value="<?php echo $this->_tpl_vars['MAIL_TEXT']; ?>
175   -">
176   -<input type="hidden" name="pattern_id" value="<?php echo $this->_tpl_vars['pattern_id']; ?>
177   -">
178   -
179   -<input type="hidden" name="limit_yyyy" value="<?php echo $this->_tpl_vars['limit_yyyy']; ?>
180   -">
181   -<input type="hidden" name="limit_mm" value="<?php echo $this->_tpl_vars['limit_mm']; ?>
182   -">
183   -<input type="hidden" name="limit_dd" value="<?php echo $this->_tpl_vars['limit_dd']; ?>
184   -">
185   -<input type="hidden" name="limit_time_hh" value="<?php echo $this->_tpl_vars['limit_time_hh']; ?>
186   -">
187   -<input type="hidden" name="limit_time_mm" value="<?php echo $this->_tpl_vars['limit_time_mm']; ?>
188   -">
189   -
190   -<input type="hidden" name="view_flg" value="<?php echo $this->_tpl_vars['view_flg']; ?>
191   -">
192   -
193   -<!-- フッター表示 -->
194   -<?php $_smarty_tpl_vars = $this->_tpl_vars;
195   -$this->_smarty_include(array('smarty_include_tpl_file' => 'footer.tpl', 'smarty_include_vars' => array()));
196   -$this->_tpl_vars = $_smarty_tpl_vars;
197   -unset($_smarty_tpl_vars);
198   - ?>
199   -</CENTER>
200   -</form>
201   -</BODY>
202   -</HTML>
\ No newline at end of file
1   -<?php /* Smarty version 2.6.26, created on 2017-06-01 23:10:59
2   - compiled from MST1110.tpl */ ?>
3   -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
4   -<HTML>
5   -<HEAD>
6   -<META name="GENERATOR" content="Microsoft FrontPage 4.0">
7   -<META http-equiv="Content-Type" content="text/html; charset=EUC-JP">
8   -<META http-equiv="Content-Style-Type" content="text/css">
9   -<link href="./css/style.css" rel="stylesheet" type="text/css">
10   -<TITLE>め〜るNiポン!</TITLE>
11   -<script type="text/javascript" src="./include/input_chk.js" charset="EUC-JP"></script>
12   -<script>
13   -<?php echo '
14   -
15   -function Disp_List(){
16   - if (confirm("入力内容は破棄してユーザー情報一覧画面に戻ります\\nよろしいですか?")){
17   - document.frm.action="./MST1100.php";
18   - document.frm.method="POST";
19   - document.frm.submit();
20   - return;
21   - }
22   -}
23   -
24   -function Data_Delete(){
25   -
26   - if (document.frm.Kanri_Flg.value == "1") {
27   - alert("管理者は削除できません\\n\\n管理者変更後に削除してください。");
28   - return false;
29   - }
30   -
31   - if (confirm("このユーザーを削除します\\nよろしいですか?")){
32   - document.frm.pMode.value = "3";
33   - document.frm.action = "MST1111.php";
34   - document.frm.method = "POST";
35   - document.frm.submit();
36   - }
37   -}
38   -
39   -function Data_Touroku(pMode){
40   - if (hissu_chk("氏名(姓)",document.frm.sei_kj.value)==false) {
41   - document.frm.sei_kj.focus();
42   - return false;
43   - }
44   - if (kana_chk("フリガナ姓",document.frm.sei_kn.value)==false) {
45   - document.frm.sei_kn.focus();
46   - return false;
47   - }
48   - if (kana_chk("フリガナ名",document.frm.mei_kn.value)==false) {
49   - document.frm.mei_kn.focus();
50   - return false;
51   - }
52   -
53   - chkCnt = 0;
54   - if (document.frm.Group_Chk.length >= 2) {
55   - for (i=0; i< document.frm.Group_Chk.length;i++){
56   - if (document.frm.Group_Chk[i].checked) {
57   - chkCnt++;
58   - }
59   - }
60   - if (chkCnt==0) {
61   - alert("所属部門は1つ以上チェックしてください");
62   - return false;
63   - }
64   - }else{
65   - if (document.frm.Group_Chk.checked==false) {
66   - alert("所属部門は1つ以上チェックしてください");
67   - return false;
68   - }
69   - }
70   -
71   - if (mailadr_chk2(document.frm.email1.value)==false) {
72   - document.frm.email1.focus();
73   - return false;
74   - }
75   -
76   - if (document.frm.email2.value=="etc") {
77   - if (mailadr_chk(document.frm.email1.value,document.frm.email2_2.value)==false) {
78   - document.frm.email1.focus();
79   - return false;
80   - }
81   - }
82   -
83   - if (mailadr_chk(document.frm.pcemail1.value,document.frm.pcemail2.value)==false) {
84   - document.frm.pcemail1.focus();
85   - return false;
86   - }
87   - //if (yuubin_chk(document.frm.yubin_no1.value,document.frm.yubin_no2.value)==false) {
88   - // document.frm.yubin_no1.focus();
89   - // return false;
90   - //}
91   - //if (tel_chk("自宅電話番号",document.frm.telno1.value,document.frm.telno2.value,document.frm.telno3.value)==false) {
92   - // document.frm.telno1.focus();
93   - // return false;
94   - //}
95   - //if (tel_chk("携帯電話番号",document.frm.keitaiNo1.value,document.frm.keitaiNo2.value,document.frm.keitaiNo3.value)==false) {
96   - // document.frm.keitaiNo1.focus();
97   - // return false;
98   - //}
99   - if (script_chk("メモ",document.frm.biko.value)==false) {
100   - document.frm.biko.focus();
101   - return false;
102   - }
103   -
104   - if (document.frm.Kanri_Flg.value==1){
105   - if (document.frm.email1.value=="") {
106   - if (document.frm.pcemail1.value=="" && document.frm.pcemail2.value=="") {
107   - window.alert("管理者はメールアドレスの入力が必須です。");
108   - document.frm.pcemail1.focus();
109   - return false;
110   - }
111   - }
112   - }
113   -
114   - var strGroup = "";
115   - if (document.frm.Group_Chk.length >= 2) {
116   - for (i=0; i< document.frm.Group_Chk.length;i++){
117   - if (document.frm.Group_Chk[i].checked) {
118   - strGroup=strGroup+document.frm.Group_Chk[i].value+"/";
119   - }
120   - }
121   - }else{
122   - if (document.frm.Group_Chk.checked) {
123   - strGroup=strGroup+document.frm.Group_Chk.value+"/";
124   - }
125   - }
126   -
127   - if (confirm("このユーザーを登録します\\nよろしいですか?")){
128   - document.frm.Group_Data.value = strGroup;
129   - document.frm.pMode.value = pMode;
130   - document.frm.action = "MST1111.php";
131   - document.frm.method = "POST";
132   - document.frm.submit();
133   - }
134   -}
135   -
136   -function txt_change(){
137   - if(document.frm.email2.value=="etc"){
138   - document.frm.email2_2.style.visibility="visible";
139   - }else{
140   - document.frm.email2_2.style.visibility="hidden";
141   - document.frm.email2_2.value="";
142   - }
143   -}
144   -
145   -'; ?>
146   -
147   -</script>
148   -</HEAD>
149   -<BODY bgcolor="White" onload="txt_change()">
150   -<FORM name="frm">
151   -<!-- ヘッダー表示 -->
152   -<?php $_smarty_tpl_vars = $this->_tpl_vars;
153   -$this->_smarty_include(array('smarty_include_tpl_file' => 'header.tpl', 'smarty_include_vars' => array()));
154   -$this->_tpl_vars = $_smarty_tpl_vars;
155   -unset($_smarty_tpl_vars);
156   - ?>
157   -<!-- メニュー表示 -->
158   -<?php $_smarty_tpl_vars = $this->_tpl_vars;
159   -$this->_smarty_include(array('smarty_include_tpl_file' => 'menu.tpl', 'smarty_include_vars' => array()));
160   -$this->_tpl_vars = $_smarty_tpl_vars;
161   -unset($_smarty_tpl_vars);
162   - ?>
163   -<table width="100%" border="0">
164   - <tr>
165   - <th><B><font color=blue size=5>ユーザー情報登録</font></B></th>
166   - </tr>
167   -</table>
168   -<hr />
169   -<TABLE border=0 width="100%">
170   - <TR>
171   - <TD align="center">
172   - <INPUT type="button" name="back" value="一覧に戻る" onClick="Disp_List();">
173   - </TD>
174   - </TR>
175   - <TR>
176   - <TD align="center">
177   - <B><FONT size="2" color=#FF0000></FONT><B><FONT size="2">は入力必須項目です(氏名は姓のみ必須)</FONT>
178   - </TD>
179   - </TR>
180   - <TR>
181   - <TD align="center">
182   - <TABLE border=1 bordercolor="#008080" width="544">
183   - <TR>
184   - <TD bgcolor="#FFCC99"><B><FONT size="2">氏名(漢字)</FONT></B><B><FONT size="2" color=#FF0000></B></FONT></TD>
185   - <TD><B><FONT size="2">&nbsp;</FONT></B><INPUT maxlength="50" size="50" type="text" name="sei_kj" Value="<?php echo $this->_tpl_vars['name_kj_sei']; ?>
186   -"><br><B><FONT size="2">&nbsp;</FONT></B><INPUT maxlength="50" size="50" type="text" name="mei_kj" Value="<?php echo $this->_tpl_vars['name_kj_mei']; ?>
187   -"></TD>
188   - </TR>
189   - <TR>
190   - <TD bgcolor="#FFCC99"><B><FONT size="2">氏名(フリガナ)</FONT></B></TD>
191   - <TD><B><FONT size="2">セイ&nbsp;</FONT></B><INPUT maxlength="100" size="50" type="text" name="sei_kn" Value="<?php echo $this->_tpl_vars['name_kn_sei']; ?>
192   -"><br><B><FONT size="2">メイ&nbsp;</FONT></B><INPUT maxlength="100" size="50" type="text" name="mei_kn" Value="<?php echo $this->_tpl_vars['name_kn_mei']; ?>
193   -"><B><FONT size="2">(全角カタカナ)</FONT></B></TD>
194   - </TR>
195   - <TR>
196   - <TD bgcolor="#FFCC99"><B><FONT size="2">性別</FONT></B><B><FONT size="2" color=#FF0000></B></FONT></TD>
197   - <TD>
198   - <input type="radio" value="t" name="sex" <?php echo $this->_tpl_vars['sex'][0]; ?>
199   -><B><FONT size="2"></FONT></B> 
200   - <input type="radio" value="f" name="sex" <?php echo $this->_tpl_vars['sex'][1]; ?>
201   -><B><FONT size="2"></FONT></B>
202   - </TD>
203   - </TR>
204   - <TR>
205   - <TD bgcolor="#FFCC99"><B><FONT size="2">グループ</FONT></B><B><FONT size="2" color=#FF0000></B></FONT></TD>
206   - <TD ALIGN="LEFT">
207   - <?php unset($this->_sections['idx']);
208   -$this->_sections['idx']['name'] = 'idx';
209   -$this->_sections['idx']['loop'] = is_array($_loop=$this->_tpl_vars['Group_Data']) ? count($_loop) : max(0, (int)$_loop); unset($_loop);
210   -$this->_sections['idx']['show'] = true;
211   -$this->_sections['idx']['max'] = $this->_sections['idx']['loop'];
212   -$this->_sections['idx']['step'] = 1;
213   -$this->_sections['idx']['start'] = $this->_sections['idx']['step'] > 0 ? 0 : $this->_sections['idx']['loop']-1;
214   -if ($this->_sections['idx']['show']) {
215   - $this->_sections['idx']['total'] = $this->_sections['idx']['loop'];
216   - if ($this->_sections['idx']['total'] == 0)
217   - $this->_sections['idx']['show'] = false;
218   -} else
219   - $this->_sections['idx']['total'] = 0;
220   -if ($this->_sections['idx']['show']):
221   -
222   - for ($this->_sections['idx']['index'] = $this->_sections['idx']['start'], $this->_sections['idx']['iteration'] = 1;
223   - $this->_sections['idx']['iteration'] <= $this->_sections['idx']['total'];
224   - $this->_sections['idx']['index'] += $this->_sections['idx']['step'], $this->_sections['idx']['iteration']++):
225   -$this->_sections['idx']['rownum'] = $this->_sections['idx']['iteration'];
226   -$this->_sections['idx']['index_prev'] = $this->_sections['idx']['index'] - $this->_sections['idx']['step'];
227   -$this->_sections['idx']['index_next'] = $this->_sections['idx']['index'] + $this->_sections['idx']['step'];
228   -$this->_sections['idx']['first'] = ($this->_sections['idx']['iteration'] == 1);
229   -$this->_sections['idx']['last'] = ($this->_sections['idx']['iteration'] == $this->_sections['idx']['total']);
230   -?>
231   - <input type="checkbox" name="Group_Chk" value="<?php echo $this->_tpl_vars['Group_Data'][$this->_sections['idx']['index']][0]; ?>
232   -" <?php echo $this->_tpl_vars['Group_Data'][$this->_sections['idx']['index']][2]; ?>
233   -><FONT size=2><?php echo $this->_tpl_vars['Group_Data'][$this->_sections['idx']['index']][1]; ?>
234   -</FONT><BR>
235   - <?php endfor; endif; ?>
236   - </TD>
237   - </TR>
238   - <tr bgcolor="#ffffff">
239   - <td valign="top" bgcolor="#FFCC99" rowspan="5"><B><FONT size="2">住 所</FONT></B></TD>
240   - <td><input type="text" maxlength="7" size="10" value="<?php echo $this->_tpl_vars['yubin_no']; ?>
241   -" name="yubin_no"></td>
242   - </tr>
243   - <tr bgcolor="#ffffff">
244   - <td><select name="address1"><?php echo $this->_tpl_vars['Pref_Data']; ?>
245   -</select></td>
246   - </tr>
247   - <tr bgcolor="#ffffff">
248   - <td><input maxlength="10" size="23" value="<?php echo $this->_tpl_vars['addr_city']; ?>
249   -" name="address2"><B><FONT size="2">(市区郡)</FONT></B></TD>
250   - </tr>
251   - <tr bgcolor="#ffffff">
252   - <td><input maxlength="20" size="46" value="<?php echo $this->_tpl_vars['addr_banti']; ?>
253   -" name="address3"><B><FONT size="2">(町名、番地)</FONT></B></TD>
254   - </tr>
255   - <tr bgcolor="#ffffff">
256   - <td><input maxlength="20" size="46" value="<?php echo $this->_tpl_vars['addr_apart']; ?>
257   -" name="address4"><B><FONT size="2">(マンション・アパート名)</FONT></B></TD>
258   - </tr>
259   - <tr bgcolor="#ffffff">
260   - <td bgcolor="#FFCC99"><B><FONT size="2">自宅電話番号</FONT></B></td>
261   - <td><input maxlength="12" size="20" value="<?php echo $this->_tpl_vars['tel_no']; ?>
262   -" name="tel_no"></td>
263   - </tr>
264   - <tr bgcolor="#ffffff">
265   - <td bgcolor="#FFCC99"><B><FONT size="2">携帯電話番号</FONT></B></TD>
266   - <td><input maxlength="13" size="20" value="<?php echo $this->_tpl_vars['keitai_no']; ?>
267   -" name="keitai_no"></td>
268   - </tr>
269   - <tr bgcolor="#ffffff">
270   - <td bgcolor="#FFCC99"><B><FONT size="2">メモ</FONT></B></TD>
271   - <td><TEXTAREA name=biko rows=5 cols=50 ><?php echo $this->_tpl_vars['biko']; ?>
272   -</TEXTAREA></td>
273   - </tr>
274   - <tr bgcolor="#ffffff">
275   - <td bgcolor="#FFCC99"><B><FONT size="2">会社名</FONT></B></TD>
276   - <td><input maxlength="50" size="51" value="<?php echo $this->_tpl_vars['syamei']; ?>
277   -" name="syamei"></TD>
278   - </tr>
279   - <tr bgcolor="#ffffff">
280   - <td bgcolor="#FFCC99"><B><FONT size="2">携帯メールアドレス</FONT></B></TD>
281   - <td>
282   - <input maxlength="50" size="27" value="<?php echo $this->_tpl_vars['mb_mail'][0]; ?>
283   -" name="email1">@
284   - <select name="email2" onChange="txt_change();"><?php echo $this->_tpl_vars['Domain_Data']; ?>
285   -</select>
286   - <input maxlength="50" size="15" value="<?php echo $this->_tpl_vars['mb_mail'][1]; ?>
287   -" name="email2_2">
288   - </td>
289   - </tr>
290   - <tr bgcolor="#ffffff">
291   - <td bgcolor="#FFCC99"><B><FONT size="2">PCメールアドレス</FONT></B></TD>
292   - <td><input maxlength="50" size="27" value="<?php echo $this->_tpl_vars['pc_mail'][0]; ?>
293   -" name="pcemail1">@<input maxlength="45" size="27" value="<?php echo $this->_tpl_vars['pc_mail'][1]; ?>
294   -" name="pcemail2"></td>
295   - </tr>
296   - </TABLE>
297   - <TABLE border="0" width="544">
298   - <TR>
299   - <TD width="544">
300   - <FONT size="2" color=#FF0000><B>※携帯電話で「ドメイン指定受信機能」、「なりすましメール拒否機能」等を<BR> 設定している場合、メールはブロックされてしまう場合があります。<BR>
301   -  管理者のメールアドレスは、携帯電話側で受信可能ドメインとして指定して<BR> おくようにしてください。</B>
302   - </FONT>
303   - </TD>
304   - </TR>
305   - </TABLE>
306   - <TABLE border="0">
307   - <TR><TD colspan="2"></TD></TR>
308   - <?php if ($this->_tpl_vars['syain_cd'] == ""): ?>
309   - <TR>
310   - <TD width="360"><FONT size="2"><B>情報を登録する場合はこのボタンを押してください→</B></FONT></TD>
311   - <TD align="center"><INPUT type="button" name="btnSinki" onclick="return Data_Touroku('1');" value=" 登 録 " ></TD>
312   - </TR>
313   - <?php else: ?>
314   - <TR>
315   - <TD width="360"><FONT size="2"><B>情報を更新する場合はこのボタンを押してください→</B></FONT></TD>
316   - <TD align="center"><INPUT type="button" name="btnUpdate" onclick="return Data_Touroku('2');" value=" 更 新 " ></TD>
317   - </TR>
318   - <TR>
319   - <TD width="360"><FONT size="2"><B>情報を削除する場合はこのボタンを押してください→</B></FONT></TD>
320   - <TD align="center"><INPUT type="button" name="btnDelete" onClick="Data_Delete();" value=" 削 除 "></TD>
321   - </TR>
322   - <?php endif; ?>
323   - </TABLE>
324   - <TD>
325   - <TR>
326   -</TABLE>
327   -<input type="hidden" name="pMode" value="">
328   -<INPUT TYPE="hidden" NAME="syain_cd" VALUE="<?php echo $this->_tpl_vars['syain_cd']; ?>
329   -">
330   -<input type="hidden" name="Group_Data" value="">
331   -<input type="hidden" name="Kanri_Flg" value="<?php echo $this->_tpl_vars['Kanri_Flg']; ?>
332   -">
333   -<!-- フッター表示 -->
334   -<?php $_smarty_tpl_vars = $this->_tpl_vars;
335   -$this->_smarty_include(array('smarty_include_tpl_file' => 'footer.tpl', 'smarty_include_vars' => array()));
336   -$this->_tpl_vars = $_smarty_tpl_vars;
337   -unset($_smarty_tpl_vars);
338   - ?>
339   -</FORM>
340   -</BODY>
341   -</HTML>
\ No newline at end of file
1   -<?php /* Smarty version 2.6.26, created on 2017-06-01 23:10:33
2   - compiled from SEND2002.tpl */ ?>
3   -<DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
4   -<HTML>
5   -<HEAD>
6   -<META name="GENERATOR" content="Microsoft FrontPage 4.0">
7   -<META http-equiv="Content-Type" content="text/html; charset=EUC-JP">
8   -<META http-equiv="Content-Style-Type" content="text/css">
9   -<link href="./css/style.css" rel="stylesheet" type="text/css">
10   -<TITLE>め〜るNiポン!</TITLE>
11   -<script type="text/javascript" src="./include/input_chk.js" charset="EUC-JP"></script>
12   -<script>
13   -<?php echo '
14   -function TP(){
15   - document.frm.action = "SEND2000.php";
16   - document.frm.method = "POST";
17   - document.frm.submit();
18   -}
19   -
20   -function All_chk1(intFlg){
21   - if (document.frm.select_cd){
22   - if (document.frm.select_cd.length){
23   - for(i = 0 ; i <= document.frm.select_cd.length-1; i++ ){
24   - if (intFlg==1){
25   - document.frm.select_cd[i].checked=true;
26   - }else{
27   - document.frm.select_cd[i].checked=false;
28   - }
29   - }
30   - }else{
31   - if (intFlg==1){
32   - document.frm.select_cd.checked=true;
33   - }else{
34   - document.frm.select_cd.checked=false;
35   - }
36   - }
37   - }
38   -}
39   -
40   -function Tuika_User(){
41   - var Sel_Data = "";
42   - if (document.frm.select_cd){
43   - if (document.frm.select_cd.length){
44   - for(i = 0 ; i <= document.frm.select_cd.length-1; i++ ){
45   - if (document.frm.select_cd[i].checked){
46   - Sel_Data = Sel_Data+document.frm.select_cd[i].value+",";
47   - }
48   - }
49   - }else{
50   - if (document.frm.select_cd.checked){
51   - Sel_Data = Sel_Data+document.frm.select_cd.value+",";
52   - }
53   - }
54   - if (Sel_Data==""){
55   - alert("追加するユーザーを選択してください。");
56   - }else{
57   - document.frm.Send_User.value=document.frm.Send_User.value+Sel_Data;
58   - document.frm.action = "SEND2002.php";
59   - document.frm.method = "POST";
60   - document.frm.submit();
61   - }
62   - }
63   -}
64   -
65   -function All_chk2(intFlg){
66   -
67   - if (document.frm.send_cd){
68   - if (document.frm.send_cd.length){
69   - for(i = 0 ; i <= document.frm.send_cd.length-1; i++ ){
70   - if (intFlg==1){
71   - document.frm.send_cd[i].checked=true;
72   - }else{
73   - document.frm.send_cd[i].checked=false;
74   - }
75   - }
76   - }else{
77   - if (intFlg==1){
78   - document.frm.send_cd.checked=true;
79   - }else{
80   - document.frm.send_cd.checked=false;
81   - }
82   - }
83   - }
84   -}
85   -
86   -function Delete_User(){
87   - var Sel_Data = "";
88   -
89   - if (document.frm.send_cd){
90   - if (document.frm.send_cd.length){
91   - for(i = 0 ; i <= document.frm.send_cd.length-1; i++ ){
92   - if (document.frm.send_cd[i].checked==false){
93   - Sel_Data = Sel_Data+document.frm.send_cd[i].value+",";
94   - }
95   - }
96   - }else{
97   - if (document.frm.send_cd.checked==false){
98   - Sel_Data = Sel_Data+document.frm.send_cd.value+",";
99   - }
100   - }
101   -
102   - document.frm.Send_User.value=Sel_Data;
103   - document.frm.action = "SEND2002.php";
104   - document.frm.method = "POST";
105   - document.frm.submit();
106   - }
107   -}
108   -
109   -'; ?>
110   -
111   -</script>
112   -</HEAD>
113   -<BODY bgcolor="White">
114   -<FORM name="frm" method="post">
115   -<!-- ヘッダー表示 -->
116   -<?php $_smarty_tpl_vars = $this->_tpl_vars;
117   -$this->_smarty_include(array('smarty_include_tpl_file' => 'header.tpl', 'smarty_include_vars' => array()));
118   -$this->_tpl_vars = $_smarty_tpl_vars;
119   -unset($_smarty_tpl_vars);
120   - ?>
121   -<!-- メニュー表示 -->
122   -<?php $_smarty_tpl_vars = $this->_tpl_vars;
123   -$this->_smarty_include(array('smarty_include_tpl_file' => 'menu.tpl', 'smarty_include_vars' => array()));
124   -$this->_tpl_vars = $_smarty_tpl_vars;
125   -unset($_smarty_tpl_vars);
126   - ?>
127   -<table border="0" width="100%">
128   - <tr>
129   - <td>
130   - <table width="100%" border="0">
131   - <tr><th><B><FONT color=blue size=5>送信先選択</FONT></B></th></tr>
132   - </table>
133   - </td>
134   - </tr>
135   - <tr><td align="center"><hr /></td></tr>
136   - <tr>
137   - <td align="center">
138   - <B><FONT color=blue size=4><A HREF="#" onClick="TP();">[ 送信選択終了 ]</A></FONT></B>
139   - </td>
140   - </tr>
141   - <tr>
142   - <td align="center"><FONT size=2>会員一覧が表示されます。</FONT></td>
143   - </tr>
144   - <tr>
145   - <td align="center">
146   - <?php if ($this->_tpl_vars['Select_List'][0][1] != ""): ?>
147   - <table border=0 WIDTH="900" >
148   - <TR>
149   - <TD align="center"></TD>
150   - <TD align="center"><B>氏名</B></TD>
151   - <TD align="center"><B>携帯アドレス</B></TD>
152   - <TD align="center"><B>PCアドレス</B></TD>
153   - </TR>
154   - <?php unset($this->_sections['idx']);
155   -$this->_sections['idx']['name'] = 'idx';
156   -$this->_sections['idx']['loop'] = is_array($_loop=$this->_tpl_vars['Select_List']) ? count($_loop) : max(0, (int)$_loop); unset($_loop);
157   -$this->_sections['idx']['show'] = true;
158   -$this->_sections['idx']['max'] = $this->_sections['idx']['loop'];
159   -$this->_sections['idx']['step'] = 1;
160   -$this->_sections['idx']['start'] = $this->_sections['idx']['step'] > 0 ? 0 : $this->_sections['idx']['loop']-1;
161   -if ($this->_sections['idx']['show']) {
162   - $this->_sections['idx']['total'] = $this->_sections['idx']['loop'];
163   - if ($this->_sections['idx']['total'] == 0)
164   - $this->_sections['idx']['show'] = false;
165   -} else
166   - $this->_sections['idx']['total'] = 0;
167   -if ($this->_sections['idx']['show']):
168   -
169   - for ($this->_sections['idx']['index'] = $this->_sections['idx']['start'], $this->_sections['idx']['iteration'] = 1;
170   - $this->_sections['idx']['iteration'] <= $this->_sections['idx']['total'];
171   - $this->_sections['idx']['index'] += $this->_sections['idx']['step'], $this->_sections['idx']['iteration']++):
172   -$this->_sections['idx']['rownum'] = $this->_sections['idx']['iteration'];
173   -$this->_sections['idx']['index_prev'] = $this->_sections['idx']['index'] - $this->_sections['idx']['step'];
174   -$this->_sections['idx']['index_next'] = $this->_sections['idx']['index'] + $this->_sections['idx']['step'];
175   -$this->_sections['idx']['first'] = ($this->_sections['idx']['iteration'] == 1);
176   -$this->_sections['idx']['last'] = ($this->_sections['idx']['iteration'] == $this->_sections['idx']['total']);
177   -?>
178   - <TR bgcolor="#CCCCCC">
179   - <td align="center"><INPUT type="checkbox" id="select_cd" name="select_cd" value="<?php echo $this->_tpl_vars['Select_List'][$this->_sections['idx']['index']][0]; ?>
180   -"></td>
181   - <td align="left"><?php echo $this->_tpl_vars['Select_List'][$this->_sections['idx']['index']][1]; ?>
182   -</td>
183   - <td align="left"><?php echo $this->_tpl_vars['Select_List'][$this->_sections['idx']['index']][2]; ?>
184   -</td>
185   - <td align="left"><?php echo $this->_tpl_vars['Select_List'][$this->_sections['idx']['index']][3]; ?>
186   -</td>
187   - </TR>
188   - <?php endfor; endif; ?>
189   - </table>
190   - <?php else: ?>
191   - 対象データが存在しません
192   - <?php endif; ?>
193   - </td>
194   - </tr>
195   - <tr>
196   - <td align="center">
197   - <input type="button" value=" 全体選択 " name="btnSelect1_1" onClick="All_chk1(1);">
198   - <input type="button" value=" 選択解除 " name="btnSelect1_0" onClick="All_chk1(0);">
199   - <input type="button" value=" 追加 " name="btnTuika" onClick="Tuika_User();">
200   - </td>
201   - </tr>
202   - <tr><td align="center"><hr /></td></tr>
203   - <tr>
204   - <td align="center"><FONT size=2>会員一覧が表示されます。</FONT></td>
205   - </tr>
206   - <tr>
207   - <td align="center">
208   - <table border=0 WIDTH="900" >
209   - <TR>
210   - <TD align="center"></TD>
211   - <TD align="center"><B>氏名</B></TD>
212   - <TD align="center"><B>携帯アドレス</B></TD>
213   - <TD align="center"><B>PCアドレス</B></TD>
214   - </TR>
215   - <?php unset($this->_sections['idx']);
216   -$this->_sections['idx']['name'] = 'idx';
217   -$this->_sections['idx']['loop'] = is_array($_loop=$this->_tpl_vars['Send_List']) ? count($_loop) : max(0, (int)$_loop); unset($_loop);
218   -$this->_sections['idx']['show'] = true;
219   -$this->_sections['idx']['max'] = $this->_sections['idx']['loop'];
220   -$this->_sections['idx']['step'] = 1;
221   -$this->_sections['idx']['start'] = $this->_sections['idx']['step'] > 0 ? 0 : $this->_sections['idx']['loop']-1;
222   -if ($this->_sections['idx']['show']) {
223   - $this->_sections['idx']['total'] = $this->_sections['idx']['loop'];
224   - if ($this->_sections['idx']['total'] == 0)
225   - $this->_sections['idx']['show'] = false;
226   -} else
227   - $this->_sections['idx']['total'] = 0;
228   -if ($this->_sections['idx']['show']):
229   -
230   - for ($this->_sections['idx']['index'] = $this->_sections['idx']['start'], $this->_sections['idx']['iteration'] = 1;
231   - $this->_sections['idx']['iteration'] <= $this->_sections['idx']['total'];
232   - $this->_sections['idx']['index'] += $this->_sections['idx']['step'], $this->_sections['idx']['iteration']++):
233   -$this->_sections['idx']['rownum'] = $this->_sections['idx']['iteration'];
234   -$this->_sections['idx']['index_prev'] = $this->_sections['idx']['index'] - $this->_sections['idx']['step'];
235   -$this->_sections['idx']['index_next'] = $this->_sections['idx']['index'] + $this->_sections['idx']['step'];
236   -$this->_sections['idx']['first'] = ($this->_sections['idx']['iteration'] == 1);
237   -$this->_sections['idx']['last'] = ($this->_sections['idx']['iteration'] == $this->_sections['idx']['total']);
238   -?>
239   - <TR bgcolor="#CCCCCC">
240   - <td align="center"><INPUT type="checkbox" id="send_cd" name="send_cd" value="<?php echo $this->_tpl_vars['Send_List'][$this->_sections['idx']['index']][0]; ?>
241   -"></td>
242   - <td align="left"><?php echo $this->_tpl_vars['Send_List'][$this->_sections['idx']['index']][1]; ?>
243   -</td>
244   - <td align="left"><?php echo $this->_tpl_vars['Send_List'][$this->_sections['idx']['index']][2]; ?>
245   -</td>
246   - <td align="left"><?php echo $this->_tpl_vars['Send_List'][$this->_sections['idx']['index']][3]; ?>
247   -</td>
248   - </TR>
249   - <?php endfor; endif; ?>
250   - </table>
251   - </td>
252   - </tr>
253   - <tr>
254   - <td align="center">
255   - <input type="button" value=" 全体選択 " name="btnSelect2_1" onClick="All_chk2(1);">
256   - <input type="button" value=" 選択解除 " name="btnSelect2_0" onClick="All_chk2(0);">
257   - <input type="button" value=" 削除 " name="btnTuika" onClick="Delete_User();">
258   - </td>
259   - </tr>
260   -</table>
261   -<br><B><FONT color=blue size=4><A HREF="#" onClick="TP();">[ 送信選択終了 ]</A></FONT></B>
262   -
263   -<input type="hidden" name="Send_User" value="<?php echo $this->_tpl_vars['Send_User']; ?>
264   -" />
265   -
266   -<input type="hidden" name="alarm_flg" value="">
267   -<input type="hidden" name="SendType" value="<?php echo $this->_tpl_vars['SendType']; ?>
268   -">
269   -<input type="hidden" name="radSendPtn" value="<?php echo $this->_tpl_vars['radSendPtn']; ?>
270   -">
271   -<input type="hidden" name="group_id" value="<?php echo $this->_tpl_vars['group_id']; ?>
272   -">
273   -
274   -<input type="hidden" name="radSend" value="<?php echo $this->_tpl_vars['radSend']; ?>
275   -">
276   -<input type="hidden" name="TITLE" value="<?php echo $this->_tpl_vars['TITLE']; ?>
277   -">
278   -<input type="hidden" name="rad_tei" value="<?php echo $this->_tpl_vars['rad_tei']; ?>
279   -">
280   -<input type="hidden" name="MAIL_TEXT" value="<?php echo $this->_tpl_vars['MAIL_TEXT']; ?>
281   -">
282   -<input type="hidden" name="pattern_id" value="<?php echo $this->_tpl_vars['pattern_id']; ?>
283   -">
284   -
285   -<input type="hidden" name="limit_yyyy" value="<?php echo $this->_tpl_vars['limit_yyyy']; ?>
286   -">
287   -<input type="hidden" name="limit_mm" value="<?php echo $this->_tpl_vars['limit_mm']; ?>
288   -">
289   -<input type="hidden" name="limit_dd" value="<?php echo $this->_tpl_vars['limit_dd']; ?>
290   -">
291   -<input type="hidden" name="limit_time_hh" value="<?php echo $this->_tpl_vars['limit_time_hh']; ?>
292   -">
293   -<input type="hidden" name="limit_time_mm" value="<?php echo $this->_tpl_vars['limit_time_mm']; ?>
294   -">
295   -
296   -<input type="hidden" name="noAnswer" value="<?php echo $this->_tpl_vars['noAnswer']; ?>
297   -">
298   -<?php unset($this->_sections['idx']);
299   -$this->_sections['idx']['name'] = 'idx';
300   -$this->_sections['idx']['loop'] = is_array($_loop=$this->_tpl_vars['kouhoData']) ? count($_loop) : max(0, (int)$_loop); unset($_loop);
301   -$this->_sections['idx']['show'] = true;
302   -$this->_sections['idx']['max'] = $this->_sections['idx']['loop'];
303   -$this->_sections['idx']['step'] = 1;
304   -$this->_sections['idx']['start'] = $this->_sections['idx']['step'] > 0 ? 0 : $this->_sections['idx']['loop']-1;
305   -if ($this->_sections['idx']['show']) {
306   - $this->_sections['idx']['total'] = $this->_sections['idx']['loop'];
307   - if ($this->_sections['idx']['total'] == 0)
308   - $this->_sections['idx']['show'] = false;
309   -} else
310   - $this->_sections['idx']['total'] = 0;
311   -if ($this->_sections['idx']['show']):
312   -
313   - for ($this->_sections['idx']['index'] = $this->_sections['idx']['start'], $this->_sections['idx']['iteration'] = 1;
314   - $this->_sections['idx']['iteration'] <= $this->_sections['idx']['total'];
315   - $this->_sections['idx']['index'] += $this->_sections['idx']['step'], $this->_sections['idx']['iteration']++):
316   -$this->_sections['idx']['rownum'] = $this->_sections['idx']['iteration'];
317   -$this->_sections['idx']['index_prev'] = $this->_sections['idx']['index'] - $this->_sections['idx']['step'];
318   -$this->_sections['idx']['index_next'] = $this->_sections['idx']['index'] + $this->_sections['idx']['step'];
319   -$this->_sections['idx']['first'] = ($this->_sections['idx']['iteration'] == 1);
320   -$this->_sections['idx']['last'] = ($this->_sections['idx']['iteration'] == $this->_sections['idx']['total']);
321   -?>
322   - <input type="hidden" name="kouhoS_yyyy<?php echo $this->_tpl_vars['kouhoData'][$this->_sections['idx']['index']][0]; ?>
323   -" value="<?php echo $this->_tpl_vars['kouhoData'][$this->_sections['idx']['index']][1]; ?>
324   -">
325   - <input type="hidden" name="kouhoS_mm<?php echo $this->_tpl_vars['kouhoData'][$this->_sections['idx']['index']][0]; ?>
326   -" value="<?php echo $this->_tpl_vars['kouhoData'][$this->_sections['idx']['index']][2]; ?>
327   -">
328   - <input type="hidden" name="kouhoS_dd<?php echo $this->_tpl_vars['kouhoData'][$this->_sections['idx']['index']][0]; ?>
329   -" value="<?php echo $this->_tpl_vars['kouhoData'][$this->_sections['idx']['index']][3]; ?>
330   -">
331   - <input type="hidden" name="kouhoS_hh<?php echo $this->_tpl_vars['kouhoData'][$this->_sections['idx']['index']][0]; ?>
332   -" value="<?php echo $this->_tpl_vars['kouhoData'][$this->_sections['idx']['index']][4]; ?>
333   -">
334   - <input type="hidden" name="kouhoS_ii<?php echo $this->_tpl_vars['kouhoData'][$this->_sections['idx']['index']][0]; ?>
335   -" value="<?php echo $this->_tpl_vars['kouhoData'][$this->_sections['idx']['index']][5]; ?>
336   -">
337   - <input type="hidden" name="kouhoE_yyyy<?php echo $this->_tpl_vars['kouhoData'][$this->_sections['idx']['index']][0]; ?>
338   -" value="<?php echo $this->_tpl_vars['kouhoData'][$this->_sections['idx']['index']][6]; ?>
339   -">
340   - <input type="hidden" name="kouhoE_mm<?php echo $this->_tpl_vars['kouhoData'][$this->_sections['idx']['index']][0]; ?>
341   -" value="<?php echo $this->_tpl_vars['kouhoData'][$this->_sections['idx']['index']][7]; ?>
342   -">
343   - <input type="hidden" name="kouhoE_dd<?php echo $this->_tpl_vars['kouhoData'][$this->_sections['idx']['index']][0]; ?>
344   -" value="<?php echo $this->_tpl_vars['kouhoData'][$this->_sections['idx']['index']][8]; ?>
345   -">
346   - <input type="hidden" name="kouhoE_hh<?php echo $this->_tpl_vars['kouhoData'][$this->_sections['idx']['index']][0]; ?>
347   -" value="<?php echo $this->_tpl_vars['kouhoData'][$this->_sections['idx']['index']][9]; ?>
348   -">
349   - <input type="hidden" name="kouhoE_ii<?php echo $this->_tpl_vars['kouhoData'][$this->_sections['idx']['index']][0]; ?>
350   -" value="<?php echo $this->_tpl_vars['kouhoData'][$this->_sections['idx']['index']][10]; ?>
351   -">
352   -<?php endfor; endif; ?>
353   -
354   -<input type="hidden" name="kouho" value="<?php echo $this->_tpl_vars['kouho']; ?>
355   -">
356   -
357   -<input type="hidden" name="view_flg" value="<?php echo $this->_tpl_vars['view_flg']; ?>
358   -">
359   -
360   -<!-- フッター表示 -->
361   -<?php $_smarty_tpl_vars = $this->_tpl_vars;
362   -$this->_smarty_include(array('smarty_include_tpl_file' => 'footer.tpl', 'smarty_include_vars' => array()));
363   -$this->_tpl_vars = $_smarty_tpl_vars;
364   -unset($_smarty_tpl_vars);
365   - ?>
366   -</FORM>
367   -</BODY>
368   -</HTML>
\ No newline at end of file
1   -<?php /* Smarty version 2.6.26, created on 2017-08-08 08:34:00
2   - compiled from LIST2021.tpl */ ?>
3   -<DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
4   -<HTML>
5   -<HEAD>
6   -<META name="GENERATOR" content="Microsoft FrontPage 4.0">
7   -<META http-equiv="Content-Type" content="text/html; charset=EUC-JP">
8   -<META http-equiv="Content-Style-Type" content="text/css">
9   -<link href="./css/style.css" rel="stylesheet" type="text/css">
10   -<TITLE>め〜るNiポン!</TITLE>
11   -<script type="text/javascript" src="./include/input_chk.js" charset="EUC-JP"></script>
12   -<script>
13   -<?php echo '
14   -
15   -function Disp_List(){
16   - document.frm.action="./LIST0000.php";
17   - document.frm.method="POST";
18   - document.frm.submit();
19   - return;
20   -}
21   -
22   -'; ?>
23   -
24   -</script>
25   -</HEAD>
26   -<BODY bgcolor="White">
27   -<FORM name="frm" method="post">
28   -<!-- ヘッダー表示 -->
29   -<?php $_smarty_tpl_vars = $this->_tpl_vars;
30   -$this->_smarty_include(array('smarty_include_tpl_file' => 'header.tpl', 'smarty_include_vars' => array()));
31   -$this->_tpl_vars = $_smarty_tpl_vars;
32   -unset($_smarty_tpl_vars);
33   - ?>
34   -<!-- メニュー表示 -->
35   -<?php $_smarty_tpl_vars = $this->_tpl_vars;
36   -$this->_smarty_include(array('smarty_include_tpl_file' => 'menu.tpl', 'smarty_include_vars' => array()));
37   -$this->_tpl_vars = $_smarty_tpl_vars;
38   -unset($_smarty_tpl_vars);
39   - ?>
40   -<table border="0" width="100%">
41   - <TR>
42   - <TD align="center">
43   - <table width="100%" border="0">
44   - <tr><th><B><FONT color=blue size=5>選択者再配信完了</FONT></B></th></tr>
45   - </table>
46   - <HR>
47   - <BR>
48   - <INPUT type="button" name="back" value="一覧に戻る" onClick="Disp_List();">
49   - </CENTER>
50   - </TD>
51   - </TR>
52   - <tr>
53   - <td align="center">
54   - <TABLE border=1 bordercolor="#008080" width="544">
55   - <TR>
56   - <TD width="585" height="129" align="center"><img src="./img/send.gif" alt="めーるNiポン"></TD>
57   - </TR>
58   - <TR>
59   - <TD bgcolor="#FFCC99"><CENTER><FONT size="5">入力された情報を送信しました。</FONT></CENTER></TD>
60   - </TR>
61   - </TABLE>
62   - </td>
63   - </tr>
64   -</table>
65   -<!-- フッター表示 -->
66   -<?php $_smarty_tpl_vars = $this->_tpl_vars;
67   -$this->_smarty_include(array('smarty_include_tpl_file' => 'footer.tpl', 'smarty_include_vars' => array()));
68   -$this->_tpl_vars = $_smarty_tpl_vars;
69   -unset($_smarty_tpl_vars);
70   - ?>
71   -</FORM>
72   -</BODY>
73   -</HTML>
\ No newline at end of file
1   -<?php /* Smarty version 2.6.26, created on 2017-06-02 01:43:28
2   - compiled from LIST1033.tpl */ ?>
3   -<DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
4   -<HTML>
5   -<HEAD>
6   -<META name="GENERATOR" content="Microsoft FrontPage 4.0">
7   -<META http-equiv="Content-Type" content="text/html; charset=EUC-JP">
8   -<META http-equiv="Content-Style-Type" content="text/css">
9   -<link href="./css/style.css" rel="stylesheet" type="text/css">
10   -<TITLE>め〜るNiポン!</TITLE>
11   -<script type="text/javascript" src="./include/input_chk.js" charset="EUC-JP"></script>
12   -<script>
13   -<?php echo '
14   -
15   -function Disp_List(){
16   - document.frm.action="./LIST0000.php";
17   - document.frm.method="POST";
18   - document.frm.submit();
19   - return;
20   -}
21   -
22   -'; ?>
23   -
24   -</script>
25   -</HEAD>
26   -<BODY bgcolor="White">
27   -<FORM name="frm" method="post">
28   -<!-- ヘッダー表示 -->
29   -<?php $_smarty_tpl_vars = $this->_tpl_vars;
30   -$this->_smarty_include(array('smarty_include_tpl_file' => 'header.tpl', 'smarty_include_vars' => array()));
31   -$this->_tpl_vars = $_smarty_tpl_vars;
32   -unset($_smarty_tpl_vars);
33   - ?>
34   -<!-- メニュー表示 -->
35   -<?php $_smarty_tpl_vars = $this->_tpl_vars;
36   -$this->_smarty_include(array('smarty_include_tpl_file' => 'menu.tpl', 'smarty_include_vars' => array()));
37   -$this->_tpl_vars = $_smarty_tpl_vars;
38   -unset($_smarty_tpl_vars);
39   - ?>
40   -<table border="0" width="100%">
41   - <TR>
42   - <TD align="center">
43   - <table width="100%" border="0">
44   - <tr><th><B><FONT color=blue size=5>追加配信完了</FONT></B></th></tr>
45   - </table>
46   - <HR>
47   - <BR>
48   - <INPUT type="button" name="back" value="一覧に戻る" onClick="Disp_List();">
49   - </CENTER>
50   - </TD>
51   - </TR>
52   - <tr>
53   - <td align="center">
54   - <TABLE border=1 bordercolor="#008080" width="544">
55   - <TR>
56   - <TD width="585" height="129" align="center"><img src="./img/send.gif" alt="めーるNiポン"></TD>
57   - </TR>
58   - <TR>
59   - <TD bgcolor="#FFCC99"><CENTER><FONT size="5">入力された情報を送信しました。</FONT></CENTER></TD>
60   - </TR>
61   - </TABLE>
62   - </td>
63   - </tr>
64   -</table>
65   -<!-- フッター表示 -->
66   -<?php $_smarty_tpl_vars = $this->_tpl_vars;
67   -$this->_smarty_include(array('smarty_include_tpl_file' => 'footer.tpl', 'smarty_include_vars' => array()));
68   -$this->_tpl_vars = $_smarty_tpl_vars;
69   -unset($_smarty_tpl_vars);
70   - ?>
71   -</FORM>
72   -</BODY>
73   -</HTML>
\ No newline at end of file
1   -<?php /* Smarty version 2.6.26, created on 2017-05-31 13:33:26
2   - compiled from SEND0000.tpl */ ?>
3   -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
4   -<HTML>
5   -<HEAD>
6   -<META name="GENERATOR" content="Microsoft FrontPage 4.0">
7   -<META http-equiv="Content-Type" content="text/html; charset=EUC-JP">
8   -<META http-equiv="Content-Style-Type" content="text/css">
9   -<link href="./css/style.css" rel="stylesheet" type="text/css">
10   -<TITLE>め〜るNiポン!</TITLE>
11   -<script type="text/javascript" src="./include/jkl-calendar.js" charset="Shift_JIS"></script>
12   -<script type="text/javascript" src="./include/SEND0000.js" charset="EUC-JP"></script>
13   -</HEAD>
14   -<BODY onLoad="send_change();<?php echo $this->_tpl_vars['strStartChk']; ?>
15   -">
16   -<FORM METHOD="POST" name="Frm" enctype="multipart/form-data" style="margin:0px; ">
17   -<!-- ヘッダー表示 -->
18   -<?php $_smarty_tpl_vars = $this->_tpl_vars;
19   -$this->_smarty_include(array('smarty_include_tpl_file' => 'header.tpl', 'smarty_include_vars' => array()));
20   -$this->_tpl_vars = $_smarty_tpl_vars;
21   -unset($_smarty_tpl_vars);
22   - ?>
23   -<!-- メニュー表示 -->
24   -<?php $_smarty_tpl_vars = $this->_tpl_vars;
25   -$this->_smarty_include(array('smarty_include_tpl_file' => 'menu.tpl', 'smarty_include_vars' => array()));
26   -$this->_tpl_vars = $_smarty_tpl_vars;
27   -unset($_smarty_tpl_vars);
28   - ?>
29   -<!-- 配信画面表示 -->
30   -<CENTER>
31   -<table width="100%" border="0">
32   - <tr>
33   - <th width="70%">
34   - <CENTER><B><FONT color=blue size=5>メール配信</FONT></B></CENTER>
35   - </th>
36   - </tr>
37   -</table>
38   -<HR>
39   -<?php if (( $this->_tpl_vars['PHP_POST_DB_FLG'] == 6 )): ?>
40   - <font color="#FFFF00" size=4>
41   - <b><a href="http://www.mail-ni-pon.net/category/7151311-1.html#p2" target="_blank">※ポイントについて</a></b>
42   - </font>
43   - <br><br>
44   -<?php endif; ?>
45   -<FONT size="2" color=#FF0000>
46   - <b><FONT size="2">項目の入力・選択を行わないと配信できません</b>
47   -</FONT>
48   -<BR>
49   -
50   -<TABLE border=1 bordercolor="#008080" width="700">
51   - <TR>
52   - <TD bgcolor="#FFCC99">
53   - <B><FONT size="2">開催日時<FONT size="2" color=#FF0000></FONT></B>
54   - </TD>
55   - <TD>
56   - <FONT size="2">
57   - <INPUT size="5" maxlength="4" type="text" name="date_yyyy" Value="<?php echo $this->_tpl_vars['date_yyyy']; ?>
58   -">
59   - <SELECT name="date_mm" onchange="JavaScript:DayMax(date_yyyy.value,date_mm.value,0,0);">
60   - <?php echo $this->_tpl_vars['opt_date_mm']; ?>
61   -
62   - </SELECT>
63   - <SELECT name="date_dd">
64   - <?php echo $this->_tpl_vars['opt_date_dd']; ?>
65   -
66   - </SELECT>
67   - <SELECT name="time_hh">
68   - <?php echo $this->_tpl_vars['opt_time_hh']; ?>
69   -
70   - </SELECT>
71   - <SELECT name="time_mm">
72   - <?php echo $this->_tpl_vars['opt_time_mm']; ?>
73   -
74   - </SELECT>分 
75   - </FONT>
76   - <!--カレンダー表示-->
77   - <a href="javascript:cal1.write();">
78   - <img id="dateLink1" src="./img/cl001.gif" alt="日付選択" border="0" style="vertical-align:middle;margin:5px"/>
79   - </a>
80   - <input type="hidden" name="colname1" value="<?php echo $this->_tpl_vars['calYMD1']; ?>
81   -">
82   - <div id="calid1"></div>
83   - </TD>
84   - </TR>
85   - <TR>
86   - <TD bgcolor="#FFCC99">
87   - <B><FONT size="2">自動再配信</FONT></B>
88   - </TD>
89   - <TD>
90   - <table border=0>
91   - <tr>
92   - <td>
93   - <FONT size="2">
94   - <INPUT size="5" maxlength="4" type="text" name="kidok_yyyy" Value="<?php echo $this->_tpl_vars['kidok_yyyy']; ?>
95   -">
96   - <SELECT name="kidok_mm" onchange="JavaScript:DayMax3(kidok_yyyy.value,kidok_mm.value,0,0);">
97   - <?php echo $this->_tpl_vars['opt_kidok_mm']; ?>
98   -
99   - </SELECT>
100   - <SELECT name="kidok_dd">
101   - <?php echo $this->_tpl_vars['opt_kidok_dd']; ?>
102   -
103   - </SELECT>
104   - <SELECT name="kidok_hh">
105   - <?php echo $this->_tpl_vars['opt_kidok_hh']; ?>
106   -
107   - </SELECT>
108   - <SELECT name="kidok_time_mm">
109   - <?php echo $this->_tpl_vars['opt_kidok_time_mm']; ?>
110   -
111   - </SELECT>
112   - </FONT>
113   - </FONT>
114   - </td>
115   - <td>
116   - <!--カレンダー-->
117   - <a href="javascript:cal2.write();">
118   - <img id="dateLink2" src="./img/cl001.gif" alt="日付選択" border="0" style="vertical-align:middle;margin:5px"/>
119   - </a>
120   - <input type="hidden" name="colname2" value="<?php echo $this->_tpl_vars['calYMD2']; ?>
121   -">
122   - <div id="calid2"></div>
123   - </td>
124   - <td>
125   - <input type="checkbox" name="kidok" <?php echo $this->_tpl_vars['rad_kidok']; ?>
126   -><FONT size=2><B>既読者へ</B></FONT>
127   - <input type="checkbox" name="midok" <?php echo $this->_tpl_vars['rad_midok']; ?>
128   -><FONT size=2><B>未読者へ</B></FONT>
129   - </td>
130   - </tr>
131   - </table>
132   - </TD>
133   - </TR>
134   - <TR>
135   - <TD bgcolor="#FFCC99">
136   - <B><FONT size="2">後日配信</FONT></B>
137   - </TD>
138   - <TD>
139   - <table border=0>
140   - <tr>
141   - <td>
142   - <FONT size="2">
143   - <INPUT size="5" maxlength="4" type="text" name="send_yyyy" Value="<?php echo $this->_tpl_vars['send_yyyy']; ?>
144   -">
145   - <SELECT name="send_mm" onchange="JavaScript:DayMax4(send_yyyy.value,send_mm.value,0,0);">
146   - <?php echo $this->_tpl_vars['opt_send_mm']; ?>
147   -
148   - </SELECT>
149   - <SELECT name="send_dd">
150   - <?php echo $this->_tpl_vars['opt_send_dd']; ?>
151   -
152   - </SELECT>
153   - <SELECT name="send_hh">
154   - <?php echo $this->_tpl_vars['opt_send_hh']; ?>
155   -
156   - </SELECT>
157   - <SELECT name="send_time_mm">
158   - <?php echo $this->_tpl_vars['opt_send_time_mm']; ?>
159   -
160   - </SELECT>
161   - </FONT>
162   - </td>
163   - <td>
164   - <!--カレンダー表示-->
165   - <a href="javascript:Calendar_dsp();">
166   - <img id="dateLink3" src="./img/cl001.gif" alt="日付選択" border="0" style="vertical-align:middle;margin:5px"/>
167   - </a>
168   - <input type="hidden" name="colname3" value="<?php echo $this->_tpl_vars['calYMD3']; ?>
169   -">
170   - <div id="calid3"></div>
171   - </td>
172   - <td>
173   - <input type="checkbox" name="NowSend" onClick="JavaScript:Cheng_Send();" <?php echo $this->_tpl_vars['rad_NowSend']; ?>
174   ->
175   - <FONT size=2><B>後日配信</B></FONT>
176   - </td>
177   - </tr>
178   - </table>
179   - </FONT>
180   - </TD>
181   - </TR>
182   - <TR>
183   - <TD bgcolor="#FFCC99">
184   - <B><FONT size="2" color=#FF0000></FONT><FONT size="2">送信先</FONT></B>
185   - </TD>
186   - <TD>
187   - <input type="radio" name="radSendPtn" value="1" onClick="send_change();" <?php echo $this->_tpl_vars['radSend'][0]; ?>
188   -><FONT size="2">個人配信</FONT><br>
189   -  <INPUT size="60" maxlength="50" type="text" name="sousin" value="<?php echo $this->_tpl_vars['strSubmitName']; ?>
190   -" readonly>
191   - <INPUT type="button" name="sousin_sentaku" value="送信先の選択をする" onClick="JavaScript:Select();">
192   - <hr>
193   - <input type="radio" name="radSendPtn" value="2" onClick="send_change();" <?php echo $this->_tpl_vars['radSend'][1]; ?>
194   -><FONT size="2"><?php echo $this->_tpl_vars['strDisp_Name'][1]; ?>
195   -配信</FONT><br>
196   - <?php echo $this->_tpl_vars['strGP']; ?>
197   -
198   - </TD>
199   - </TR>
200   - <TR>
201   - <TD bgcolor="#FFCC99">
202   - <B><FONT size="2" color=#FF0000></FONT><FONT size="2">送信先機種</FONT></B>
203   - </TD>
204   - <TD>
205   - <input name="SendType" type="radio" value="0" <?php echo $this->_tpl_vars['radSendType'][0]; ?>
206   -><FONT size="2">両方 </FONT>
207   - <input name="SendType" type="radio" value="1" <?php echo $this->_tpl_vars['radSendType'][1]; ?>
208   -><FONT size="2">携帯のみ </FONT>
209   - <input name="SendType" type="radio" value="2" <?php echo $this->_tpl_vars['radSendType'][2]; ?>
210   -><FONT size="2">PCのみ </FONT>
211   - </TD>
212   - </TR>
213   - <TR>
214   - <TD bgcolor="#FFCC99">
215   - <B><FONT size="2" color=#FF0000></FONT><FONT size="2"><?php echo $this->_tpl_vars['strDisp_Name'][2]; ?>
216   -</FONT></B>
217   - </TD>
218   - <TD>
219   - <INPUT size="30" maxlength="28" type="text" name="kenmei" value="<?php echo $this->_tpl_vars['TITLE']; ?>
220   -">
221   - <input type="checkbox" name="tei" <?php echo $this->_tpl_vars['rad_tei']; ?>
222   -><FONT size=2><B>定型文有り</B></FONT>
223   - </TD>
224   - </TR>
225   - <TR>
226   - <TD bgcolor="#FFCC99">
227   - <B><FONT size="2" color=#FF0000></FONT><FONT size="2" class="space">本文</FONT></B>
228   - </TD>
229   - <TD>
230   - <TEXTAREA rows="10" cols="60" name="text"><?php echo $this->_tpl_vars['MAIL_TEXT']; ?>
231   -</TEXTAREA>
232   - <BR>
233   - </TD>
234   - </TR>
235   - <TR>
236   - <TD bgcolor="#FFCC99">
237   - <B><FONT size="2" color=#FF0000></FONT><FONT size="2">回答パターン</FONT></B>
238   - </TD>
239   - <TD>
240   - <select name="pattern_id" onchange="JavaScript:pattern_chk('<?php echo $this->_tpl_vars['selectedPTN']; ?>
241   -');">
242   - <?php echo $this->_tpl_vars['strKaitou']; ?>
243   -
244   - </select>
245   - </TD>
246   - </TR>
247   - <TR>
248   - <TD bgcolor="#FFCC99">
249   - <B><FONT size="2">回答期限</FONT><FONT size="2" color=#FF0000></FONT></B>
250   - </TD>
251   - <TD>
252   - <FONT size="2">
253   - <INPUT size="5" maxlength="4" type="text" name="limit_yyyy" Value="<?php echo $this->_tpl_vars['limit_yyyy']; ?>
254   -">
255   - <SELECT name="limit_mm" onchange="JavaScript:DayMax5(limit_yyyy.value,limit_mm.value,0,0);">
256   - <?php echo $this->_tpl_vars['opt_limit_mm']; ?>
257   -
258   - </SELECT>
259   - <SELECT name="limit_dd">
260   - <?php echo $this->_tpl_vars['opt_limit_dd']; ?>
261   -
262   - </SELECT>
263   - <SELECT name="limit_time_hh">
264   - <?php echo $this->_tpl_vars['opt_limit_time_hh']; ?>
265   -
266   - </SELECT>
267   - <SELECT name="limit_time_mm">
268   - <?php echo $this->_tpl_vars['opt_limit_time_mm']; ?>
269   -
270   - </SELECT>分 
271   - </FONT>
272   - <!--カレンダー-->
273   - <a href="javascript:cal4.write();">
274   - <img id="dateLink4" src="./img/cl001.gif" alt="日付選択" border="0" style="vertical-align:middle;margin:5px"/>
275   - </a>
276   - <input type="hidden" name="colname4" value="<?php echo $this->_tpl_vars['calYMD4']; ?>
277   -">
278   - <div id="calid4"></div>
279   - </TD>
280   - </TR>
281   - <TR>
282   - <TD bgcolor="#FFCC99"><B><FONT size="2">アラーム</FONT></B></TD>
283   - <TD>
284   - <?php if (( $this->_tpl_vars['alarm_id'] != 0 && $this->_tpl_vars['alarm_flg'] == 1 )): ?>
285   - <FONT size="2" color="red"><B><?php echo $this->_tpl_vars['alarm_yyyy']; ?>
286   -<?php echo $this->_tpl_vars['alarm_mm']; ?>
287   -<?php echo $this->_tpl_vars['alarm_dd']; ?>
288   -<?php echo $this->_tpl_vars['alarm_hh']; ?>
289   -<?php echo $this->_tpl_vars['alarm_time_mm']; ?>
290   -分に設定済み</B></FONT>
291   - <?php endif; ?>
292   - <INPUT type="button" name="alarm_answer" value="アラームの設定をする" onClick="JavaScript:alarm_set('<?php echo $this->_tpl_vars['strDisp_Name'][1]; ?>
293   -');">
294   - </TD>
295   - </TR>
296   - <TR>
297   - <TD bgcolor="#FFCC99"><B><FONT size="2" class="space">添付</FONT></B></TD>
298   - <TD>
299   - <input type="file" size="40" name="f_attach" value="" contentEditable="false">
300   - <FONT size=2 color="red"><B>2M以上は送信されません</B></FONT>
301   - </TD>
302   - </TR>
303   - <TR>
304   - <TD bgcolor="#FFCC99"><B><FONT size="2" color=#FF0000></FONT><FONT size="2">閲覧状況の公開</FONT></B></TD>
305   - <TD>
306   - <input name="view_flg" type="radio" value="0" <?php echo $this->_tpl_vars['rad_view_flg'][0]; ?>
307   -><FONT size="2">公開しない </FONT>
308   - <input name="view_flg" type="radio" value="1" <?php echo $this->_tpl_vars['rad_view_flg'][1]; ?>
309   -><FONT size="2">公開する </FONT>
310   - </TD>
311   - </TR>
312   -</TABLE>
313   -<INPUT type="hidden" name="alarm_flg" value="<?php echo $this->_tpl_vars['alarm_flg']; ?>
314   -">
315   -<INPUT type="hidden" name="alarm_yyyy" value="<?php echo $this->_tpl_vars['alarm_yyyy']; ?>
316   -">
317   -<INPUT type="hidden" name="alarm_mm" value="<?php echo $this->_tpl_vars['alarm_mm']; ?>
318   -">
319   -<INPUT type="hidden" name="alarm_dd" value="<?php echo $this->_tpl_vars['alarm_dd']; ?>
320   -">
321   -<INPUT type="hidden" name="alarm_hh" value="<?php echo $this->_tpl_vars['alarm_hh']; ?>
322   -">
323   -<INPUT type="hidden" name="alarm_time_mm" value="<?php echo $this->_tpl_vars['alarm_time_mm']; ?>
324   -">
325   -<INPUT type="hidden" name="alarm_id" value="<?php echo $this->_tpl_vars['alarm_id']; ?>
326   -">
327   -
328   -<INPUT type="hidden" name="Send_User" value="<?php echo $this->_tpl_vars['Send_User']; ?>
329   -">
330   -<INPUT type="hidden" name="userCNT" value="<?php echo $this->_tpl_vars['userCNT']; ?>
331   -">
332   -<INPUT type="hidden" name="group_id" value="<?php echo $this->_tpl_vars['group_id']; ?>
333   -">
334   -<?php echo $this->_tpl_vars['strPtnCode']; ?>
335   -
336   -<INPUT type="hidden" name="pattern_flg" value="">
337   -
338   -<div align="center">
339   -<p><FONT size="2"><B>
340   -↓情報を配信する場合はこのボタンを押してください↓<br>
341   -</B></FONT>
342   -<INPUT type="button" name="submit_btn" value="配信" onClick="JavaScript:haisin(<?php echo $this->_tpl_vars['PHP_POST_DB_FLG']; ?>
343   -,'<?php echo $this->_tpl_vars['strDisp_Name'][1]; ?>
344   -','<?php echo $this->_tpl_vars['strDisp_Name'][2]; ?>
345   -')" style="padding:4px 20px 4px 20px; ">
346   -</p>
347   -<hr>
348   -<INPUT type="button" name="back" value="メニューへ戻る" onClick="JavaScript:menuBack();">
349   -</div>
350   -
351   -<!-- フッター表示 -->
352   -<?php $_smarty_tpl_vars = $this->_tpl_vars;
353   -$this->_smarty_include(array('smarty_include_tpl_file' => 'footer.tpl', 'smarty_include_vars' => array()));
354   -$this->_tpl_vars = $_smarty_tpl_vars;
355   -unset($_smarty_tpl_vars);
356   - ?>
357   -
358   -</CENTER>
359   -</form>
360   -</BODY>
361   -</HTML>
\ No newline at end of file
1   -<?php /* Smarty version 2.6.26, created on 2017-06-01 23:10:54
2   - compiled from SEND2020.tpl */ ?>
3   -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
4   -<HTML>
5   -<HEAD>
6   -<META name="GENERATOR" content="Microsoft FrontPage 4.0">
7   -<META http-equiv="Content-Type" content="text/html; charset=EUC-JP">
8   -<META http-equiv="Content-Style-Type" content="text/css">
9   -<link href="./css/style.css" rel="stylesheet" type="text/css">
10   -<TITLE>め〜るNiポン!</TITLE>
11   -</HEAD>
12   -<BODY>
13   -<FORM METHOD="POST" name="Frm" enctype="multipart/form-data" style="margin:0px; ">
14   -<!-- ヘッダー表示 -->
15   -<?php $_smarty_tpl_vars = $this->_tpl_vars;
16   -$this->_smarty_include(array('smarty_include_tpl_file' => 'header.tpl', 'smarty_include_vars' => array()));
17   -$this->_tpl_vars = $_smarty_tpl_vars;
18   -unset($_smarty_tpl_vars);
19   - ?>
20   -<!-- メニュー表示 -->
21   -<?php $_smarty_tpl_vars = $this->_tpl_vars;
22   -$this->_smarty_include(array('smarty_include_tpl_file' => 'menu.tpl', 'smarty_include_vars' => array()));
23   -$this->_tpl_vars = $_smarty_tpl_vars;
24   -unset($_smarty_tpl_vars);
25   - ?>
26   -<!-- 配信画面表示 -->
27   -<CENTER>
28   -<TABLE border=0 cellspacing="0" cellpadding="3" width="544">
29   - <TR>
30   - <TD ALIGN="CENTER">
31   - <FONT size="6"><B><A href="./MAIN0000.php">メニューへ戻る</A></B></FONT>
32   - </TD>
33   - </TR>
34   -</TABLE>
35   -<br>
36   -<br>
37   -<TABLE border=1 bordercolor="#008080" width="544">
38   -<TBODY>
39   - <TR>
40   - <TD width="585" height="129" align="center"><img src="./img/send.gif" alt="めーるNiポン"></TD>
41   - </TR>
42   - <TR>
43   - <TD bgcolor="#FFCC99"><CENTER><FONT size="5">入力された情報を送信しました。</FONT></CENTER></TD>
44   - </TR>
45   -</TBODY>
46   -</TABLE>
47   -<BR>
48   -<BR>
49   -<BR>
50   -</CENTER>
51   -<!-- フッター表示 -->
52   -<?php $_smarty_tpl_vars = $this->_tpl_vars;
53   -$this->_smarty_include(array('smarty_include_tpl_file' => 'footer.tpl', 'smarty_include_vars' => array()));
54   -$this->_tpl_vars = $_smarty_tpl_vars;
55   -unset($_smarty_tpl_vars);
56   - ?>
57   -</FORM>
58   -</BODY>
59   -</HTML>
\ No newline at end of file
1   -<?php /* Smarty version 2.6.26, created on 2017-06-01 09:09:55
2   - compiled from MST1210.tpl */ ?>
3   -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
4   -<HTML>
5   -<HEAD>
6   -<META name="GENERATOR" content="Microsoft FrontPage 4.0">
7   -<META http-equiv="Content-Type" content="text/html; charset=EUC-JP">
8   -<META http-equiv="Content-Style-Type" content="text/css">
9   -<link href="./css/style.css" rel="stylesheet" type="text/css">
10   -<TITLE>め〜るNiポン!</TITLE>
11   -<script>
12   -<?php echo '
13   -
14   -function Data_Input(group_id){
15   - document.frm.group_id.value=group_id;
16   - document.frm.action = "MST1211.php";
17   - document.frm.method = "POST";
18   - document.frm.submit();
19   - return;
20   -}
21   -
22   -function Data_Delete(group_id){
23   - if(confirm(\'グループを削除します。\\n本当に削除してもよろしいですか?\')){
24   - document.frm.pMode.value = "3";
25   - document.frm.group_id.value = group_id;
26   - document.frm.action = "MST1212.php";
27   - document.frm.method = "POST";
28   - document.frm.submit();
29   - return;
30   - }
31   -}
32   -
33   -'; ?>
34   -
35   -</script>
36   -</HEAD>
37   -<BODY bgcolor="White">
38   -<FORM name="frm">
39   -<!-- ヘッダー表示 -->
40   -<?php $_smarty_tpl_vars = $this->_tpl_vars;
41   -$this->_smarty_include(array('smarty_include_tpl_file' => 'header.tpl', 'smarty_include_vars' => array()));
42   -$this->_tpl_vars = $_smarty_tpl_vars;
43   -unset($_smarty_tpl_vars);
44   - ?>
45   -<!-- メニュー表示 -->
46   -<?php $_smarty_tpl_vars = $this->_tpl_vars;
47   -$this->_smarty_include(array('smarty_include_tpl_file' => 'menu.tpl', 'smarty_include_vars' => array()));
48   -$this->_tpl_vars = $_smarty_tpl_vars;
49   -unset($_smarty_tpl_vars);
50   - ?>
51   -<!-- 一覧表示 -->
52   -<table width="100%" border="0">
53   - <tr>
54   - <th><B><FONT color=blue size=5>グループ一覧</FONT></B></th>
55   - </tr>
56   -</table>
57   -<HR>
58   -<input type="button" value= "新規追加" onclick="Data_Input('')">
59   -<table border="0" width="100%">
60   - <tr>
61   - <td align="center">
62   - <table cellspacing="1" cellpadding="1" border="1">
63   - <tr>
64   - <td width="250" align="center" bgcolor="#FFCC99"><FONT size="2"><B>グループ名</B></FONT></td>
65   - <td width="20" align="center" bgcolor="#FFCC99">&nbsp;</td>
66   - </tr>
67   - <?php unset($this->_sections['item']);
68   -$this->_sections['item']['name'] = 'item';
69   -$this->_sections['item']['loop'] = is_array($_loop=$this->_tpl_vars['group_id']) ? count($_loop) : max(0, (int)$_loop); unset($_loop);
70   -$this->_sections['item']['show'] = true;
71   -$this->_sections['item']['max'] = $this->_sections['item']['loop'];
72   -$this->_sections['item']['step'] = 1;
73   -$this->_sections['item']['start'] = $this->_sections['item']['step'] > 0 ? 0 : $this->_sections['item']['loop']-1;
74   -if ($this->_sections['item']['show']) {
75   - $this->_sections['item']['total'] = $this->_sections['item']['loop'];
76   - if ($this->_sections['item']['total'] == 0)
77   - $this->_sections['item']['show'] = false;
78   -} else
79   - $this->_sections['item']['total'] = 0;
80   -if ($this->_sections['item']['show']):
81   -
82   - for ($this->_sections['item']['index'] = $this->_sections['item']['start'], $this->_sections['item']['iteration'] = 1;
83   - $this->_sections['item']['iteration'] <= $this->_sections['item']['total'];
84   - $this->_sections['item']['index'] += $this->_sections['item']['step'], $this->_sections['item']['iteration']++):
85   -$this->_sections['item']['rownum'] = $this->_sections['item']['iteration'];
86   -$this->_sections['item']['index_prev'] = $this->_sections['item']['index'] - $this->_sections['item']['step'];
87   -$this->_sections['item']['index_next'] = $this->_sections['item']['index'] + $this->_sections['item']['step'];
88   -$this->_sections['item']['first'] = ($this->_sections['item']['iteration'] == 1);
89   -$this->_sections['item']['last'] = ($this->_sections['item']['iteration'] == $this->_sections['item']['total']);
90   -?>
91   - <tr>
92   - <td >
93   - <FONT size="2"><a href="#" onclick="return Data_Input('<?php echo $this->_tpl_vars['group_id'][$this->_sections['item']['index']]; ?>
94   -')"><?php echo $this->_tpl_vars['group_name'][$this->_sections['item']['index']]; ?>
95   -</a></FONT>
96   - </td>
97   - <td align="center">
98   - <input type="button" class="btnDelete" value= "削除" onclick="Data_Delete('<?php echo $this->_tpl_vars['group_id'][$this->_sections['item']['index']]; ?>
99   -')">
100   - </td>
101   - </tr>
102   - <?php endfor; endif; ?>
103   - </table>
104   - </td>
105   - </tr>
106   -</table>
107   -<!-- フッター表示 -->
108   -<?php $_smarty_tpl_vars = $this->_tpl_vars;
109   -$this->_smarty_include(array('smarty_include_tpl_file' => 'footer.tpl', 'smarty_include_vars' => array()));
110   -$this->_tpl_vars = $_smarty_tpl_vars;
111   -unset($_smarty_tpl_vars);
112   - ?>
113   -<INPUT type="hidden" name="group_id" value="">
114   -<INPUT type="hidden" name="pMode" value="">
115   -</FORM>
116   -</BODY>
117   -</HTML>
\ No newline at end of file
1   -<?php /* Smarty version 2.6.26, created on 2017-06-01 22:57:34
2   - compiled from SUB0031.tpl */ ?>
3   -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
4   -<HTML>
5   -<HEAD>
6   -<META name="GENERATOR" content="Microsoft FrontPage 4.0">
7   -<META http-equiv="Content-Type" content="text/html; charset=EUC-JP">
8   -<META http-equiv="Content-Style-Type" content="text/css">
9   -<link href="./css/style.css" rel="stylesheet" type="text/css">
10   -<TITLE>め〜るNiポン!</TITLE>
11   -<script type="text/javascript" src="./include/input_chk.js" charset="EUC-JP"></script>
12   -<script>
13   -<?php echo '
14   -
15   -
16   -'; ?>
17   -
18   -</script>
19   -</HEAD>
20   -<BODY bgcolor="White">
21   -<FORM name="frm">
22   -<!-- ヘッダー表示 -->
23   -<?php $_smarty_tpl_vars = $this->_tpl_vars;
24   -$this->_smarty_include(array('smarty_include_tpl_file' => 'header.tpl', 'smarty_include_vars' => array()));
25   -$this->_tpl_vars = $_smarty_tpl_vars;
26   -unset($_smarty_tpl_vars);
27   - ?>
28   -<!-- メニュー表示 -->
29   -<?php $_smarty_tpl_vars = $this->_tpl_vars;
30   -$this->_smarty_include(array('smarty_include_tpl_file' => 'menu.tpl', 'smarty_include_vars' => array()));
31   -$this->_tpl_vars = $_smarty_tpl_vars;
32   -unset($_smarty_tpl_vars);
33   - ?>
34   -<!-- 一覧表示 -->
35   -<table width="100%" border="0">
36   - <tr>
37   - <th><B><font color="blue" size="5"></font></B></th>
38   - </tr>
39   -</table>
40   -<hr />
41   -<table width="100%" border="0">
42   - <tr>
43   - <td align="center">
44   - <TABLE border=0 width="544">
45   - <?php if (( $this->_tpl_vars['err_flg'] == 0 )): ?>
46   - <TR>
47   - <TD ALIGN="CENTER" COLSPAN="2"><B><FONT size="3">パスワードを変更しました</FONT></B></TD>
48   - </TR>
49   - <?php else: ?>
50   - <TR>
51   - <TD ALIGN="CENTER" COLSPAN="2"><B><FONT size="3">パスワードが一致しません</FONT></B></TD>
52   - </TR>
53   - <TR>
54   - <TD ALIGN="CENTER" COLSPAN="2"></TD>
55   - </TR>
56   - <TR>
57   - <TD ALIGN="CENTER" COLSPAN="2"><FONT size="2"><A href="./SUB0030.php">パスワード変更へ戻る</A></FONT></TD>
58   - </TR>
59   - <?php endif; ?>
60   - </TABLE>
61   - </td>
62   - </tr>
63   -</table>
64   -<table width="100%" border="0">
65   - <tr>
66   - <td align="center"><input type="button" name="btnReturn" value="メニューへ戻る" onClick="location='MAIN0000.php'"></td>
67   - </tr>
68   -</table>
69   -<!-- フッター表示 -->
70   -<?php $_smarty_tpl_vars = $this->_tpl_vars;
71   -$this->_smarty_include(array('smarty_include_tpl_file' => 'footer.tpl', 'smarty_include_vars' => array()));
72   -$this->_tpl_vars = $_smarty_tpl_vars;
73   -unset($_smarty_tpl_vars);
74   - ?>
75   -</FORM>
76   -</BODY>
77   -</HTML>
\ No newline at end of file
1   -<?php /* Smarty version 2.6.26, created on 2017-06-01 09:16:44
2   - compiled from LIST0000.tpl */ ?>
3   -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
4   -<HTML>
5   -<HEAD>
6   -<META name="GENERATOR" content="Microsoft FrontPage 4.0">
7   -<META http-equiv="Content-Type" content="text/html; charset=EUC-JP">
8   -<META http-equiv="Content-Style-Type" content="text/css">
9   -<link href="./css/style.css" rel="stylesheet" type="text/css">
10   -<TITLE>め〜るNiポン!</TITLE>
11   -<script type="text/javascript" src="./include/input_chk.js" charset="EUC-JP"></script>
12   -<script>
13   -<?php echo '
14   -
15   -function Disp_Mail(mail_id,fname){
16   - document.frm.mail_id.value = mail_id;
17   - document.frm.action = fname;
18   - document.frm.method="POST";
19   - document.frm.submit();
20   -}
21   -
22   -function Delete_Mail(){
23   - if (confirm("選択されたメールを削除します\\nよろしいですか?")){
24   - if (document.frm.delete_id.length){
25   - for(i = 0 ; i <= document.frm.delete_id.length-1; i++ ){
26   - if (document.frm.delete_id[i].checked==true){
27   - document.frm.strChkDat.value=document.frm.strChkDat.value+document.frm.delete_id[i].value+"#";
28   - }
29   - }
30   - }else{
31   - if (document.frm.delete_id.checked==true){
32   - document.frm.strChkDat.value=document.frm.delete_id.value+"#";
33   - }
34   - }
35   - document.frm.action = "LIST0001.php";
36   - document.frm.method="POST";
37   - document.frm.submit();
38   - }
39   -}
40   -
41   -
42   -'; ?>
43   -
44   -</script>
45   -</HEAD>
46   -<BODY bgcolor="White">
47   -<FORM name="frm">
48   -<!-- ヘッダー表示 -->
49   -<?php $_smarty_tpl_vars = $this->_tpl_vars;
50   -$this->_smarty_include(array('smarty_include_tpl_file' => 'header.tpl', 'smarty_include_vars' => array()));
51   -$this->_tpl_vars = $_smarty_tpl_vars;
52   -unset($_smarty_tpl_vars);
53   - ?>
54   -<!-- メニュー表示 -->
55   -<?php $_smarty_tpl_vars = $this->_tpl_vars;
56   -$this->_smarty_include(array('smarty_include_tpl_file' => 'menu.tpl', 'smarty_include_vars' => array()));
57   -$this->_tpl_vars = $_smarty_tpl_vars;
58   -unset($_smarty_tpl_vars);
59   - ?>
60   -<!-- 一覧表示 -->
61   -<table width="100%" border="0">
62   - <tr>
63   - <th><B><font color="blue" size="5">配信メール一覧</font></B></th>
64   - </tr>
65   -</table>
66   -<hr />
67   -<table width="100%" border="0">
68   - <tr>
69   - <td align="center">
70   - <input type="button" name="btnReturn" value="メニューへ戻る" onClick="location='MAIN0000.php'">
71   - <INPUT type="button" value="メール削除" onClick="Delete_Mail();"><BR><BR>
72   - <FONT color=blue size=2><B>現在 <?php echo $this->_tpl_vars['MailCnt']; ?>
73   - 件の配信済情報を表示しています</B></FONT>
74   - </td>
75   - </tr>
76   - <tr>
77   - <td align="center">
78   - <TABLE border=1 bordercolor="#008080" WIDTH="800">
79   - <TR bgcolor="#FFCC99">
80   - <TD align="center" WIDTH="200"><FONT size=2><B>作成日時</B></FONT></TD>
81   - <TD align="center"><FONT size=2><B>件 名</B></FONT></TD>
82   - <TD align="center" WIDTH="150"><FONT size=2><B>閲覧状況</B></FONT></TD>
83   - <TD align="center" Width="80"><FONT size=2><B>アラーム有無</B></FONT></TD>
84   - <TD align="center" Width="50"><FONT size=2><B>削 除</B></FONT></TD>
85   - </TR>
86   - <?php unset($this->_sections['idx']);
87   -$this->_sections['idx']['name'] = 'idx';
88   -$this->_sections['idx']['loop'] = is_array($_loop=$this->_tpl_vars['MailData']) ? count($_loop) : max(0, (int)$_loop); unset($_loop);
89   -$this->_sections['idx']['show'] = true;
90   -$this->_sections['idx']['max'] = $this->_sections['idx']['loop'];
91   -$this->_sections['idx']['step'] = 1;
92   -$this->_sections['idx']['start'] = $this->_sections['idx']['step'] > 0 ? 0 : $this->_sections['idx']['loop']-1;
93   -if ($this->_sections['idx']['show']) {
94   - $this->_sections['idx']['total'] = $this->_sections['idx']['loop'];
95   - if ($this->_sections['idx']['total'] == 0)
96   - $this->_sections['idx']['show'] = false;
97   -} else
98   - $this->_sections['idx']['total'] = 0;
99   -if ($this->_sections['idx']['show']):
100   -
101   - for ($this->_sections['idx']['index'] = $this->_sections['idx']['start'], $this->_sections['idx']['iteration'] = 1;
102   - $this->_sections['idx']['iteration'] <= $this->_sections['idx']['total'];
103   - $this->_sections['idx']['index'] += $this->_sections['idx']['step'], $this->_sections['idx']['iteration']++):
104   -$this->_sections['idx']['rownum'] = $this->_sections['idx']['iteration'];
105   -$this->_sections['idx']['index_prev'] = $this->_sections['idx']['index'] - $this->_sections['idx']['step'];
106   -$this->_sections['idx']['index_next'] = $this->_sections['idx']['index'] + $this->_sections['idx']['step'];
107   -$this->_sections['idx']['first'] = ($this->_sections['idx']['iteration'] == 1);
108   -$this->_sections['idx']['last'] = ($this->_sections['idx']['iteration'] == $this->_sections['idx']['total']);
109   -?>
110   - <TR bgcolor="<?php echo $this->_tpl_vars['DataSC'][$this->_sections['idx']['index']][0]; ?>
111   -">
112   - <TD align="center"><FONT size=2><a href="#" onclick="Disp_Mail('<?php echo $this->_tpl_vars['MailData'][$this->_sections['idx']['index']][0]; ?>
113   -','<?php echo $this->_tpl_vars['DataSC'][$this->_sections['idx']['index']][2]; ?>
114   -');"><?php echo $this->_tpl_vars['MailData'][$this->_sections['idx']['index']][1]; ?>
115   -</a></FONT></TD>
116   - <TD align="left"><FONT size=2><?php echo $this->_tpl_vars['MailData'][$this->_sections['idx']['index']][2]; ?>
117   -<?php echo $this->_tpl_vars['DataSC'][$this->_sections['idx']['index']][1]; ?>
118   -</FONT></TD>
119   - <TD align="center"><FONT size=2><?php echo $this->_tpl_vars['MailData'][$this->_sections['idx']['index']][3]; ?>
120   -</FONT></TD>
121   - <TD align="center"><FONT size=2><?php echo $this->_tpl_vars['MailData'][$this->_sections['idx']['index']][4]; ?>
122   -&nbsp;</FONT></TD>
123   - <TD align="center"><INPUT type="checkbox" NAME="delete_id" VALUE="<?php echo $this->_tpl_vars['MailData'][$this->_sections['idx']['index']][0]; ?>
124   -"></TD>
125   - </TR>
126   - <?php endfor; endif; ?>
127   - </TABLE>
128   - </td>
129   - </tr>
130   -</table>
131   -<table width="100%" border="0">
132   - <tr>
133   - <td align="center"><input type="button" name="btnReturn" value="メニューへ戻る" onClick="location='MAIN0000.php'"></td>
134   - </tr>
135   -</table>
136   -<INPUT type="hidden" name="strChkDat" value="">
137   -<INPUT type="hidden" name="mail_id" value="">
138   -<!-- フッター表示 -->
139   -<?php $_smarty_tpl_vars = $this->_tpl_vars;
140   -$this->_smarty_include(array('smarty_include_tpl_file' => 'footer.tpl', 'smarty_include_vars' => array()));
141   -$this->_tpl_vars = $_smarty_tpl_vars;
142   -unset($_smarty_tpl_vars);
143   - ?>
144   -</FORM>
145   -</BODY>
146   -</HTML>
\ No newline at end of file
1   -<?php /* Smarty version 2.6.26, created on 2017-06-01 09:08:54
2   - compiled from SUB0100.tpl */ ?>
3   -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
4   -<HTML>
5   -<HEAD>
6   -<META name="GENERATOR" content="Microsoft FrontPage 4.0">
7   -<META http-equiv="Content-Type" content="text/html; charset=EUC-JP">
8   -<META http-equiv="Content-Style-Type" content="text/css">
9   -<link href="./css/style.css" rel="stylesheet" type="text/css">
10   -<TITLE>め〜るNiポン!</TITLE>
11   -<script type="text/javascript" src="./include/input_chk.js" charset="EUC-JP"></script>
12   -<script>
13   -<?php echo '
14   -
15   -var SFlg = false; //サブミットフラグを定義
16   -function DoubleSubmit(){ //ダブルサブミットチェック関数
17   - if (SFlg){ //ダブルサブミットの場合
18   - alert("応答中です"); //メッセージを出力
19   - return false;
20   - }
21   - SFlg = true; //サブミットフラグを設定
22   - return true; //戻り値を設定
23   -}
24   -
25   -function send_youbou(){
26   - //メールアドレス
27   - strdata1=document.frm.mail_address.value;
28   - if (strdata1 !=""){
29   - if (!strdata1.match(/.*@.*\\..*/i)){
30   - alert("不正なメールアドレスがあります\\n["+strdata1+"]");
31   - document.frm.mail_address.focus();
32   - return false;
33   - }
34   - }
35   - if (hissu_chk("内容詳細",document.frm.youbou.value)==false) {
36   - document.frm.youbou.focus();
37   - return false;
38   - }
39   - if (DoubleSubmit()) {
40   - if (confirm("お問い合わせメールを送信します\\nよろしいですか?")){
41   - document.frm.Submit_btn.disabled = true;
42   - document.frm.action="SUB0101.php";
43   - document.frm.submit();
44   - } else {
45   - SFlg = false;
46   - }
47   - }
48   -}
49   -'; ?>
50   -
51   -</script>
52   -</HEAD>
53   -<BODY bgcolor="White">
54   -<FORM name="frm">
55   -<!-- ヘッダー表示 -->
56   -<?php $_smarty_tpl_vars = $this->_tpl_vars;
57   -$this->_smarty_include(array('smarty_include_tpl_file' => 'header.tpl', 'smarty_include_vars' => array()));
58   -$this->_tpl_vars = $_smarty_tpl_vars;
59   -unset($_smarty_tpl_vars);
60   - ?>
61   -<!-- メニュー表示 -->
62   -<?php $_smarty_tpl_vars = $this->_tpl_vars;
63   -$this->_smarty_include(array('smarty_include_tpl_file' => 'menu.tpl', 'smarty_include_vars' => array()));
64   -$this->_tpl_vars = $_smarty_tpl_vars;
65   -unset($_smarty_tpl_vars);
66   - ?>
67   -<!-- 一覧表示 -->
68   -<table width="100%" border="0">
69   - <tr>
70   - <th><B><font color="blue" size="5">お問い合わせ</font></B></th>
71   - </tr>
72   -</table>
73   -<hr />
74   -<center>
75   -<table width="50%" border="0">
76   - <tr>
77   - <td width="25%">E-Mail:</td>
78   - <td><input type ="text" size = "70" name = mail_address></td>
79   - </tr>
80   - <tr>
81   - <td width="25%">お問い合わせの内容:</td>
82   - <td>
83   - <select name = "q_ctg">
84   - <option value = "定額制への切り替え">定額制への切り替え</option>
85   - <option value = "機能に関するお問い合わせ">機能に関するお問い合わせ</option>
86   - <option value = "機能に関するご要望">機能に関するご要望</option>
87   - <option value = "ご契約内容に関するお問い合わせ">ご契約内容に関するお問い合わせ</option>
88   - <option value = "ご契約内容の変更">ご契約内容の変更</option>
89   - <option value = "その他">その他</option>
90   - </select>
91   - </td>
92   - </tr>
93   - <tr>
94   - <td align="left" valign="top" colspan = "2"><textarea name= youbou cols="85" rows="15"></textarea></td>
95   - </tr>
96   -</table>
97   -<br>
98   -<table width="50%" border="0">
99   - <tr>
100   - <td align="center"><input type="button" name="Submit_btn" value=" 送  信 " onClick="JavaScript:send_youbou();"></td>
101   - <td align="center"><input type="button" name="btnReturn" value="メニューへ戻る" onClick="location='MAIN0000.php'"></td>
102   - </tr>
103   -</table>
104   -<hr>
105   -<table width="50%" border="0">
106   - <tr>
107   - <td colspan= "2">
108   - <font size = "2">
109   - <b>ポイント制から定額制への切り替えをご希望の場合は、お問い合わせ内容詳細部分へご連絡先、料金プランを記載して送信してください。</b><br>
110   - </font>
111   - </td>
112   - </tr>
113   - <tr>
114   - <td>
115   - <font size = "2">
116   - 【連絡先内容】<br>
117   - ●ご担当者様名<br>
118   - ●住所<br>
119   - ●電話番号<br>
120   - </font>
121   - </td>
122   - <td>
123   - <font size = "2">
124   - 【料金プラン】<br>
125   - ●月払い(1,200円(税込み))<br>
126   - ●年払い(12,000円(税込み))<br>
127   - ※どちらかをご選択ください<br>
128   - </font>
129   - </td>
130   - </tr>
131   -</table>
132   -</center>
133   -<!-- フッター表示 -->
134   -<?php $_smarty_tpl_vars = $this->_tpl_vars;
135   -$this->_smarty_include(array('smarty_include_tpl_file' => 'footer.tpl', 'smarty_include_vars' => array()));
136   -$this->_tpl_vars = $_smarty_tpl_vars;
137   -unset($_smarty_tpl_vars);
138   - ?>
139   -</FORM>
140   -</BODY>
141   -</HTML>
\ No newline at end of file
1   -<?php /* Smarty version 2.6.26, created on 2017-06-09 10:05:48
2   - compiled from LIST3750.tpl */ ?>
3   -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
4   -<HTML>
5   -<HEAD>
6   -<META name="GENERATOR" content="Microsoft FrontPage 4.0">
7   -<META http-equiv="Content-Type" content="text/html; charset=EUC-JP">
8   -<META http-equiv="Content-Style-Type" content="text/css">
9   -<link href="./css/style.css" rel="stylesheet" type="text/css">
10   -<TITLE>め〜るNiポン!</TITLE>
11   -<script type="text/javascript" src="./include/input_chk.js" charset="EUC-JP"></script>
12   -<script>
13   -<?php echo '
14   -
15   -function Return_Back(){
16   - document.frm.action="LIST3000.php";
17   - document.frm.method="POST";
18   - document.frm.submit();
19   -}
20   -
21   -function input_chk(){
22   - if(document.frm.subject_name.value==""){
23   - window.alert(document.frm.KENMEI.value + "入力してください");
24   - document.frm.subject_name.focus();
25   - return false;
26   - }
27   -
28   - if(document.frm.contents.value==""){
29   - window.alert("本文を入力して下さい");
30   - document.frm.contents.focus();
31   - return false;
32   - }
33   -
34   - if (confirm("配信内容を変更します。\\nよろしいですか?")){
35   - document.frm.action="LIST3751.php";
36   - document.frm.method="POST";
37   - document.frm.submit();
38   - }
39   -}
40   -
41   -'; ?>
42   -
43   -</script>
44   -</HEAD>
45   -<BODY bgcolor="White">
46   -<FORM name="frm">
47   -<!-- ヘッダー表示 -->
48   -<?php $_smarty_tpl_vars = $this->_tpl_vars;
49   -$this->_smarty_include(array('smarty_include_tpl_file' => 'header.tpl', 'smarty_include_vars' => array()));
50   -$this->_tpl_vars = $_smarty_tpl_vars;
51   -unset($_smarty_tpl_vars);
52   - ?>
53   -<!-- メニュー表示 -->
54   -<?php $_smarty_tpl_vars = $this->_tpl_vars;
55   -$this->_smarty_include(array('smarty_include_tpl_file' => 'menu.tpl', 'smarty_include_vars' => array()));
56   -$this->_tpl_vars = $_smarty_tpl_vars;
57   -unset($_smarty_tpl_vars);
58   - ?>
59   -<!-- 一覧表示 -->
60   -<table width="100%" border="0">
61   - <tr>
62   - <th><B><font color="blue" size="5">メール配信設定</font></B></th>
63   - </tr>
64   -</table>
65   -<hr />
66   -<table width="100%" border="0">
67   - <tr>
68   - <td align="center">
69   - <TABLE border=1 bordercolor="#008080" width="544">
70   - <TR>
71   - <TD bgcolor="#FFCC99"><B><FONT size="2">件名</FONT></B></TD>
72   - <TD><FONT size="2"><INPUT size="30" maxlength="28" type="text" name="subject_name" Value="<?php echo $this->_tpl_vars['subject_name']; ?>
73   -"></FONT></TD>
74   - </TR>
75   - <TR>
76   - <TD bgcolor="#FFCC99"><B><FONT size="2">本文</FONT></B></TD>
77   - <TD><FONT size="2"><TEXTAREA rows="10" cols="60" name="contents"><?php echo $this->_tpl_vars['contents']; ?>
78   -</TEXTAREA></FONT></TD>
79   - </TR>
80   - </TABLE>
81   - </td>
82   - </tr>
83   - <tr>
84   - <td align="center">
85   - <br><br>
86   - <TABLE border="0" width="544">
87   - <TR>
88   - <TD>
89   - <FONT SIZE=2>  配信内容を変更する場合はこのボタンを押してください⇒</FONT>
90   - <input type="button" value="設 定" onClick="return input_chk();">
91   - </TD>
92   - </TR>
93   - </TABLE>
94   - </td>
95   - </tr>
96   -</table>
97   -<table width="100%" border="0">
98   - <tr>
99   - <td align="center"><INPUT type="button" name="back" value="戻 る" onClick="JavaScript:Return_Back();"></td>
100   - </tr>
101   -</table>
102   -<INPUT type="hidden" name="mail_id" value="<?php echo $this->_tpl_vars['mail_id']; ?>
103   -">
104   -<!-- フッター表示 -->
105   -<?php $_smarty_tpl_vars = $this->_tpl_vars;
106   -$this->_smarty_include(array('smarty_include_tpl_file' => 'footer.tpl', 'smarty_include_vars' => array()));
107   -$this->_tpl_vars = $_smarty_tpl_vars;
108   -unset($_smarty_tpl_vars);
109   - ?>
110   -</FORM>
111   -</BODY>
112   -</HTML>
\ No newline at end of file
1   -<?php /* Smarty version 2.6.26, created on 2017-06-01 09:09:53
2   - compiled from SUB9990.tpl */ ?>
3   -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
4   -<HTML>
5   -<HEAD>
6   -<META name="GENERATOR" content="Microsoft FrontPage 4.0">
7   -<META http-equiv="Content-Type" content="text/html; charset=EUC-JP">
8   -<META http-equiv="Content-Style-Type" content="text/css">
9   -<link href="./css/style.css" rel="stylesheet" type="text/css">
10   -<TITLE>め〜るNiポン!</TITLE>
11   -<script type="text/javascript" src="./include/input_chk.js" charset="EUC-JP"></script>
12   -<script>
13   -<?php echo '
14   -
15   -function deleteCheck(){
16   - if (confirm("退会処理を行います\\nよろしいですか?")){
17   - document.frm.Submit_btn.disabled = true;
18   - document.frm.action="SUB9991.php";
19   - document.frm.submit();
20   - }
21   -}
22   -
23   -'; ?>
24   -
25   -</script>
26   -</HEAD>
27   -<BODY bgcolor="White">
28   -<FORM name="frm">
29   -<!-- ヘッダー表示 -->
30   -<?php $_smarty_tpl_vars = $this->_tpl_vars;
31   -$this->_smarty_include(array('smarty_include_tpl_file' => 'header.tpl', 'smarty_include_vars' => array()));
32   -$this->_tpl_vars = $_smarty_tpl_vars;
33   -unset($_smarty_tpl_vars);
34   - ?>
35   -<!-- メニュー表示 -->
36   -<?php $_smarty_tpl_vars = $this->_tpl_vars;
37   -$this->_smarty_include(array('smarty_include_tpl_file' => 'menu.tpl', 'smarty_include_vars' => array()));
38   -$this->_tpl_vars = $_smarty_tpl_vars;
39   -unset($_smarty_tpl_vars);
40   - ?>
41   -<!-- 一覧表示 -->
42   -<table width="100%" border="0">
43   - <tr>
44   - <th><B><font color="blue" size="5">退会処理</font></B></th>
45   - </tr>
46   -</table>
47   -<hr />
48   -<table width="100%" border="0">
49   - <tr>
50   - <td align="center">
51   - <p align="center">
52   - め〜るNiポンの退会処理を行います。<br>
53   - <br>
54   - <font color="#FF0000">※退会後にメールアドレスなどの個人情報は削除されます。<br>
55   - <br>
56   - </font>
57   - </p>
58   - <table width="40%" height="150" border="1">
59   - <tr>
60   - <th scope="col"><div align="center">退会理由<BR>(任意)</div></th>
61   - <th align="left" valign="top" scope="col"><textarea name="textarea" cols="35" rows="10"></textarea></th>
62   - </tr>
63   - </table>
64   - <br>
65   - <input type="button" name="Submit_btn" value=" 退会する " onClick="JavaScript:deleteCheck();">
66   - </td>
67   - </tr>
68   -</table>
69   -<table width="100%" border="0">
70   - <tr>
71   - <td align="center"><input type="button" name="btnReturn" value="メニューへ戻る" onClick="location='MAIN0000.php'"></td>
72   - </tr>
73   -</table>
74   -<!-- フッター表示 -->
75   -<?php $_smarty_tpl_vars = $this->_tpl_vars;
76   -$this->_smarty_include(array('smarty_include_tpl_file' => 'footer.tpl', 'smarty_include_vars' => array()));
77   -$this->_tpl_vars = $_smarty_tpl_vars;
78   -unset($_smarty_tpl_vars);
79   - ?>
80   -</FORM>
81   -</BODY>
82   -</HTML>
\ No newline at end of file
1   -<?php /* Smarty version 2.6.26, created on 2017-05-31 13:33:23
2   - compiled from menu.tpl */ ?>
3   -<div id="container">
4   -<!-- メインメニュー -->
5   -<TABLE width="100%" border="0" cellpadding="3" cellspacing="3">
6   - <tr>
7   - <td align="left"><a href="SEND0000.php"><img src="./img/kojin_tran.jpg" alt="メール配信" title="メール配信" border="0"></a></td>
8   - <td align="left"><a href="SEND1000.php"><img src="./img/group_tran.jpg" alt="スケジュール調整メール配信" title="スケジュール調整メール配信" border="0"></a></td>
9   - <td align="left"><a href="SEND2000.php"><img src="./img/an_tran.jpg" alt="アンケート配信" title="アンケート配信" border="0"></a></td>
10   - <td align="left"><a href="SEND3000.php"><img src="./img/info_tran.jpg" alt="お知らせ配信" title="お知らせ配信" border="0"></a></td>
11   - <td align="left"><a href="LIST0000.php"><img src="./img/haisin_check.jpg" alt="配信メール一覧" title="配信メール一覧" border="0"></a></td>
12   - </tr>
13   - <tr>
14   - <td align="left"><a href="MST1100.php"><img src="./img/user_ichiran.jpg" alt="ユーザー情報" title="ユーザー情" border="0"></a></td>
15   - <td align="left"><a href="MST1210.php"><img src="./img/group1_group2.jpg" alt="グループ情報" title="グループ情報" border="0"></a></td>
16   - <td align="left"><a href="MST1310.php"><img src="./img/disp_reg.jpg" alt="表示メッセージ" title="表示メッセージ" border="0"></a></td>
17   - <td align="left"><a href="MST1410.php"><img src="./img/ans_list.jpg" alt="回答パターン" title="回答パターン" border="0"></a></td>
18   - <td align="left">
19   - <?php if ($this->_tpl_vars['PHP_POST_DB_FLG'] == '6'): ?>
20   - <a href="BUY0000.php"><img src="./img/haisin_point_2.jpg" alt="ポイント購入" title="ポイント購入" border="0"></a>
21   - <?php endif; ?>
22   - &nbsp;
23   - </td>
24   - </tr>
25   -</TABLE>
26   -<br>
27   -<!-- サブメニュー -->
28   -<div class="subMenu">
29   -<a href="./SUB0010.php" title="携帯版URLをメールで送る"><img src="./img/keitai_icon.gif" alt="携帯版URLをメールで送る" width="11" height="30" border="0" align="absmiddle">携帯版URLをメールで送る</a>
30   -<a href="./SUB0020.php" title="団体名変更"><img src="./img/memo.gif" alt="団体名変更" width="25" height="30" border="0" align="absmiddle">団体名変更</a>
31   -<a href="./SUB0030.php" title="パスワード変更"><img src="./img/pass_icon.gif" alt="パスワード変更" width="25" height="30" border="0" align="absmiddle">パスワード変更</a>
32   -<a href="./SUB9990.php" title="退会手続き"><img src="./img/taikai_icon.gif" alt="退会手続き" width="21" height="30" border="0" align="absmiddle">退会手続き</a>
33   -</div>
\ No newline at end of file
1   -<?php /* Smarty version 2.6.26, created on 2017-06-01 23:18:30
2   - compiled from MST1420.tpl */ ?>
3   -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
4   -<HTML>
5   -<HEAD>
6   -<META name="GENERATOR" content="Microsoft FrontPage 4.0">
7   -<META http-equiv="Content-Type" content="text/html; charset=EUC-JP">
8   -<META http-equiv="Content-Style-Type" content="text/css">
9   -<link href="./css/style.css" rel="stylesheet" type="text/css">
10   -<TITLE>め〜るNiポン!</TITLE>
11   -<SCRIPT LANGUAGE="JavaScript">
12   -<?php echo '
13   -//********** 一覧へ戻る **********
14   -function ichiranBack(){
15   - if (confirm("入力内容は破棄して回答パターン一覧画面に戻ります\\nよろしいですか?")){
16   - document.Frm.action="./MST1410.php";
17   - document.Frm.submit();
18   - }
19   -}
20   -//********** 入力チェック **********
21   -function input_chk(flg){
22   - if(document.Frm.pattern_nm.value == ""){
23   - window.alert("回答パターン名称を入力してください。");
24   - document.Frm.pattern_nm.focus();
25   - return false;
26   - }
27   - if (confirm("この内容で登録します。\\nよろしいですか?")){
28   - if (flg == 1){
29   - document.Frm.action="MST1422.php";
30   - document.Frm.submit();
31   - }else{
32   - document.Frm.action="MST1421.php";
33   - document.Frm.submit();
34   - }
35   - }
36   -}
37   -
38   -//********** 解答欄変更 **********
39   -function num_change(){
40   - document.Frm.action="MST1420.php";
41   - document.Frm.submit();
42   -}
43   -'; ?>
44   -
45   -</SCRIPT>
46   -</HEAD>
47   -<BODY bgcolor="White">
48   -<form name="Frm" method="POST">
49   -<!-- ヘッダー表示 -->
50   -<?php $_smarty_tpl_vars = $this->_tpl_vars;
51   -$this->_smarty_include(array('smarty_include_tpl_file' => 'header.tpl', 'smarty_include_vars' => array()));
52   -$this->_tpl_vars = $_smarty_tpl_vars;
53   -unset($_smarty_tpl_vars);
54   - ?>
55   -<!-- メニュー表示 -->
56   -<?php $_smarty_tpl_vars = $this->_tpl_vars;
57   -$this->_smarty_include(array('smarty_include_tpl_file' => 'menu.tpl', 'smarty_include_vars' => array()));
58   -$this->_tpl_vars = $_smarty_tpl_vars;
59   -unset($_smarty_tpl_vars);
60   - ?>
61   -<!-- 一覧表示 -->
62   -<CENTER>
63   -<table width="100%" border="0">
64   - <tr>
65   - <th>
66   - <B>
67   - <FONT color=blue size=5>
68   - <?php if ($this->_tpl_vars['exeflg'] == 0): ?>
69   - 回答パターン登録
70   - <?php else: ?>
71   - 回答パターン更新
72   - <?php endif; ?>
73   - </FONT>
74   - </B>
75   - </th>
76   - </tr>
77   -</table>
78   -<hr/>
79   -<br>
80   -<TABLE border=0 WIDTH="700">
81   - <TR>
82   - <TD>
83   - <CENTER>
84   - <INPUT type="button" name="back" value="一覧に戻る" onClick="JavaScript:ichiranBack();">
85   - </CENTER>
86   - </TD>
87   - </TR>
88   - <TR>
89   - <TD>
90   - <B><FONT size="2" color=#FF0000></FONT></B><FONT size="2">は入力必須項目です</FONT>
91   - </TD>
92   - </TR>
93   - <TR>
94   - <TD>
95   - <TABLE border=1 bordercolor="#008080" >
96   - <TR>
97   - <TD bgcolor="#FFCC99" WIDTH="150">
98   - <B><FONT size="2">回答パターン名称</FONT><FONT size="2" color=#FF0000></FONT></B>
99   - </TD>
100   - <TD>
101   - <INPUT maxlength="30" size="50" type="text" name="pattern_nm" value="<?php echo $this->_tpl_vars['pattern_nm']; ?>
102   -">
103   - <B><FONT size="2">(英数字:最大30文字)</FONT></B>
104   - </TD>
105   - </TR>
106   - <TR>
107   - <TD bgcolor="#FFCC99"><B><FONT size="2">選択数</FONT></B></TD>
108   - <TD>
109   - <select name="select_nm" onChange="num_change();">
110   - <?php unset($this->_sections['cnt']);
111   -$this->_sections['cnt']['name'] = 'cnt';
112   -$this->_sections['cnt']['start'] = (int)0;
113   -$this->_sections['cnt']['loop'] = is_array($_loop=$this->_tpl_vars['max_num']) ? count($_loop) : max(0, (int)$_loop); unset($_loop);
114   -$this->_sections['cnt']['show'] = true;
115   -$this->_sections['cnt']['max'] = $this->_sections['cnt']['loop'];
116   -$this->_sections['cnt']['step'] = 1;
117   -if ($this->_sections['cnt']['start'] < 0)
118   - $this->_sections['cnt']['start'] = max($this->_sections['cnt']['step'] > 0 ? 0 : -1, $this->_sections['cnt']['loop'] + $this->_sections['cnt']['start']);
119   -else
120   - $this->_sections['cnt']['start'] = min($this->_sections['cnt']['start'], $this->_sections['cnt']['step'] > 0 ? $this->_sections['cnt']['loop'] : $this->_sections['cnt']['loop']-1);
121   -if ($this->_sections['cnt']['show']) {
122   - $this->_sections['cnt']['total'] = min(ceil(($this->_sections['cnt']['step'] > 0 ? $this->_sections['cnt']['loop'] - $this->_sections['cnt']['start'] : $this->_sections['cnt']['start']+1)/abs($this->_sections['cnt']['step'])), $this->_sections['cnt']['max']);
123   - if ($this->_sections['cnt']['total'] == 0)
124   - $this->_sections['cnt']['show'] = false;
125   -} else
126   - $this->_sections['cnt']['total'] = 0;
127   -if ($this->_sections['cnt']['show']):
128   -
129   - for ($this->_sections['cnt']['index'] = $this->_sections['cnt']['start'], $this->_sections['cnt']['iteration'] = 1;
130   - $this->_sections['cnt']['iteration'] <= $this->_sections['cnt']['total'];
131   - $this->_sections['cnt']['index'] += $this->_sections['cnt']['step'], $this->_sections['cnt']['iteration']++):
132   -$this->_sections['cnt']['rownum'] = $this->_sections['cnt']['iteration'];
133   -$this->_sections['cnt']['index_prev'] = $this->_sections['cnt']['index'] - $this->_sections['cnt']['step'];
134   -$this->_sections['cnt']['index_next'] = $this->_sections['cnt']['index'] + $this->_sections['cnt']['step'];
135   -$this->_sections['cnt']['first'] = ($this->_sections['cnt']['iteration'] == 1);
136   -$this->_sections['cnt']['last'] = ($this->_sections['cnt']['iteration'] == $this->_sections['cnt']['total']);
137   -?>
138   - <option value="<?php echo $this->_sections['cnt']['index']; ?>
139   -"
140   - <?php if ($this->_tpl_vars['select_nm'] == $this->_sections['cnt']['index']): ?>
141   - selected
142   - <?php endif; ?>
143   - ><?php echo $this->_sections['cnt']['index']; ?>
144   -
145   - <?php endfor; endif; ?>
146   - </select>
147   - <BR>
148   - <FONT size=2><B>選択数0個の送信は、既読確認のみで回答を入力することはできません。</B></FONT>
149   - </TD>
150   - </TR>
151   - <?php unset($this->_sections['cnt']);
152   -$this->_sections['cnt']['name'] = 'cnt';
153   -$this->_sections['cnt']['start'] = (int)1;
154   -$this->_sections['cnt']['loop'] = is_array($_loop=$this->_tpl_vars['select_nm']+1) ? count($_loop) : max(0, (int)$_loop); unset($_loop);
155   -$this->_sections['cnt']['show'] = true;
156   -$this->_sections['cnt']['max'] = $this->_sections['cnt']['loop'];
157   -$this->_sections['cnt']['step'] = 1;
158   -if ($this->_sections['cnt']['start'] < 0)
159   - $this->_sections['cnt']['start'] = max($this->_sections['cnt']['step'] > 0 ? 0 : -1, $this->_sections['cnt']['loop'] + $this->_sections['cnt']['start']);
160   -else
161   - $this->_sections['cnt']['start'] = min($this->_sections['cnt']['start'], $this->_sections['cnt']['step'] > 0 ? $this->_sections['cnt']['loop'] : $this->_sections['cnt']['loop']-1);
162   -if ($this->_sections['cnt']['show']) {
163   - $this->_sections['cnt']['total'] = min(ceil(($this->_sections['cnt']['step'] > 0 ? $this->_sections['cnt']['loop'] - $this->_sections['cnt']['start'] : $this->_sections['cnt']['start']+1)/abs($this->_sections['cnt']['step'])), $this->_sections['cnt']['max']);
164   - if ($this->_sections['cnt']['total'] == 0)
165   - $this->_sections['cnt']['show'] = false;
166   -} else
167   - $this->_sections['cnt']['total'] = 0;
168   -if ($this->_sections['cnt']['show']):
169   -
170   - for ($this->_sections['cnt']['index'] = $this->_sections['cnt']['start'], $this->_sections['cnt']['iteration'] = 1;
171   - $this->_sections['cnt']['iteration'] <= $this->_sections['cnt']['total'];
172   - $this->_sections['cnt']['index'] += $this->_sections['cnt']['step'], $this->_sections['cnt']['iteration']++):
173   -$this->_sections['cnt']['rownum'] = $this->_sections['cnt']['iteration'];
174   -$this->_sections['cnt']['index_prev'] = $this->_sections['cnt']['index'] - $this->_sections['cnt']['step'];
175   -$this->_sections['cnt']['index_next'] = $this->_sections['cnt']['index'] + $this->_sections['cnt']['step'];
176   -$this->_sections['cnt']['first'] = ($this->_sections['cnt']['iteration'] == 1);
177   -$this->_sections['cnt']['last'] = ($this->_sections['cnt']['iteration'] == $this->_sections['cnt']['total']);
178   -?>
179   - <TR>
180   - <TD bgcolor="#FFCC99">
181   - <B><FONT size="2">回答パターン<?php echo $this->_sections['cnt']['index']; ?>
182   -</FONT></B>
183   - </TD>
184   - <TD>
185   - <INPUT maxlength="20" size="30" type="text" name="name_nm[<?php echo $this->_sections['cnt']['index']; ?>
186   -]" value="<?php echo $this->_tpl_vars['name_nm'][$this->_sections['cnt']['index']]; ?>
187   -">
188   - <B><FONT size="2">(英数字:最大30文字)</FONT></B>
189   - <input type="hidden" name="name<?php echo $this->_sections['cnt']['index']; ?>
190   -_id" value="<?php echo $this->_sections['cnt']['index']; ?>
191   -">
192   - </TD>
193   - </TR>
194   - <?php endfor; endif; ?>
195   - </TABLE>
196   - </TD>
197   - </TR>
198   -</TABLE>
199   -
200   -<TABLE border=0 WIDTH="700">
201   - <TR>
202   - <td align="center">
203   - <input type="button" value="<?php echo $this->_tpl_vars['btn_value']; ?>
204   -" onClick="return input_chk(<?php echo $this->_tpl_vars['exeflg']; ?>
205   -);">
206   - </TD>
207   - </TR>
208   -</TABLE>
209   -
210   -</CENTER>
211   -
212   -<input type="hidden" name="pattern_id" value="<?php echo $this->_tpl_vars['pattern_id']; ?>
213   -">
214   -<input type="hidden" name="default_flg" value="<?php echo $this->_tpl_vars['default_flg']; ?>
215   -">
216   -<input type="hidden" name="del_flg" value="<?php echo $this->_tpl_vars['del_flg']; ?>
217   -">
218   -<input type="hidden" name="exeflg" value="<?php echo $this->_tpl_vars['exeflg']; ?>
219   -">
220   -<input type="hidden" name="e" value="<?php echo $this->_tpl_vars['exeflg']; ?>
221   -">
222   -<input type="hidden" name="p" value="<?php echo $this->_tpl_vars['pattern_id']; ?>
223   -">
224   -<input type="hidden" name="scrflg" value="1">
225   -
226   -<!-- フッター表示 -->
227   -<?php $_smarty_tpl_vars = $this->_tpl_vars;
228   -$this->_smarty_include(array('smarty_include_tpl_file' => 'footer.tpl', 'smarty_include_vars' => array()));
229   -$this->_tpl_vars = $_smarty_tpl_vars;
230   -unset($_smarty_tpl_vars);
231   - ?>
232   -</FORM>
233   -</BODY>
234   -</HTML>
\ No newline at end of file
1   -<?php /* Smarty version 2.6.26, created on 2017-06-05 08:34:36
2   - compiled from SEND3002.tpl */ ?>
3   -<DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
4   -<HTML>
5   -<HEAD>
6   -<META name="GENERATOR" content="Microsoft FrontPage 4.0">
7   -<META http-equiv="Content-Type" content="text/html; charset=EUC-JP">
8   -<META http-equiv="Content-Style-Type" content="text/css">
9   -<link href="./css/style.css" rel="stylesheet" type="text/css">
10   -<TITLE>め〜るNiポン!</TITLE>
11   -<script type="text/javascript" src="./include/input_chk.js" charset="EUC-JP"></script>
12   -<script>
13   -<?php echo '
14   -function TP(){
15   - document.frm.action = "SEND3000.php";
16   - document.frm.method = "POST";
17   - document.frm.submit();
18   -}
19   -
20   -function All_chk1(intFlg){
21   - if (document.frm.select_cd){
22   - if (document.frm.select_cd.length){
23   - for(i = 0 ; i <= document.frm.select_cd.length-1; i++ ){
24   - if (intFlg==1){
25   - document.frm.select_cd[i].checked=true;
26   - }else{
27   - document.frm.select_cd[i].checked=false;
28   - }
29   - }
30   - }else{
31   - if (intFlg==1){
32   - document.frm.select_cd.checked=true;
33   - }else{
34   - document.frm.select_cd.checked=false;
35   - }
36   - }
37   - }
38   -}
39   -
40   -function Tuika_User(){
41   - var Sel_Data = "";
42   - if (document.frm.select_cd){
43   - if (document.frm.select_cd.length){
44   - for(i = 0 ; i <= document.frm.select_cd.length-1; i++ ){
45   - if (document.frm.select_cd[i].checked){
46   - Sel_Data = Sel_Data+document.frm.select_cd[i].value+",";
47   - }
48   - }
49   - }else{
50   - if (document.frm.select_cd.checked){
51   - Sel_Data = Sel_Data+document.frm.select_cd.value+",";
52   - }
53   - }
54   - if (Sel_Data==""){
55   - alert("追加するユーザーを選択してください。");
56   - }else{
57   - document.frm.Send_User.value=document.frm.Send_User.value+Sel_Data;
58   - document.frm.action = "SEND3002.php";
59   - document.frm.method = "POST";
60   - document.frm.submit();
61   - }
62   - }
63   -}
64   -
65   -function All_chk2(intFlg){
66   -
67   - if (document.frm.send_cd){
68   - if (document.frm.send_cd.length){
69   - for(i = 0 ; i <= document.frm.send_cd.length-1; i++ ){
70   - if (intFlg==1){
71   - document.frm.send_cd[i].checked=true;
72   - }else{
73   - document.frm.send_cd[i].checked=false;
74   - }
75   - }
76   - }else{
77   - if (intFlg==1){
78   - document.frm.send_cd.checked=true;
79   - }else{
80   - document.frm.send_cd.checked=false;
81   - }
82   - }
83   - }
84   -}
85   -
86   -function Delete_User(){
87   - var Sel_Data = "";
88   -
89   - if (document.frm.send_cd){
90   - if (document.frm.send_cd.length){
91   - for(i = 0 ; i <= document.frm.send_cd.length-1; i++ ){
92   - if (document.frm.send_cd[i].checked==false){
93   - Sel_Data = Sel_Data+document.frm.send_cd[i].value+",";
94   - }
95   - }
96   - }else{
97   - if (document.frm.send_cd.checked==false){
98   - Sel_Data = Sel_Data+document.frm.send_cd.value+",";
99   - }
100   - }
101   -
102   - document.frm.Send_User.value=Sel_Data;
103   - document.frm.action = "SEND3002.php";
104   - document.frm.method = "POST";
105   - document.frm.submit();
106   - }
107   -}
108   -
109   -'; ?>
110   -
111   -</script>
112   -</HEAD>
113   -<BODY bgcolor="White">
114   -<FORM name="frm" method="post">
115   -<!-- ヘッダー表示 -->
116   -<?php $_smarty_tpl_vars = $this->_tpl_vars;
117   -$this->_smarty_include(array('smarty_include_tpl_file' => 'header.tpl', 'smarty_include_vars' => array()));
118   -$this->_tpl_vars = $_smarty_tpl_vars;
119   -unset($_smarty_tpl_vars);
120   - ?>
121   -<!-- メニュー表示 -->
122   -<?php $_smarty_tpl_vars = $this->_tpl_vars;
123   -$this->_smarty_include(array('smarty_include_tpl_file' => 'menu.tpl', 'smarty_include_vars' => array()));
124   -$this->_tpl_vars = $_smarty_tpl_vars;
125   -unset($_smarty_tpl_vars);
126   - ?>
127   -<table border="0" width="100%">
128   - <tr>
129   - <td>
130   - <table width="100%" border="0">
131   - <tr><th><B><FONT color=blue size=5>送信先選択</FONT></B></th></tr>
132   - </table>
133   - </td>
134   - </tr>
135   - <tr><td align="center"><hr /></td></tr>
136   - <tr>
137   - <td align="center">
138   - <B><FONT color=blue size=4><A HREF="#" onClick="TP();">[ 送信選択終了 ]</A></FONT></B>
139   - </td>
140   - </tr>
141   - <tr>
142   - <td align="center"><FONT size=2>会員一覧が表示されます。</FONT></td>
143   - </tr>
144   - <tr>
145   - <td align="center">
146   - <?php if ($this->_tpl_vars['Select_List'][0][1] != ""): ?>
147   - <table border=0 WIDTH="900" >
148   - <TR>
149   - <TD align="center"></TD>
150   - <TD align="center"><B>氏名</B></TD>
151   - <TD align="center"><B>携帯アドレス</B></TD>
152   - <TD align="center"><B>PCアドレス</B></TD>
153   - </TR>
154   - <?php unset($this->_sections['idx']);
155   -$this->_sections['idx']['name'] = 'idx';
156   -$this->_sections['idx']['loop'] = is_array($_loop=$this->_tpl_vars['Select_List']) ? count($_loop) : max(0, (int)$_loop); unset($_loop);
157   -$this->_sections['idx']['show'] = true;
158   -$this->_sections['idx']['max'] = $this->_sections['idx']['loop'];
159   -$this->_sections['idx']['step'] = 1;
160   -$this->_sections['idx']['start'] = $this->_sections['idx']['step'] > 0 ? 0 : $this->_sections['idx']['loop']-1;
161   -if ($this->_sections['idx']['show']) {
162   - $this->_sections['idx']['total'] = $this->_sections['idx']['loop'];
163   - if ($this->_sections['idx']['total'] == 0)
164   - $this->_sections['idx']['show'] = false;
165   -} else
166   - $this->_sections['idx']['total'] = 0;
167   -if ($this->_sections['idx']['show']):
168   -
169   - for ($this->_sections['idx']['index'] = $this->_sections['idx']['start'], $this->_sections['idx']['iteration'] = 1;
170   - $this->_sections['idx']['iteration'] <= $this->_sections['idx']['total'];
171   - $this->_sections['idx']['index'] += $this->_sections['idx']['step'], $this->_sections['idx']['iteration']++):
172   -$this->_sections['idx']['rownum'] = $this->_sections['idx']['iteration'];
173   -$this->_sections['idx']['index_prev'] = $this->_sections['idx']['index'] - $this->_sections['idx']['step'];
174   -$this->_sections['idx']['index_next'] = $this->_sections['idx']['index'] + $this->_sections['idx']['step'];
175   -$this->_sections['idx']['first'] = ($this->_sections['idx']['iteration'] == 1);
176   -$this->_sections['idx']['last'] = ($this->_sections['idx']['iteration'] == $this->_sections['idx']['total']);
177   -?>
178   - <TR bgcolor="#CCCCCC">
179   - <td align="center"><INPUT type="checkbox" id="select_cd" name="select_cd" value="<?php echo $this->_tpl_vars['Select_List'][$this->_sections['idx']['index']][0]; ?>
180   -"></td>
181   - <td align="left"><?php echo $this->_tpl_vars['Select_List'][$this->_sections['idx']['index']][1]; ?>
182   -</td>
183   - <td align="left"><?php echo $this->_tpl_vars['Select_List'][$this->_sections['idx']['index']][2]; ?>
184   -</td>
185   - <td align="left"><?php echo $this->_tpl_vars['Select_List'][$this->_sections['idx']['index']][3]; ?>
186   -</td>
187   - </TR>
188   - <?php endfor; endif; ?>
189   - </table>
190   - <?php else: ?>
191   - 対象データが存在しません
192   - <?php endif; ?>
193   - </td>
194   - </tr>
195   - <tr>
196   - <td align="center">
197   - <input type="button" value=" 全体選択 " name="btnSelect1_1" onClick="All_chk1(1);">
198   - <input type="button" value=" 選択解除 " name="btnSelect1_0" onClick="All_chk1(0);">
199   - <input type="button" value=" 追加 " name="btnTuika" onClick="Tuika_User();">
200   - </td>
201   - </tr>
202   - <tr><td align="center"><hr /></td></tr>
203   - <tr>
204   - <td align="center"><FONT size=2>会員一覧が表示されます。</FONT></td>
205   - </tr>
206   - <tr>
207   - <td align="center">
208   - <table border=0 WIDTH="900" >
209   - <TR>
210   - <TD align="center"></TD>
211   - <TD align="center"><B>氏名</B></TD>
212   - <TD align="center"><B>携帯アドレス</B></TD>
213   - <TD align="center"><B>PCアドレス</B></TD>
214   - </TR>
215   - <?php unset($this->_sections['idx']);
216   -$this->_sections['idx']['name'] = 'idx';
217   -$this->_sections['idx']['loop'] = is_array($_loop=$this->_tpl_vars['Send_List']) ? count($_loop) : max(0, (int)$_loop); unset($_loop);
218   -$this->_sections['idx']['show'] = true;
219   -$this->_sections['idx']['max'] = $this->_sections['idx']['loop'];
220   -$this->_sections['idx']['step'] = 1;
221   -$this->_sections['idx']['start'] = $this->_sections['idx']['step'] > 0 ? 0 : $this->_sections['idx']['loop']-1;
222   -if ($this->_sections['idx']['show']) {
223   - $this->_sections['idx']['total'] = $this->_sections['idx']['loop'];
224   - if ($this->_sections['idx']['total'] == 0)
225   - $this->_sections['idx']['show'] = false;
226   -} else
227   - $this->_sections['idx']['total'] = 0;
228   -if ($this->_sections['idx']['show']):
229   -
230   - for ($this->_sections['idx']['index'] = $this->_sections['idx']['start'], $this->_sections['idx']['iteration'] = 1;
231   - $this->_sections['idx']['iteration'] <= $this->_sections['idx']['total'];
232   - $this->_sections['idx']['index'] += $this->_sections['idx']['step'], $this->_sections['idx']['iteration']++):
233   -$this->_sections['idx']['rownum'] = $this->_sections['idx']['iteration'];
234   -$this->_sections['idx']['index_prev'] = $this->_sections['idx']['index'] - $this->_sections['idx']['step'];
235   -$this->_sections['idx']['index_next'] = $this->_sections['idx']['index'] + $this->_sections['idx']['step'];
236   -$this->_sections['idx']['first'] = ($this->_sections['idx']['iteration'] == 1);
237   -$this->_sections['idx']['last'] = ($this->_sections['idx']['iteration'] == $this->_sections['idx']['total']);
238   -?>
239   - <TR bgcolor="#CCCCCC">
240   - <td align="center"><INPUT type="checkbox" id="send_cd" name="send_cd" value="<?php echo $this->_tpl_vars['Send_List'][$this->_sections['idx']['index']][0]; ?>
241   -"></td>
242   - <td align="left"><?php echo $this->_tpl_vars['Send_List'][$this->_sections['idx']['index']][1]; ?>
243   -</td>
244   - <td align="left"><?php echo $this->_tpl_vars['Send_List'][$this->_sections['idx']['index']][2]; ?>
245   -</td>
246   - <td align="left"><?php echo $this->_tpl_vars['Send_List'][$this->_sections['idx']['index']][3]; ?>
247   -</td>
248   - </TR>
249   - <?php endfor; endif; ?>
250   - </table>
251   - </td>
252   - </tr>
253   - <tr>
254   - <td align="center">
255   - <input type="button" value=" 全体選択 " name="btnSelect2_1" onClick="All_chk2(1);">
256   - <input type="button" value=" 選択解除 " name="btnSelect2_0" onClick="All_chk2(0);">
257   - <input type="button" value=" 削除 " name="btnTuika" onClick="Delete_User();">
258   - </td>
259   - </tr>
260   -</table>
261   -<br><B><FONT color=blue size=4><A HREF="#" onClick="TP();">[ 送信選択終了 ]</A></FONT></B>
262   -
263   -<input type="hidden" name="Send_User" value="<?php echo $this->_tpl_vars['Send_User']; ?>
264   -" />
265   -
266   -<input type="hidden" name="SendType" value="<?php echo $this->_tpl_vars['SendType']; ?>
267   -">
268   -<input type="hidden" name="radSendPtn" value="<?php echo $this->_tpl_vars['radSendPtn']; ?>
269   -">
270   -
271   -<input type="hidden" name="radSend" value="<?php echo $this->_tpl_vars['radSend']; ?>
272   -">
273   -<input type="hidden" name="TITLE" value="<?php echo $this->_tpl_vars['TITLE']; ?>
274   -">
275   -<input type="hidden" name="rad_tei" value="<?php echo $this->_tpl_vars['rad_tei']; ?>
276   -">
277   -<input type="hidden" name="MAIL_TEXT" value="<?php echo $this->_tpl_vars['MAIL_TEXT']; ?>
278   -">
279   -<input type="hidden" name="pattern_id" value="<?php echo $this->_tpl_vars['pattern_id']; ?>
280   -">
281   -
282   -<!-- フッター表示 -->
283   -<?php $_smarty_tpl_vars = $this->_tpl_vars;
284   -$this->_smarty_include(array('smarty_include_tpl_file' => 'footer.tpl', 'smarty_include_vars' => array()));
285   -$this->_tpl_vars = $_smarty_tpl_vars;
286   -unset($_smarty_tpl_vars);
287   - ?>
288   -</FORM>
289   -</BODY>
290   -</HTML>
\ No newline at end of file
1   -<?php /* Smarty version 2.6.26, created on 2017-06-01 09:09:57
2   - compiled from MST1100.tpl */ ?>
3   -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
4   -<HTML>
5   -<HEAD>
6   -<META name="GENERATOR" content="Microsoft FrontPage 4.0">
7   -<META http-equiv="Content-Type" content="text/html; charset=EUC-JP">
8   -<META http-equiv="Content-Style-Type" content="text/css">
9   -<link href="./css/style.css" rel="stylesheet" type="text/css">
10   -<TITLE>め〜るNiポン!</TITLE>
11   -<script>
12   -<?php echo '
13   -
14   -//********** 画面表示変更 **********
15   -function SetCombo(){
16   - document.frm.action = "MST1100.php";
17   - document.frm.method="POST";
18   - document.frm.submit();
19   - return;
20   -}
21   -
22   -function Chg_Sort(intflg){
23   - document.frm.Sort_Mode.value=intflg;
24   - document.frm.action = "MST1100.php";
25   - document.frm.method="POST";
26   - document.frm.submit();
27   - return;
28   -}
29   -
30   -//********** ユーザー登録 **********
31   -function Disp_Input(pUserId){
32   - document.frm.syain_cd.value=pUserId;
33   - document.frm.action = "MST1110.php";
34   - document.frm.method="POST";
35   - document.frm.submit();
36   - return;
37   -}
38   -
39   -//********** 管理者変更 **********
40   -function Disp_Kanri(){
41   - document.frm.action = "MST1120.php";
42   - document.frm.method="POST";
43   - document.frm.submit();
44   - return;
45   -}
46   -
47   -//********** 配布用 **********
48   -function Disp_Haifu(){
49   - window.open("MST1130.php","new","width=600,height=400,left=100,top=100,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,favorites=no,resizable=yes");
50   -}
51   -
52   -//********** Test送信 **********
53   -function Disp_TsSend(){
54   - document.frm.action = "MST1140.php";
55   - document.frm.method="POST";
56   - document.frm.submit();
57   - return;
58   -}
59   -
60   -//********** CSV **********
61   -function Disp_Csv(){
62   - document.frm.action = "MST1150.php";
63   - document.frm.method="POST";
64   - document.frm.submit();
65   - return;
66   -}
67   -
68   -//********** ユーザ削除 **********
69   -function Delete_User(){
70   - var Sel_Data = "";
71   -
72   - for(i = 0 ; i <= document.frm.Kanri_Flg.length-1; i++ ){
73   - if (document.frm.User_cd[i].checked==true){
74   - if (document.frm.Kanri_Flg[i].value == "○") {
75   - alert("削除ユーザーの中に管理者が含まれています。\\n管理者は削除できませんのでチェックをはずしてください。");
76   - return false;
77   - }
78   - }
79   - }
80   -
81   -
82   - if (document.frm.User_cd){
83   - if (document.frm.User_cd.length){
84   - for(i = 0 ; i <= document.frm.User_cd.length-1; i++ ){
85   - if (document.frm.User_cd[i].checked==true){
86   - Sel_Data = Sel_Data+document.frm.User_cd[i].value+",";
87   - }
88   - }
89   - }else{
90   - if (document.frm.User_cd.checked==true){
91   - Sel_Data = Sel_Data+document.frm.User_cd.value+",";
92   - }
93   - }
94   -
95   - if (Sel_Data=="") {
96   - alert("削除ユーザを選択してください");
97   - return false;
98   - }
99   -
100   - document.frm.del_User_cd.value=Sel_Data;
101   - document.frm.action = "MST1112.php";
102   - document.frm.method = "POST";
103   - document.frm.submit();
104   - }
105   -}
106   -
107   -//********** ユーザ選択 **********
108   -function All_chk2(intFlg){
109   -
110   - if (document.frm.User_cd){
111   - if (document.frm.User_cd.length){
112   - for(i = 0 ; i <= document.frm.User_cd.length-1; i++ ){
113   - if (intFlg==1){
114   - document.frm.User_cd[i].checked=true;
115   - }else{
116   - document.frm.User_cd[i].checked=false;
117   - }
118   - }
119   - }else{
120   - if (intFlg==1){
121   - document.frm.User_cd.checked=true;
122   - }else{
123   - document.frm.User_cd.checked=false;
124   - }
125   - }
126   - }
127   -}
128   -
129   -'; ?>
130   -
131   -</script>
132   -</HEAD>
133   -<BODY bgcolor="White">
134   -<FORM name="frm">
135   -<!-- ヘッダー表示 -->
136   -<?php $_smarty_tpl_vars = $this->_tpl_vars;
137   -$this->_smarty_include(array('smarty_include_tpl_file' => 'header.tpl', 'smarty_include_vars' => array()));
138   -$this->_tpl_vars = $_smarty_tpl_vars;
139   -unset($_smarty_tpl_vars);
140   - ?>
141   -<!-- メニュー表示 -->
142   -<?php $_smarty_tpl_vars = $this->_tpl_vars;
143   -$this->_smarty_include(array('smarty_include_tpl_file' => 'menu.tpl', 'smarty_include_vars' => array()));
144   -$this->_tpl_vars = $_smarty_tpl_vars;
145   -unset($_smarty_tpl_vars);
146   - ?>
147   -<!-- 一覧表示 -->
148   -<table width="100%" border="0">
149   - <tr>
150   - <th><B><font color=blue size=5>ユーザー情報一覧</font></B></th>
151   - </tr>
152   -</table>
153   -<hr />
154   -<table border=0 width="100%">
155   - <tr>
156   - <td align="center">
157   - <table width="633" border="0">
158   - <tr>
159   - <td width="455" valign="top" align="right"><font SIZE=2>ユーザーを新規登録する場合はこのボタンを押してください</font></td>
160   - <td width="37" valign="top" align="center"></td>
161   - <td width="127" valign="top" align="left">
162   - <input type="button" name="btnDisp1" value="新規登録" onClick="Disp_Input('');">
163   - </td>
164   - </tr>
165   - <tr>
166   - <td valign="top" align="right" ><font SIZE=2>管理者を変更する場合はこのボタンを押してください</font></td>
167   - <td valign="top" align="center"></td>
168   - <td valign="top" align="left">
169   - <input type="button" name="btnDisp2" value="管理者変更" onClick="Disp_Kanri();">
170   - </td>
171   - </tr>
172   - <tr>
173   - <td valign="top" align="right" ><font SIZE=2>ユーザー登録配布用画面を作成する場合はこのボタンを押してください</font></td>
174   - <td valign="top" align="center"></td>
175   - <td valign="top" align="left">
176   - <input type="button" name="btnDisp3" value="配布用" onClick="Disp_Haifu();">
177   - </td>
178   - </tr>
179   - <?php if ($this->_tpl_vars['PHP_POST_DB_FLG'] == '6'): ?>
180   - <tr>
181   - <td valign="top" align="right" ><font SIZE=2>テスト送信をする場合はこのボタンを押してください</font></td>
182   - <td valign="top" align="center"></td>
183   - <td valign="top" align="left">
184   - <input type="button" name="btnDisp4" value="テスト送信" onClick="Disp_TsSend();">
185   - </td>
186   - </tr>
187   - <?php endif; ?>
188   - <?php if ($this->_tpl_vars['PHP_CSV_FLG'] == '1'): ?>
189   - <tr>
190   - <td valign="top" align="right" ><font SIZE=2>CSVファイルを一括編集する場合はこのボタンを押してください</font></td>
191   - <td valign="top" align="center"></td>
192   - <td valign="top" align="left">
193   - <input type="button" name="btnDisp5" value="一括編集" onClick="Disp_Csv();">
194   - </td>
195   - </tr>
196   - <?php endif; ?>
197   - </table>
198   - </td>
199   - </tr>
200   - <tr>
201   - <td align="center">
202   - <table border=0 width="900">
203   - <tr>
204   - <td align="center">
205   - <font color=blue size=2><B>現在 <?php echo $this->_tpl_vars['User_Cnt']; ?>
206   - 件のユーザーデータを表示しています</B></font>
207   - <select name="Disp_mode" onChange="SetCombo()">
208   - <?php echo $this->_tpl_vars['Group_Data']; ?>
209   -
210   - </select>
211   - </td>
212   - </tr>
213   - </table>
214   - </td>
215   - </tr>
216   - <tr>
217   - <td align="center">
218   - <table border="1" bordercolor="#008080" width="950">
219   - <tr bgcolor="#FFCC99">
220   - <td align="center">
221   - <input type="button" value="全 選 択" name="btnSelect2_1" onClick="All_chk2(1);"><br>
222   - <input type="button" value="選択解除" name="btnSelect2_0" onClick="All_chk2(0);">
223   - </td>
224   - <td align="center" width="170">
225   - <font size=2><B>氏 名</B></font>
226   - <?php if ($this->_tpl_vars['Sort_Mode'] == "" || $this->_tpl_vars['Sort_Mode'] == '0'): ?>
227   - <a href="javascript:Chg_Sort('1');"><font size=2></font></a>
228   - <?php else: ?>
229   - <a href="javascript:Chg_Sort('0');"><font size=2></font></a>
230   - <?php endif; ?>
231   - </td>
232   - <td align="center" width="180"><font size=2><B>グループ</B></font></td>
233   - <td align="center" width="250"><font size=2><B>携帯メールアドレス</B></font></td>
234   - <td align="center" width="250"><font size=2><B>PCメールアドレス</B></font></td>
235   - <td align="center" width="50"><font size=2><B>管理者</B></font></td>
236   - </tr>
237   - <?php unset($this->_sections['idx']);
238   -$this->_sections['idx']['name'] = 'idx';
239   -$this->_sections['idx']['loop'] = is_array($_loop=$this->_tpl_vars['List_Data']) ? count($_loop) : max(0, (int)$_loop); unset($_loop);
240   -$this->_sections['idx']['show'] = true;
241   -$this->_sections['idx']['max'] = $this->_sections['idx']['loop'];
242   -$this->_sections['idx']['step'] = 1;
243   -$this->_sections['idx']['start'] = $this->_sections['idx']['step'] > 0 ? 0 : $this->_sections['idx']['loop']-1;
244   -if ($this->_sections['idx']['show']) {
245   - $this->_sections['idx']['total'] = $this->_sections['idx']['loop'];
246   - if ($this->_sections['idx']['total'] == 0)
247   - $this->_sections['idx']['show'] = false;
248   -} else
249   - $this->_sections['idx']['total'] = 0;
250   -if ($this->_sections['idx']['show']):
251   -
252   - for ($this->_sections['idx']['index'] = $this->_sections['idx']['start'], $this->_sections['idx']['iteration'] = 1;
253   - $this->_sections['idx']['iteration'] <= $this->_sections['idx']['total'];
254   - $this->_sections['idx']['index'] += $this->_sections['idx']['step'], $this->_sections['idx']['iteration']++):
255   -$this->_sections['idx']['rownum'] = $this->_sections['idx']['iteration'];
256   -$this->_sections['idx']['index_prev'] = $this->_sections['idx']['index'] - $this->_sections['idx']['step'];
257   -$this->_sections['idx']['index_next'] = $this->_sections['idx']['index'] + $this->_sections['idx']['step'];
258   -$this->_sections['idx']['first'] = ($this->_sections['idx']['iteration'] == 1);
259   -$this->_sections['idx']['last'] = ($this->_sections['idx']['iteration'] == $this->_sections['idx']['total']);
260   -?>
261   - <TR>
262   - <td align="center"><?php echo $this->_tpl_vars['List_Data'][$this->_sections['idx']['index']][6]; ?>
263   -</td>
264   - <td align="left"><a href="#" onclick="return Disp_Input('<?php echo $this->_tpl_vars['List_Data'][$this->_sections['idx']['index']][0]; ?>
265   -')"><font size=2><?php echo $this->_tpl_vars['List_Data'][$this->_sections['idx']['index']][1]; ?>
266   -</font></a></td>
267   - <td align="left"><font size=2><?php echo $this->_tpl_vars['List_Data'][$this->_sections['idx']['index']][2]; ?>
268   -</font></td>
269   - <td align="left"><font size=2><?php echo $this->_tpl_vars['List_Data'][$this->_sections['idx']['index']][3]; ?>
270   - </font></td>
271   - <td align="left"><font size=2><?php echo $this->_tpl_vars['List_Data'][$this->_sections['idx']['index']][4]; ?>
272   - </font></td>
273   - <td align="center"><font size=2><?php echo $this->_tpl_vars['List_Data'][$this->_sections['idx']['index']][5]; ?>
274   -</font></td>
275   - <input type="hidden" name="Kanri_Flg" value="<?php echo $this->_tpl_vars['List_Data'][$this->_sections['idx']['index']][5]; ?>
276   -" />
277   - </TR>
278   - <?php endfor; endif; ?>
279   - </table>
280   - </td>
281   - </tr>
282   -</table>
283   -<input type="hidden" name="syain_cd" value="" />
284   -<input type="hidden" name="Sort_Mode" value="<?php echo $this->_tpl_vars['Sort_Mode']; ?>
285   -" />
286   -<input type="hidden" name="del_User_cd" value="" />
287   -<input type="hidden" name="pMode" value="" />
288   -
289   -<table border="0" width="100%">
290   - <tr>
291   - <td align="center">
292   - <table border="0" width="950">
293   - <tr>
294   - <td align="Left"><input style="color:red;font-weight:bold;" type="button" name="btnDisp5" value="削除ユーザ確認" onClick="Delete_User();"></td>
295   - <td align="right"><input type="button" name="back" value="メニューへ戻る" onClick="location='./MAIN0000.php'"></td>
296   - </tr>
297   - </table>
298   - </td>
299   - </tr>
300   -</table>
301   -
302   -</table>
303   -<!-- フッター表示 -->
304   -<?php $_smarty_tpl_vars = $this->_tpl_vars;
305   -$this->_smarty_include(array('smarty_include_tpl_file' => 'footer.tpl', 'smarty_include_vars' => array()));
306   -$this->_tpl_vars = $_smarty_tpl_vars;
307   -unset($_smarty_tpl_vars);
308   - ?>
309   -</FORM>
310   -</BODY>
311   -</HTML>
\ No newline at end of file
1   -<?php /* Smarty version 2.6.26, created on 2017-06-01 09:14:01
2   - compiled from BUY0000.tpl */ ?>
3   -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
4   -<HTML>
5   -<HEAD>
6   -<META name="GENERATOR" content="Microsoft FrontPage 4.0">
7   -<META http-equiv="Content-Type" content="text/html; charset=EUC-JP">
8   -<META http-equiv="Content-Style-Type" content="text/css">
9   -<link href="./css/style.css" rel="stylesheet" type="text/css">
10   -<TITLE>め〜るNiポン!</TITLE>
11   -<script type="text/javascript" src="./include/input_chk.js" charset="EUC-JP"></script>
12   -<script>
13   -<?php echo '
14   -
15   -function chk(){
16   - if (document.frm.point.value==0) {
17   - alert("ご購入ポイントを選択してください");
18   - document.frm.point.focus();
19   - return false;
20   - }
21   - if (hissu_chk("氏名",document.frm.buy_name.value)==false) {
22   - document.frm.buy_name.focus();
23   - return false;
24   - }
25   - if (hissu_chk("メールアドレス",document.frm.mail_add1.value)==false) {
26   - document.frm.mail_add1.focus();
27   - return false;
28   - }
29   - if (hissu_chk("メールアドレス",document.frm.mail_add2.value)==false) {
30   - document.frm.mail_add2.focus();
31   - return false;
32   - }
33   - if (mailadr_chk(document.frm.mail_add1.value,document.frm.mail_add2.value)==false) {
34   - document.frm.mail_add1.focus();
35   - return false;
36   - }
37   - document.frm.action = "BUY0001.php";
38   - document.frm.method="POST"
39   - document.frm.submit();
40   -}
41   -
42   -function go_crdt(){
43   - window.open("","MtcAspSettlement","width=900,height=600,toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes");
44   - document.frm.target = "MtcAspSettlement";
45   - document.frm.action = "https://www.mtc-sv.jp/pay/srvc1000.php";
46   - document.frm.method="POST"
47   - document.frm.submit();
48   -}
49   -
50   -'; ?>
51   -
52   -</script>
53   -</HEAD>
54   -<BODY bgcolor="White">
55   -<FORM name="frm">
56   -<!-- ヘッダー表示 -->
57   -<?php $_smarty_tpl_vars = $this->_tpl_vars;
58   -$this->_smarty_include(array('smarty_include_tpl_file' => 'header.tpl', 'smarty_include_vars' => array()));
59   -$this->_tpl_vars = $_smarty_tpl_vars;
60   -unset($_smarty_tpl_vars);
61   - ?>
62   -<!-- メニュー表示 -->
63   -<?php $_smarty_tpl_vars = $this->_tpl_vars;
64   -$this->_smarty_include(array('smarty_include_tpl_file' => 'menu.tpl', 'smarty_include_vars' => array()));
65   -$this->_tpl_vars = $_smarty_tpl_vars;
66   -unset($_smarty_tpl_vars);
67   - ?>
68   -<!-- 一覧表示 -->
69   -<center>
70   -<table width="100%" border="0">
71   - <tr><th><B><FONT color=blue size=5>ポイント購入</FONT></B></th></tr>
72   -</table>
73   -<HR>
74   -お支払い方法を選んでください。
75   -<table border="0">
76   - <tr>
77   - <td align="center">
78   - <div class="shi_area">
79   - <h2>クレジットカード</h2>
80   - <p>
81   - Visa、MasterCardがご利用いただけます<br><br>
82   - <a href="javascript:go_crdt();"><img src="./img/btn_cre.jpg" alt="クレジットカード決済はこちらから" width="491" height="56" border="0"></a><br>
83   - <input type="hidden" name="pg_user_id" value="<?php echo $this->_tpl_vars['PHP_POST_SYAIN_ID']; ?>
84   -">
85   - <input type="hidden" name="pg_user_name" value="<?php echo $this->_tpl_vars['PHP_POST_DB_USER_NAME']; ?>
86   -">
87   - </p>
88   - </div>
89   - </td>
90   - </tr>
91   -</table>
92   -<hr />
93   -<table border="0">
94   - <tr>
95   - <td align="center">
96   - <div class="shi_area">
97   - <h2 class="ptitle">銀行振込</h2>
98   - <?php if ($this->_tpl_vars['buy_flg'] == '1'): ?>
99   - <center><FONT size="3" color=#FF0000><B>※購入手続き中のポイントがあります。<br>新規購入は手続き中の処理が完了するまでお待ち下さい。</FONT></center>
100   - <?php endif; ?>
101   - <div class="po">
102   - <table width="544">
103   - <tr>
104   - <th width="199">ご購入ポイント</th>
105   - <td width="329">
106   - <select name="point">
107   - <option value="0" selected>▼ お選び下さい</option>
108   - <option value="1">500ポイント(2,000円)</option>
109   - <option value="2">1100ポイント(4,000円)</option>
110   - <option value="3">1700ポイント(6,000円)</option>
111   - <option value="4">3500ポイント(10,000円)</option>
112   - <option value="5">8000ポイント(20,000円)</option>
113   - </select>
114   - </td>
115   - </tr>
116   - </table>
117   - <br>
118   - <TABLE width="544">
119   - <tr>
120   - <th>お支払い方法</th>
121   - <td>銀行振り込み</td>
122   - </tr>
123   - <tr>
124   - <th>ご購入者 お名前</th>
125   - <td><input name="buy_name" type="text" size="50"></td>
126   - </tr>
127   - <tr>
128   - <th width="199">メールアドレス</th>
129   - <td width="329">
130   - <input name="mail_add1" type="text" size="25">@<input name="mail_add2" type="text" size="25">
131   - </td>
132   - </tr>
133   - </table>
134   - </div>
135   - </div>
136   - </td>
137   - </tr>
138   -</table>
139   -<br>
140   -
141   -
142   -
143   -</center>
144   -<table width="100%" border="0">
145   - <tr>
146   - <td align="center">
147   - <?php if ($this->_tpl_vars['buy_flg'] == '1'): ?>
148   - <input name="Submit_btn" type="button" id="Submit_btn" value="確認画面へ" disabled="true">
149   - <?php else: ?>
150   - <input name="Submit_btn" type="button" id="Submit_btn" value="確認画面へ" onclick="return chk();">
151   - <?php endif; ?>
152   - </td>
153   - </tr>
154   - <tr>
155   - <td align="center"><input type="button" name="back" value="メニューへ戻る" onClick="location='./MAIN0000.php'"></td>
156   - </tr>
157   -</table>
158   -<!-- フッター表示 -->
159   -<?php $_smarty_tpl_vars = $this->_tpl_vars;
160   -$this->_smarty_include(array('smarty_include_tpl_file' => 'footer.tpl', 'smarty_include_vars' => array()));
161   -$this->_tpl_vars = $_smarty_tpl_vars;
162   -unset($_smarty_tpl_vars);
163   - ?>
164   -</FORM>
165   -</BODY>
166   -</HTML>
\ No newline at end of file
1   -<?php /* Smarty version 2.6.26, created on 2017-06-01 09:09:51
2   - compiled from SUB0020.tpl */ ?>
3   -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
4   -<HTML>
5   -<HEAD>
6   -<META name="GENERATOR" content="Microsoft FrontPage 4.0">
7   -<META http-equiv="Content-Type" content="text/html; charset=EUC-JP">
8   -<META http-equiv="Content-Style-Type" content="text/css">
9   -<link href="./css/style.css" rel="stylesheet" type="text/css">
10   -<TITLE>め〜るNiポン!</TITLE>
11   -<script type="text/javascript" src="./include/input_chk.js" charset="EUC-JP"></script>
12   -<script>
13   -<?php echo '
14   -
15   -function inputDataCheck(){
16   -
17   - if(document.frm.user_name.value==""){
18   - window.alert("団体名を入力して下さい");
19   - Frm.user_name.focus();
20   - return false;
21   - }
22   -
23   - if (confirm("この内容で情報を更新しますか?")){
24   - document.frm.action="SUB0021.php";
25   - document.frm.submit();
26   - }
27   -}
28   -
29   -'; ?>
30   -
31   -</script>
32   -</HEAD>
33   -<BODY bgcolor="White">
34   -<FORM name="frm">
35   -<!-- ヘッダー表示 -->
36   -<?php $_smarty_tpl_vars = $this->_tpl_vars;
37   -$this->_smarty_include(array('smarty_include_tpl_file' => 'header.tpl', 'smarty_include_vars' => array()));
38   -$this->_tpl_vars = $_smarty_tpl_vars;
39   -unset($_smarty_tpl_vars);
40   - ?>
41   -<!-- メニュー表示 -->
42   -<?php $_smarty_tpl_vars = $this->_tpl_vars;
43   -$this->_smarty_include(array('smarty_include_tpl_file' => 'menu.tpl', 'smarty_include_vars' => array()));
44   -$this->_tpl_vars = $_smarty_tpl_vars;
45   -unset($_smarty_tpl_vars);
46   - ?>
47   -<!-- 一覧表示 -->
48   -<table width="100%" border="0">
49   - <tr>
50   - <th><B><font color="blue" size="5">団体名変更</font></B></th>
51   - </tr>
52   -</table>
53   -<hr />
54   -<table width="100%" border="0">
55   - <tr>
56   - <td align="center">
57   - <TABLE border=1 bordercolor="#008080" width="544">
58   - <TR>
59   - <TD bgcolor="#FFCC99"><B><FONT size="2">団体名</FONT></B></TD>
60   - <TD><INPUT TYPE="text" maxlength="50" size="30" type="text" name="user_name" Value="<?php echo $this->_tpl_vars['strUserName']; ?>
61   -"></TD>
62   - </TR>
63   - </TABLE>
64   - </td>
65   - </tr>
66   - <tr>
67   - <td align="center">
68   - <FONT size="2" color=#FF0000><b>全項目の入力を行わないと更新できません</b></FONT>
69   - </td>
70   - </tr>
71   - <tr>
72   - <td align="center">
73   - <TABLE border="0" width="544">
74   - <TR>
75   - <TD><FONT size="2"><B>団体名を変更する場合はこのボタンを押してください→</B></FONT></TD>
76   - <TD><INPUT type="button" name="update" value="変 更" onClick="JavaScript:inputDataCheck();"></TD>
77   - </TR>
78   - </TABLE>
79   - </td>
80   - </tr>
81   -</table>
82   -<table width="100%" border="0">
83   - <tr>
84   - <td align="center"><input type="button" name="btnReturn" value="メニューへ戻る" onClick="location='MAIN0000.php'"></td>
85   - </tr>
86   -</table>
87   -<!-- フッター表示 -->
88   -<?php $_smarty_tpl_vars = $this->_tpl_vars;
89   -$this->_smarty_include(array('smarty_include_tpl_file' => 'footer.tpl', 'smarty_include_vars' => array()));
90   -$this->_tpl_vars = $_smarty_tpl_vars;
91   -unset($_smarty_tpl_vars);
92   - ?>
93   -</FORM>
94   -</BODY>
95   -</HTML>
\ No newline at end of file
1   -<?php /* Smarty version 2.6.26, created on 2017-06-01 09:16:47
2   - compiled from LIST1000.tpl */ ?>
3   -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
4   -<HTML>
5   -<HEAD>
6   -<META name="GENERATOR" content="Microsoft FrontPage 4.0">
7   -<META http-equiv="Content-Type" content="text/html; charset=EUC-JP">
8   -<META http-equiv="Content-Style-Type" content="text/css">
9   -<link href="./css/style.css" rel="stylesheet" type="text/css">
10   -<TITLE>め〜るNiポン!</TITLE>
11   -<script type="text/javascript" src="./include/input_chk.js" charset="EUC-JP"></script>
12   -<script>
13   -<?php echo '
14   -
15   -//***** 再送信(未読者) *****//
16   -function Send_Sheep(){
17   - if(confirm("未読者に再送信します。")){
18   - document.frm.action="LIST1010.php";
19   - document.frm.method="POST";
20   - document.frm.submit();
21   - }
22   -}
23   -
24   -//***** 再送信(選択者) *****//
25   -function Send_Select(){
26   - var chkData = "";
27   -
28   - if (document.frm.chkSend){
29   - if (document.frm.chkSend.length){
30   - for(i = 0 ; i <= document.frm.chkSend.length-1; i++ ){
31   - if (document.frm.chkSend[i].checked==true){
32   - chkData=chkData+document.frm.chkSend[i].value+"#";
33   - }
34   - }
35   - }else{
36   - if (document.frm.chkSend.checked==true){
37   - chkData=document.frm.chkSend.value+"#";
38   - }
39   - }
40   - if (chkData==""){
41   - window.alert("再配信ユーザーを選択してください");
42   - return false;
43   - }
44   - if(confirm("選択者に再送信します。")){
45   - document.frm.Chk_User.value = chkData;
46   - document.frm.action="LIST1020.php";
47   - document.frm.method="POST";
48   - document.frm.submit();
49   - }
50   - }
51   -}
52   -
53   -//***** 追加送信 *****//
54   -function Send_Add(){
55   - document.frm.action="LIST1030.php";
56   - document.frm.method="POST";
57   - document.frm.submit();
58   -}
59   -
60   -//***** メール変更(アラーム) *****//
61   -function Change_Alarm(){
62   - //LIST1710.php
63   - document.frm.action="LIST1710.php";
64   - document.frm.method="POST";
65   - document.frm.submit();
66   -}
67   -
68   -//***** メール変更(再配信日時) *****//
69   -function Change_Resend(){
70   - document.frm.action="LIST1720.php";
71   - document.frm.method="POST";
72   - document.frm.submit();
73   -}
74   -
75   -//***** メール変更(配信日時) *****//
76   -function Change_Reserva(){
77   - document.frm.action="LIST1730.php";
78   - document.frm.method="POST";
79   - document.frm.submit();
80   -}
81   -
82   -//***** メール変更(送信先種類) *****//
83   -function Change_SendType(){
84   - document.frm.action="LIST1740.php";
85   - document.frm.method="POST";
86   - document.frm.submit();
87   -}
88   -
89   -//***** メール変更(件名・内容) *****//
90   -function Change_Cont(send_flg){
91   - if(send_flg==1){
92   - document.frm.action="LIST1750.php";
93   - document.frm.method="POST";
94   - document.frm.submit();
95   - }else{
96   - if (confirm("既にこの内容で送信済みです。\\n変更してもよろしいですか?")){
97   - document.frm.action="LIST1750.php";
98   - document.frm.method="POST";
99   - document.frm.submit();
100   - }
101   - }
102   -}
103   -
104   -//***** メール削除 *****//
105   -function Mail_Del(){
106   - if (confirm("このメールを削除します\\nよろしいですか?")){
107   - document.frm.action="LIST1801.php";
108   - document.frm.method="POST";
109   - document.frm.submit();
110   - }
111   -}
112   -
113   -//***** CSV出力 *****//
114   -function Csv_Out(){
115   - document.frm.action="LIST1901.php";
116   - document.frm.method="POST";
117   - document.frm.submit();
118   -}
119   -
120   -//***** ユーザ情報詳細 *****//
121   -function Disp_user(mail_id,usr_key){
122   - document.frm.mail_id.value = mail_id;
123   - document.frm.usr_key.value = usr_key;
124   - document.frm.action = "LIST1760.php";
125   - document.frm.method="POST";
126   - document.frm.submit();
127   -}
128   -
129   -
130   -'; ?>
131   -
132   -</script>
133   -</HEAD>
134   -<BODY bgcolor="White">
135   -<FORM name="frm">
136   -<!-- ヘッダー表示 -->
137   -<?php $_smarty_tpl_vars = $this->_tpl_vars;
138   -$this->_smarty_include(array('smarty_include_tpl_file' => 'header.tpl', 'smarty_include_vars' => array()));
139   -$this->_tpl_vars = $_smarty_tpl_vars;
140   -unset($_smarty_tpl_vars);
141   - ?>
142   -<!-- メニュー表示 -->
143   -<?php $_smarty_tpl_vars = $this->_tpl_vars;
144   -$this->_smarty_include(array('smarty_include_tpl_file' => 'menu.tpl', 'smarty_include_vars' => array()));
145   -$this->_tpl_vars = $_smarty_tpl_vars;
146   -unset($_smarty_tpl_vars);
147   - ?>
148   -<!-- 一覧表示 -->
149   -<table width="100%" border="0">
150   - <tr>
151   - <th><B><font color="blue" size="5">配信情報閲覧画面</font></B></th>
152   - </tr>
153   -</table>
154   -<hr />
155   -<table width="100%" border="0">
156   - <tr>
157   - <td align="center">
158   - <INPUT type="button" name="btnSheep" value="未読者再送信" onClick="return Send_Sheep();" <?php echo $this->_tpl_vars['btnSheep']; ?>
159   ->
160   - <INPUT type="button" name="btnSelect" value="選択者再送信" onClick="return Send_Select();" <?php echo $this->_tpl_vars['btnSelect']; ?>
161   ->
162   - <INPUT type="button" name="btnAdd" value="追加送信" onClick="return Send_Add();" <?php echo $this->_tpl_vars['btnAdd']; ?>
163   ->
164   - <INPUT type="button" name="btnDel" value="メール削除" onClick="return Mail_Del();">
165   - <INPUT type="button" name="btnCsv" value="CSV出力" onClick="return Csv_Out();">
166   - </td>
167   - </tr>
168   - <tr>
169   - <td align="center">
170   - <TABLE border=1 bordercolor="#008080" width="544">
171   - <TR>
172   - <TD bgcolor="#FFCC99" width="80"><B><FONT size="2">アラーム</FONT></B></TD>
173   - <TD>
174   - <?php if ($this->_tpl_vars['Al_Send_Flg'] == '1'): ?>
175   - <FONT color=#FF0000 size="2">送信済み</FONT>
176   - <FONT color=#FF0000 size="2"> <?php echo $this->_tpl_vars['Al_Send_Date']; ?>
177   -</FONT>
178   - <?php else: ?>
179   - <?php if ($this->_tpl_vars['Al_Set_Flg'] == '1'): ?>
180   - <FONT size="2" color="red"><B><?php echo $this->_tpl_vars['Al_Send_Date']; ?>
181   -<?php echo $this->_tpl_vars['Al_Send_Time']; ?>
182   -</B></FONT>
183   - <?php else: ?>
184   - <FONT size="2"><B>アラーム設定無し</B></FONT>
185   - <?php endif; ?>
186   - <INPUT type="button" name="alarm_answer" value="アラームの設定" onClick="JavaScript:Change_Alarm();" <?php echo $this->_tpl_vars['Al_disable']; ?>
187   ->
188   - <?php endif; ?>
189   - </TD>
190   - </TR>
191   - <TR>
192   - <TD bgcolor="#FFCC99" width="80"><B><FONT size="2">自動再配信</FONT></B></TD>
193   - <TD>
194   - <?php if ($this->_tpl_vars['Kidoku_FLG'] == '1'): ?>
195   - <FONT size="2"><?php echo $this->_tpl_vars['Kidoku_Date']; ?>
196   - </FONT>
197   - <FONT size="2"><?php echo $this->_tpl_vars['Kidoku_User']; ?>
198   - </FONT>
199   - <?php else: ?>
200   - <FONT size="2"><?php echo $this->_tpl_vars['Kidoku_Mode']; ?>
201   - </FONT>
202   - <?php endif; ?>
203   - <INPUT type="button" name="resend" value="再配信の設定" onClick="JavaScript:Change_Resend();" <?php echo $this->_tpl_vars['Kidoku_disable']; ?>
204   ->
205   - </TD>
206   - </TR>
207   - <TR>
208   - <TD bgcolor="#FFCC99" width="80"><B><FONT size="2">配信日時</FONT></B></TD>
209   - <TD>
210   - <FONT size="2"><?php echo $this->_tpl_vars['Send_Data']; ?>
211   -</FONT>
212   - <?php if ($this->_tpl_vars['reserva_flg'] != '1'): ?>
213   - <FONT size="2">配信済み</FONT>
214   - <?php else: ?>
215   - <FONT size="2">配信予定</FONT>
216   - <?php if ($this->_tpl_vars['reserva_date'] != ""): ?>
217   - <FONT size="2">なし</FONT>
218   - <?php endif; ?>
219   - <INPUT type="button" name="btnReserva" value="配信日時の設定" onClick="JavaScript:Change_Reserva();">
220   - <?php endif; ?>
221   - </TD>
222   - </TR>
223   - <TR>
224   - <TD bgcolor="#FFCC99" width="80"><B><FONT size="2">作成者</FONT></B></TD>
225   - <TD><FONT size="2"><?php echo $this->_tpl_vars['admin_name']; ?>
226   -</FONT></TD>
227   - </TR>
228   - <TR>
229   - <TD bgcolor="#FFCC99" width="80"><B><FONT size="2">開催日時</FONT></B></TD>
230   - <TD><FONT size="2"><?php echo $this->_tpl_vars['Kaisai_Date']; ?>
231   -</FONT></TD>
232   - </TR>
233   - <TR>
234   - <TD bgcolor="#FFCC99" width="80"><B><FONT size="2">送信先種類</FONT></B></TD>
235   - <TD>
236   - <FONT size="2"><?php echo $this->_tpl_vars['send_type']; ?>
237   - </FONT>
238   - <?php if ($this->_tpl_vars['reserva_flg'] == '1'): ?>
239   - <INPUT type="button" name="send_type_edit" value="変更" onClick="JavaScript:Change_SendType();">
240   - <?php endif; ?>
241   - </TD>
242   - </TR>
243   - <TR>
244   - <TD bgcolor="#FFCC99" width="80"><B><FONT size="2">回答期限</FONT></B></TD>
245   - <TD><FONT size="2"><?php echo $this->_tpl_vars['limit_date']; ?>
246   - </FONT></TD>
247   - </TR>
248   - <TR>
249   - <TD bgcolor="#FFCC99" width="80"><B><FONT size="2">件名</FONT></B></TD>
250   - <TD>
251   - <FONT size="2"><?php echo $this->_tpl_vars['subject_name']; ?>
252   -</FONT>
253   - <INPUT type="button" name="btnSubject" value="変更" onClick="JavaScript:Change_Cont('<?php echo $this->_tpl_vars['reserva_flg']; ?>
254   -');" <?php echo $this->_tpl_vars['btnSubject']; ?>
255   ->
256   - </TD>
257   - </TR>
258   - <TR>
259   - <TD bgcolor="#FFCC99" width="80"><B><FONT size="2">内容</FONT></B></TD>
260   - <TD>
261   - <FONT size="2"><?php echo $this->_tpl_vars['contents']; ?>
262   -</FONT>
263   - <INPUT type="button" name="btnBody" value="変更" onClick="JavaScript:Change_Cont('<?php echo $this->_tpl_vars['reserva_flg']; ?>
264   -');" <?php echo $this->_tpl_vars['btnBody']; ?>
265   ->
266   - </TD>
267   - </TR>
268   - </TABLE>
269   - </td>
270   - </tr>
271   - <tr><td align="center"><B><FONT color=blue size=5>閲覧状況</FONT></B></td></tr>
272   - <tr><td align="center"><hr /></td></tr>
273   - <tr>
274   - <td align="center">
275   - <TABLE>
276   - <TR>
277   - <TD align="LEFT"><FONT color=blue size=3><B>アドレス未設定</B></FONT></TD>
278   - <TD align="RIGHT"><FONT color=blue size=3> <?php echo $this->_tpl_vars['NOT_CNT']; ?>
279   -</FONT></TD>
280   - </TR>
281   - <?php if ($this->_tpl_vars['SYORI_MODE'] == 'DM'): ?>
282   - <TR>
283   - <TD align="LEFT"><FONT color=blue size=3><B>送信済み</B></FONT></TD>
284   - <TD align="RIGHT"><FONT color=blue size=3> <?php echo $this->_tpl_vars['SEND_CNT']; ?>
285   -</FONT></TD>
286   - </TR>
287   - <?php else: ?>
288   - <TR>
289   - <TD align="LEFT"><FONT color=blue size=3><B>未読</B></FONT></TD>
290   - <TD align="RIGHT"><FONT color=blue size=3> <?php echo $this->_tpl_vars['N_READ_CNT']; ?>
291   -</FONT></TD>
292   - </TR>
293   - <TR>
294   - <TD align="LEFT"><FONT color=blue size=3><B>既読</B></FONT></TD>
295   - <TD align="RIGHT"><FONT color=blue size=3> <?php echo $this->_tpl_vars['READ_CNT']; ?>
296   -</FONT></TD>
297   - </TR>
298   - <?php unset($this->_sections['idx']);
299   -$this->_sections['idx']['name'] = 'idx';
300   -$this->_sections['idx']['loop'] = is_array($_loop=$this->_tpl_vars['ANS_LIST']) ? count($_loop) : max(0, (int)$_loop); unset($_loop);
301   -$this->_sections['idx']['show'] = true;
302   -$this->_sections['idx']['max'] = $this->_sections['idx']['loop'];
303   -$this->_sections['idx']['step'] = 1;
304   -$this->_sections['idx']['start'] = $this->_sections['idx']['step'] > 0 ? 0 : $this->_sections['idx']['loop']-1;
305   -if ($this->_sections['idx']['show']) {
306   - $this->_sections['idx']['total'] = $this->_sections['idx']['loop'];
307   - if ($this->_sections['idx']['total'] == 0)
308   - $this->_sections['idx']['show'] = false;
309   -} else
310   - $this->_sections['idx']['total'] = 0;
311   -if ($this->_sections['idx']['show']):
312   -
313   - for ($this->_sections['idx']['index'] = $this->_sections['idx']['start'], $this->_sections['idx']['iteration'] = 1;
314   - $this->_sections['idx']['iteration'] <= $this->_sections['idx']['total'];
315   - $this->_sections['idx']['index'] += $this->_sections['idx']['step'], $this->_sections['idx']['iteration']++):
316   -$this->_sections['idx']['rownum'] = $this->_sections['idx']['iteration'];
317   -$this->_sections['idx']['index_prev'] = $this->_sections['idx']['index'] - $this->_sections['idx']['step'];
318   -$this->_sections['idx']['index_next'] = $this->_sections['idx']['index'] + $this->_sections['idx']['step'];
319   -$this->_sections['idx']['first'] = ($this->_sections['idx']['iteration'] == 1);
320   -$this->_sections['idx']['last'] = ($this->_sections['idx']['iteration'] == $this->_sections['idx']['total']);
321   -?>
322   - <TR>
323   - <TD align="LEFT"><FONT color=blue size=3><B><?php echo $this->_tpl_vars['ANS_LIST'][$this->_sections['idx']['index']][1]; ?>
324   -</B></FONT></TD>
325   - <TD align="RIGHT"><FONT color=blue size=3><?php echo $this->_tpl_vars['ANS_LIST'][$this->_sections['idx']['index']][2]; ?>
326   -</FONT></TD>
327   - </TR>
328   - <?php endfor; endif; ?>
329   - <?php endif; ?>
330   - </TABLE>
331   - </td>
332   - </tr>
333   - <tr>
334   - <td align="center">
335   - <TABLE border=1 bordercolor="#008080" width="100%">
336   - <TR bgcolor="#FFCC99">
337   - <TD align="center" width="15%"><FONT size=2><B>氏 名</B></FONT></TD>
338   - <TD align="center" width="15%"><FONT size=2><B>グループ</B></FONT></TD>
339   - <TD align="center" width="20%"><FONT size=2><B>閲 覧</B></FONT></TD>
340   - <TD align="center" width="15%"><FONT size=2><B>確認日時</B></FONT></TD>
341   - <TD align="center" width="25%"><FONT size=2><B>コメント</B></FONT></TD>
342   - <TD align="center" width="5%"><FONT size=2 bgcolor="#99FF99"><B>送信先</B></FONT></TD>
343   - <TD align="center" width="5%"><FONT size=2><B>再 送</B></FONT></TD>
344   - </TR>
345   - <?php unset($this->_sections['idx']);
346   -$this->_sections['idx']['name'] = 'idx';
347   -$this->_sections['idx']['loop'] = is_array($_loop=$this->_tpl_vars['User_List']) ? count($_loop) : max(0, (int)$_loop); unset($_loop);
348   -$this->_sections['idx']['show'] = true;
349   -$this->_sections['idx']['max'] = $this->_sections['idx']['loop'];
350   -$this->_sections['idx']['step'] = 1;
351   -$this->_sections['idx']['start'] = $this->_sections['idx']['step'] > 0 ? 0 : $this->_sections['idx']['loop']-1;
352   -if ($this->_sections['idx']['show']) {
353   - $this->_sections['idx']['total'] = $this->_sections['idx']['loop'];
354   - if ($this->_sections['idx']['total'] == 0)
355   - $this->_sections['idx']['show'] = false;
356   -} else
357   - $this->_sections['idx']['total'] = 0;
358   -if ($this->_sections['idx']['show']):
359   -
360   - for ($this->_sections['idx']['index'] = $this->_sections['idx']['start'], $this->_sections['idx']['iteration'] = 1;
361   - $this->_sections['idx']['iteration'] <= $this->_sections['idx']['total'];
362   - $this->_sections['idx']['index'] += $this->_sections['idx']['step'], $this->_sections['idx']['iteration']++):
363   -$this->_sections['idx']['rownum'] = $this->_sections['idx']['iteration'];
364   -$this->_sections['idx']['index_prev'] = $this->_sections['idx']['index'] - $this->_sections['idx']['step'];
365   -$this->_sections['idx']['index_next'] = $this->_sections['idx']['index'] + $this->_sections['idx']['step'];
366   -$this->_sections['idx']['first'] = ($this->_sections['idx']['iteration'] == 1);
367   -$this->_sections['idx']['last'] = ($this->_sections['idx']['iteration'] == $this->_sections['idx']['total']);
368   -?>
369   - <TR>
370   - <TD align="left"><FONT size=2><a href="#" onclick="Disp_user('<?php echo $this->_tpl_vars['mail_id']; ?>
371   -','<?php echo $this->_tpl_vars['User_List'][$this->_sections['idx']['index']][7]; ?>
372   -');"><?php echo $this->_tpl_vars['User_List'][$this->_sections['idx']['index']][1]; ?>
373   -</a></FONT></TD>
374   - <TD align="left"><FONT size=2><?php echo $this->_tpl_vars['User_List'][$this->_sections['idx']['index']][2]; ?>
375   -</FONT></TD>
376   - <TD align="center"><FONT size=2 <?php echo $this->_tpl_vars['User_List'][$this->_sections['idx']['index']][8]; ?>
377   -><?php echo $this->_tpl_vars['User_List'][$this->_sections['idx']['index']][3]; ?>
378   -</FONT></TD>
379   - <TD align="center"><FONT size=2><?php echo $this->_tpl_vars['User_List'][$this->_sections['idx']['index']][4]; ?>
380   -</FONT></TD>
381   - <TD align="left"><FONT size=2><?php echo $this->_tpl_vars['User_List'][$this->_sections['idx']['index']][5]; ?>
382   - </FONT></TD>
383   - <TD align="center"><FONT size=2><?php echo $this->_tpl_vars['User_List'][$this->_sections['idx']['index']][6]; ?>
384   -</FONT></TD>
385   - <TD align="center"><FONT size=2><INPUT type="checkbox" NAME="chkSend" VALUE="<?php echo $this->_tpl_vars['User_List'][$this->_sections['idx']['index']][0]; ?>
386   -"></FONT></TD>
387   - </TR>
388   - <?php endfor; endif; ?>
389   - </TABLE>
390   - </td>
391   - </tr>
392   - <tr>
393   - <td align="center">
394   - </td>
395   - </tr>
396   -</table>
397   -<table width="100%" border="0">
398   - <tr>
399   - <td align="center"><input type="button" name="btnReturn" value="一覧へ戻る" onClick="location='LIST0000.php'"></td>
400   - </tr>
401   -</table>
402   -<INPUT type="hidden" name="mail_id" value="<?php echo $this->_tpl_vars['mail_id']; ?>
403   -">
404   -<INPUT type="hidden" name="N_READ_CNT" value="<?php echo $this->_tpl_vars['N_READ_CNT']; ?>
405   -">
406   -<INPUT type="hidden" name="Chk_User" value="">
407   -<INPUT type="hidden" name="usr_key" value="">
408   -<!-- フッター表示 -->
409   -<?php $_smarty_tpl_vars = $this->_tpl_vars;
410   -$this->_smarty_include(array('smarty_include_tpl_file' => 'footer.tpl', 'smarty_include_vars' => array()));
411   -$this->_tpl_vars = $_smarty_tpl_vars;
412   -unset($_smarty_tpl_vars);
413   - ?>
414   -</FORM>
415   -</BODY>
416   -</HTML>
\ No newline at end of file
1   -<?php /* Smarty version 2.6.26, created on 2017-06-01 22:57:21
2   - compiled from SUB0021.tpl */ ?>
3   -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
4   -<HTML>
5   -<HEAD>
6   -<META name="GENERATOR" content="Microsoft FrontPage 4.0">
7   -<META http-equiv="Content-Type" content="text/html; charset=EUC-JP">
8   -<META http-equiv="Content-Style-Type" content="text/css">
9   -<link href="./css/style.css" rel="stylesheet" type="text/css">
10   -<TITLE>め〜るNiポン!</TITLE>
11   -<script type="text/javascript" src="./include/input_chk.js" charset="EUC-JP"></script>
12   -<script>
13   -<?php echo '
14   -
15   -
16   -'; ?>
17   -
18   -</script>
19   -</HEAD>
20   -<BODY bgcolor="White">
21   -<FORM name="frm">
22   -<!-- ヘッダー表示 -->
23   -<?php $_smarty_tpl_vars = $this->_tpl_vars;
24   -$this->_smarty_include(array('smarty_include_tpl_file' => 'header.tpl', 'smarty_include_vars' => array()));
25   -$this->_tpl_vars = $_smarty_tpl_vars;
26   -unset($_smarty_tpl_vars);
27   - ?>
28   -<!-- メニュー表示 -->
29   -<?php $_smarty_tpl_vars = $this->_tpl_vars;
30   -$this->_smarty_include(array('smarty_include_tpl_file' => 'menu.tpl', 'smarty_include_vars' => array()));
31   -$this->_tpl_vars = $_smarty_tpl_vars;
32   -unset($_smarty_tpl_vars);
33   - ?>
34   -<!-- 一覧表示 -->
35   -<table width="100%" border="0">
36   - <tr>
37   - <th><B><font color="blue" size="5">団体名変更</font></B></th>
38   - </tr>
39   -</table>
40   -<hr />
41   -<table width="100%" border="0">
42   - <tr>
43   - <td align="center">
44   - <B><FONT size="3"><?php echo $this->_tpl_vars['Err_Msg']; ?>
45   -</FONT></B>
46   - </td>
47   - </tr>
48   -</table>
49   -<table width="100%" border="0">
50   - <tr>
51   - <td align="center"><input type="button" name="btnReturn" value="メニューへ戻る" onClick="location='MAIN0000.php'"></td>
52   - </tr>
53   -</table>
54   -<!-- フッター表示 -->
55   -<?php $_smarty_tpl_vars = $this->_tpl_vars;
56   -$this->_smarty_include(array('smarty_include_tpl_file' => 'footer.tpl', 'smarty_include_vars' => array()));
57   -$this->_tpl_vars = $_smarty_tpl_vars;
58   -unset($_smarty_tpl_vars);
59   - ?>
60   -</FORM>
61   -</BODY>
62   -</HTML>
\ No newline at end of file
1   -<?php /* Smarty version 2.6.26, created on 2017-06-02 11:34:46
2   - compiled from SEND3020.tpl */ ?>
3   -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
4   -<HTML>
5   -<HEAD>
6   -<META name="GENERATOR" content="Microsoft FrontPage 4.0">
7   -<META http-equiv="Content-Type" content="text/html; charset=EUC-JP">
8   -<META http-equiv="Content-Style-Type" content="text/css">
9   -<link href="./css/style.css" rel="stylesheet" type="text/css">
10   -<TITLE>め〜るNiポン!</TITLE>
11   -</HEAD>
12   -<BODY>
13   -<FORM METHOD="POST" name="Frm" enctype="multipart/form-data" style="margin:0px; ">
14   -<!-- ヘッダー表示 -->
15   -<?php $_smarty_tpl_vars = $this->_tpl_vars;
16   -$this->_smarty_include(array('smarty_include_tpl_file' => 'header.tpl', 'smarty_include_vars' => array()));
17   -$this->_tpl_vars = $_smarty_tpl_vars;
18   -unset($_smarty_tpl_vars);
19   - ?>
20   -<!-- メニュー表示 -->
21   -<?php $_smarty_tpl_vars = $this->_tpl_vars;
22   -$this->_smarty_include(array('smarty_include_tpl_file' => 'menu.tpl', 'smarty_include_vars' => array()));
23   -$this->_tpl_vars = $_smarty_tpl_vars;
24   -unset($_smarty_tpl_vars);
25   - ?>
26   -<!-- 配信画面表示 -->
27   -<CENTER>
28   -<TABLE border=0 cellspacing="0" cellpadding="3" width="544">
29   - <TR>
30   - <TD ALIGN="CENTER">
31   - <FONT size="6"><B><A href="./MAIN0000.php">メニューへ戻る</A></B></FONT>
32   - </TD>
33   - </TR>
34   -</TABLE>
35   -<br>
36   -<br>
37   -<TABLE border=1 bordercolor="#008080" width="544">
38   -<TBODY>
39   - <TR>
40   - <TD width="585" height="129" align="center"><img src="./img/send.gif" alt="めーるNiポン"></TD>
41   - </TR>
42   - <TR>
43   - <TD bgcolor="#FFCC99"><CENTER><FONT size="5">入力された情報を送信しました。</FONT></CENTER></TD>
44   - </TR>
45   -</TBODY>
46   -</TABLE>
47   -<BR>
48   -<BR>
49   -<BR>
50   -</CENTER>
51   -<!-- フッター表示 -->
52   -<?php $_smarty_tpl_vars = $this->_tpl_vars;
53   -$this->_smarty_include(array('smarty_include_tpl_file' => 'footer.tpl', 'smarty_include_vars' => array()));
54   -$this->_tpl_vars = $_smarty_tpl_vars;
55   -unset($_smarty_tpl_vars);
56   - ?>
57   -</FORM>
58   -</BODY>
59   -</HTML>
\ No newline at end of file
1   -<?php /* Smarty version 2.6.26, created on 2017-05-31 13:33:34
2   - compiled from SEND1000.tpl */ ?>
3   -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
4   -<HTML>
5   -<HEAD>
6   -<META name="GENERATOR" content="Microsoft FrontPage 4.0">
7   -<META http-equiv="Content-Type" content="text/html; charset=EUC-JP">
8   -<META http-equiv="Content-Style-Type" content="text/css">
9   -<link href="./css/style.css" rel="stylesheet" type="text/css">
10   -<TITLE>め〜るNiポン!</TITLE>
11   -<script type="text/javascript" src="./include/jkl-calendar.js" charset="Shift_JIS"></script>
12   -<script type="text/javascript" src="./include/SEND1000.js" charset="EUC-JP"></script>
13   -</HEAD>
14   -<BODY onLoad="send_change();kouhoChange();<?php echo $this->_tpl_vars['strStartChk']; ?>
15   -">
16   -<FORM METHOD="POST" name="Frm" enctype="multipart/form-data" style="margin:0px; ">
17   -<!-- ヘッダー表示 -->
18   -<?php $_smarty_tpl_vars = $this->_tpl_vars;
19   -$this->_smarty_include(array('smarty_include_tpl_file' => 'header.tpl', 'smarty_include_vars' => array()));
20   -$this->_tpl_vars = $_smarty_tpl_vars;
21   -unset($_smarty_tpl_vars);
22   - ?>
23   -<!-- メニュー表示 -->
24   -<?php $_smarty_tpl_vars = $this->_tpl_vars;
25   -$this->_smarty_include(array('smarty_include_tpl_file' => 'menu.tpl', 'smarty_include_vars' => array()));
26   -$this->_tpl_vars = $_smarty_tpl_vars;
27   -unset($_smarty_tpl_vars);
28   - ?>
29   -<!-- 配信画面表示 -->
30   -<table width="100%" border="0">
31   - <tr>
32   - <th width="70%">
33   - <CENTER><B><FONT color=blue size=5>スケジュール調整メール配信</FONT></B></CENTER>
34   - </th>
35   - </tr>
36   -</table>
37   -<HR>
38   -<?php if (( $this->_tpl_vars['PHP_POST_DB_FLG'] == 6 )): ?>
39   - <font color="#FFFF00" size=4>
40   - <b><a href="http://www.mail-ni-pon.net/category/7151311-1.html#p2" target="_blank">※ポイントについて</a></b>
41   - </font>
42   - <br><br>
43   -<?php endif; ?>
44   -<FONT size="2" color=#FF0000>
45   - <b><FONT size="2">項目の入力・選択を行わないと配信できません</b>
46   -</FONT>
47   -<BR>
48   -
49   -<div align="center">
50   -<TABLE border=1 bordercolor="#008080" width="700">
51   - <TR>
52   - <TD bgcolor="#FFCC99">
53   - <B><FONT size="2" color=#FF0000></FONT><FONT size="2">送信先</FONT></B>
54   - </TD>
55   - <TD>
56   - <input type="radio" name="radSendPtn" value="1" onClick="send_change();" <?php echo $this->_tpl_vars['radSend'][0]; ?>
57   -><FONT size="2">個人配信</FONT><br>
58   -  <INPUT size="60" maxlength="50" type="text" name="sousin" value="<?php echo $this->_tpl_vars['strSubmitName']; ?>
59   -" readonly>
60   - <INPUT type="button" name="sousin_sentaku" value="送信先の選択をする" onClick="JavaScript:Select();">
61   - <hr>
62   - <input type="radio" name="radSendPtn" value="2" onClick="send_change();" <?php echo $this->_tpl_vars['radSend'][1]; ?>
63   -><FONT size="2"><?php echo $this->_tpl_vars['strDisp_Name'][1]; ?>
64   -配信</FONT><br>
65   - <?php echo $this->_tpl_vars['strGP']; ?>
66   -
67   - </TD>
68   - </TR>
69   - <TR>
70   - <TD bgcolor="#FFCC99">
71   - <B><FONT size="2" color=#FF0000></FONT><FONT size="2">送信先機種</FONT></B>
72   - </TD>
73   - <TD>
74   - <FONT size="2">
75   - <input name="SendType" type="radio" value="0" <?php echo $this->_tpl_vars['radSendType'][0]; ?>
76   ->両方 
77   - <input name="SendType" type="radio" value="1" <?php echo $this->_tpl_vars['radSendType'][1]; ?>
78   ->携帯のみ 
79   - <input name="SendType" type="radio" value="2" <?php echo $this->_tpl_vars['radSendType'][2]; ?>
80   ->PCのみ 
81   - </FONT>
82   - </TD>
83   - </TR>
84   - <TR>
85   - <TD bgcolor="#FFCC99">
86   - <B><FONT size="2" color=#FF0000></FONT><FONT size="2"><?php echo $this->_tpl_vars['strDisp_Name'][2]; ?>
87   -</FONT></B>
88   - </TD>
89   - <TD>
90   - <INPUT size="30" maxlength="28" type="text" name="kenmei" value="<?php echo $this->_tpl_vars['TITLE']; ?>
91   -">
92   - <input type="checkbox" name="tei" <?php echo $this->_tpl_vars['rad_tei']; ?>
93   -><FONT size=2><B>定型文有り</B></FONT>
94   - </TD>
95   - </TR>
96   - <TR>
97   - <TD bgcolor="#FFCC99">
98   - <B><FONT size="2" color=#FF0000></FONT><FONT size="2" class="space">本文</FONT></B>
99   - </TD>
100   - <TD>
101   - <TEXTAREA rows="10" cols="60" name="text"><?php echo $this->_tpl_vars['MAIL_TEXT']; ?>
102   -</TEXTAREA>
103   - <BR>
104   - </TD>
105   - </TR>
106   - <TR>
107   - <TD bgcolor="#FFCC99">
108   - <B><FONT size="2" color=#FF0000></FONT><FONT size="2">候補日時</FONT></B>
109   - </TD>
110   - <TD>
111   - <FONT size="2">候補数 </FONT>
112   - <select name="kouho" onChange="kouhoChange();">
113   - <?php echo $this->_tpl_vars['optKouho']; ?>
114   -
115   - </select>
116   - <BR>
117   - <FONT size="2">希望日時無しの選択肢</FONT>
118   - <input type="text" name="noAnswer" size="60" maxlength="30" value="<?php echo $this->_tpl_vars['noAnswer']; ?>
119   -">
120   - <?php unset($this->_sections['idx']);
121   -$this->_sections['idx']['name'] = 'idx';
122   -$this->_sections['idx']['loop'] = is_array($_loop=$this->_tpl_vars['kouhoData']) ? count($_loop) : max(0, (int)$_loop); unset($_loop);
123   -$this->_sections['idx']['show'] = true;
124   -$this->_sections['idx']['max'] = $this->_sections['idx']['loop'];
125   -$this->_sections['idx']['step'] = 1;
126   -$this->_sections['idx']['start'] = $this->_sections['idx']['step'] > 0 ? 0 : $this->_sections['idx']['loop']-1;
127   -if ($this->_sections['idx']['show']) {
128   - $this->_sections['idx']['total'] = $this->_sections['idx']['loop'];
129   - if ($this->_sections['idx']['total'] == 0)
130   - $this->_sections['idx']['show'] = false;
131   -} else
132   - $this->_sections['idx']['total'] = 0;
133   -if ($this->_sections['idx']['show']):
134   -
135   - for ($this->_sections['idx']['index'] = $this->_sections['idx']['start'], $this->_sections['idx']['iteration'] = 1;
136   - $this->_sections['idx']['iteration'] <= $this->_sections['idx']['total'];
137   - $this->_sections['idx']['index'] += $this->_sections['idx']['step'], $this->_sections['idx']['iteration']++):
138   -$this->_sections['idx']['rownum'] = $this->_sections['idx']['iteration'];
139   -$this->_sections['idx']['index_prev'] = $this->_sections['idx']['index'] - $this->_sections['idx']['step'];
140   -$this->_sections['idx']['index_next'] = $this->_sections['idx']['index'] + $this->_sections['idx']['step'];
141   -$this->_sections['idx']['first'] = ($this->_sections['idx']['iteration'] == 1);
142   -$this->_sections['idx']['last'] = ($this->_sections['idx']['iteration'] == $this->_sections['idx']['total']);
143   -?>
144   - <div id="div_k<?php echo $this->_tpl_vars['kouhoData'][$this->_sections['idx']['index']][0]; ?>
145   -">
146   - <hr>
147   - <table>
148   - <tr>
149   - <td rowspan="2" width="80">
150   - <FONT size="2"><?php echo $this->_tpl_vars['kouhoData'][$this->_sections['idx']['index']][0]; ?>
151   - 候補 </FONT>
152   - </td>
153   - <td>
154   - <FONT size="2">
155   - 開始日時
156   - <INPUT size="5" maxlength="4" type="text" name="kouhoS_yyyy<?php echo $this->_tpl_vars['kouhoData'][$this->_sections['idx']['index']][0]; ?>
157   -" Value="<?php echo $this->_tpl_vars['kouhoData'][$this->_sections['idx']['index']][1]; ?>
158   -" id="kouhoS_yyyy<?php echo $this->_tpl_vars['kouhoData'][$this->_sections['idx']['index']][0]; ?>
159   -" >
160   - <select name="kouhoS_mm<?php echo $this->_tpl_vars['kouhoData'][$this->_sections['idx']['index']][0]; ?>
161   -" id="kouhoS_mm<?php echo $this->_tpl_vars['kouhoData'][$this->_sections['idx']['index']][0]; ?>
162   -" onchange="JavaScript:DayMax('S', '<?php echo $this->_tpl_vars['kouhoData'][$this->_sections['idx']['index']][0]; ?>
163   -');">
164   - <?php echo $this->_tpl_vars['kouhoData'][$this->_sections['idx']['index']][2]; ?>
165   -
166   - </select>
167   - <select name="kouhoS_dd<?php echo $this->_tpl_vars['kouhoData'][$this->_sections['idx']['index']][0]; ?>
168   -" id="kouhoS_dd<?php echo $this->_tpl_vars['kouhoData'][$this->_sections['idx']['index']][0]; ?>
169   -">
170   - <?php echo $this->_tpl_vars['kouhoData'][$this->_sections['idx']['index']][3]; ?>
171   -
172   - </select>
173   - <select name="kouhoS_hh<?php echo $this->_tpl_vars['kouhoData'][$this->_sections['idx']['index']][0]; ?>
174   -" id="kouhoS_hh<?php echo $this->_tpl_vars['kouhoData'][$this->_sections['idx']['index']][0]; ?>
175   -">
176   - <?php echo $this->_tpl_vars['kouhoData'][$this->_sections['idx']['index']][4]; ?>
177   -
178   - </select>
179   - <select name="kouhoS_ii<?php echo $this->_tpl_vars['kouhoData'][$this->_sections['idx']['index']][0]; ?>
180   -" id="kouhoS_ii<?php echo $this->_tpl_vars['kouhoData'][$this->_sections['idx']['index']][0]; ?>
181   -">
182   - <?php echo $this->_tpl_vars['kouhoData'][$this->_sections['idx']['index']][5]; ?>
183   -
184   - </select>
185   - <!--カレンダー-->
186   - <a href="javascript:calS<?php echo $this->_tpl_vars['kouhoData'][$this->_sections['idx']['index']][0]; ?>
187   -.write();">
188   - <img id="dateLinkS<?php echo $this->_tpl_vars['kouhoData'][$this->_sections['idx']['index']][0]; ?>
189   -" src="./img/cl001.gif" alt="日付選択" border="0" style="vertical-align:middle;margin:5px"/>
190   - </a>
191   - <input type="hidden" name="colnameS<?php echo $this->_tpl_vars['kouhoData'][$this->_sections['idx']['index']][0]; ?>
192   -" value="">
193   - <div id="calidS<?php echo $this->_tpl_vars['kouhoData'][$this->_sections['idx']['index']][0]; ?>
194   -"></div>
195   - </FONT>
196   - </td>
197   - </tr>
198   - <tr>
199   - <td>
200   - <FONT size="2">
201   - 終了日時
202   - <INPUT size="5" maxlength="4" type="text" name="kouhoE_yyyy<?php echo $this->_tpl_vars['kouhoData'][$this->_sections['idx']['index']][0]; ?>
203   -" Value="<?php echo $this->_tpl_vars['kouhoData'][$this->_sections['idx']['index']][6]; ?>
204   -" id="kouhoE_yyyy<?php echo $this->_tpl_vars['kouhoData'][$this->_sections['idx']['index']][0]; ?>
205   -">
206   - <select name="kouhoE_mm<?php echo $this->_tpl_vars['kouhoData'][$this->_sections['idx']['index']][0]; ?>
207   -" id="kouhoE_mm<?php echo $this->_tpl_vars['kouhoData'][$this->_sections['idx']['index']][0]; ?>
208   -" onchange="JavaScript:DayMax('E', '<?php echo $this->_tpl_vars['kouhoData'][$this->_sections['idx']['index']][0]; ?>
209   -');">
210   - <?php echo $this->_tpl_vars['kouhoData'][$this->_sections['idx']['index']][7]; ?>
211   -
212   - </select>
213   - <select name="kouhoE_dd<?php echo $this->_tpl_vars['kouhoData'][$this->_sections['idx']['index']][0]; ?>
214   -" id="kouhoE_dd<?php echo $this->_tpl_vars['kouhoData'][$this->_sections['idx']['index']][0]; ?>
215   -">
216   - <?php echo $this->_tpl_vars['kouhoData'][$this->_sections['idx']['index']][8]; ?>
217   -
218   - </select>
219   - <select name="kouhoE_hh<?php echo $this->_tpl_vars['kouhoData'][$this->_sections['idx']['index']][0]; ?>
220   -" id="kouhoE_hh<?php echo $this->_tpl_vars['kouhoData'][$this->_sections['idx']['index']][0]; ?>
221   -">
222   - <?php echo $this->_tpl_vars['kouhoData'][$this->_sections['idx']['index']][9]; ?>
223   -
224   - </select>
225   - <select name="kouhoE_ii<?php echo $this->_tpl_vars['kouhoData'][$this->_sections['idx']['index']][0]; ?>
226   -" id="kouhoE_ii<?php echo $this->_tpl_vars['kouhoData'][$this->_sections['idx']['index']][0]; ?>
227   -">
228   - <?php echo $this->_tpl_vars['kouhoData'][$this->_sections['idx']['index']][10]; ?>
229   -
230   - </select>
231   - <!--カレンダー-->
232   - <a href="javascript:calE<?php echo $this->_tpl_vars['kouhoData'][$this->_sections['idx']['index']][0]; ?>
233   -.write();">
234   - <img id="dateLinkE<?php echo $this->_tpl_vars['kouhoData'][$this->_sections['idx']['index']][0]; ?>
235   -" src="./img/cl001.gif" alt="日付選択" border="0" style="vertical-align:middle;margin:5px"/>
236   - </a>
237   - <input type="hidden" name="colnameE<?php echo $this->_tpl_vars['kouhoData'][$this->_sections['idx']['index']][0]; ?>
238   -" value="">
239   - <div id="calidE<?php echo $this->_tpl_vars['kouhoData'][$this->_sections['idx']['index']][0]; ?>
240   -"></div>
241   - </FONT>
242   - </td>
243   - </tr>
244   - </table>
245   - </div>
246   - <?php endfor; endif; ?>
247   - </TD>
248   - </TR>
249   - <TR>
250   - <TD bgcolor="#FFCC99">
251   - <B><FONT size="2">回答期限</FONT><FONT size="2" color=#FF0000></FONT></B>
252   - </TD>
253   - <TD>
254   - <FONT size="2">
255   - <INPUT size="5" maxlength="4" type="text" name="limit_yyyy" Value="<?php echo $this->_tpl_vars['limit_yyyy']; ?>
256   -">
257   - <SELECT name="limit_mm" onchange="JavaScript:DayMax5(limit_yyyy.value,limit_mm.value,0,0);">
258   - <?php echo $this->_tpl_vars['opt_limit_mm']; ?>
259   -
260   - </SELECT>
261   - <SELECT name="limit_dd">
262   - <?php echo $this->_tpl_vars['opt_limit_dd']; ?>
263   -
264   - </SELECT>
265   - <SELECT name="limit_time_hh">
266   - <?php echo $this->_tpl_vars['opt_limit_time_hh']; ?>
267   -
268   - </SELECT>
269   - <SELECT name="limit_time_mm">
270   - <?php echo $this->_tpl_vars['opt_limit_time_mm']; ?>
271   -
272   - </SELECT>分 
273   - <!--カレンダー-->
274   - <a href="javascript:cal0.write();">
275   - <img id="dateLink0" src="./img/cl001.gif" alt="日付選択" border="0" style="vertical-align:middle;margin:5px"/>
276   - </a>
277   - <input type="hidden" name="colname0" value="<?php echo $this->_tpl_vars['calYMD0']; ?>
278   -">
279   - <div id="calid0"></div>
280   - </TD>
281   - </TR>
282   - <TR>
283   - <TD bgcolor="#FFCC99"><B><FONT size="2" color=#FF0000></FONT><FONT size="2">閲覧状況の公開</FONT></B></TD>
284   - <TD>
285   - <FONT size="2">
286   - <input name="view_flg" type="radio" value="0" <?php echo $this->_tpl_vars['rad_view_flg'][0]; ?>
287   ->公開しない 
288   - <input name="view_flg" type="radio" value="1" <?php echo $this->_tpl_vars['rad_view_flg'][1]; ?>
289   ->公開する 
290   - </FONT>
291   - </TD>
292   - </TR>
293   -</TABLE>
294   -</div>
295   -
296   -<INPUT type="hidden" name="alarm_flg" value="<?php echo $this->_tpl_vars['alarm_flg']; ?>
297   -">
298   -<INPUT type="hidden" name="alarm_yyyy" value="<?php echo $this->_tpl_vars['alarm_yyyy']; ?>
299   -">
300   -<INPUT type="hidden" name="alarm_mm" value="<?php echo $this->_tpl_vars['alarm_mm']; ?>
301   -">
302   -<INPUT type="hidden" name="alarm_dd" value="<?php echo $this->_tpl_vars['alarm_dd']; ?>
303   -">
304   -<INPUT type="hidden" name="alarm_hh" value="<?php echo $this->_tpl_vars['alarm_hh']; ?>
305   -">
306   -<INPUT type="hidden" name="alarm_time_mm" value="<?php echo $this->_tpl_vars['alarm_time_mm']; ?>
307   -">
308   -<INPUT type="hidden" name="alarm_id" value="<?php echo $this->_tpl_vars['alarm_id']; ?>
309   -">
310   -
311   -<INPUT type="hidden" name="Send_User" value="<?php echo $this->_tpl_vars['Send_User']; ?>
312   -">
313   -<INPUT type="hidden" name="userCNT" value="<?php echo $this->_tpl_vars['userCNT']; ?>
314   -">
315   -<INPUT type="hidden" name="group_id" value="<?php echo $this->_tpl_vars['group_id']; ?>
316   -">
317   -
318   -<?php echo $this->_tpl_vars['strPtnCode']; ?>
319   -
320   -<INPUT type="hidden" name="pattern_flg" value="">
321   -
322   -<div align="center">
323   -<p><FONT size="2"><B>
324   -↓情報を配信する場合はこのボタンを押してください↓<br>
325   -</B></FONT>
326   -<INPUT type="button" name="submit_btn" value="配信" onClick="JavaScript:haisin(<?php echo $this->_tpl_vars['PHP_POST_DB_FLG']; ?>
327   -,'<?php echo $this->_tpl_vars['strDisp_Name'][1]; ?>
328   -','<?php echo $this->_tpl_vars['strDisp_Name'][2]; ?>
329   -')" style="padding:4px 20px 4px 20px; ">
330   -</p>
331   -<hr>
332   -<INPUT type="button" name="back" value="メニューへ戻る" onClick="JavaScript:menuBack();">
333   -</div>
334   -<!-- フッター表示 -->
335   -<?php $_smarty_tpl_vars = $this->_tpl_vars;
336   -$this->_smarty_include(array('smarty_include_tpl_file' => 'footer.tpl', 'smarty_include_vars' => array()));
337   -$this->_tpl_vars = $_smarty_tpl_vars;
338   -unset($_smarty_tpl_vars);
339   - ?>
340   -
341   -</CENTER>
342   -</form>
343   -</BODY>
344   -</HTML>
\ No newline at end of file
1   -<?php /* Smarty version 2.6.26, created on 2017-06-02 00:11:02
2   - compiled from BUY0001.tpl */ ?>
3   -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
4   -<HTML>
5   -<HEAD>
6   -<META name="GENERATOR" content="Microsoft FrontPage 4.0">
7   -<META http-equiv="Content-Type" content="text/html; charset=EUC-JP">
8   -<META http-equiv="Content-Style-Type" content="text/css">
9   -<link href="./css/style.css" rel="stylesheet" type="text/css">
10   -<TITLE>め〜るNiポン!</TITLE>
11   -<script type="text/javascript" src="./include/input_chk.js" charset="EUC-JP"></script>
12   -<script>
13   -<?php echo '
14   -
15   -function Buy_Point(){
16   - document.frm.action = "BUY0002.php";
17   - document.frm.method="POST"
18   - document.frm.submit();
19   -}
20   -
21   -'; ?>
22   -
23   -</script>
24   -</HEAD>
25   -<BODY bgcolor="White">
26   -<FORM name="frm">
27   -<!-- ヘッダー表示 -->
28   -<?php $_smarty_tpl_vars = $this->_tpl_vars;
29   -$this->_smarty_include(array('smarty_include_tpl_file' => 'header.tpl', 'smarty_include_vars' => array()));
30   -$this->_tpl_vars = $_smarty_tpl_vars;
31   -unset($_smarty_tpl_vars);
32   - ?>
33   -<!-- メニュー表示 -->
34   -<?php $_smarty_tpl_vars = $this->_tpl_vars;
35   -$this->_smarty_include(array('smarty_include_tpl_file' => 'menu.tpl', 'smarty_include_vars' => array()));
36   -$this->_tpl_vars = $_smarty_tpl_vars;
37   -unset($_smarty_tpl_vars);
38   - ?>
39   -<!-- 一覧表示 -->
40   -<table width="100%" border="0">
41   - <TR>
42   - <TD align="center">
43   - <table width="100%" border="0">
44   - <tr><th><B><FONT color=blue size=5>ポイント購入 確認</FONT></B></th></tr>
45   - </table>
46   - <HR>
47   - </TD>
48   - </TR>
49   - <tr><td align="center">こちらの内容でよろしいですか?</td></tr>
50   - <tr>
51   - <td align="center">
52   - <table border=1 bordercolor="#008080" width="544">
53   - <tr>
54   - <td width="199" bgcolor="#FFCC99"><strong>ご購入ポイント</strong></td>
55   - <td width="329"><?php echo $this->_tpl_vars['Point_Name']; ?>
56   -</td>
57   - </tr>
58   - <tr>
59   - <td bgcolor="#FFCC99"><strong>お支払い方法</strong></td>
60   - <td>銀行振り込み</td>
61   - </tr>
62   - <tr>
63   - <td bgcolor="#FFCC99"><strong>ご購入者 お名前</strong></div></td>
64   - <td><?php echo $this->_tpl_vars['buy_name']; ?>
65   -</td>
66   - </tr>
67   - <tr>
68   - <td width="199" bgcolor="#FFCC99"><strong>メールアドレス</strong></td>
69   - <td width="329"><?php echo $this->_tpl_vars['mail_add1']; ?>
70   -@<?php echo $this->_tpl_vars['mail_add2']; ?>
71   -</td>
72   - </tr>
73   - </table>
74   - </td>
75   - </tr>
76   - <tr>
77   - <td align="center">
78   - <input type="button" name="btnBuy" id="btnBuy" value="上記の内容でポイントを購入する" onclick="Buy_Point();" />
79   - </td>
80   - </tr>
81   -</table>
82   -<input name="buy_point" type="hidden" value="<?php echo $this->_tpl_vars['point']; ?>
83   -">
84   -<input name="buy_name" type="hidden" value="<?php echo $this->_tpl_vars['buy_name']; ?>
85   -">
86   -<input name="buy_mail_add" type="hidden" value="<?php echo $this->_tpl_vars['mail_add1']; ?>
87   -@<?php echo $this->_tpl_vars['mail_add2']; ?>
88   -">
89   -<table width="100%" border="0">
90   - <tr>
91   - <td align="center"><input type="button" name="back" value="メニューへ戻る" onClick="location='./MAIN0000.php'"></td>
92   - </tr>
93   -</table>
94   -<!-- フッター表示 -->
95   -<?php $_smarty_tpl_vars = $this->_tpl_vars;
96   -$this->_smarty_include(array('smarty_include_tpl_file' => 'footer.tpl', 'smarty_include_vars' => array()));
97   -$this->_tpl_vars = $_smarty_tpl_vars;
98   -unset($_smarty_tpl_vars);
99   - ?>
100   -</FORM>
101   -</BODY>
102   -</HTML>
\ No newline at end of file
1   -<?php /* Smarty version 2.6.26, created on 2017-07-12 17:08:15
2   - compiled from LIST1710.tpl */ ?>
3   -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
4   -<HTML>
5   -<HEAD>
6   -<META name="GENERATOR" content="Microsoft FrontPage 4.0">
7   -<META http-equiv="Content-Type" content="text/html; charset=EUC-JP">
8   -<META http-equiv="Content-Style-Type" content="text/css">
9   -<link href="./css/style.css" rel="stylesheet" type="text/css">
10   -<TITLE>め〜るNiポン!</TITLE>
11   -<script type="text/javascript" src="./include/jkl-calendar.js" charset="Shift_JIS"></script>
12   -<SCRIPT LANGUAGE="JavaScript">
13   -<?php echo '
14   -function ichiranBack(){
15   - document.Frm.action="LIST1000.php";
16   - document.Frm.submit();
17   -}
18   -
19   -function del_chk(){
20   - if (confirm("アラーム設定を解除します。\\nよろしいですか?")){
21   - document.Frm.action="LIST1712.php";
22   - document.Frm.submit();
23   - }
24   -}
25   -
26   -function input_chk(YYYY,MM,DD,HH){
27   - if(YYYY == 0){
28   - alert("開催日時が設定されていません。配信情報閲覧画面へ戻ります。");
29   - document.Frm.action="LIST1000.php";
30   - document.Frm.submit();
31   - }else{
32   - if(isNaN(document.Frm.alarm_yyyy.value)){
33   - window.alert("年は数値で入力してください。");
34   - document.Frm.alarm_yyyy.focus();
35   - return false;
36   - }else if(!document.Frm.alarm_yyyy.value){
37   - window.alert("年を入力してください。");
38   - document.Frm.alarm_yyyy.focus();
39   - return false;
40   - }else if(document.Frm.alarm_mm.value==""){
41   - window.alert("月を選択して下さい");
42   - document.Frm.alarm_mm.focus();
43   - return false;
44   - }else if(document.Frm.alarm_dd.value==""){
45   - window.alert("日を選択して下さい");
46   - document.Frm.alarm_dd.focus();
47   - return false;
48   - }else if(document.Frm.alarm_hh.value==""){
49   - window.alert("時を選択して下さい");
50   - document.Frm.alarm_hh.focus();
51   - return false;
52   - }else if(document.Frm.alarm_time_mm.value==""){
53   - window.alert("分を選択して下さい");
54   - document.Frm.alarm_time_mm.focus();
55   - return false;
56   - }else if(YYYY < document.Frm.alarm_yyyy.value){
57   - window.alert("開催日時よりも後の日時に、アラームを設定することはできません。");
58   - document.Frm.alarm_yyyy.focus();
59   - return false;
60   - }else if(YYYY == document.Frm.alarm_yyyy.value){
61   - if(MM < document.Frm.alarm_mm.value){
62   - window.alert("開催日時よりも後の日時に、アラームを設定することはできません。");
63   - document.Frm.alarm_mm.focus();
64   - return false;
65   - }else if(MM == document.Frm.alarm_mm.value){
66   - if(DD < document.Frm.alarm_dd.value){
67   - window.alert("開催日時よりも後の日時に、アラームを設定することはできません。");
68   - document.Frm.alarm_dd.focus();
69   - return false;
70   - }else if(DD == document.Frm.alarm_dd.value){
71   - if(HH!=""){
72   - if(HH < document.Frm.alarm_hh.value){
73   - window.alert("開催日時よりも後の日時に、アラームを設定することはできません。");
74   - document.Frm.alarm_hh.focus();
75   - return false;
76   - }else if(HH == document.Frm.alarm_hh.value){
77   - if(TIME <= document.Frm.alarm_time_mm.value){
78   - window.alert("開催日時よりも後の日時に、アラームを設定することはできません。");
79   - document.Frm.alarm_time_mm.focus();
80   - return false;
81   - }
82   - }
83   - }
84   - }
85   - }
86   - }
87   -
88   - chkCnt = 0;
89   - if (document.Frm.alarm_id.length >= 2) {
90   - for (i=0; i< document.Frm.alarm_id.length;i++){
91   - if (document.Frm.alarm_id[i].checked) {
92   - chkCnt++;
93   - }
94   - }
95   - if (chkCnt==0) {
96   - alert("チェックがされていません");
97   - return false;
98   - }
99   - }else{
100   - if (document.Frm.alarm_id.checked==false) {
101   - alert("チェックがされていません");
102   - return false;
103   - }
104   - }
105   - if (confirm("この内容でアラーム設定します。\\nよろしいですか?")){
106   - document.Frm.action="LIST1711.php";
107   - document.Frm.submit();
108   - }
109   - }
110   -}
111   -
112   -function DayMax(DATE_YYYY,DATE_MM,DAY_MAX,cnt){
113   - DATE_MM=eval(DATE_MM);
114   - if(DATE_MM==1 || DATE_MM==3 || DATE_MM==5 || DATE_MM==7 || DATE_MM==8 || DATE_MM==10 || DATE_MM==12){
115   - DAY_MAX=31;
116   - }else if(DATE_MM==4 || DATE_MM==6 || DATE_MM==9 || DATE_MM==11){
117   - DAY_MAX=30;
118   - }else if(DATE_MM==2){
119   - if((DATE_YYYY%4)==0){
120   - DAY_MAX=29;
121   - }else{
122   - DAY_MAX=28;
123   - }
124   - }
125   -
126   - document.Frm.alarm_dd.options[cnt].text = "--";
127   - document.Frm.alarm_dd.options[cnt].value = "";
128   - for(intCount = 0; intCount < DAY_MAX; intCount++){
129   - cnt++;
130   - document.Frm.alarm_dd.length = cnt+1;
131   - if(cnt>=10){
132   - document.Frm.alarm_dd.options[cnt].text = cnt;
133   - document.Frm.alarm_dd.options[cnt].value = cnt;
134   - }else{
135   - document.Frm.alarm_dd.options[cnt].text = "0"+cnt;
136   - document.Frm.alarm_dd.options[cnt].value = "0"+cnt;
137   - }
138   - }
139   -
140   -}
141   -//カレンダー表示
142   -function cal_get(sTRDate, divid){
143   -
144   - arrYMD = sTRDate.split("/");
145   - if(divid == "calid1"){
146   - objY = document.Frm.alarm_yyyy;
147   - objM = document.Frm.alarm_mm;
148   - objD = document.Frm.alarm_dd;
149   - }
150   -
151   - //年
152   - objY.value=arrYMD[0];
153   - //月
154   - for(i=0;i<objM.options.length;i++){
155   - if(objM.options[i].value == arrYMD[1]){
156   - objM.selectedIndex = i;
157   - break;
158   - }
159   - }
160   - //日
161   - for(i=0;i<objD.options.length;i++){
162   - if(objD.options[i].value == arrYMD[2]){
163   - objD.selectedIndex = i;
164   - break;
165   - }
166   - }
167   -
168   - cal1 = new JKL.Calendar("calid1","Frm","colname1");
169   -}
170   -'; ?>
171   -
172   -</SCRIPT>
173   -<script>
174   -<?php echo '
175   - var cal1 = new JKL.Calendar("calid1","Frm","colname1");
176   -'; ?>
177   -
178   -</SCRIPT>
179   -</HEAD>
180   -<BODY bgcolor="White">
181   -<FORM METHOD="POST" name="Frm">
182   -<!-- ヘッダー表示 -->
183   -<?php $_smarty_tpl_vars = $this->_tpl_vars;
184   -$this->_smarty_include(array('smarty_include_tpl_file' => 'header.tpl', 'smarty_include_vars' => array()));
185   -$this->_tpl_vars = $_smarty_tpl_vars;
186   -unset($_smarty_tpl_vars);
187   - ?>
188   -<!-- メニュー表示 -->
189   -<?php $_smarty_tpl_vars = $this->_tpl_vars;
190   -$this->_smarty_include(array('smarty_include_tpl_file' => 'menu.tpl', 'smarty_include_vars' => array()));
191   -$this->_tpl_vars = $_smarty_tpl_vars;
192   -unset($_smarty_tpl_vars);
193   - ?>
194   -<!-- 一覧表示 -->
195   -<TABLE width="100%" border="0">
196   - <TR>
197   - <TH><B><FONT color="blue" size="5">アラーム設定</FONT></B></TH>
198   - </TR>
199   -</TABLE>
200   -<hr />
201   -<CENTER>
202   - <BR>
203   - <TABLE border=1 bordercolor="#008080" width="544">
204   - <TR>
205   - <TD bgcolor="#FFCC99"><B><FONT size="2">アラーム日時</FONT></B></TD>
206   - <TD>
207   - <INPUT size="5" maxlength="4" type="text" name="alarm_yyyy" Value="<?php echo $this->_tpl_vars['ALARM_YEAR']; ?>
208   -"><FONT size="2">年</FONT>
209   - <SELECT name="alarm_mm" onchange="JavaScript:DayMax(alarm_yyyy.value,alarm_mm.value,0,0);">
210   - <?php echo $this->_tpl_vars['opt_date_mm']; ?>
211   -
212   - </SELECT><FONT size="2">月</FONT>
213   - <SELECT name="alarm_dd">
214   - <?php echo $this->_tpl_vars['opt_date_dd']; ?>
215   -
216   - </SELECT><FONT size="2">日</FONT>
217   - <SELECT name="alarm_hh">
218   - <?php echo $this->_tpl_vars['opt_time_hh']; ?>
219   -
220   - </SELECT><FONT size="2">時</FONT>
221   - <SELECT name="alarm_time_mm">
222   - <?php echo $this->_tpl_vars['opt_time_mm']; ?>
223   -
224   - </SELECT><FONT size="2">分</FONT> 
225   - <!--カレンダー表示-->
226   - <A HREF="javascript:cal1.write();">
227   - <img id="dateLink1" src="./include/cl001.gif" alt="日付選択" border="0" style="vertical-align:middle;margin:5px"/>
228   - </A>
229   - <INPUT type="hidden" name="colname1" value="<?php echo $this->_tpl_vars['calYMD1']; ?>
230   -">
231   - <DIV id="calid1"></DIV>
232   - </TD>
233   - </TR>
234   - </TABLE>
235   - <BR>
236   - <B><FONT size="2" color=#FF0000>※どの回答時にアラーム配信を行なうか選択してください</FONT></B>
237   - <TABLE border=1 bordercolor="#008080" width="544">
238   - <TR bgcolor="#FFCC99">
239   - <TD ALIGN="CENTER" WIDTH="400"><FONT size=2><B>回答文言</B></FONT></TD>
240   - <TD ALIGN="CENTER" WIDTH="144"><FONT size=2><B>設 定</B></FONT></TD>
241   - </TR>
242   - <?php unset($this->_sections['cnt']);
243   -$this->_sections['cnt']['name'] = 'cnt';
244   -$this->_sections['cnt']['loop'] = is_array($_loop=$this->_tpl_vars['kaito']) ? count($_loop) : max(0, (int)$_loop); unset($_loop);
245   -$this->_sections['cnt']['show'] = true;
246   -$this->_sections['cnt']['max'] = $this->_sections['cnt']['loop'];
247   -$this->_sections['cnt']['step'] = 1;
248   -$this->_sections['cnt']['start'] = $this->_sections['cnt']['step'] > 0 ? 0 : $this->_sections['cnt']['loop']-1;
249   -if ($this->_sections['cnt']['show']) {
250   - $this->_sections['cnt']['total'] = $this->_sections['cnt']['loop'];
251   - if ($this->_sections['cnt']['total'] == 0)
252   - $this->_sections['cnt']['show'] = false;
253   -} else
254   - $this->_sections['cnt']['total'] = 0;
255   -if ($this->_sections['cnt']['show']):
256   -
257   - for ($this->_sections['cnt']['index'] = $this->_sections['cnt']['start'], $this->_sections['cnt']['iteration'] = 1;
258   - $this->_sections['cnt']['iteration'] <= $this->_sections['cnt']['total'];
259   - $this->_sections['cnt']['index'] += $this->_sections['cnt']['step'], $this->_sections['cnt']['iteration']++):
260   -$this->_sections['cnt']['rownum'] = $this->_sections['cnt']['iteration'];
261   -$this->_sections['cnt']['index_prev'] = $this->_sections['cnt']['index'] - $this->_sections['cnt']['step'];
262   -$this->_sections['cnt']['index_next'] = $this->_sections['cnt']['index'] + $this->_sections['cnt']['step'];
263   -$this->_sections['cnt']['first'] = ($this->_sections['cnt']['iteration'] == 1);
264   -$this->_sections['cnt']['last'] = ($this->_sections['cnt']['iteration'] == $this->_sections['cnt']['total']);
265   -?>
266   - <?php echo $this->_tpl_vars['kaito'][$this->_sections['cnt']['index']]; ?>
267   -
268   - <?php endfor; endif; ?>
269   - </TABLE>
270   - <BR>
271   - <TABLE border="0" width="544">
272   - <TR>
273   - <TD>
274   - <CENTER>
275   - <FONT SIZE=2>  アラームを設定する場合はこのボタンを押してください⇒</FONT>
276   - <INPUT type="button" value=" 設 定 " onClick="return input_chk(<?php echo $this->_tpl_vars['kaisai_yy']; ?>
277   -,<?php echo $this->_tpl_vars['kaisai_mm']; ?>
278   -,<?php echo $this->_tpl_vars['kaisai_dd']; ?>
279   -,<?php echo $this->_tpl_vars['kaisai_hh']; ?>
280   -);">
281   - <BR><BR>
282   - <FONT SIZE=2>アラーム設定を解除する場合はこのボタンを押してください⇒</FONT>
283   - <INPUT type="button" value=" 解 除 " onClick="return del_chk();">
284   - </CENTER>
285   - </TD>
286   - </TR>
287   - </TABLE>
288   - <BR>
289   - <INPUT type="button" name="back" value="戻 る" onClick="JavaScript:ichiranBack();">
290   -</CENTER>
291   -<BR>
292   -<!-- フッター表示 -->
293   -<?php $_smarty_tpl_vars = $this->_tpl_vars;
294   -$this->_smarty_include(array('smarty_include_tpl_file' => 'footer.tpl', 'smarty_include_vars' => array()));
295   -$this->_tpl_vars = $_smarty_tpl_vars;
296   -unset($_smarty_tpl_vars);
297   - ?>
298   -
299   -<INPUT type="hidden" name="mail_id" value="<?php echo $this->_tpl_vars['mail_id']; ?>
300   -">
301   -<INPUT type="hidden" name="ALARM_FLG" value="<?php echo $this->_tpl_vars['ALARM_FLG']; ?>
302   -">
303   -
304   -<INPUT type="hidden" name="YYYY" value="">
305   -<INPUT type="hidden" name="MM" value="">
306   -<INPUT type="hidden" name="DD" value="">
307   -<INPUT type="hidden" name="HH" value="">
308   -
309   -</FORM>
310   -</BODY>
311   -</HTML>
\ No newline at end of file
1   -<?php /* Smarty version 2.6.26, created on 2017-06-02 09:14:12
2   - compiled from LIST1760.tpl */ ?>
3   -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
4   -<HTML>
5   -<HEAD>
6   -<META name="GENERATOR" content="Microsoft FrontPage 4.0">
7   -<META http-equiv="Content-Type" content="text/html; charset=EUC-JP">
8   -<META http-equiv="Content-Style-Type" content="text/css">
9   -<link href="./css/style.css" rel="stylesheet" type="text/css">
10   -<TITLE>め〜るNiポン!</TITLE>
11   -<script type="text/javascript" src="./include/input_chk.js" charset="EUC-JP"></script>
12   -<SCRIPT LANGUAGE="JavaScript">
13   -<?php echo '
14   -function ichiranBack(){
15   - document.Frm.action="./LIST1000.php";
16   - document.Frm.submit();
17   -}
18   -
19   -'; ?>
20   -
21   -</SCRIPT>
22   -</HEAD>
23   -<BODY bgcolor="White">
24   -<FORM METHOD="POST" NAME="Frm">
25   -<!-- ヘッダー表示 -->
26   -<?php $_smarty_tpl_vars = $this->_tpl_vars;
27   -$this->_smarty_include(array('smarty_include_tpl_file' => 'header.tpl', 'smarty_include_vars' => array()));
28   -$this->_tpl_vars = $_smarty_tpl_vars;
29   -unset($_smarty_tpl_vars);
30   - ?>
31   -<!-- メニュー表示 -->
32   -<?php $_smarty_tpl_vars = $this->_tpl_vars;
33   -$this->_smarty_include(array('smarty_include_tpl_file' => 'menu.tpl', 'smarty_include_vars' => array()));
34   -$this->_tpl_vars = $_smarty_tpl_vars;
35   -unset($_smarty_tpl_vars);
36   - ?>
37   -<!-- 一覧表示 -->
38   -<table width="100%" border="0">
39   - <tr>
40   - <th><B><font color="blue" size="5">ユーザー情報閲覧</font></B></th>
41   - </tr>
42   -</table>
43   -<hr />
44   -<CENTER>
45   - <TR>
46   - <TD>
47   - <TABLE border=1 bordercolor="#008080" width="544">
48   - <TBODY>
49   - <TR>
50   - <TD bgcolor="#FFCC99"><B><FONT size="2">氏名(漢字)</FONT></B></TD>
51   - <TD><B><FONT size="2">&nbsp;</FONT></B>
52   - <?php echo $this->_tpl_vars['name_kj_sei']; ?>
53   -<br>
54   - <B><FONT size="2">&nbsp;</FONT></B>
55   - <?php echo $this->_tpl_vars['name_kj_mei']; ?>
56   -</TD>
57   - </TR>
58   - <TR>
59   - <TD bgcolor="#FFCC99"><B><FONT size="2">氏名(フリガナ)</FONT></B></TD>
60   - <TD><B><FONT size="2">セイ&nbsp;</FONT></B>
61   - <?php echo $this->_tpl_vars['name_kn_sei']; ?>
62   -<br>
63   - <B><FONT size="2">メイ&nbsp;</FONT></B>
64   - <?php echo $this->_tpl_vars['name_kn_mei']; ?>
65   -<B></B></TD>
66   - </TR>
67   - <TR>
68   - <TD bgcolor="#FFCC99"><B><FONT size="2">性別</FONT></B></TD>
69   - <TD><B><FONT size="2"><?php echo $this->_tpl_vars['sei']; ?>
70   -</FONT></B></TD>
71   - </TR>
72   - <TR>
73   - <TD bgcolor="#FFCC99"><B><FONT size="2"><?php echo $this->_tpl_vars['strDisp_Name']; ?>
74   -</FONT></B></TD>
75   - <TD ALIGN="LEFT">
76   - <FONT size=2>
77   - <?php unset($this->_sections['idx']);
78   -$this->_sections['idx']['name'] = 'idx';
79   -$this->_sections['idx']['loop'] = is_array($_loop=$this->_tpl_vars['Group_Name']) ? count($_loop) : max(0, (int)$_loop); unset($_loop);
80   -$this->_sections['idx']['show'] = true;
81   -$this->_sections['idx']['max'] = $this->_sections['idx']['loop'];
82   -$this->_sections['idx']['step'] = 1;
83   -$this->_sections['idx']['start'] = $this->_sections['idx']['step'] > 0 ? 0 : $this->_sections['idx']['loop']-1;
84   -if ($this->_sections['idx']['show']) {
85   - $this->_sections['idx']['total'] = $this->_sections['idx']['loop'];
86   - if ($this->_sections['idx']['total'] == 0)
87   - $this->_sections['idx']['show'] = false;
88   -} else
89   - $this->_sections['idx']['total'] = 0;
90   -if ($this->_sections['idx']['show']):
91   -
92   - for ($this->_sections['idx']['index'] = $this->_sections['idx']['start'], $this->_sections['idx']['iteration'] = 1;
93   - $this->_sections['idx']['iteration'] <= $this->_sections['idx']['total'];
94   - $this->_sections['idx']['index'] += $this->_sections['idx']['step'], $this->_sections['idx']['iteration']++):
95   -$this->_sections['idx']['rownum'] = $this->_sections['idx']['iteration'];
96   -$this->_sections['idx']['index_prev'] = $this->_sections['idx']['index'] - $this->_sections['idx']['step'];
97   -$this->_sections['idx']['index_next'] = $this->_sections['idx']['index'] + $this->_sections['idx']['step'];
98   -$this->_sections['idx']['first'] = ($this->_sections['idx']['iteration'] == 1);
99   -$this->_sections['idx']['last'] = ($this->_sections['idx']['iteration'] == $this->_sections['idx']['total']);
100   -?>
101   - <?php echo $this->_tpl_vars['Group_Name'][$this->_sections['idx']['index']]; ?>
102   -
103   - <?php endfor; endif; ?>
104   - </FONT>
105   - </TD>
106   - </TR>
107   - <tr bgcolor="#ffffff">
108   -
109   - <td valign="top" bgcolor="#FFCC99" rowspan="5"><B><FONT size="2">住 所</FONT></B></TD>
110   - <td><?php echo $this->_tpl_vars['strYubin_no1']; ?>
111   --<?php echo $this->_tpl_vars['strYubin_no2']; ?>
112   -</td>
113   - </tr>
114   - <tr bgcolor="#ffffff">
115   - <td><?php echo $this->_tpl_vars['strJyusyoPref']; ?>
116   -
117   - <BR>
118   - </td>
119   - </tr>
120   - <tr bgcolor="#ffffff">
121   - <td><?php echo $this->_tpl_vars['addr_city']; ?>
122   -
123   - <B><FONT size="2">(市区郡)</FONT></B></TD>
124   - </tr>
125   - <tr bgcolor="#ffffff">
126   - <td><?php echo $this->_tpl_vars['addr_banti']; ?>
127   -
128   - <B><FONT size="2">(町名、番地)</FONT></B></TD>
129   - </tr>
130   - <tr bgcolor="#ffffff">
131   - <td><?php echo $this->_tpl_vars['addr_apart']; ?>
132   -
133   - <B><FONT size="2">(マンション・アパート名)</FONT></B></TD>
134   - </tr>
135   - <tr bgcolor="#ffffff">
136   - <td bgcolor="#FFCC99"><B><FONT size="2">自宅電話番号</FONT></B></TD>
137   - <td><?php echo $this->_tpl_vars['tel_no']; ?>
138   - </td>
139   - </tr>
140   - <tr bgcolor="#ffffff">
141   - <td bgcolor="#FFCC99"><B><FONT size="2">携帯電話番号</FONT></B></TD>
142   - <td><?php echo $this->_tpl_vars['keitai_no']; ?>
143   - </td>
144   - </tr>
145   - <tr bgcolor="#ffffff">
146   - <td bgcolor="#FFCC99"><B><FONT size="2">メモ</FONT></B></TD>
147   - <td><?php echo $this->_tpl_vars['biko']; ?>
148   - </td>
149   - </tr>
150   - <tr bgcolor="#ffffff">
151   - <td bgcolor="#FFCC99"><B><FONT size="2">携帯メールアドレス</FONT></B></TD>
152   - <td><?php echo $this->_tpl_vars['mail_addr']; ?>
153   - </td>
154   - </tr>
155   - <tr bgcolor="#ffffff">
156   - <td bgcolor="#FFCC99"><B><FONT size="2">PCメールアドレス</FONT></B></TD>
157   - <td><?php echo $this->_tpl_vars['pc_mail_addr']; ?>
158   - </td>
159   - </tr>
160   - <INPUT type="hidden" name="strSet_Flg" value="2">
161   - </TBODY>
162   -
163   - </TABLE>
164   - <input type="hidden" name="mail_id" value="<?php echo $this->_tpl_vars['mail_id']; ?>
165   -">
166   -
167   - </FORM>
168   - </TABLE>
169   -<br>
170   - <TABLE border=0 >
171   - <TR>
172   - <TD>
173   - <INPUT type="button" name="back" value="一覧に戻る" onClick="JavaScript:ichiranBack();">
174   - </TD>
175   - </TR>
176   - </TABLE>
177   -
178   - <!-- フッター表示 -->
179   - <?php $_smarty_tpl_vars = $this->_tpl_vars;
180   -$this->_smarty_include(array('smarty_include_tpl_file' => 'footer.tpl', 'smarty_include_vars' => array()));
181   -$this->_tpl_vars = $_smarty_tpl_vars;
182   -unset($_smarty_tpl_vars);
183   - ?>
184   -
185   -</CENTER>
186   -
187   -</BODY>
188   -</HTML>
1   -<?php /* Smarty version 2.6.26, created on 2017-06-01 22:55:40
2   - compiled from MST1150.tpl */ ?>
3   -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
4   -<HTML>
5   -<HEAD>
6   -<META name="GENERATOR" content="Microsoft FrontPage 4.0">
7   -<META http-equiv="Content-Type" content="text/html; charset=EUC-JP">
8   -<META http-equiv="Content-Style-Type" content="text/css">
9   -<link href="./css/style.css" rel="stylesheet" type="text/css">
10   -<TITLE>め〜るNiポン!</TITLE>
11   -<script type="text/javascript" src="./include/input_chk.js" charset="EUC-JP"></script>
12   -<script>
13   -<?php echo '
14   -
15   - function Disp_List(){
16   - document.frm.action="./MST1100.php";
17   - document.frm.method="POST";
18   - document.frm.submit();
19   - return;
20   - }
21   -
22   - function Out_File(){
23   - document.frm.action="./MST1159.php";
24   - document.frm.method="POST";
25   - document.frm.submit();
26   - return;
27   - }
28   -
29   - function CheckFile(){
30   - if (document.frm.userfile.value == ""){
31   - alert("ファイルを選択してください");
32   - return false;
33   - }else{
34   - document.frm.action="./MST1151.php";
35   - document.frm.method="POST";
36   - document.frm.submit();
37   - return;
38   - }
39   - }
40   -
41   -'; ?>
42   -
43   -</script>
44   -</HEAD>
45   -<BODY bgcolor="White">
46   -<FORM name="frm" enctype="multipart/form-data" method="post">
47   -<!-- ヘッダー表示 -->
48   -<?php $_smarty_tpl_vars = $this->_tpl_vars;
49   -$this->_smarty_include(array('smarty_include_tpl_file' => 'header.tpl', 'smarty_include_vars' => array()));
50   -$this->_tpl_vars = $_smarty_tpl_vars;
51   -unset($_smarty_tpl_vars);
52   - ?>
53   -<!-- メニュー表示 -->
54   -<?php $_smarty_tpl_vars = $this->_tpl_vars;
55   -$this->_smarty_include(array('smarty_include_tpl_file' => 'menu.tpl', 'smarty_include_vars' => array()));
56   -$this->_tpl_vars = $_smarty_tpl_vars;
57   -unset($_smarty_tpl_vars);
58   - ?>
59   -<table width="100%" border="0">
60   - <tr>
61   - <th><B><font color=blue size=5>CSV一括登録・出力</font></B></th>
62   - </tr>
63   -</table>
64   -<hr />
65   -<TABLE border="0" width="100%">
66   - <TR>
67   - <TD align="center">
68   - <INPUT type="button" name="back" value="一覧に戻る" onClick="Disp_List();">
69   - </TD>
70   - </TR>
71   - <TR>
72   - <TD align="center">
73   - <table border="0" width="90%">
74   - <tr>
75   - <td align="center">
76   - <input type="button" value="CSV出力" onClick="Out_File();">
77   - </td>
78   - <td align="center">
79   - <input type="hidden" name="MAX_FILE_SIZE" value="10000000">
80   - <b>一括登録:</b>
81   - <input name="userfile" type="file" size="60" contenteditable="false">  
82   - <input type="button" value=" 実 行 " onClick="CheckFile();">
83   - </td>
84   - </tr>
85   - </table>
86   - </TD>
87   - </TR>
88   - <TR>
89   - <TD align="center">
90   - <table border="0" width="90%">
91   - <tr>
92   - <td align="center">
93   - <FONT size=3>■CSVファイルの形式 <b><font color="#FF0000"></font></b>は必須入力です</font><br>
94   - </td>
95   - </tr>
96   - <tr>
97   - <td>
98   - <b><font color="#FF0000" size=3>※CSVの一覧を作成の際は、一度出力・保存をしていただきますと、出力したものを雛型としてご利用いただけます。</font></b>
99   - </td>
100   - </tr>
101   - <tr>
102   - <td>
103   - <b><font color="#FF0000" size=4>下記の注意事項以外のデータを作成し、登録した際のデータ不具合は弊社のサポート対象外となります。</font></b>
104   - </td>
105   - </tr>
106   - <tr>
107   - <td align="center">
108   - <table width="90%" border="0" cellspacing="1" cellpadding="1" class="mainColor">
109   - <tr>
110   - <td>
111   - <table cellspacing="1" cellpadding="1" width="100%" align="center" class="mainColor" border="0">
112   - <tr>
113   - <td class="toneDown" align="center" width="100">要素番号</td>
114   - <td class="toneDown" align="center" width="150">項目名</td>
115   - <td class="toneDown" align="center" >備考</td>
116   - </tr>
117   - <tr>
118   - <td class="backWhite" align="center" width="100"> </td>
119   - <td class="backWhite" align="center" width="150"><font color="#FF0000"><b>タイトル行</b></font></td>
120   - <td class="backWhite" align="left">
121   - <font color="#FF0000"><b>・ CSV登録する際に必ず1行目にタイトル行を作成してください</b></font<?php echo '?>'; ?>
122   -
123   - </td>
124   - </tr>
125   - <tr>
126   - <td class="backWhite" align="center" width="100">0</td>
127   - <td class="backWhite" align="center" width="150">データNo.</td>
128   - <td class="backWhite" align="left" >
129   - ・ユーザーの処理番号です<br>
130   - ・新規追加ユーザーは入力無しで設定してください<br>
131   - ・また、CSV出力により設定されている番号は変更しないでください<br>
132   -  データ不正の原因となります<br>
133   -  既存のユーザー処理番号を入力して登録した場合はデータの<br>
134   -  上書き保存となります<br>
135   - </td>
136   - </tr>
137   - <tr>
138   - <td class="backWhite" align="center" width="100">1</td>
139   - <td class="backWhite" align="center" width="150">漢字姓 <b><font color="#FF0000"></font></b></td>
140   - <td class="backWhite" align="left" >
141   - ・最大全角50文字まで入力可能です<br>
142   - ・個別に更新する際に全角以外の文字を入力するとエラーとなります<br>
143   - </td>
144   - </tr>
145   - <tr>
146   - <td class="backWhite" align="center" width="100">2</td>
147   - <td class="backWhite" align="center" width="150">漢字名</td>
148   - <td class="backWhite" align="left" >
149   - ・最大全角50文字まで入力可能です<br>
150   - ・個別に更新する際に全角以外の文字を入力するとエラーとなります<br>
151   - </td>
152   - </tr>
153   - <tr>
154   - <td class="backWhite" align="center" width="100">3</td>
155   - <td class="backWhite" align="center" width="150">カナ姓</td>
156   - <td class="backWhite" align="left" >
157   - ・最大全角カタカナ100文字まで入力可能です<br>
158   - ・個別に更新する際に全角カタカナ以外の文字を入力するとエラーとなります<br>
159   - </td>
160   - </tr>
161   - <tr>
162   - <td class="backWhite" align="center" width="100">4</td>
163   - <td class="backWhite" align="center" width="150">カナ名</td>
164   - <td class="backWhite" align="left" >
165   - ・最大全角カタカナ100文字まで入力可能です<br>
166   - ・個別に更新する際に全角カタカナ以外の文字を入力するとエラーとなります<br>
167   - </td>
168   - </tr>
169   - <tr>
170   - <td class="backWhite" align="center" width="100">5</td>
171   - <td class="backWhite" align="center" width="150">性別</td>
172   - <td class="backWhite" align="left" >
173   - ・「男」「女」以外は設定しないでください<br>
174   - ・未入力、上記設定値以外は「男」となります<br>
175   - </td>
176   - </tr>
177   - <tr>
178   - <td class="backWhite" align="center" width="100">6</td>
179   - <td class="backWhite" align="center" width="150">所属 <b><font color="#FF0000"></font></b></td>
180   - <td class="backWhite" align="left" >
181   - ・所属グループを選択します<br>
182   - ・所属は必ず3桁の半角数字を入力してください<br>
183   -  ※例:001(Excelにて入力する場合は「'001」と入力してください)<br>
184   - ・複数グループ所属時は"/"(スラッシュ)で区切ってください<br>
185   -  (設定例) 001/002/003/<br>
186   - 下記一覧以外の値は使用しないでください<br>
187   - <table width="300" border="0" cellspacing="1" cellpadding="1" class="mainColor">
188   - <tr>
189   - <td>
190   - <table cellspacing="1" cellpadding="1" align="center" class="mainColor" border="0">
191   - <tr>
192   - <td class="toneDown" align="center" width="150">グループ番号</td>
193   - <td class="toneDown" align="center" width="150">グループ名</td>
194   - </tr>
195   - <?php unset($this->_sections['idx']);
196   -$this->_sections['idx']['name'] = 'idx';
197   -$this->_sections['idx']['loop'] = is_array($_loop=$this->_tpl_vars['Group_Data']) ? count($_loop) : max(0, (int)$_loop); unset($_loop);
198   -$this->_sections['idx']['show'] = true;
199   -$this->_sections['idx']['max'] = $this->_sections['idx']['loop'];
200   -$this->_sections['idx']['step'] = 1;
201   -$this->_sections['idx']['start'] = $this->_sections['idx']['step'] > 0 ? 0 : $this->_sections['idx']['loop']-1;
202   -if ($this->_sections['idx']['show']) {
203   - $this->_sections['idx']['total'] = $this->_sections['idx']['loop'];
204   - if ($this->_sections['idx']['total'] == 0)
205   - $this->_sections['idx']['show'] = false;
206   -} else
207   - $this->_sections['idx']['total'] = 0;
208   -if ($this->_sections['idx']['show']):
209   -
210   - for ($this->_sections['idx']['index'] = $this->_sections['idx']['start'], $this->_sections['idx']['iteration'] = 1;
211   - $this->_sections['idx']['iteration'] <= $this->_sections['idx']['total'];
212   - $this->_sections['idx']['index'] += $this->_sections['idx']['step'], $this->_sections['idx']['iteration']++):
213   -$this->_sections['idx']['rownum'] = $this->_sections['idx']['iteration'];
214   -$this->_sections['idx']['index_prev'] = $this->_sections['idx']['index'] - $this->_sections['idx']['step'];
215   -$this->_sections['idx']['index_next'] = $this->_sections['idx']['index'] + $this->_sections['idx']['step'];
216   -$this->_sections['idx']['first'] = ($this->_sections['idx']['iteration'] == 1);
217   -$this->_sections['idx']['last'] = ($this->_sections['idx']['iteration'] == $this->_sections['idx']['total']);
218   -?>
219   - <tr>
220   - <td class="backWhite" align="center" width="150"><?php echo $this->_tpl_vars['Group_Data'][$this->_sections['idx']['index']][0]; ?>
221   -</td>
222   - <td class="backWhite" align="center" width="150"><?php echo $this->_tpl_vars['Group_Data'][$this->_sections['idx']['index']][1]; ?>
223   -</td>
224   - </tr>
225   - <?php endfor; endif; ?>
226   - </table>
227   - </td>
228   - </tr>
229   - </table>
230   - </td>
231   - </tr>
232   - <tr>
233   - <td class="backWhite" align="center" width="100">7</td>
234   - <td class="backWhite" align="center" width="150">メールアドレス(PC)</td>
235   - <td class="backWhite" align="left" >
236   - ・PC側メールアドレスを設定します<br>
237   - ・半角英数文字のみ入力してください<br>
238   - </td>
239   - </tr>
240   - <tr>
241   - <td class="backWhite" align="center" width="100">8</td>
242   - <td class="backWhite" align="center" width="150">メールアドレス(携帯)</td>
243   - <td class="backWhite" align="left" >
244   - ・携帯電話側メールアドレスを設定します<br>
245   - ・半角英数文字のみ入力してください<br>
246   - </td>
247   - </tr>
248   - <tr>
249   - <td class="backWhite" align="center" width="100">9</td>
250   - <td class="backWhite" align="center" width="150">郵便番号</td>
251   - <td class="backWhite" align="left" >
252   - ・「-」なし半角数字のみで入力してください<br>
253   - ・最大半角7文字まで入力可能です<br>
254   - </td>
255   - </tr>
256   - <tr>
257   - <td class="backWhite" align="center" width="100">10</td>
258   - <td class="backWhite" align="center" width="150">住所(県)</td>
259   - <td class="backWhite" align="left" >
260   - ・正式な県名を入力してください<br>
261   -  (設定例)<br>
262   -  <b><font color="#FF0000">×</font></b> 宮城<br>
263   -  <b></b> 宮城県<br>
264   - </td>
265   - </tr>
266   - <tr>
267   - <td class="backWhite" align="center" width="100">11</td>
268   - <td class="backWhite" align="center" width="150">住所(市)</td>
269   - <td class="backWhite" align="left" >
270   - ・全角50文字まで入力可能です<br>
271   - </td>
272   - </tr>
273   - <tr>
274   - <td class="backWhite" align="center" width="100">12</td>
275   - <td class="backWhite" align="center" width="150">住所(町名番地)</td>
276   - <td class="backWhite" align="left" >
277   - ・全角50文字まで入力可能です<br>
278   - </td>
279   - </tr>
280   - <tr>
281   - <td class="backWhite" align="center" width="100">13</td>
282   - <td class="backWhite" align="center" width="150">住所(その他)</td>
283   - <td class="backWhite" align="left" >
284   - ・全角50文字まで入力可能です<br>
285   - </td>
286   - </tr>
287   - <tr>
288   - <td class="backWhite" align="center" width="100">14</td>
289   - <td class="backWhite" align="center" width="150">電話番号</td>
290   - <td class="backWhite" align="left" >
291   - ・半角14文字まで入力可能です<br>
292   - ・局番の区切りには「-」を入力してください<br>
293   - </td>
294   - </tr>
295   - <tr>
296   - <td class="backWhite" align="center" width="100">15</td>
297   - <td class="backWhite" align="center" width="150">携帯電話番号</td>
298   - <td class="backWhite" align="left" >
299   - ・半角14文字まで入力可能です<br>
300   - ・番号の区切りに「-」を入力してください<br>
301   - </td>
302   - </tr>
303   - <tr>
304   - <td class="backWhite" align="center" width="100">16</td>
305   - <td class="backWhite" align="center" width="150">メモ</td>
306   - <td class="backWhite" align="left" >
307   - ・メモ欄にご使用ください<br>
308   - </td>
309   - </tr>
310   - <tr>
311   - <td class="backWhite" align="center" width="100">17</td>
312   - <td class="backWhite" align="center" width="150">会社名</td>
313   - <td class="backWhite" align="left" >
314   - ・全角25文字まで入力可能です<br>
315   - </td>
316   - </tr>
317   - </table>
318   - </td>
319   - </tr>
320   - </table>
321   - </td>
322   - </tr>
323   - </table>
324   - </TD>
325   - </TR>
326   - <TR>
327   - <TD align="center">
328   - <INPUT type="button" name="back" value="一覧に戻る" onClick="Disp_List();">
329   - </TD>
330   - </TR>
331   -</TABLE>
332   -<!-- フッター表示 -->
333   -<?php $_smarty_tpl_vars = $this->_tpl_vars;
334   -$this->_smarty_include(array('smarty_include_tpl_file' => 'footer.tpl', 'smarty_include_vars' => array()));
335   -$this->_tpl_vars = $_smarty_tpl_vars;
336   -unset($_smarty_tpl_vars);
337   - ?>
338   -</FORM>
339   -</BODY>
340   -</HTML>
\ No newline at end of file
1   -<?php /* Smarty version 2.6.26, created on 2018-04-01 22:54:27
2   - compiled from MST1423.tpl */ ?>
3   -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
4   -<HTML>
5   -<HEAD>
6   -<META name="GENERATOR" content="Microsoft FrontPage 4.0">
7   -<META http-equiv="Content-Type" content="text/html; charset=EUC-JP">
8   -<META http-equiv="Content-Style-Type" content="text/css">
9   -<link href="./css/style.css" rel="stylesheet" type="text/css">
10   -<TITLE>め〜るNiポン!</TITLE>
11   -<SCRIPT LANGUAGE="JavaScript">
12   -<?php echo '
13   -//********** 一覧へ戻る **********
14   -function ichiranBack(){
15   - if (confirm("入力内容は破棄して回答パターン一覧画面に戻ります\\nよろしいですか?")){
16   - document.Frm.action="./MST1410.php";
17   - document.Frm.submit();
18   - }
19   -}
20   -//********** 入力チェック **********
21   -function input_chk(flg){
22   - if(document.Frm.pattern_nm.value == ""){
23   - window.alert("回答パターン名称を入力してください。");
24   - document.Frm.pattern_nm.focus();
25   - return false;
26   - }
27   - if (confirm("この内容で登録します。\\nよろしいですか?")){
28   - if (flg == 1){
29   - document.Frm.action="MST1422.php";
30   - document.Frm.submit();
31   - }else{
32   - document.Frm.action="MST1421.php";
33   - document.Frm.submit();
34   - }
35   - }
36   -}
37   -
38   -//********** 解答欄変更 **********
39   -function num_change(){
40   - document.Frm.action="MST1420.php";
41   - document.Frm.submit();
42   -}
43   -'; ?>
44   -
45   -</SCRIPT>
46   -</HEAD>
47   -<BODY bgcolor="White">
48   -<form name="Frm" method="POST">
49   -<!-- ヘッダー表示 -->
50   -<?php $_smarty_tpl_vars = $this->_tpl_vars;
51   -$this->_smarty_include(array('smarty_include_tpl_file' => 'header.tpl', 'smarty_include_vars' => array()));
52   -$this->_tpl_vars = $_smarty_tpl_vars;
53   -unset($_smarty_tpl_vars);
54   - ?>
55   -<!-- メニュー表示 -->
56   -<?php $_smarty_tpl_vars = $this->_tpl_vars;
57   -$this->_smarty_include(array('smarty_include_tpl_file' => 'menu.tpl', 'smarty_include_vars' => array()));
58   -$this->_tpl_vars = $_smarty_tpl_vars;
59   -unset($_smarty_tpl_vars);
60   - ?>
61   -<!-- 一覧表示 -->
62   -<CENTER>
63   -<table width="100%" border="0">
64   - <tr>
65   - <th><B><FONT color=blue size=5>回答パターン登録</FONT></B></th>
66   - </tr>
67   -</table>
68   -<hr/>
69   -<br>
70   -<TABLE border=0 WIDTH="700">
71   - <TR>
72   - <TD>
73   - <CENTER>
74   - <INPUT type="button" name="back" value="一覧に戻る" onClick="JavaScript:ichiranBack();">
75   - </CENTER>
76   - </TD>
77   - </TR>
78   - <TR>
79   - <TD>
80   - <B><FONT size="2" color=#FF0000></FONT></B><FONT size="2">は入力必須項目です</FONT>
81   - </TD>
82   - </TR>
83   - <TR>
84   - <TD>
85   - <TABLE border=1 bordercolor="#008080" >
86   - <TR>
87   - <TD bgcolor="#FFCC99" WIDTH="150">
88   - <B><FONT size="2">回答パターン名称</FONT><FONT size="2" color=#FF0000></FONT></B>
89   - </TD>
90   - <TD>
91   - <INPUT maxlength="30" size="50" type="text" name="pattern_nm" value="<?php echo $this->_tpl_vars['pattern_nm']; ?>
92   -">
93   - <B><FONT size="2">(英数字:最大30文字)</FONT></B>
94   - </TD>
95   - </TR>
96   - <TR>
97   - <TD bgcolor="#FFCC99"><B><FONT size="2">選択数</FONT></B></TD>
98   - <TD>
99   - <select name="select_nm" onChange="num_change();">
100   - <?php unset($this->_sections['cnt']);
101   -$this->_sections['cnt']['name'] = 'cnt';
102   -$this->_sections['cnt']['start'] = (int)0;
103   -$this->_sections['cnt']['loop'] = is_array($_loop=$this->_tpl_vars['max_num']) ? count($_loop) : max(0, (int)$_loop); unset($_loop);
104   -$this->_sections['cnt']['show'] = true;
105   -$this->_sections['cnt']['max'] = $this->_sections['cnt']['loop'];
106   -$this->_sections['cnt']['step'] = 1;
107   -if ($this->_sections['cnt']['start'] < 0)
108   - $this->_sections['cnt']['start'] = max($this->_sections['cnt']['step'] > 0 ? 0 : -1, $this->_sections['cnt']['loop'] + $this->_sections['cnt']['start']);
109   -else
110   - $this->_sections['cnt']['start'] = min($this->_sections['cnt']['start'], $this->_sections['cnt']['step'] > 0 ? $this->_sections['cnt']['loop'] : $this->_sections['cnt']['loop']-1);
111   -if ($this->_sections['cnt']['show']) {
112   - $this->_sections['cnt']['total'] = min(ceil(($this->_sections['cnt']['step'] > 0 ? $this->_sections['cnt']['loop'] - $this->_sections['cnt']['start'] : $this->_sections['cnt']['start']+1)/abs($this->_sections['cnt']['step'])), $this->_sections['cnt']['max']);
113   - if ($this->_sections['cnt']['total'] == 0)
114   - $this->_sections['cnt']['show'] = false;
115   -} else
116   - $this->_sections['cnt']['total'] = 0;
117   -if ($this->_sections['cnt']['show']):
118   -
119   - for ($this->_sections['cnt']['index'] = $this->_sections['cnt']['start'], $this->_sections['cnt']['iteration'] = 1;
120   - $this->_sections['cnt']['iteration'] <= $this->_sections['cnt']['total'];
121   - $this->_sections['cnt']['index'] += $this->_sections['cnt']['step'], $this->_sections['cnt']['iteration']++):
122   -$this->_sections['cnt']['rownum'] = $this->_sections['cnt']['iteration'];
123   -$this->_sections['cnt']['index_prev'] = $this->_sections['cnt']['index'] - $this->_sections['cnt']['step'];
124   -$this->_sections['cnt']['index_next'] = $this->_sections['cnt']['index'] + $this->_sections['cnt']['step'];
125   -$this->_sections['cnt']['first'] = ($this->_sections['cnt']['iteration'] == 1);
126   -$this->_sections['cnt']['last'] = ($this->_sections['cnt']['iteration'] == $this->_sections['cnt']['total']);
127   -?>
128   - <option value="<?php echo $this->_sections['cnt']['index']; ?>
129   -"
130   - <?php if ($this->_tpl_vars['select_nm'] == $this->_sections['cnt']['index']): ?>
131   - selected
132   - <?php endif; ?>
133   - ><?php echo $this->_sections['cnt']['index']; ?>
134   -
135   - <?php endfor; endif; ?>
136   - </select>
137   - <BR>
138   - <FONT size=2><B>選択数0個の送信は、既読確認のみで回答を入力することはできません。</B></FONT>
139   - </TD>
140   - </TR>
141   - <?php unset($this->_sections['cnt']);
142   -$this->_sections['cnt']['name'] = 'cnt';
143   -$this->_sections['cnt']['start'] = (int)1;
144   -$this->_sections['cnt']['loop'] = is_array($_loop=$this->_tpl_vars['select_nm']+1) ? count($_loop) : max(0, (int)$_loop); unset($_loop);
145   -$this->_sections['cnt']['show'] = true;
146   -$this->_sections['cnt']['max'] = $this->_sections['cnt']['loop'];
147   -$this->_sections['cnt']['step'] = 1;
148   -if ($this->_sections['cnt']['start'] < 0)
149   - $this->_sections['cnt']['start'] = max($this->_sections['cnt']['step'] > 0 ? 0 : -1, $this->_sections['cnt']['loop'] + $this->_sections['cnt']['start']);
150   -else
151   - $this->_sections['cnt']['start'] = min($this->_sections['cnt']['start'], $this->_sections['cnt']['step'] > 0 ? $this->_sections['cnt']['loop'] : $this->_sections['cnt']['loop']-1);
152   -if ($this->_sections['cnt']['show']) {
153   - $this->_sections['cnt']['total'] = min(ceil(($this->_sections['cnt']['step'] > 0 ? $this->_sections['cnt']['loop'] - $this->_sections['cnt']['start'] : $this->_sections['cnt']['start']+1)/abs($this->_sections['cnt']['step'])), $this->_sections['cnt']['max']);
154   - if ($this->_sections['cnt']['total'] == 0)
155   - $this->_sections['cnt']['show'] = false;
156   -} else
157   - $this->_sections['cnt']['total'] = 0;
158   -if ($this->_sections['cnt']['show']):
159   -
160   - for ($this->_sections['cnt']['index'] = $this->_sections['cnt']['start'], $this->_sections['cnt']['iteration'] = 1;
161   - $this->_sections['cnt']['iteration'] <= $this->_sections['cnt']['total'];
162   - $this->_sections['cnt']['index'] += $this->_sections['cnt']['step'], $this->_sections['cnt']['iteration']++):
163   -$this->_sections['cnt']['rownum'] = $this->_sections['cnt']['iteration'];
164   -$this->_sections['cnt']['index_prev'] = $this->_sections['cnt']['index'] - $this->_sections['cnt']['step'];
165   -$this->_sections['cnt']['index_next'] = $this->_sections['cnt']['index'] + $this->_sections['cnt']['step'];
166   -$this->_sections['cnt']['first'] = ($this->_sections['cnt']['iteration'] == 1);
167   -$this->_sections['cnt']['last'] = ($this->_sections['cnt']['iteration'] == $this->_sections['cnt']['total']);
168   -?>
169   - <TR>
170   - <TD bgcolor="#FFCC99">
171   - <B><FONT size="2">回答パターン<?php echo $this->_sections['cnt']['index']; ?>
172   -</FONT></B>
173   - </TD>
174   - <TD>
175   - <?php if ($this->_tpl_vars['name_nm'][$this->_sections['cnt']['index']] == ""): ?>
176   - <B><FONT size="2" color="#FF0000">※入力されていません。</FONT></B><br>
177   - <?php endif; ?>
178   - <INPUT maxlength="20" size="30" type="text" name="name_nm[<?php echo $this->_sections['cnt']['index']; ?>
179   -]" value="<?php echo $this->_tpl_vars['name_nm'][$this->_sections['cnt']['index']]; ?>
180   -">
181   - <B><FONT size="2">(英数字:最大30文字)</FONT></B>
182   - <input type="hidden" name="name<?php echo $this->_sections['cnt']['index']; ?>
183   -_id" value="<?php echo $this->_sections['cnt']['index']; ?>
184   -">
185   - </TD>
186   - </TR>
187   - <?php endfor; endif; ?>
188   - </TABLE>
189   - </TD>
190   - </TR>
191   -</TABLE>
192   -
193   -<TABLE border=0 WIDTH="700">
194   - <TR>
195   - <td align="center">
196   - <input type="button" value="<?php echo $this->_tpl_vars['btn_value']; ?>
197   -" onClick="return input_chk(<?php echo $this->_tpl_vars['exeflg']; ?>
198   -);">
199   - </TD>
200   - </TR>
201   -</TABLE>
202   -
203   -</CENTER>
204   -
205   -<input type="hidden" name="pattern_id" value="<?php echo $this->_tpl_vars['pattern_id']; ?>
206   -">
207   -<input type="hidden" name="default_flg" value="<?php echo $this->_tpl_vars['default_flg']; ?>
208   -">
209   -<input type="hidden" name="del_flg" value="<?php echo $this->_tpl_vars['del_flg']; ?>
210   -">
211   -<input type="hidden" name="exeflg" value="<?php echo $this->_tpl_vars['exeflg']; ?>
212   -">
213   -<input type="hidden" name="e" value="<?php echo $this->_tpl_vars['exeflg']; ?>
214   -">
215   -<input type="hidden" name="p" value="<?php echo $this->_tpl_vars['pattern_id']; ?>
216   -">
217   -<input type="hidden" name="scrflg" value="1">
218   -
219   -<!-- フッター表示 -->
220   -<?php $_smarty_tpl_vars = $this->_tpl_vars;
221   -$this->_smarty_include(array('smarty_include_tpl_file' => 'footer.tpl', 'smarty_include_vars' => array()));
222   -$this->_tpl_vars = $_smarty_tpl_vars;
223   -unset($_smarty_tpl_vars);
224   - ?>
225   -</FORM>
226   -</BODY>
227   -</HTML>
\ No newline at end of file
1   -<?php /* Smarty version 2.6.26, created on 2017-05-31 13:33:23
2   - compiled from info.tpl */ ?>
3   -<h2 class="info">
4   - <font size=2 color="#ff0000"><b>お知らせ</b><br /></font>
5   -</h2>
6   -<table width="100%">
7   - <tr>
8   - <td width="50" align="center"><img src="img/info_icon.gif"></td>
9   - <td align="left">
10   - <font size= 2>
11   - <定期メンテナンスのお知らせ>毎週月曜日 20:00〜20:20の間にサーバーメンテナンスの為、サーバに一時的に繋がりにくくなります。
12   - </font>
13   - </td>
14   - </tr>
15   - <tr>
16   - <td colspan="2" align="center"><hr></td>
17   - </tr>
18   - <tr>
19   - <td width="50" align="center">&nbsp;</td>
20   - <td align="left">
21   - <font size= 2>
22   - ≪≪ポイントをお申込みいただいた方限定≫≫<br />
23   - ・ユーザー情報『CSVファイル出力・一括登録機能』追加のお知らせ<br />
24   -  (ユーザー一覧を出力したり、名簿などを利用してユーザー情報を一括して登録できる機能です)<br /><br />
25   - ・ユーザー情報メニューにて、ポイントをお申込みいただいた方限定で「CSVファイル出力・一括登録」機能が適用されます。<br />
26   -  詳細・方法については、ログイン後、ユーザー情報メニューの「一括編集ボタン」をクリックしていただきますとご確認いただけます。<br /><br />
27   -  ※CSVの一覧を作成の際は、一度出力・保存をしていただきますと、出力したものを雛型としてご利用いただけます。<br /><br />
28   -  ※ポイントを入金したにもかかわらず、CSVが適用されていない場合は、<font color="#ff0000">団体名及びログインIDを記載のうえ、</font><br />
29   -   弊社(<a href="mailto:webmaster@media-tek.co.jp">webmaster@media-tek.co.jp</a>)までご連絡ください。<br /><br />
30   - <グループウェア『E-グルPro』のお知らせ><br />
31   - メディアテックでは、グループ内の情報共有ツールとしてグループウェア『E-グルPro』を提供しております。<br />
32   - め〜るNiポン!と併せてご利用いただくことで効率的なグループ運営が期待できます。<br />
33   - 詳しくは<b><a href="http://www.e-gru.net/" target="_blank">こちら</a></b>をご覧ください。<br />
34   - </font>
35   - </td>
36   - </tr>
37   -</table>
1   -<?php /* Smarty version 2.6.26, created on 2017-06-01 09:16:25
2   - compiled from MST1310.tpl */ ?>
3   -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
4   -<HTML>
5   -<HEAD>
6   -<META name="GENERATOR" content="Microsoft FrontPage 4.0">
7   -<META http-equiv="Content-Type" content="text/html; charset=EUC-JP">
8   -<META http-equiv="Content-Style-Type" content="text/css">
9   -<link href="./css/style.css" rel="stylesheet" type="text/css">
10   -<TITLE>め〜るNiポン!</TITLE>
11   -<script>
12   -<?php echo '
13   -function inputDataCheck(){
14   - if(document.Frm.disp2_name.value==""){
15   - window.alert("グループ名を入力して下さい");
16   - Frm.disp2_name.focus();
17   - return false;
18   - }
19   -
20   - if(document.Frm.disp3_name.value==""){
21   - window.alert("件名を入力して下さい");
22   - Frm.disp3_name.focus();
23   - return false;
24   - }
25   -
26   - if(document.Frm.disp6_name.value==""){
27   - window.alert("メール件名(定型文)");
28   - Frm.disp6_name.focus();
29   - return false;
30   - }
31   -
32   - if (confirm("この内容で情報を更新しますか?")){
33   - document.Frm.action="MST1311.php";
34   - document.Frm.submit();
35   - }
36   -}
37   -
38   -function ichiranBack(){
39   - if (confirm("入力内容は破棄して戻ります\\nよろしいですか?")){
40   - document.Frm.action="MAIN0000.php";
41   - document.Frm.submit();
42   - }
43   -}
44   -'; ?>
45   -
46   -</SCRIPT>
47   -</HEAD>
48   -<form name="Frm" method="POST">
49   -<!-- ヘッダー表示 -->
50   -<?php $_smarty_tpl_vars = $this->_tpl_vars;
51   -$this->_smarty_include(array('smarty_include_tpl_file' => 'header.tpl', 'smarty_include_vars' => array()));
52   -$this->_tpl_vars = $_smarty_tpl_vars;
53   -unset($_smarty_tpl_vars);
54   - ?>
55   -<!-- メニュー表示 -->
56   -<?php $_smarty_tpl_vars = $this->_tpl_vars;
57   -$this->_smarty_include(array('smarty_include_tpl_file' => 'menu.tpl', 'smarty_include_vars' => array()));
58   -$this->_tpl_vars = $_smarty_tpl_vars;
59   -unset($_smarty_tpl_vars);
60   - ?>
61   -<!-- 一覧表示 -->
62   -<center>
63   -<table width="100%" border="0">
64   - <tr>
65   - <th><B><FONT color=blue size=5>表示メッセージ登録</FONT></B></th>
66   - </tr>
67   -</table>
68   -<hr/>
69   -<TABLE border="0" width="544">
70   - <TR>
71   - <TD width="345">
72   - <B><FONT size="2" color=#FF0000>*</FONT></B><FONT size="2">は入力必須項目です</FONT>
73   - </TD>
74   - </TR>
75   -</TABLE>
76   -<TABLE border=1 bordercolor="#008080" width="544">
77   - <TR>
78   - <TD bgcolor="#FFCC99"><B><FONT size="2" color=#FF0000>*</FONT></B><FONT size="2"><B><FONT size="2">グループ項目名</FONT></B></TD>
79   - <TD><INPUT maxlength="15" size="40" type="text" name="disp2_name" Value="<?php echo $this->_tpl_vars['strDisp_Name'][1]; ?>
80   -"></TD>
81   - </TR>
82   - <TR>
83   - <TD bgcolor="#FFCC99"><B><FONT size="2" color=#FF0000>*</FONT></B><FONT size="2"><B><FONT size="2">件名</FONT></B></TD>
84   - <TD><INPUT maxlength="15" size="40" type="text" name="disp3_name" Value="<?php echo $this->_tpl_vars['strDisp_Name'][2]; ?>
85   -"></TD>
86   - </TR>
87   - <TR>
88   - <TD bgcolor="#FFCC99"><B><FONT size="2" color=#FF0000>*</FONT></B><FONT size="2"><B><FONT size="2">メール件名(定型文)</FONT></B></TD>
89   - <TD><INPUT maxlength="15" size="40" type="text" name="disp6_name" Value="<?php echo $this->_tpl_vars['strDisp_Name'][3]; ?>
90   -"></TD>
91   - </TR>
92   -</TABLE>
93   -<BR>
94   -<TABLE border="0" width="544">
95   - <TR>
96   - <TD width="360"><FONT size="2"><B>情報を更新する場合はこのボタンを押してください⇒</B></FONT></TD>
97   - <TD><INPUT type="button" name="update" value=" 更 新 " onClick="JavaScript:inputDataCheck();"></TD>
98   - </TR>
99   -</TABLE>
100   -
101   -<BR>
102   -<INPUT type="button" name="back" value="メニューへ戻る" onClick="JavaScript:ichiranBack();">
103   -
104   -</CENTER>
105   -
106   -<INPUT TYPE="hidden" NAME="disp2_id" VALUE="2">
107   -<INPUT TYPE="hidden" NAME="disp3_id" VALUE="3">
108   -<INPUT TYPE="hidden" NAME="disp6_id" VALUE="6">
109   -
110   -<!-- フッター表示 -->
111   -<?php $_smarty_tpl_vars = $this->_tpl_vars;
112   -$this->_smarty_include(array('smarty_include_tpl_file' => 'footer.tpl', 'smarty_include_vars' => array()));
113   -$this->_tpl_vars = $_smarty_tpl_vars;
114   -unset($_smarty_tpl_vars);
115   - ?>
116   -</FORM>
117   -</BODY>
118   -</HTML>
\ No newline at end of file
1   -<?php /* Smarty version 2.6.26, created on 2017-06-01 23:09:42
2   - compiled from SEND1002.tpl */ ?>
3   -<DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
4   -<HTML>
5   -<HEAD>
6   -<META name="GENERATOR" content="Microsoft FrontPage 4.0">
7   -<META http-equiv="Content-Type" content="text/html; charset=EUC-JP">
8   -<META http-equiv="Content-Style-Type" content="text/css">
9   -<link href="./css/style.css" rel="stylesheet" type="text/css">
10   -<TITLE>め〜るNiポン!</TITLE>
11   -<script type="text/javascript" src="./include/input_chk.js" charset="EUC-JP"></script>
12   -<script>
13   -<?php echo '
14   -function TP(){
15   - document.frm.action = "SEND1000.php";
16   - document.frm.method = "POST";
17   - document.frm.submit();
18   -}
19   -
20   -function All_chk1(intFlg){
21   - if (document.frm.select_cd){
22   - if (document.frm.select_cd.length){
23   - for(i = 0 ; i <= document.frm.select_cd.length-1; i++ ){
24   - if (intFlg==1){
25   - document.frm.select_cd[i].checked=true;
26   - }else{
27   - document.frm.select_cd[i].checked=false;
28   - }
29   - }
30   - }else{
31   - if (intFlg==1){
32   - document.frm.select_cd.checked=true;
33   - }else{
34   - document.frm.select_cd.checked=false;
35   - }
36   - }
37   - }
38   -}
39   -
40   -function Tuika_User(){
41   - var Sel_Data = "";
42   - if (document.frm.select_cd){
43   - if (document.frm.select_cd.length){
44   - for(i = 0 ; i <= document.frm.select_cd.length-1; i++ ){
45   - if (document.frm.select_cd[i].checked){
46   - Sel_Data = Sel_Data+document.frm.select_cd[i].value+",";
47   - }
48   - }
49   - }else{
50   - if (document.frm.select_cd.checked){
51   - Sel_Data = Sel_Data+document.frm.select_cd.value+",";
52   - }
53   - }
54   - if (Sel_Data==""){
55   - alert("追加するユーザーを選択してください。");
56   - }else{
57   - document.frm.Send_User.value=document.frm.Send_User.value+Sel_Data;
58   - document.frm.action = "SEND1002.php";
59   - document.frm.method = "POST";
60   - document.frm.submit();
61   - }
62   - }
63   -}
64   -
65   -function All_chk2(intFlg){
66   -
67   - if (document.frm.send_cd){
68   - if (document.frm.send_cd.length){
69   - for(i = 0 ; i <= document.frm.send_cd.length-1; i++ ){
70   - if (intFlg==1){
71   - document.frm.send_cd[i].checked=true;
72   - }else{
73   - document.frm.send_cd[i].checked=false;
74   - }
75   - }
76   - }else{
77   - if (intFlg==1){
78   - document.frm.send_cd.checked=true;
79   - }else{
80   - document.frm.send_cd.checked=false;
81   - }
82   - }
83   - }
84   -}
85   -
86   -function Delete_User(){
87   - var Sel_Data = "";
88   -
89   - if (document.frm.send_cd){
90   - if (document.frm.send_cd.length){
91   - for(i = 0 ; i <= document.frm.send_cd.length-1; i++ ){
92   - if (document.frm.send_cd[i].checked==false){
93   - Sel_Data = Sel_Data+document.frm.send_cd[i].value+",";
94   - }
95   - }
96   - }else{
97   - if (document.frm.send_cd.checked==false){
98   - Sel_Data = Sel_Data+document.frm.send_cd.value+",";
99   - }
100   - }
101   -
102   - document.frm.Send_User.value=Sel_Data;
103   - document.frm.action = "SEND1002.php";
104   - document.frm.method = "POST";
105   - document.frm.submit();
106   - }
107   -}
108   -
109   -'; ?>
110   -
111   -</script>
112   -</HEAD>
113   -<BODY bgcolor="White">
114   -<FORM name="frm" method="post">
115   -<!-- ヘッダー表示 -->
116   -<?php $_smarty_tpl_vars = $this->_tpl_vars;
117   -$this->_smarty_include(array('smarty_include_tpl_file' => 'header.tpl', 'smarty_include_vars' => array()));
118   -$this->_tpl_vars = $_smarty_tpl_vars;
119   -unset($_smarty_tpl_vars);
120   - ?>
121   -<!-- メニュー表示 -->
122   -<?php $_smarty_tpl_vars = $this->_tpl_vars;
123   -$this->_smarty_include(array('smarty_include_tpl_file' => 'menu.tpl', 'smarty_include_vars' => array()));
124   -$this->_tpl_vars = $_smarty_tpl_vars;
125   -unset($_smarty_tpl_vars);
126   - ?>
127   -<table border="0" width="100%">
128   - <tr>
129   - <td>
130   - <table width="100%" border="0">
131   - <tr><th><B><FONT color=blue size=5>送信先選択</FONT></B></th></tr>
132   - </table>
133   - </td>
134   - </tr>
135   - <tr><td align="center"><hr /></td></tr>
136   - <tr>
137   - <td align="center">
138   - <B><FONT color=blue size=4><A HREF="#" onClick="TP();">[ 送信選択終了 ]</A></FONT></B>
139   - </td>
140   - </tr>
141   - <tr>
142   - <td align="center"><FONT size=2>会員一覧が表示されます。</FONT></td>
143   - </tr>
144   - <tr>
145   - <td align="center">
146   - <?php if ($this->_tpl_vars['Select_List'][0][1] != ""): ?>
147   - <table border=0 WIDTH="900" >
148   - <TR>
149   - <TD align="center"></TD>
150   - <TD align="center"><B>氏名</B></TD>
151   - <TD align="center"><B>携帯アドレス</B></TD>
152   - <TD align="center"><B>PCアドレス</B></TD>
153   - </TR>
154   - <?php unset($this->_sections['idx']);
155   -$this->_sections['idx']['name'] = 'idx';
156   -$this->_sections['idx']['loop'] = is_array($_loop=$this->_tpl_vars['Select_List']) ? count($_loop) : max(0, (int)$_loop); unset($_loop);
157   -$this->_sections['idx']['show'] = true;
158   -$this->_sections['idx']['max'] = $this->_sections['idx']['loop'];
159   -$this->_sections['idx']['step'] = 1;
160   -$this->_sections['idx']['start'] = $this->_sections['idx']['step'] > 0 ? 0 : $this->_sections['idx']['loop']-1;
161   -if ($this->_sections['idx']['show']) {
162   - $this->_sections['idx']['total'] = $this->_sections['idx']['loop'];
163   - if ($this->_sections['idx']['total'] == 0)
164   - $this->_sections['idx']['show'] = false;
165   -} else
166   - $this->_sections['idx']['total'] = 0;
167   -if ($this->_sections['idx']['show']):
168   -
169   - for ($this->_sections['idx']['index'] = $this->_sections['idx']['start'], $this->_sections['idx']['iteration'] = 1;
170   - $this->_sections['idx']['iteration'] <= $this->_sections['idx']['total'];
171   - $this->_sections['idx']['index'] += $this->_sections['idx']['step'], $this->_sections['idx']['iteration']++):
172   -$this->_sections['idx']['rownum'] = $this->_sections['idx']['iteration'];
173   -$this->_sections['idx']['index_prev'] = $this->_sections['idx']['index'] - $this->_sections['idx']['step'];
174   -$this->_sections['idx']['index_next'] = $this->_sections['idx']['index'] + $this->_sections['idx']['step'];
175   -$this->_sections['idx']['first'] = ($this->_sections['idx']['iteration'] == 1);
176   -$this->_sections['idx']['last'] = ($this->_sections['idx']['iteration'] == $this->_sections['idx']['total']);
177   -?>
178   - <TR bgcolor="#CCCCCC">
179   - <td align="center"><INPUT type="checkbox" id="select_cd" name="select_cd" value="<?php echo $this->_tpl_vars['Select_List'][$this->_sections['idx']['index']][0]; ?>
180   -"></td>
181   - <td align="left"><?php echo $this->_tpl_vars['Select_List'][$this->_sections['idx']['index']][1]; ?>
182   -</td>
183   - <td align="left"><?php echo $this->_tpl_vars['Select_List'][$this->_sections['idx']['index']][2]; ?>
184   -</td>
185   - <td align="left"><?php echo $this->_tpl_vars['Select_List'][$this->_sections['idx']['index']][3]; ?>
186   -</td>
187   - </TR>
188   - <?php endfor; endif; ?>
189   - </table>
190   - <?php else: ?>
191   - 対象データが存在しません
192   - <?php endif; ?>
193   - </td>
194   - </tr>
195   - <tr>
196   - <td align="center">
197   - <input type="button" value=" 全体選択 " name="btnSelect1_1" onClick="All_chk1(1);">
198   - <input type="button" value=" 選択解除 " name="btnSelect1_0" onClick="All_chk1(0);">
199   - <input type="button" value=" 追加 " name="btnTuika" onClick="Tuika_User();">
200   - </td>
201   - </tr>
202   - <tr><td align="center"><hr /></td></tr>
203   - <tr>
204   - <td align="center"><FONT size=2>会員一覧が表示されます。</FONT></td>
205   - </tr>
206   - <tr>
207   - <td align="center">
208   - <table border=0 WIDTH="900" >
209   - <TR>
210   - <TD align="center"></TD>
211   - <TD align="center"><B>氏名</B></TD>
212   - <TD align="center"><B>携帯アドレス</B></TD>
213   - <TD align="center"><B>PCアドレス</B></TD>
214   - </TR>
215   - <?php unset($this->_sections['idx']);
216   -$this->_sections['idx']['name'] = 'idx';
217   -$this->_sections['idx']['loop'] = is_array($_loop=$this->_tpl_vars['Send_List']) ? count($_loop) : max(0, (int)$_loop); unset($_loop);
218   -$this->_sections['idx']['show'] = true;
219   -$this->_sections['idx']['max'] = $this->_sections['idx']['loop'];
220   -$this->_sections['idx']['step'] = 1;
221   -$this->_sections['idx']['start'] = $this->_sections['idx']['step'] > 0 ? 0 : $this->_sections['idx']['loop']-1;
222   -if ($this->_sections['idx']['show']) {
223   - $this->_sections['idx']['total'] = $this->_sections['idx']['loop'];
224   - if ($this->_sections['idx']['total'] == 0)
225   - $this->_sections['idx']['show'] = false;
226   -} else
227   - $this->_sections['idx']['total'] = 0;
228   -if ($this->_sections['idx']['show']):
229   -
230   - for ($this->_sections['idx']['index'] = $this->_sections['idx']['start'], $this->_sections['idx']['iteration'] = 1;
231   - $this->_sections['idx']['iteration'] <= $this->_sections['idx']['total'];
232   - $this->_sections['idx']['index'] += $this->_sections['idx']['step'], $this->_sections['idx']['iteration']++):
233   -$this->_sections['idx']['rownum'] = $this->_sections['idx']['iteration'];
234   -$this->_sections['idx']['index_prev'] = $this->_sections['idx']['index'] - $this->_sections['idx']['step'];
235   -$this->_sections['idx']['index_next'] = $this->_sections['idx']['index'] + $this->_sections['idx']['step'];
236   -$this->_sections['idx']['first'] = ($this->_sections['idx']['iteration'] == 1);
237   -$this->_sections['idx']['last'] = ($this->_sections['idx']['iteration'] == $this->_sections['idx']['total']);
238   -?>
239   - <TR bgcolor="#CCCCCC">
240   - <td align="center"><INPUT type="checkbox" id="send_cd" name="send_cd" value="<?php echo $this->_tpl_vars['Send_List'][$this->_sections['idx']['index']][0]; ?>
241   -"></td>
242   - <td align="left"><?php echo $this->_tpl_vars['Send_List'][$this->_sections['idx']['index']][1]; ?>
243   -</td>
244   - <td align="left"><?php echo $this->_tpl_vars['Send_List'][$this->_sections['idx']['index']][2]; ?>
245   -</td>
246   - <td align="left"><?php echo $this->_tpl_vars['Send_List'][$this->_sections['idx']['index']][3]; ?>
247   -</td>
248   - </TR>
249   - <?php endfor; endif; ?>
250   - </table>
251   - </td>
252   - </tr>
253   - <tr>
254   - <td align="center">
255   - <input type="button" value=" 全体選択 " name="btnSelect2_1" onClick="All_chk2(1);">
256   - <input type="button" value=" 選択解除 " name="btnSelect2_0" onClick="All_chk2(0);">
257   - <input type="button" value=" 削除 " name="btnTuika" onClick="Delete_User();">
258   - </td>
259   - </tr>
260   -</table>
261   -<br><B><FONT color=blue size=4><A HREF="#" onClick="TP();">[ 送信選択終了 ]</A></FONT></B>
262   -
263   -<input type="hidden" name="Send_User" value="<?php echo $this->_tpl_vars['Send_User']; ?>
264   -" />
265   -
266   -<input type="hidden" name="alarm_flg" value="">
267   -<input type="hidden" name="SendType" value="<?php echo $this->_tpl_vars['SendType']; ?>
268   -">
269   -<input type="hidden" name="radSendPtn" value="<?php echo $this->_tpl_vars['radSendPtn']; ?>
270   -">
271   -<input type="hidden" name="group_id" value="<?php echo $this->_tpl_vars['group_id']; ?>
272   -">
273   -
274   -<input type="hidden" name="radSend" value="<?php echo $this->_tpl_vars['radSend']; ?>
275   -">
276   -<input type="hidden" name="TITLE" value="<?php echo $this->_tpl_vars['TITLE']; ?>
277   -">
278   -<input type="hidden" name="rad_tei" value="<?php echo $this->_tpl_vars['rad_tei']; ?>
279   -">
280   -<input type="hidden" name="MAIL_TEXT" value="<?php echo $this->_tpl_vars['MAIL_TEXT']; ?>
281   -">
282   -<input type="hidden" name="pattern_id" value="<?php echo $this->_tpl_vars['pattern_id']; ?>
283   -">
284   -
285   -<input type="hidden" name="limit_yyyy" value="<?php echo $this->_tpl_vars['limit_yyyy']; ?>
286   -">
287   -<input type="hidden" name="limit_mm" value="<?php echo $this->_tpl_vars['limit_mm']; ?>
288   -">
289   -<input type="hidden" name="limit_dd" value="<?php echo $this->_tpl_vars['limit_dd']; ?>
290   -">
291   -<input type="hidden" name="limit_time_hh" value="<?php echo $this->_tpl_vars['limit_time_hh']; ?>
292   -">
293   -<input type="hidden" name="limit_time_mm" value="<?php echo $this->_tpl_vars['limit_time_mm']; ?>
294   -">
295   -
296   -<input type="hidden" name="noAnswer" value="<?php echo $this->_tpl_vars['noAnswer']; ?>
297   -">
298   -<?php unset($this->_sections['idx']);
299   -$this->_sections['idx']['name'] = 'idx';
300   -$this->_sections['idx']['loop'] = is_array($_loop=$this->_tpl_vars['kouhoData']) ? count($_loop) : max(0, (int)$_loop); unset($_loop);
301   -$this->_sections['idx']['show'] = true;
302   -$this->_sections['idx']['max'] = $this->_sections['idx']['loop'];
303   -$this->_sections['idx']['step'] = 1;
304   -$this->_sections['idx']['start'] = $this->_sections['idx']['step'] > 0 ? 0 : $this->_sections['idx']['loop']-1;
305   -if ($this->_sections['idx']['show']) {
306   - $this->_sections['idx']['total'] = $this->_sections['idx']['loop'];
307   - if ($this->_sections['idx']['total'] == 0)
308   - $this->_sections['idx']['show'] = false;
309   -} else
310   - $this->_sections['idx']['total'] = 0;
311   -if ($this->_sections['idx']['show']):
312   -
313   - for ($this->_sections['idx']['index'] = $this->_sections['idx']['start'], $this->_sections['idx']['iteration'] = 1;
314   - $this->_sections['idx']['iteration'] <= $this->_sections['idx']['total'];
315   - $this->_sections['idx']['index'] += $this->_sections['idx']['step'], $this->_sections['idx']['iteration']++):
316   -$this->_sections['idx']['rownum'] = $this->_sections['idx']['iteration'];
317   -$this->_sections['idx']['index_prev'] = $this->_sections['idx']['index'] - $this->_sections['idx']['step'];
318   -$this->_sections['idx']['index_next'] = $this->_sections['idx']['index'] + $this->_sections['idx']['step'];
319   -$this->_sections['idx']['first'] = ($this->_sections['idx']['iteration'] == 1);
320   -$this->_sections['idx']['last'] = ($this->_sections['idx']['iteration'] == $this->_sections['idx']['total']);
321   -?>
322   - <input type="hidden" name="kouhoS_yyyy<?php echo $this->_tpl_vars['kouhoData'][$this->_sections['idx']['index']][0]; ?>
323   -" value="<?php echo $this->_tpl_vars['kouhoData'][$this->_sections['idx']['index']][1]; ?>
324   -">
325   - <input type="hidden" name="kouhoS_mm<?php echo $this->_tpl_vars['kouhoData'][$this->_sections['idx']['index']][0]; ?>
326   -" value="<?php echo $this->_tpl_vars['kouhoData'][$this->_sections['idx']['index']][2]; ?>
327   -">
328   - <input type="hidden" name="kouhoS_dd<?php echo $this->_tpl_vars['kouhoData'][$this->_sections['idx']['index']][0]; ?>
329   -" value="<?php echo $this->_tpl_vars['kouhoData'][$this->_sections['idx']['index']][3]; ?>
330   -">
331   - <input type="hidden" name="kouhoS_hh<?php echo $this->_tpl_vars['kouhoData'][$this->_sections['idx']['index']][0]; ?>
332   -" value="<?php echo $this->_tpl_vars['kouhoData'][$this->_sections['idx']['index']][4]; ?>
333   -">
334   - <input type="hidden" name="kouhoS_ii<?php echo $this->_tpl_vars['kouhoData'][$this->_sections['idx']['index']][0]; ?>
335   -" value="<?php echo $this->_tpl_vars['kouhoData'][$this->_sections['idx']['index']][5]; ?>
336   -">
337   - <input type="hidden" name="kouhoE_yyyy<?php echo $this->_tpl_vars['kouhoData'][$this->_sections['idx']['index']][0]; ?>
338   -" value="<?php echo $this->_tpl_vars['kouhoData'][$this->_sections['idx']['index']][6]; ?>
339   -">
340   - <input type="hidden" name="kouhoE_mm<?php echo $this->_tpl_vars['kouhoData'][$this->_sections['idx']['index']][0]; ?>
341   -" value="<?php echo $this->_tpl_vars['kouhoData'][$this->_sections['idx']['index']][7]; ?>
342   -">
343   - <input type="hidden" name="kouhoE_dd<?php echo $this->_tpl_vars['kouhoData'][$this->_sections['idx']['index']][0]; ?>
344   -" value="<?php echo $this->_tpl_vars['kouhoData'][$this->_sections['idx']['index']][8]; ?>
345   -">
346   - <input type="hidden" name="kouhoE_hh<?php echo $this->_tpl_vars['kouhoData'][$this->_sections['idx']['index']][0]; ?>
347   -" value="<?php echo $this->_tpl_vars['kouhoData'][$this->_sections['idx']['index']][9]; ?>
348   -">
349   - <input type="hidden" name="kouhoE_ii<?php echo $this->_tpl_vars['kouhoData'][$this->_sections['idx']['index']][0]; ?>
350   -" value="<?php echo $this->_tpl_vars['kouhoData'][$this->_sections['idx']['index']][10]; ?>
351   -">
352   -<?php endfor; endif; ?>
353   -
354   -<input type="hidden" name="kouho" value="<?php echo $this->_tpl_vars['kouho']; ?>
355   -">
356   -
357   -<input type="hidden" name="view_flg" value="<?php echo $this->_tpl_vars['view_flg']; ?>
358   -">
359   -
360   -<!-- フッター表示 -->
361   -<?php $_smarty_tpl_vars = $this->_tpl_vars;
362   -$this->_smarty_include(array('smarty_include_tpl_file' => 'footer.tpl', 'smarty_include_vars' => array()));
363   -$this->_tpl_vars = $_smarty_tpl_vars;
364   -unset($_smarty_tpl_vars);
365   - ?>
366   -</FORM>
367   -</BODY>
368   -</HTML>
\ No newline at end of file
1   -<?php /* Smarty version 2.6.26, created on 2017-06-02 01:42:06
2   - compiled from LIST1021.tpl */ ?>
3   -<DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
4   -<HTML>
5   -<HEAD>
6   -<META name="GENERATOR" content="Microsoft FrontPage 4.0">
7   -<META http-equiv="Content-Type" content="text/html; charset=EUC-JP">
8   -<META http-equiv="Content-Style-Type" content="text/css">
9   -<link href="./css/style.css" rel="stylesheet" type="text/css">
10   -<TITLE>め〜るNiポン!</TITLE>
11   -<script type="text/javascript" src="./include/input_chk.js" charset="EUC-JP"></script>
12   -<script>
13   -<?php echo '
14   -
15   -function Disp_List(){
16   - document.frm.action="./LIST0000.php";
17   - document.frm.method="POST";
18   - document.frm.submit();
19   - return;
20   -}
21   -
22   -'; ?>
23   -
24   -</script>
25   -</HEAD>
26   -<BODY bgcolor="White">
27   -<FORM name="frm" method="post">
28   -<!-- ヘッダー表示 -->
29   -<?php $_smarty_tpl_vars = $this->_tpl_vars;
30   -$this->_smarty_include(array('smarty_include_tpl_file' => 'header.tpl', 'smarty_include_vars' => array()));
31   -$this->_tpl_vars = $_smarty_tpl_vars;
32   -unset($_smarty_tpl_vars);
33   - ?>
34   -<!-- メニュー表示 -->
35   -<?php $_smarty_tpl_vars = $this->_tpl_vars;
36   -$this->_smarty_include(array('smarty_include_tpl_file' => 'menu.tpl', 'smarty_include_vars' => array()));
37   -$this->_tpl_vars = $_smarty_tpl_vars;
38   -unset($_smarty_tpl_vars);
39   - ?>
40   -<table border="0" width="100%">
41   - <TR>
42   - <TD align="center">
43   - <table width="100%" border="0">
44   - <tr><th><B><FONT color=blue size=5>選択者再配信完了</FONT></B></th></tr>
45   - </table>
46   - <HR>
47   - <BR>
48   - <INPUT type="button" name="back" value="一覧に戻る" onClick="Disp_List();">
49   - </CENTER>
50   - </TD>
51   - </TR>
52   - <tr>
53   - <td align="center">
54   - <TABLE border=1 bordercolor="#008080" width="544">
55   - <TR>
56   - <TD width="585" height="129" align="center"><img src="./img/send.gif" alt="めーるNiポン"></TD>
57   - </TR>
58   - <TR>
59   - <TD bgcolor="#FFCC99"><CENTER><FONT size="5">入力された情報を送信しました。</FONT></CENTER></TD>
60   - </TR>
61   - </TABLE>
62   - </td>
63   - </tr>
64   -</table>
65   -<!-- フッター表示 -->
66   -<?php $_smarty_tpl_vars = $this->_tpl_vars;
67   -$this->_smarty_include(array('smarty_include_tpl_file' => 'footer.tpl', 'smarty_include_vars' => array()));
68   -$this->_tpl_vars = $_smarty_tpl_vars;
69   -unset($_smarty_tpl_vars);
70   - ?>
71   -</FORM>
72   -</BODY>
73   -</HTML>
\ No newline at end of file
1   -<?php /* Smarty version 2.6.26, created on 2017-06-02 00:11:03
2   - compiled from BUY0003.tpl */ ?>
3   -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
4   -<HTML>
5   -<HEAD>
6   -<META name="GENERATOR" content="Microsoft FrontPage 4.0">
7   -<META http-equiv="Content-Type" content="text/html; charset=EUC-JP">
8   -<META http-equiv="Content-Style-Type" content="text/css">
9   -<link href="./css/style.css" rel="stylesheet" type="text/css">
10   -<TITLE>め〜るNiポン!</TITLE>
11   -<script type="text/javascript" src="./include/input_chk.js" charset="EUC-JP"></script>
12   -<script>
13   -<?php echo '
14   -
15   -'; ?>
16   -
17   -</script>
18   -</HEAD>
19   -<BODY bgcolor="White">
20   -<FORM name="frm">
21   -<!-- ヘッダー表示 -->
22   -<?php $_smarty_tpl_vars = $this->_tpl_vars;
23   -$this->_smarty_include(array('smarty_include_tpl_file' => 'header.tpl', 'smarty_include_vars' => array()));
24   -$this->_tpl_vars = $_smarty_tpl_vars;
25   -unset($_smarty_tpl_vars);
26   - ?>
27   -<!-- メニュー表示 -->
28   -<?php $_smarty_tpl_vars = $this->_tpl_vars;
29   -$this->_smarty_include(array('smarty_include_tpl_file' => 'menu.tpl', 'smarty_include_vars' => array()));
30   -$this->_tpl_vars = $_smarty_tpl_vars;
31   -unset($_smarty_tpl_vars);
32   - ?>
33   -<!-- 一覧表示 -->
34   -<table width="100%" border="0">
35   - <TR>
36   - <TD align="center">
37   - <table width="100%" border="0">
38   - <tr><th><B><FONT color=blue size=5>ポイント購入手続き完了</FONT></B></th></tr>
39   - </table>
40   - <HR>
41   - </TD>
42   - </TR>
43   - <tr>
44   - <td align="center">
45   - ご請求金額の入金確認後に手続きを進めさせて頂きます。<br>
46   - 下記の銀行口座までお振込をお願い致します。<br>
47   - なお、お振込手数料はお客様のご負担でお願い申し上げます。<br>
48   - お申し込み後、30日経過してもご入金の確認が取れない場合は、<br>
49   - 申込取消しとさせて頂く場合がございます。<br>
50   - </td>
51   - </tr>
52   - <tr>
53   - <td align="center">
54   - <table border=1 bordercolor="#008080" width="544">
55   - <tr>
56   - <td width="199" bgcolor="#FFCC99"><div align="center"><strong>お支払い金額</strong></div></td>
57   - <td width="329"><?php echo $this->_tpl_vars['Kingaku']; ?>
58   -</td>
59   - </tr>
60   - </table>
61   - </td>
62   - </tr>
63   - <tr>
64   - <td align="center">
65   - <table border=1 bordercolor="#008080" width="544">
66   - <tr>
67   - <td bgcolor="#FFCC99"><div align="center"><strong>お支払い方法</strong></div></td>
68   - <td>銀行振り込み</td>
69   - </tr>
70   - <tr>
71   - <td bgcolor="#FFCC99"><div align="center"><strong>お振込み先</strong></div></td>
72   - <td>
73   - <p>
74   - 銀行名 :ジャパンネット銀行<br>
75   - 支店名 :本店営業部<br>
76   - 口座種別:普通口座<br>
77   - 口座番号:6320201<br>
78   - 口座名義:メディアテック株式会社<br>
79   - </p>
80   - </td>
81   - </tr>
82   - </table>
83   - </td>
84   - </tr>
85   - <tr>
86   - <td align="center">
87   - ※お支払内容はメールでもお送りいたしましたのでご確認ください。 <br>
88   - </td>
89   - </tr>
90   -</table>
91   -<table width="100%" border="0">
92   - <tr>
93   - <td align="center"><input type="button" name="back" value="メニューへ戻る" onClick="location='./MAIN0000.php'"></td>
94   - </tr>
95   -</table>
96   -<!-- フッター表示 -->
97   -<?php $_smarty_tpl_vars = $this->_tpl_vars;
98   -$this->_smarty_include(array('smarty_include_tpl_file' => 'footer.tpl', 'smarty_include_vars' => array()));
99   -$this->_tpl_vars = $_smarty_tpl_vars;
100   -unset($_smarty_tpl_vars);
101   - ?>
102   -</FORM>
103   -</BODY>
104   -</HTML>
\ No newline at end of file
1   -<?php /* Smarty version 2.6.26, created on 2017-06-01 23:11:08
2   - compiled from MST1120.tpl */ ?>
3   -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
4   -<HTML>
5   -<HEAD>
6   -<META name="GENERATOR" content="Microsoft FrontPage 4.0">
7   -<META http-equiv="Content-Type" content="text/html; charset=EUC-JP">
8   -<META http-equiv="Content-Style-Type" content="text/css">
9   -<link href="./css/style.css" rel="stylesheet" type="text/css">
10   -<TITLE>め〜るNiポン!</TITLE>
11   -<SCRIPT LANGUAGE="JAVASCRIPT">
12   -<?php echo '
13   - function submit_edit(){
14   - document.frm.action = "MST1121.php";
15   - document.frm.method="POST"
16   - document.frm.submit();
17   - }
18   - function ichiran_rtn(){
19   - document.frm.action = "MST1100.php";
20   - document.frm.method="POST"
21   - document.frm.submit();
22   - }
23   -
24   -'; ?>
25   -
26   -</SCRIPT>
27   -</HEAD>
28   -<BODY bgcolor="White">
29   -<FORM name="frm" method="post">
30   -<!-- ヘッダー表示 -->
31   -<?php $_smarty_tpl_vars = $this->_tpl_vars;
32   -$this->_smarty_include(array('smarty_include_tpl_file' => 'header.tpl', 'smarty_include_vars' => array()));
33   -$this->_tpl_vars = $_smarty_tpl_vars;
34   -unset($_smarty_tpl_vars);
35   - ?>
36   -<!-- メニュー表示 -->
37   -<?php $_smarty_tpl_vars = $this->_tpl_vars;
38   -$this->_smarty_include(array('smarty_include_tpl_file' => 'menu.tpl', 'smarty_include_vars' => array()));
39   -$this->_tpl_vars = $_smarty_tpl_vars;
40   -unset($_smarty_tpl_vars);
41   - ?>
42   -<!-- 一覧表示 -->
43   -<table width="100%" border="0">
44   - <tr>
45   - <th><B><FONT color=blue size=5>管理者情報変更</FONT></B></th>
46   - </tr>
47   -</table>
48   -<hr />
49   -<TABLE border=0 WIDTH="900">
50   - <TR>
51   - <TD align="center">
52   - <INPUT type="button" name="btnBack" value="一覧へ戻る" onClick="return ichiran_rtn();"><BR><BR>
53   - </TD>
54   - </TR>
55   - <TR>
56   - <TD align="center">
57   - <TABLE border=1 bordercolor="#008080" width="544">
58   - <tr>
59   - <td bgcolor="#FFCC99"><B><FONT size="2">管理者</FONT></B></td>
60   - <td>
61   - <?php if ($this->_tpl_vars['intSeparater'] == '0'): ?>
62   - <FONT size=2>対象データが存在しません</FONT>
63   - <?php else: ?>
64   - <SELECT name="user_cd">
65   - <?php unset($this->_sections['idx']);
66   -$this->_sections['idx']['name'] = 'idx';
67   -$this->_sections['idx']['loop'] = is_array($_loop=$this->_tpl_vars['user_Data']) ? count($_loop) : max(0, (int)$_loop); unset($_loop);
68   -$this->_sections['idx']['show'] = true;
69   -$this->_sections['idx']['max'] = $this->_sections['idx']['loop'];
70   -$this->_sections['idx']['step'] = 1;
71   -$this->_sections['idx']['start'] = $this->_sections['idx']['step'] > 0 ? 0 : $this->_sections['idx']['loop']-1;
72   -if ($this->_sections['idx']['show']) {
73   - $this->_sections['idx']['total'] = $this->_sections['idx']['loop'];
74   - if ($this->_sections['idx']['total'] == 0)
75   - $this->_sections['idx']['show'] = false;
76   -} else
77   - $this->_sections['idx']['total'] = 0;
78   -if ($this->_sections['idx']['show']):
79   -
80   - for ($this->_sections['idx']['index'] = $this->_sections['idx']['start'], $this->_sections['idx']['iteration'] = 1;
81   - $this->_sections['idx']['iteration'] <= $this->_sections['idx']['total'];
82   - $this->_sections['idx']['index'] += $this->_sections['idx']['step'], $this->_sections['idx']['iteration']++):
83   -$this->_sections['idx']['rownum'] = $this->_sections['idx']['iteration'];
84   -$this->_sections['idx']['index_prev'] = $this->_sections['idx']['index'] - $this->_sections['idx']['step'];
85   -$this->_sections['idx']['index_next'] = $this->_sections['idx']['index'] + $this->_sections['idx']['step'];
86   -$this->_sections['idx']['first'] = ($this->_sections['idx']['iteration'] == 1);
87   -$this->_sections['idx']['last'] = ($this->_sections['idx']['iteration'] == $this->_sections['idx']['total']);
88   -?>
89   - <?php echo $this->_tpl_vars['user_Data'][$this->_sections['idx']['index']]; ?>
90   -
91   - <?php endfor; endif; ?>
92   - </SELECT>
93   - <?php endif; ?>
94   - </td>
95   - </TR>
96   - </TABLE>
97   - <br>
98   - <TABLE border="0" width="544">
99   - <TR>
100   -
101   - <?php if ($this->_tpl_vars['intSeparater'] > '0'): ?>
102   - <TD width="360">
103   - <FONT size="2"><B>管理者を変更する場合はこのボタンを押してください→</B></FONT>
104   - </TD>
105   - <TD>
106   - <input type="button" onclick="return submit_edit();" value=" 変 更 " >
107   - </TD>
108   - <?php endif; ?>
109   - </TR>
110   - </TABLE>
111   - </TD>
112   - </TR>
113   -</TABLE>
114   -<!-- フッター表示 -->
115   -<?php $_smarty_tpl_vars = $this->_tpl_vars;
116   -$this->_smarty_include(array('smarty_include_tpl_file' => 'footer.tpl', 'smarty_include_vars' => array()));
117   -$this->_tpl_vars = $_smarty_tpl_vars;
118   -unset($_smarty_tpl_vars);
119   - ?>
120   -</FORM>
121   -</BODY>
122   -</HTML>
\ No newline at end of file
1   -<?php /* Smarty version 2.6.26, created on 2017-06-04 12:13:47
2   - compiled from LIST3000.tpl */ ?>
3   -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
4   -<HTML>
5   -<HEAD>
6   -<META name="GENERATOR" content="Microsoft FrontPage 4.0">
7   -<META http-equiv="Content-Type" content="text/html; charset=EUC-JP">
8   -<META http-equiv="Content-Style-Type" content="text/css">
9   -<link href="./css/style.css" rel="stylesheet" type="text/css">
10   -<TITLE>め〜るNiポン!</TITLE>
11   -<script type="text/javascript" src="./include/input_chk.js" charset="EUC-JP"></script>
12   -<script>
13   -<?php echo '
14   -//***** 確定送信 *****//
15   -function Send_Kakutei(db_flg, intGroupCount){
16   -
17   - if(document.Frm.kakutei_kenmei.value == ""){
18   - window.alert("件名を入力してください");
19   - return false;
20   - }
21   -
22   - if(document.Frm.kakutei_text.value == ""){
23   - window.alert("本文を入力してください");
24   - return false;
25   - }
26   -
27   - var strGroupCount="";
28   - if(db_flg != 6 || intGroupCount==0 || (eval(document.Frm.total_max_point.value) >=1000)){
29   - strGroupCount = "";
30   - }else{
31   - strGroupCount = "\\nこのメールを配信するには"+intGroupCount+"ポイント必要です";
32   - if((eval(document.Frm.total_point.value)-intGroupCount) < 0){
33   - window.alert("ポイントが足りません"+strGroupCount);
34   - return false;
35   - }
36   - }
37   - if (confirm("この内容で情報を配信しますか?"+strGroupCount)){
38   - document.Frm.action = "";
39   - document.Frm.method="POST";
40   - document.Frm.submit();
41   - return false;
42   - }
43   -}
44   -
45   -
46   -//***** 再送信(未読者) *****//
47   -function Send_Sheep(){
48   - if(confirm("未読者に再送信します。")){
49   - document.Frm.action="LIST3010.php";
50   - document.Frm.method="POST";
51   - document.Frm.submit();
52   - }
53   -}
54   -
55   -//***** 再送信(選択者) *****//
56   -function Send_Select(){
57   - var chkData = "";
58   -
59   - if (document.Frm.chkSend){
60   - if (document.Frm.chkSend.length){
61   - for(i = 0 ; i <= document.Frm.chkSend.length-1; i++ ){
62   - if (document.Frm.chkSend[i].checked==true){
63   - chkData=chkData+document.Frm.chkSend[i].value+"#";
64   - }
65   - }
66   - }else{
67   - if (document.Frm.chkSend.checked==true){
68   - chkData=document.Frm.chkSend.value+"#";
69   - }
70   - }
71   - if (chkData==""){
72   - window.alert("再配信ユーザーを選択してください");
73   - return false;
74   - }
75   - if(confirm("選択者に再送信します。")){
76   - document.Frm.Chk_User.value = chkData;
77   - document.Frm.action="LIST3020.php";
78   - document.Frm.method="POST";
79   - document.Frm.submit();
80   - }
81   - }
82   -}
83   -
84   -//***** 追加送信 *****//
85   -function Send_Add(){
86   - document.Frm.action="";
87   - document.Frm.method="POST";
88   - document.Frm.submit();
89   -}
90   -
91   -//***** メール変更(アラーム) *****//
92   -function Change_Alarm(){
93   - //LIST1710.php
94   - document.Frm.action="";
95   - document.Frm.method="POST";
96   - document.Frm.submit();
97   -}
98   -
99   -//***** メール変更(再配信日時) *****//
100   -function Change_Resend(){
101   - document.Frm.action="";
102   - document.Frm.method="POST";
103   - document.Frm.submit();
104   -}
105   -
106   -//***** メール変更(配信日時) *****//
107   -function Change_Reserva(){
108   - document.Frm.action="";
109   - document.Frm.method="POST";
110   - document.Frm.submit();
111   -}
112   -
113   -//***** メール変更(送信先種類) *****//
114   -function Change_SendType(){
115   - document.Frm.action="";
116   - document.Frm.method="POST";
117   - document.Frm.submit();
118   -}
119   -
120   -//***** メール変更(件名・内容) *****//
121   -function Change_Cont(send_flg){
122   - if(send_flg==1){
123   - document.Frm.action="LIST3750.php";
124   - document.Frm.method="POST";
125   - document.Frm.submit();
126   - }else{
127   - if (confirm("既にこの内容で送信済みです。\\n変更してもよろしいですか?")){
128   - document.Frm.action="LIST3750.php";
129   - document.Frm.method="POST";
130   - document.Frm.submit();
131   - }
132   - }
133   -}
134   -
135   -//***** メール削除 *****//
136   -function Mail_Del(){
137   - if (confirm("このメールを削除します\\nよろしいですか?")){
138   - document.Frm.action="LIST3801.php";
139   - document.Frm.method="POST";
140   - document.Frm.submit();
141   - }
142   -}
143   -
144   -//***** CSV出力 *****//
145   -function Csv_Out(){
146   - document.Frm.action="";
147   - document.Frm.method="POST";
148   - document.Frm.submit();
149   -}
150   -
151   -//***** ユーザ情報詳細 *****//
152   -function Disp_user(mail_id,usr_key){
153   - document.Frm.mail_id.value = mail_id;
154   - document.Frm.usr_key.value = usr_key;
155   - document.Frm.action = "";
156   - document.Frm.method="POST";
157   - document.Frm.submit();
158   -}
159   -
160   -
161   -'; ?>
162   -
163   -</script>
164   -</HEAD>
165   -<BODY bgcolor="White">
166   -<FORM name="Frm">
167   -<!-- ヘッダー表示 -->
168   -<?php $_smarty_tpl_vars = $this->_tpl_vars;
169   -$this->_smarty_include(array('smarty_include_tpl_file' => 'header.tpl', 'smarty_include_vars' => array()));
170   -$this->_tpl_vars = $_smarty_tpl_vars;
171   -unset($_smarty_tpl_vars);
172   - ?>
173   -<!-- メニュー表示 -->
174   -<?php $_smarty_tpl_vars = $this->_tpl_vars;
175   -$this->_smarty_include(array('smarty_include_tpl_file' => 'menu.tpl', 'smarty_include_vars' => array()));
176   -$this->_tpl_vars = $_smarty_tpl_vars;
177   -unset($_smarty_tpl_vars);
178   - ?>
179   -<!-- 一覧表示 -->
180   -<table width="100%" border="0">
181   - <tr>
182   - <th><B><font color="blue" size="5">配信情報閲覧画面</font></B></th>
183   - </tr>
184   -</table>
185   -<hr />
186   -<table width="100%" border="0">
187   - <tr>
188   - <td align="center">
189   - <INPUT type="button" name="btnSheep" value="未読者再送信" onClick="return Send_Sheep();" <?php echo $this->_tpl_vars['btnSheep']; ?>
190   ->
191   - <INPUT type="button" name="btnSelect" value="選択者再送信" onClick="return Send_Select();">
192   -<!--
193   - <INPUT type="button" name="btnAdd" value="追加送信" onClick="return Send_Add();">
194   --->
195   - <INPUT type="button" name="btnDel" value="メール削除" onClick="return Mail_Del();">
196   -<!--
197   - <INPUT type="button" name="btnCsv" value="CSV出力" onClick="return Csv_Out();">
198   --->
199   - </td>
200   - </tr>
201   - <tr>
202   - <td align="center">
203   - <TABLE border=1 bordercolor="#008080" width="544">
204   -<!--
205   - <TR>
206   - <TD bgcolor="#FFCC99" width="80"><B><FONT size="2">アラーム</FONT></B></TD>
207   - <TD>
208   - <?php if ($this->_tpl_vars['Al_Send_Flg'] == '1'): ?>
209   - <FONT color=#FF0000 size="2">送信済み</FONT>
210   - <FONT color=#FF0000 size="2"> <?php echo $this->_tpl_vars['Al_Send_Date']; ?>
211   -</FONT>
212   - <?php else: ?>
213   - <?php if ($this->_tpl_vars['Al_Set_Flg'] == '1'): ?>
214   - <FONT size="2" color="red"><B><?php echo $this->_tpl_vars['Al_Send_Date']; ?>
215   -<?php echo $this->_tpl_vars['Al_Send_Time']; ?>
216   -</B></FONT>
217   - <?php else: ?>
218   - <FONT size="2"><B>アラーム設定無し</B></FONT>
219   - <?php endif; ?>
220   - <INPUT type="button" name="alarm_answer" value="アラームの設定" onClick="JavaScript:Change_Alarm();" <?php echo $this->_tpl_vars['Al_disable']; ?>
221   ->
222   - <?php endif; ?>
223   - </TD>
224   - </TR>
225   - <TR>
226   - <TD bgcolor="#FFCC99" width="80"><B><FONT size="2">自動再配信</FONT></B></TD>
227   - <TD>
228   - <?php if ($this->_tpl_vars['Kidoku_FLG'] == '1'): ?>
229   - <FONT size="2"><?php echo $this->_tpl_vars['Kidoku_Date']; ?>
230   - </FONT>
231   - <FONT size="2"><?php echo $this->_tpl_vars['Kidoku_User']; ?>
232   - </FONT>
233   - <?php else: ?>
234   - <FONT size="2"><?php echo $this->_tpl_vars['Kidoku_Mode']; ?>
235   - </FONT>
236   - <?php endif; ?>
237   - <INPUT type="button" name="resend" value="再配信の設定" onClick="JavaScript:Change_Resend();" <?php echo $this->_tpl_vars['Kidoku_disable']; ?>
238   ->
239   - </TD>
240   - </TR>
241   --->
242   - <TR>
243   - <TD bgcolor="#FFCC99" width="80"><B><FONT size="2">配信日時</FONT></B></TD>
244   - <TD>
245   - <FONT size="2"><?php echo $this->_tpl_vars['Send_Data']; ?>
246   -</FONT>
247   - <?php if ($this->_tpl_vars['reserva_flg'] != '1'): ?>
248   - <FONT size="2">配信済み</FONT>
249   - <?php else: ?>
250   - <FONT size="2">配信予定</FONT>
251   - <?php if ($this->_tpl_vars['reserva_date'] != ""): ?>
252   - <FONT size="2">なし</FONT>
253   - <?php endif; ?>
254   - <INPUT type="button" name="btnReserva" value="配信日時の設定" onClick="JavaScript:Change_Reserva();">
255   - <?php endif; ?>
256   - </TD>
257   - </TR>
258   - <TR>
259   - <TD bgcolor="#FFCC99" width="80"><B><FONT size="2">作成者</FONT></B></TD>
260   - <TD><FONT size="2"><?php echo $this->_tpl_vars['admin_name']; ?>
261   -</FONT></TD>
262   - </TR>
263   -<!--
264   - <TR>
265   - <TD bgcolor="#FFCC99" width="80"><B><FONT size="2">開催日時</FONT></B></TD>
266   - <TD><FONT size="2"><?php echo $this->_tpl_vars['Kaisai_Date']; ?>
267   -</FONT></TD>
268   - </TR>
269   --->
270   - <TR>
271   - <TD bgcolor="#FFCC99" width="80"><B><FONT size="2">送信先種類</FONT></B></TD>
272   - <TD>
273   - <FONT size="2"><?php echo $this->_tpl_vars['send_type']; ?>
274   - </FONT>
275   -<!--
276   - <?php if ($this->_tpl_vars['reserva_flg'] == '1'): ?>
277   - <INPUT type="button" name="send_type_edit" value="変更" onClick="JavaScript:Change_SendType();">
278   - <?php endif; ?>
279   --->
280   - </TD>
281   - </TR>
282   - <TR>
283   - <TD bgcolor="#FFCC99" width="80"><B><FONT size="2">回答期限</FONT></B></TD>
284   - <TD><FONT size="2"><?php echo $this->_tpl_vars['limit_date']; ?>
285   - </FONT></TD>
286   - </TR>
287   - <TR>
288   - <TD bgcolor="#FFCC99" width="80"><B><FONT size="2">件名</FONT></B></TD>
289   - <TD>
290   - <FONT size="2"><?php echo $this->_tpl_vars['subject_name']; ?>
291   -</FONT>
292   - <INPUT type="button" name="btnSubject" value="変更" onClick="JavaScript:Change_Cont('<?php echo $this->_tpl_vars['reserva_flg']; ?>
293   -');">
294   - </TD>
295   - </TR>
296   - <TR>
297   - <TD bgcolor="#FFCC99" width="80"><B><FONT size="2">内容</FONT></B></TD>
298   - <TD>
299   - <FONT size="2"><?php echo $this->_tpl_vars['contents']; ?>
300   -</FONT>
301   - <INPUT type="button" name="btnBody" value="変更" onClick="JavaScript:Change_Cont('<?php echo $this->_tpl_vars['reserva_flg']; ?>
302   -');">
303   - </TD>
304   - </TR>
305   -<!--
306   - <TR>
307   - <TD bgcolor="#FFCC99" width="80"><B><FONT size="2">確定メール<br>送信</FONT></B></TD>
308   - <TD>
309   - <?php if (( $this->_tpl_vars['kakutei_date'] == "" )): ?>
310   - <FONT size="2">【件名】</FONT><br>
311   - <INPUT size="30" maxlength="28" type="text" name="kakutei_kenmei" value="<?php echo $this->_tpl_vars['kakutei_kenmei']; ?>
312   -"><br>
313   - <FONT size="2">【本文】</FONT><br>
314   - <TEXTAREA rows="10" cols="60" name="kakutei_text"><?php echo $this->_tpl_vars['kakutei_honbun']; ?>
315   -</TEXTAREA>
316   - <br>
317   - <input type="button" value="送 信" onclick="Send_Kakutei(<?php echo $this->_tpl_vars['PHP_POST_DB_FLG']; ?>
318   -,<?php echo $this->_tpl_vars['intGroupCount']; ?>
319   -);">
320   - <?php else: ?>
321   - <FONT size="2">【件名】</FONT><br>
322   - <?php echo $this->_tpl_vars['kakutei_kenmei']; ?>
323   -<br>
324   - <FONT size="2">【本文】</FONT><br>
325   - <?php echo $this->_tpl_vars['kakutei_honbun']; ?>
326   -
327   - <br>
328   - <br>
329   - <?php echo $this->_tpl_vars['kakutei_date']; ?>
330   - 送信済み
331   - <?php endif; ?>
332   - </TD>
333   -
334   - </TR>
335   --->
336   - </TABLE>
337   - </td>
338   - </tr>
339   - <tr><td align="center"><B><FONT color=blue size=5>閲覧状況</FONT></B></td></tr>
340   - <tr><td align="center"><hr /></td></tr>
341   -<!--
342   - <tr>
343   - <td align="center">
344   - <TABLE>
345   - <TR align="center">
346   - <TD align="LEFT"><FONT color=blue size=3><B>アドレス未設定</B></FONT></TD>
347   - <TD align="RIGHT"><FONT color=blue size=3> <?php echo $this->_tpl_vars['NOT_CNT']; ?>
348   - 件 </FONT></TD>
349   - <TD align="LEFT"><FONT color=blue size=3> / <B>未読</B></FONT></TD>
350   - <TD align="RIGHT"><FONT color=blue size=3> <?php echo $this->_tpl_vars['N_READ_CNT']; ?>
351   - 件 </FONT></TD>
352   - <TD align="LEFT"><FONT color=blue size=3> / <B>既読</B></FONT></TD>
353   - <TD align="RIGHT"><FONT color=blue size=3> <?php echo $this->_tpl_vars['READ_CNT']; ?>
354   - 件</FONT></TD>
355   - </TR>
356   - </TABLE>
357   - </td>
358   - </tr>
359   --->
360   - <tr>
361   - <td align="center">
362   - <TABLE border=1 bordercolor="#008080" width="100%">
363   - <TR bgcolor="#FFCC99">
364   - <TD align="center" width="30%"><FONT size=2><B>アンケート回答</B></FONT></TD>
365   - <TD align="center" width="10%"><FONT size=2><B></B></FONT></TD>
366   - <TD align="center" width="10%"><FONT size=2><B>回答数</B></FONT></TD>
367   - <TD align="center" width="50%"><FONT size=2><B>回答者</B></FONT></TD>
368   - </TR>
369   - <?php unset($this->_sections['idx']);
370   -$this->_sections['idx']['name'] = 'idx';
371   -$this->_sections['idx']['loop'] = is_array($_loop=$this->_tpl_vars['ANS_LIST']) ? count($_loop) : max(0, (int)$_loop); unset($_loop);
372   -$this->_sections['idx']['show'] = true;
373   -$this->_sections['idx']['max'] = $this->_sections['idx']['loop'];
374   -$this->_sections['idx']['step'] = 1;
375   -$this->_sections['idx']['start'] = $this->_sections['idx']['step'] > 0 ? 0 : $this->_sections['idx']['loop']-1;
376   -if ($this->_sections['idx']['show']) {
377   - $this->_sections['idx']['total'] = $this->_sections['idx']['loop'];
378   - if ($this->_sections['idx']['total'] == 0)
379   - $this->_sections['idx']['show'] = false;
380   -} else
381   - $this->_sections['idx']['total'] = 0;
382   -if ($this->_sections['idx']['show']):
383   -
384   - for ($this->_sections['idx']['index'] = $this->_sections['idx']['start'], $this->_sections['idx']['iteration'] = 1;
385   - $this->_sections['idx']['iteration'] <= $this->_sections['idx']['total'];
386   - $this->_sections['idx']['index'] += $this->_sections['idx']['step'], $this->_sections['idx']['iteration']++):
387   -$this->_sections['idx']['rownum'] = $this->_sections['idx']['iteration'];
388   -$this->_sections['idx']['index_prev'] = $this->_sections['idx']['index'] - $this->_sections['idx']['step'];
389   -$this->_sections['idx']['index_next'] = $this->_sections['idx']['index'] + $this->_sections['idx']['step'];
390   -$this->_sections['idx']['first'] = ($this->_sections['idx']['iteration'] == 1);
391   -$this->_sections['idx']['last'] = ($this->_sections['idx']['iteration'] == $this->_sections['idx']['total']);
392   -?>
393   - <TR>
394   - <TD align="left" valign="middle"><FONT size=2><?php echo $this->_tpl_vars['ANS_LIST'][$this->_sections['idx']['index']][1]; ?>
395   -</FONT></TD>
396   - <TD align="right" valign="middle"><FONT size=2><?php echo $this->_tpl_vars['ANS_LIST'][$this->_sections['idx']['index']][4]; ?>
397   -</FONT></TD>
398   - <TD align="right" valign="middle"><FONT size=2><?php echo $this->_tpl_vars['ANS_LIST'][$this->_sections['idx']['index']][2]; ?>
399   -</FONT></TD>
400   - <TD align="left" valign="middle"><FONT size=2><?php echo $this->_tpl_vars['ANS_LIST'][$this->_sections['idx']['index']][3]; ?>
401   -</FONT>&nbsp;</TD>
402   - </TR>
403   - <?php endfor; endif; ?>
404   - <TR>
405   - <TD align="left" valign="middle"><FONT size=2>アドレスなし</FONT></TD>
406   - <TD align="right" valign="middle"><FONT size=2><?php echo $this->_tpl_vars['NOT_Rate']; ?>
407   -</FONT></TD>
408   - <TD align="right" valign="middle"><FONT size=2><?php echo $this->_tpl_vars['NOT_CNT']; ?>
409   -</FONT></TD>
410   - <TD align="left" valign="middle">&nbsp;</TD>
411   - </TR>
412   - <TR>
413   - <TD align="left" valign="middle"><FONT size=2>未読</FONT></TD>
414   - <TD align="right" valign="middle"><FONT size=2><?php echo $this->_tpl_vars['N_READ_Rate']; ?>
415   -</FONT></TD>
416   - <TD align="right" valign="middle"><FONT size=2><?php echo $this->_tpl_vars['N_READ_CNT']; ?>
417   -</FONT></TD>
418   - <TD align="left" valign="middle">&nbsp;</TD>
419   - </TR>
420   - </TABLE>
421   - <br><input type="button" name="btnReturn" value="一覧へ戻る" onClick="location='LIST0000.php'">
422   - </td>
423   - </tr>
424   -
425   -
426   - <tr>
427   - <td align="center">
428   - <hr>
429   - <B><FONT color=blue size=5>個人閲覧状況</FONT></B>
430   - <table width="100%">
431   - <tr>
432   - <td align="right" width="100%">
433   - <INPUT type="button" name="btnSelect" value="選択者再送信" onClick="return Send_Select();">
434   - </td>
435   - </tr>
436   - </table>
437   - <TABLE border=1 bordercolor="#008080" width="100%">
438   - <TR bgcolor="#FFCC99">
439   - <TD align="center" width="15%"><FONT size=2><B>氏 名</B></FONT></TD>
440   - <TD align="center" width="15%"><FONT size=2><B>グループ</B></FONT></TD>
441   - <TD align="center" width="25%"><FONT size=2><B>閲 覧</B></FONT></TD>
442   - <TD align="center" width="15%"><FONT size=2><B>確認日時</B></FONT></TD>
443   - <TD align="center" width="20%"><FONT size=2><B>コメント</B></FONT></TD>
444   - <TD align="center" width="5%"><FONT size=2 bgcolor="#99FF99"><B>送信先</B></FONT></TD>
445   - <TD align="center" width="5%"><FONT size=2><B>再 送</B></FONT></TD>
446   - </TR>
447   - <?php unset($this->_sections['idx']);
448   -$this->_sections['idx']['name'] = 'idx';
449   -$this->_sections['idx']['loop'] = is_array($_loop=$this->_tpl_vars['User_List']) ? count($_loop) : max(0, (int)$_loop); unset($_loop);
450   -$this->_sections['idx']['show'] = true;
451   -$this->_sections['idx']['max'] = $this->_sections['idx']['loop'];
452   -$this->_sections['idx']['step'] = 1;
453   -$this->_sections['idx']['start'] = $this->_sections['idx']['step'] > 0 ? 0 : $this->_sections['idx']['loop']-1;
454   -if ($this->_sections['idx']['show']) {
455   - $this->_sections['idx']['total'] = $this->_sections['idx']['loop'];
456   - if ($this->_sections['idx']['total'] == 0)
457   - $this->_sections['idx']['show'] = false;
458   -} else
459   - $this->_sections['idx']['total'] = 0;
460   -if ($this->_sections['idx']['show']):
461   -
462   - for ($this->_sections['idx']['index'] = $this->_sections['idx']['start'], $this->_sections['idx']['iteration'] = 1;
463   - $this->_sections['idx']['iteration'] <= $this->_sections['idx']['total'];
464   - $this->_sections['idx']['index'] += $this->_sections['idx']['step'], $this->_sections['idx']['iteration']++):
465   -$this->_sections['idx']['rownum'] = $this->_sections['idx']['iteration'];
466   -$this->_sections['idx']['index_prev'] = $this->_sections['idx']['index'] - $this->_sections['idx']['step'];
467   -$this->_sections['idx']['index_next'] = $this->_sections['idx']['index'] + $this->_sections['idx']['step'];
468   -$this->_sections['idx']['first'] = ($this->_sections['idx']['iteration'] == 1);
469   -$this->_sections['idx']['last'] = ($this->_sections['idx']['iteration'] == $this->_sections['idx']['total']);
470   -?>
471   - <TR>
472   - <TD align="left"><FONT size=2><!-- a href="#" onclick="Disp_user('<?php echo $this->_tpl_vars['mail_id']; ?>
473   -','<?php echo $this->_tpl_vars['User_List'][$this->_sections['idx']['index']][7]; ?>
474   -');" --><?php echo $this->_tpl_vars['User_List'][$this->_sections['idx']['index']][1]; ?>
475   -<!-- /a --></FONT></TD>
476   - <TD align="left"><FONT size=2><?php echo $this->_tpl_vars['User_List'][$this->_sections['idx']['index']][2]; ?>
477   -</FONT></TD>
478   - <TD align="left"><FONT size=2 <?php echo $this->_tpl_vars['User_List'][$this->_sections['idx']['index']][8]; ?>
479   -><?php echo $this->_tpl_vars['User_List'][$this->_sections['idx']['index']][3]; ?>
480   -</FONT></TD>
481   - <TD align="center"><FONT size=2><?php echo $this->_tpl_vars['User_List'][$this->_sections['idx']['index']][4]; ?>
482   -</FONT></TD>
483   - <TD align="left"><FONT size=2><?php echo $this->_tpl_vars['User_List'][$this->_sections['idx']['index']][5]; ?>
484   - </FONT></TD>
485   - <TD align="center"><FONT size=2><?php echo $this->_tpl_vars['User_List'][$this->_sections['idx']['index']][6]; ?>
486   -</FONT></TD>
487   - <TD align="center"><FONT size=2><INPUT type="checkbox" NAME="chkSend" VALUE="<?php echo $this->_tpl_vars['User_List'][$this->_sections['idx']['index']][0]; ?>
488   -"></FONT></TD>
489   - </TR>
490   - <?php endfor; endif; ?>
491   - </TABLE>
492   - </td>
493   - </tr>
494   -
495   -
496   - <tr>
497   - <td align="center">
498   - </td>
499   - </tr>
500   -</table>
501   -<table width="100%" border="0">
502   - <tr>
503   - <td align="center"><input type="button" name="btnReturn" value="一覧へ戻る" onClick="location='LIST0000.php'"></td>
504   - </tr>
505   -</table>
506   -<INPUT type="hidden" name="mail_id" value="<?php echo $this->_tpl_vars['mail_id']; ?>
507   -">
508   -<INPUT type="hidden" name="N_READ_CNT" value="<?php echo $this->_tpl_vars['N_READ_CNT']; ?>
509   -">
510   -<INPUT type="hidden" name="usr_key" value="">
511   -<INPUT type="hidden" name="SendUser" value="<?php echo $this->_tpl_vars['SendUser']; ?>
512   -">
513   -<INPUT type="hidden" name="int_send_type" value="<?php echo $this->_tpl_vars['int_send_type']; ?>
514   -">
515   -<INPUT type="hidden" name="Chk_User" value="">
516   -
517   -<!-- フッター表示 -->
518   -<?php $_smarty_tpl_vars = $this->_tpl_vars;
519   -$this->_smarty_include(array('smarty_include_tpl_file' => 'footer.tpl', 'smarty_include_vars' => array()));
520   -$this->_tpl_vars = $_smarty_tpl_vars;
521   -unset($_smarty_tpl_vars);
522   - ?>
523   -</FORM>
524   -</BODY>
525   -</HTML>
\ No newline at end of file
1   -<?php /* Smarty version 2.6.26, created on 2017-06-02 01:35:33
2   - compiled from LIST1730.tpl */ ?>
3   -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
4   -<HTML>
5   -<HEAD>
6   -<META name="GENERATOR" content="Microsoft FrontPage 4.0">
7   -<META http-equiv="Content-Type" content="text/html; charset=EUC-JP">
8   -<META http-equiv="Content-Style-Type" content="text/css">
9   -<link href="./css/style.css" rel="stylesheet" type="text/css">
10   -<TITLE>め〜るNiポン!</TITLE>
11   -<script type="text/javascript" src="./include/input_chk.js" charset="EUC-JP"></script>
12   -<script>
13   -<?php echo '
14   -
15   -function Return_Back(){
16   - document.frm.action="LIST1000.php";
17   - document.frm.method="POST";
18   - document.frm.submit();
19   -}
20   -
21   -function input_chk(YYYY,MM,DD,HH,TIME){
22   -
23   - if(isNaN(document.frm.Reserva_Year.value)){
24   - window.alert("年は数値で入力してください。");
25   - document.frm.Reserva_Year.focus();
26   - return false;
27   - }else if(!document.frm.Reserva_Year.value){
28   - window.alert("年を入力してください。");
29   - document.frm.Reserva_Year.focus();
30   - return false;
31   -
32   - }else if(document.frm.Reserva_Month.value==""){
33   - window.alert("月を選択して下さい");
34   - document.frm.Reserva_Month.focus();
35   - return false;
36   - }else if(document.frm.Reserva_Date.value==""){
37   - window.alert("日を選択して下さい");
38   - document.frm.Reserva_Date.focus();
39   - return false;
40   - }else if(document.frm.Reserva_Hour.value==""){
41   - window.alert("時を選択して下さい");
42   - document.frm.Reserva_Hour.focus();
43   - return false;
44   - }else if(document.frm.Reserva_Minute.value==""){
45   - window.alert("分を選択して下さい");
46   - document.frm.Reserva_Minute.focus();
47   - return false;
48   - }
49   - if (date_chk(document.frm.Reserva_Year.value,document.frm.Reserva_Month.value,document.frm.Reserva_Date.value)==false) {
50   - document.frm.document.frm.Reserva_Year.focus();
51   - return false;
52   - }
53   -
54   - if (confirm("この日時にメール配信します。\\nよろしいですか?")){
55   - document.frm.action="LIST1731.php";
56   - document.frm.method="POST";
57   - document.frm.submit();
58   - }
59   -}
60   -
61   -function POP_Calendar(frm,yyyy,mm,dd,sele_year,sele_mon,sele_date) {
62   - window.open("../include/calendar.php?frm="+frm+"&yyyy="+yyyy+"&mm="+mm+"&dd="+dd+"&main_year="+sele_year+"&main_mon="+sele_mon+"&strMainDate="+sele_date,"カレンダー",\'width=350,height=230\');
63   -}
64   -
65   -'; ?>
66   -
67   -</script>
68   -</HEAD>
69   -<BODY bgcolor="White">
70   -<FORM name="frm">
71   -<!-- ヘッダー表示 -->
72   -<?php $_smarty_tpl_vars = $this->_tpl_vars;
73   -$this->_smarty_include(array('smarty_include_tpl_file' => 'header.tpl', 'smarty_include_vars' => array()));
74   -$this->_tpl_vars = $_smarty_tpl_vars;
75   -unset($_smarty_tpl_vars);
76   - ?>
77   -<!-- メニュー表示 -->
78   -<?php $_smarty_tpl_vars = $this->_tpl_vars;
79   -$this->_smarty_include(array('smarty_include_tpl_file' => 'menu.tpl', 'smarty_include_vars' => array()));
80   -$this->_tpl_vars = $_smarty_tpl_vars;
81   -unset($_smarty_tpl_vars);
82   - ?>
83   -<!-- 一覧表示 -->
84   -<table width="100%" border="0">
85   - <tr>
86   - <th><B><font color="blue" size="5">後日配信設定</font></B></th>
87   - </tr>
88   -</table>
89   -<hr />
90   -<table width="100%" border="0">
91   - <tr>
92   - <td align="center">
93   - <TABLE border=1 bordercolor="#008080" width="544">
94   - <TD bgcolor="#FFCC99"><B><FONT size="2">配信日時</FONT></B></TD>
95   - <TD>
96   - <FONT size="2">
97   - <INPUT size="5" maxlength="4" type="text" name="Reserva_Year" Value="<?php echo $this->_tpl_vars['Reserva_Year']; ?>
98   -">
99   - <SELECT name="Reserva_Month"><?php echo $this->_tpl_vars['Month_Data']; ?>
100   -</SELECT>
101   - <SELECT name="Reserva_Date"><?php echo $this->_tpl_vars['Day_Data']; ?>
102   -</SELECT>
103   - <SELECT name="Reserva_Hour"><?php echo $this->_tpl_vars['Hour_Data']; ?>
104   -</SELECT>
105   - <SELECT name="Reserva_Minute"><?php echo $this->_tpl_vars['Minute_Data']; ?>
106   -</SELECT>
107   - <a href=JavaScript:POP_Calendar('Frm','Reserva_Year','Reserva_Month','Reserva_Date',document.Frm.Reserva_Year.value,document.Frm.Reserva_Month.options[document.Frm.Reserva_Month.selectedIndex].value,document.Frm.Reserva_Year.value+document.Frm.Reserva_Month.options[document.Frm.Reserva_Month.selectedIndex].value+document.Frm.Reserva_Date.options[document.Frm.Reserva_Date.selectedIndex].value);>
108   - <img src=../include/cl001.gif height=25 width=25 alt=カレンダー border=0></A>
109   - </FONT>
110   - </TD>
111   - </TR>
112   - </TABLE>
113   - </td>
114   - </tr>
115   - <tr>
116   - <td align="center">
117   - <FONT SIZE=2>  配信日を設定する場合はこのボタンを押してください⇒</FONT>
118   - <input type="button" value=" 設 定 " onClick="return input_chk();">
119   - </td>
120   - </tr>
121   -</table>
122   -<table width="100%" border="0">
123   - <tr>
124   - <td align="center"><INPUT type="button" name="back" value="戻 る" onClick="JavaScript:Return_Back();"></td>
125   - </tr>
126   -</table>
127   -<INPUT type="hidden" name="mail_id" value="<?php echo $this->_tpl_vars['mail_id']; ?>
128   -">
129   -<!-- フッター表示 -->
130   -<?php $_smarty_tpl_vars = $this->_tpl_vars;
131   -$this->_smarty_include(array('smarty_include_tpl_file' => 'footer.tpl', 'smarty_include_vars' => array()));
132   -$this->_tpl_vars = $_smarty_tpl_vars;
133   -unset($_smarty_tpl_vars);
134   - ?>
135   -</FORM>
136   -</BODY>
137   -</HTML>
\ No newline at end of file
1   -<?php /* Smarty version 2.6.26, created on 2017-06-01 23:11:10
2   - compiled from MST1121.tpl */ ?>
3   -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
4   -<HTML>
5   -<HEAD>
6   -<META name="GENERATOR" content="Microsoft FrontPage 4.0">
7   -<META http-equiv="Content-Type" content="text/html; charset=EUC-JP">
8   -<META http-equiv="Content-Style-Type" content="text/css">
9   -<link href="./css/style.css" rel="stylesheet" type="text/css">
10   -<TITLE>め〜るNiポン!</TITLE>
11   -</HEAD>
12   -<BODY bgcolor="White">
13   -<FORM name="frm" method="post">
14   -<!-- ヘッダー表示 -->
15   -<?php $_smarty_tpl_vars = $this->_tpl_vars;
16   -$this->_smarty_include(array('smarty_include_tpl_file' => 'header.tpl', 'smarty_include_vars' => array()));
17   -$this->_tpl_vars = $_smarty_tpl_vars;
18   -unset($_smarty_tpl_vars);
19   - ?>
20   -<!-- メニュー表示 -->
21   -<?php $_smarty_tpl_vars = $this->_tpl_vars;
22   -$this->_smarty_include(array('smarty_include_tpl_file' => 'menu.tpl', 'smarty_include_vars' => array()));
23   -$this->_tpl_vars = $_smarty_tpl_vars;
24   -unset($_smarty_tpl_vars);
25   - ?>
26   -<!-- 一覧表示 -->
27   -<table width="100%" border="0">
28   - <tr>
29   - <th><B><FONT color=blue size=5>管理者情報変更完了</FONT></B></th>
30   - </tr>
31   -</table>
32   -<hr />
33   -<TABLE border=0 WIDTH="100%">
34   - <TR>
35   - <TD align="center">
36   - <INPUT type="button" name="btnBack" value="一覧へ戻る" onClick="location='MST1100.php'"><BR><BR>
37   - </TD>
38   - </TR>
39   - <TR>
40   - <TD align="center">
41   - <TABLE border=1 bordercolor="#008080" width="544">
42   - <TR>
43   - <TD bgcolor="#FFCC99"><B><FONT size="2">氏名</FONT></B></TD>
44   - <TD><FONT size="2"><?php echo $this->_tpl_vars['strAdminName']; ?>
45   -</FONT></TD>
46   - </TR>
47   - <TR>
48   - <TD bgcolor="#FFCC99" ALIGN="CENTER" COLSPAN="2"><B><FONT size="2">上記のユーザーに変更しました</FONT></B></TD>
49   - </TR>
50   - </TABLE>
51   - </TD>
52   - </TR>
53   -</TABLE>
54   -<!-- フッター表示 -->
55   -<?php $_smarty_tpl_vars = $this->_tpl_vars;
56   -$this->_smarty_include(array('smarty_include_tpl_file' => 'footer.tpl', 'smarty_include_vars' => array()));
57   -$this->_tpl_vars = $_smarty_tpl_vars;
58   -unset($_smarty_tpl_vars);
59   - ?>
60   -</FORM>
61   -</BODY>
62   -</HTML>
\ No newline at end of file
1   -<?php /* Smarty version 2.6.26, created on 2017-06-01 23:10:30
2   - compiled from SEND1020.tpl */ ?>
3   -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
4   -<HTML>
5   -<HEAD>
6   -<META name="GENERATOR" content="Microsoft FrontPage 4.0">
7   -<META http-equiv="Content-Type" content="text/html; charset=EUC-JP">
8   -<META http-equiv="Content-Style-Type" content="text/css">
9   -<link href="./css/style.css" rel="stylesheet" type="text/css">
10   -<TITLE>め〜るNiポン!</TITLE>
11   -</HEAD>
12   -<BODY>
13   -<FORM METHOD="POST" name="Frm" enctype="multipart/form-data" style="margin:0px; ">
14   -<!-- ヘッダー表示 -->
15   -<?php $_smarty_tpl_vars = $this->_tpl_vars;
16   -$this->_smarty_include(array('smarty_include_tpl_file' => 'header.tpl', 'smarty_include_vars' => array()));
17   -$this->_tpl_vars = $_smarty_tpl_vars;
18   -unset($_smarty_tpl_vars);
19   - ?>
20   -<!-- メニュー表示 -->
21   -<?php $_smarty_tpl_vars = $this->_tpl_vars;
22   -$this->_smarty_include(array('smarty_include_tpl_file' => 'menu.tpl', 'smarty_include_vars' => array()));
23   -$this->_tpl_vars = $_smarty_tpl_vars;
24   -unset($_smarty_tpl_vars);
25   - ?>
26   -<!-- 配信画面表示 -->
27   -<CENTER>
28   -<TABLE border=0 cellspacing="0" cellpadding="3" width="544">
29   - <TR>
30   - <TD ALIGN="CENTER">
31   - <FONT size="6"><B><A href="./MAIN0000.php">メニューへ戻る</A></B></FONT>
32   - </TD>
33   - </TR>
34   -</TABLE>
35   -<br>
36   -<br>
37   -<TABLE border=1 bordercolor="#008080" width="544">
38   -<TBODY>
39   - <TR>
40   - <TD width="585" height="129" align="center"><img src="./img/send.gif" alt="めーるNiポン"></TD>
41   - </TR>
42   - <TR>
43   - <TD bgcolor="#FFCC99"><CENTER><FONT size="5">入力された情報を送信しました。</FONT></CENTER></TD>
44   - </TR>
45   -</TBODY>
46   -</TABLE>
47   -<BR>
48   -<BR>
49   -<BR>
50   -</CENTER>
51   -<!-- フッター表示 -->
52   -<?php $_smarty_tpl_vars = $this->_tpl_vars;
53   -$this->_smarty_include(array('smarty_include_tpl_file' => 'footer.tpl', 'smarty_include_vars' => array()));
54   -$this->_tpl_vars = $_smarty_tpl_vars;
55   -unset($_smarty_tpl_vars);
56   - ?>
57   -</FORM>
58   -</BODY>
59   -</HTML>
\ No newline at end of file
1   -<?php /* Smarty version 2.6.26, created on 2017-05-31 13:34:57
2   - compiled from SEND3000.tpl */ ?>
3   -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
4   -<HTML>
5   -<HEAD>
6   -<META name="GENERATOR" content="Microsoft FrontPage 4.0">
7   -<META http-equiv="Content-Type" content="text/html; charset=EUC-JP">
8   -<META http-equiv="Content-Style-Type" content="text/css">
9   -<link href="./css/style.css" rel="stylesheet" type="text/css">
10   -<TITLE>め〜るNiポン!</TITLE>
11   -<script type="text/javascript" src="./include/jkl-calendar.js" charset="Shift_JIS"></script>
12   -<script type="text/javascript" src="./include/SEND3000.js" charset="EUC-JP"></script>
13   -</HEAD>
14   -<BODY onLoad="send_change();">
15   -<FORM METHOD="POST" name="Frm" enctype="multipart/form-data" style="margin:0px; ">
16   -<!-- ヘッダー表示 -->
17   -<?php $_smarty_tpl_vars = $this->_tpl_vars;
18   -$this->_smarty_include(array('smarty_include_tpl_file' => 'header.tpl', 'smarty_include_vars' => array()));
19   -$this->_tpl_vars = $_smarty_tpl_vars;
20   -unset($_smarty_tpl_vars);
21   - ?>
22   -<!-- メニュー表示 -->
23   -<?php $_smarty_tpl_vars = $this->_tpl_vars;
24   -$this->_smarty_include(array('smarty_include_tpl_file' => 'menu.tpl', 'smarty_include_vars' => array()));
25   -$this->_tpl_vars = $_smarty_tpl_vars;
26   -unset($_smarty_tpl_vars);
27   - ?>
28   -<!-- 配信画面表示 -->
29   -<table width="100%" border="0">
30   - <tr>
31   - <th width="70%">
32   - <CENTER><B><FONT color=blue size=5>お知らせ配信</FONT></B></CENTER>
33   - </th>
34   - </tr>
35   -</table>
36   -<HR>
37   -<?php if (( $this->_tpl_vars['PHP_POST_DB_FLG'] == 6 )): ?>
38   - <font color="#FFFF00" size=4>
39   - <b><a href="http://www.mail-ni-pon.net/category/7151311-1.html#p2" target="_blank">※ポイントについて</a></b>
40   - </font>
41   - <br><br>
42   -<?php endif; ?>
43   -<FONT size="2" color=#FF0000>
44   - <b><FONT size="2">項目の入力・選択を行わないと配信できません</b>
45   -</FONT>
46   -<BR>
47   -
48   -<CENTER>
49   -<TABLE border=1 bordercolor="#008080" width="700">
50   - <TR>
51   - <TD bgcolor="#FFCC99">
52   - <B><FONT size="2" color=#FF0000></FONT><FONT size="2">送信先</FONT></B>
53   - </TD>
54   - <TD>
55   - <input type="radio" name="radSendPtn" value="1" onClick="send_change();" <?php echo $this->_tpl_vars['radSend'][0]; ?>
56   -><FONT size="2">個人配信</FONT><br>
57   -  <INPUT size="60" maxlength="50" type="text" name="sousin" value="<?php echo $this->_tpl_vars['strSubmitName']; ?>
58   -" readonly>
59   - <INPUT type="button" name="sousin_sentaku" value="送信先の選択をする" onClick="JavaScript:Select_User();">
60   - <hr>
61   - <input type="radio" name="radSendPtn" value="2" onClick="send_change();" <?php echo $this->_tpl_vars['radSend'][1]; ?>
62   -><FONT size="2"><?php echo $this->_tpl_vars['strDisp_Name'][1]; ?>
63   -配信</FONT><br>
64   - <?php echo $this->_tpl_vars['strGP']; ?>
65   -
66   - </TD>
67   - </TR>
68   - <TR>
69   - <TD bgcolor="#FFCC99">
70   - <B><FONT size="2" color=#FF0000></FONT><FONT size="2">送信先機種</FONT></B>
71   - </TD>
72   - <TD>
73   - <FONT size="2">
74   - <input name="SendType" type="radio" value="0" <?php echo $this->_tpl_vars['radSendType'][0]; ?>
75   ->両方 
76   - <input name="SendType" type="radio" value="1" <?php echo $this->_tpl_vars['radSendType'][1]; ?>
77   ->携帯のみ 
78   - <input name="SendType" type="radio" value="2" <?php echo $this->_tpl_vars['radSendType'][2]; ?>
79   ->PCのみ 
80   - </FONT>
81   - </TD>
82   - </TR>
83   - <TR>
84   - <TD bgcolor="#FFCC99">
85   - <B><FONT size="2" color=#FF0000></FONT><FONT size="2"><?php echo $this->_tpl_vars['strDisp_Name'][2]; ?>
86   -</FONT></B>
87   - </TD>
88   - <TD>
89   - <INPUT size="30" maxlength="28" type="text" name="kenmei" value="<?php echo $this->_tpl_vars['TITLE']; ?>
90   -">
91   - <input type="checkbox" name="tei" <?php echo $this->_tpl_vars['rad_tei']; ?>
92   -><FONT size=2><B>定型文有り</B></FONT>
93   - </TD>
94   - </TR>
95   - <TR>
96   - <TD bgcolor="#FFCC99">
97   - <B><FONT size="2" color=#FF0000></FONT><FONT size="2" class="space">本文</FONT></B>
98   - </TD>
99   - <TD>
100   - <TEXTAREA rows="10" cols="60" name="text"><?php echo $this->_tpl_vars['MAIL_TEXT']; ?>
101   -</TEXTAREA>
102   - <BR>
103   - </TD>
104   - </TR>
105   -</TABLE>
106   -</CENTER>
107   -<INPUT type="hidden" name="alarm_flg" value="<?php echo $this->_tpl_vars['alarm_flg']; ?>
108   -">
109   -<INPUT type="hidden" name="alarm_yyyy" value="<?php echo $this->_tpl_vars['alarm_yyyy']; ?>
110   -">
111   -<INPUT type="hidden" name="alarm_mm" value="<?php echo $this->_tpl_vars['alarm_mm']; ?>
112   -">
113   -<INPUT type="hidden" name="alarm_dd" value="<?php echo $this->_tpl_vars['alarm_dd']; ?>
114   -">
115   -<INPUT type="hidden" name="alarm_hh" value="<?php echo $this->_tpl_vars['alarm_hh']; ?>
116   -">
117   -<INPUT type="hidden" name="alarm_time_mm" value="<?php echo $this->_tpl_vars['alarm_time_mm']; ?>
118   -">
119   -<INPUT type="hidden" name="alarm_id" value="<?php echo $this->_tpl_vars['alarm_id']; ?>
120   -">
121   -
122   -<INPUT type="hidden" name="Send_User" value="<?php echo $this->_tpl_vars['Send_User']; ?>
123   -">
124   -<INPUT type="hidden" name="userCNT" value="<?php echo $this->_tpl_vars['userCNT']; ?>
125   -">
126   -<INPUT type="hidden" name="group_id" value="<?php echo $this->_tpl_vars['group_id']; ?>
127   -">
128   -<?php echo $this->_tpl_vars['strPtnCode']; ?>
129   -
130   -<INPUT type="hidden" name="pattern_flg" value="">
131   -
132   -<div align="center">
133   -<p><FONT size="2"><B>
134   -↓情報を配信する場合はこのボタンを押してください↓<br>
135   -</B></FONT>
136   -<INPUT type="button" name="submit_btn" value="配信" onClick="JavaScript:haisin(<?php echo $this->_tpl_vars['PHP_POST_DB_FLG']; ?>
137   -,'<?php echo $this->_tpl_vars['strDisp_Name'][1]; ?>
138   -','<?php echo $this->_tpl_vars['strDisp_Name'][2]; ?>
139   -')" style="padding:4px 20px 4px 20px; ">
140   -</p>
141   -<hr>
142   -<INPUT type="button" name="back" value="メニューへ戻る" onClick="JavaScript:menuBack();">
143   -</div>
144   -<!-- フッター表示 -->
145   -<?php $_smarty_tpl_vars = $this->_tpl_vars;
146   -$this->_smarty_include(array('smarty_include_tpl_file' => 'footer.tpl', 'smarty_include_vars' => array()));
147   -$this->_tpl_vars = $_smarty_tpl_vars;
148   -unset($_smarty_tpl_vars);
149   - ?>
150   -
151   -</CENTER>
152   -</form>
153   -</BODY>
154   -</HTML>
\ No newline at end of file
1   -<?php /* Smarty version 2.6.26, created on 2017-05-31 13:33:23
2   - compiled from header.tpl */ ?>
3   -<div id="header">
4   - <h1 title="め〜るNiポン!"><a href="./MAIN0000.php">め〜るNiポン!</a></h1>
5   - <div class="logOut">
6   - <?php if ($this->_tpl_vars['PHP_POST_DB_FLG'] == '6'): ?>
7   - 現在、<B><FONT COLOR="#0066CC"><?php echo $this->_tpl_vars['Point']; ?>
8   -</FONT>ポイント</B>ご利用可能です
9   - <?php endif; ?>
10   - <a href="http://www.mail-ni-pon.net/category/8824713-1.html" target="_blank"><img src="./img/strat_button.gif" alt="ご利用方法" width="70" height="30" border="0"></a>
11   - <a href="http://www.mail-ni-pon.net/category/8824716-1.html" target="_blank"><img src="./img/faq_button.gif" alt="FAQ" width="70" height="30" border="0"></a>
12   - <a href="./SUB0100.php"><img src="./img/toi_button.gif" alt="お問い合わせ" width="70" height="30" border="0"></a>
13   - <input type="button" value="メインメニュー" onClick="location.href='./MAIN0000.php'">
14   - <input type="button" value="ログアウト" onClick="location.href='http://www.mail-ni-pon.net/'">
15   -<!--
16   - <div id = "mtcnews">
17   - <div align="left"><font size = "2">   <font color = "#0066CC">
18   - <b>[ASP / SaaS 製品情報]</b></font> <?php echo $this->_tpl_vars['MtcNews']; ?>
19   -</font>
20   - </div>
21   - </div>
22   --->
23   - </div>
24   -</div>
25   -<div align="right">
26   - <INPUT type="hidden" name="total_point" value="<?php echo $this->_tpl_vars['Point']; ?>
27   -">
28   - <INPUT type="hidden" name="total_max_point" value="<?php echo $this->_tpl_vars['max_point']; ?>
29   -">
30   -</div>
31   -
32   -<div align="left"><font size = "2"> <font color = "#0066CC">
33   - <b>[ASP / SaaS 製品情報]</b></font> <?php echo $this->_tpl_vars['MtcNews']; ?>
34   -</font>
35   -</div>
36   -
37   -<hr>
38   -<div align="left" class="att_info">
39   - <!--
40   - 【重要】定額制への切替について → 詳しくは、ホームページの<a href="http://www.mail-ni-pon.net/category/7182303-1.html" target="_blank">よくあるご質問</a>をご確認ください
41   - 【重要】緊急メンテナンスについて → 詳しくは、<a href="http://www.mail-ni-pon.net/" target="_blank">ホームページ</a>をご確認ください
42   - -->
43   -</div>
44   -
45   -<div align="right" id="header_intro">
46   - <a href="http://www.media-tek.co.jp/privacy/" target="_blank">
47   - 【個人情報について】
48   - </a>     
49   - <?php echo $this->_tpl_vars['Disp_Group']; ?>
50   -
51   -</div>
\ No newline at end of file
1   -<?php /* Smarty version 2.6.26, created on 2017-06-23 10:49:44
2   - compiled from LIST1740.tpl */ ?>
3   -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
4   -<HTML>
5   -<HEAD>
6   -<META name="GENERATOR" content="Microsoft FrontPage 4.0">
7   -<META http-equiv="Content-Type" content="text/html; charset=EUC-JP">
8   -<META http-equiv="Content-Style-Type" content="text/css">
9   -<link href="./css/style.css" rel="stylesheet" type="text/css">
10   -<TITLE>め〜るNiポン!</TITLE>
11   -<script type="text/javascript" src="./include/input_chk.js" charset="EUC-JP"></script>
12   -<script>
13   -<?php echo '
14   -
15   -function Return_Back(){
16   - document.frm.action="LIST1000.php";
17   - document.frm.method="POST";
18   - document.frm.submit();
19   -}
20   -
21   -function input_chk(){
22   - if (confirm("送信先種類を変更します。\\nよろしいですか?")){
23   - document.frm.action="LIST1741.php";
24   - document.frm.method="POST";
25   - document.frm.submit();
26   - }
27   -}
28   -
29   -'; ?>
30   -
31   -</script>
32   -</HEAD>
33   -<BODY bgcolor="White">
34   -<FORM name="frm">
35   -<!-- ヘッダー表示 -->
36   -<?php $_smarty_tpl_vars = $this->_tpl_vars;
37   -$this->_smarty_include(array('smarty_include_tpl_file' => 'header.tpl', 'smarty_include_vars' => array()));
38   -$this->_tpl_vars = $_smarty_tpl_vars;
39   -unset($_smarty_tpl_vars);
40   - ?>
41   -<!-- メニュー表示 -->
42   -<?php $_smarty_tpl_vars = $this->_tpl_vars;
43   -$this->_smarty_include(array('smarty_include_tpl_file' => 'menu.tpl', 'smarty_include_vars' => array()));
44   -$this->_tpl_vars = $_smarty_tpl_vars;
45   -unset($_smarty_tpl_vars);
46   - ?>
47   -<!-- 一覧表示 -->
48   -<table width="100%" border="0">
49   - <tr>
50   - <th><B><font color="blue" size="5">メール送信先種類設定</font></B></th>
51   - </tr>
52   -</table>
53   -<hr />
54   -<table width="100%" border="0">
55   - <tr>
56   - <td align="center">
57   - <TABLE border=1 bordercolor="#008080" width="544">
58   - <TR>
59   - <TD bgcolor="#FFCC99"><B><FONT size="2">送信先種類</FONT><FONT size="2" color=#FF0000></FONT></B></TD>
60   - <TD>
61   - <input name="SendType" type="radio" value="0" <?php echo $this->_tpl_vars['send_chk'][0]; ?>
62   ->両方 
63   - <input name="SendType" type="radio" value="1" <?php echo $this->_tpl_vars['send_chk'][1]; ?>
64   ->携帯のみ 
65   - <input name="SendType" type="radio" value="2" <?php echo $this->_tpl_vars['send_chk'][2]; ?>
66   ->PCのみ 
67   - </TD>
68   - </TR>
69   - </TABLE>
70   - </td>
71   - </tr>
72   - <tr>
73   - <td align="center">
74   - <br><br>
75   - <TABLE border="0" width="544">
76   - <TR>
77   - <TD>
78   - <FONT SIZE=2>  送信先種類を変更する場合はこのボタンを押してください⇒</FONT>
79   - <input type="button" value=" 設 定 " onClick="return input_chk();">
80   - </TD>
81   - </TR>
82   - </TABLE>
83   - </td>
84   - </tr>
85   -</table>
86   -<table width="100%" border="0">
87   - <tr>
88   - <td align="center"><INPUT type="button" name="back" value="戻 る" onClick="JavaScript:Return_Back();"></td>
89   - </tr>
90   -</table>
91   -<INPUT type="hidden" name="mail_id" value="<?php echo $this->_tpl_vars['mail_id']; ?>
92   -">
93   -<!-- フッター表示 -->
94   -<?php $_smarty_tpl_vars = $this->_tpl_vars;
95   -$this->_smarty_include(array('smarty_include_tpl_file' => 'footer.tpl', 'smarty_include_vars' => array()));
96   -$this->_tpl_vars = $_smarty_tpl_vars;
97   -unset($_smarty_tpl_vars);
98   - ?>
99   -</FORM>
100   -</BODY>
101   -</HTML>
\ No newline at end of file
1   -<?php /* Smarty version 2.6.26, created on 2017-06-01 22:57:01
2   - compiled from MST1151.tpl */ ?>
3   -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
4   -<HTML>
5   -<HEAD>
6   -<META name="GENERATOR" content="Microsoft FrontPage 4.0">
7   -<META http-equiv="Content-Type" content="text/html; charset=EUC-JP">
8   -<META http-equiv="Content-Style-Type" content="text/css">
9   -<link href="./css/style.css" rel="stylesheet" type="text/css">
10   -<TITLE>め〜るNiポン!</TITLE>
11   -<script type="text/javascript" src="./include/input_chk.js" charset="EUC-JP"></script>
12   -<script>
13   -<?php echo '
14   -
15   - function Disp_List(){
16   - document.frm.action="./MST1100.php";
17   - document.frm.method="POST";
18   - document.frm.submit();
19   - return;
20   - }
21   -
22   -'; ?>
23   -
24   -</script>
25   -</HEAD>
26   -<BODY bgcolor="White">
27   -<FORM name="frm" enctype="multipart/form-data" method="post">
28   -<!-- ヘッダー表示 -->
29   -<?php $_smarty_tpl_vars = $this->_tpl_vars;
30   -$this->_smarty_include(array('smarty_include_tpl_file' => 'header.tpl', 'smarty_include_vars' => array()));
31   -$this->_tpl_vars = $_smarty_tpl_vars;
32   -unset($_smarty_tpl_vars);
33   - ?>
34   -<!-- メニュー表示 -->
35   -<?php $_smarty_tpl_vars = $this->_tpl_vars;
36   -$this->_smarty_include(array('smarty_include_tpl_file' => 'menu.tpl', 'smarty_include_vars' => array()));
37   -$this->_tpl_vars = $_smarty_tpl_vars;
38   -unset($_smarty_tpl_vars);
39   - ?>
40   -<CENTER>
41   -<TABLE border="0" width="100%">
42   - <TR>
43   - <TD align="center">
44   - <table width="100%" border="0">
45   - <tr><th><B><FONT color=blue size=5>CSV一括登録</FONT></B></th></tr>
46   - </table>
47   - <HR>
48   - <INPUT type="button" name="back" value="一覧に戻る" onClick="Disp_List();">
49   - </TD>
50   - </TR>
51   - <!-- エラーメッセージ -->
52   - <tr>
53   - <td align="center">
54   - <?php if ($this->_tpl_vars['ErrFlg'] == '1'): ?>
55   - <font color="#FF0000">一括登録が失敗しました</font><br>
56   - 下記、エラー内容を修正後、再度アップロードしてください。<br>
57   - <?php unset($this->_sections['idx']);
58   -$this->_sections['idx']['name'] = 'idx';
59   -$this->_sections['idx']['loop'] = is_array($_loop=$this->_tpl_vars['ErrMsg']) ? count($_loop) : max(0, (int)$_loop); unset($_loop);
60   -$this->_sections['idx']['show'] = true;
61   -$this->_sections['idx']['max'] = $this->_sections['idx']['loop'];
62   -$this->_sections['idx']['step'] = 1;
63   -$this->_sections['idx']['start'] = $this->_sections['idx']['step'] > 0 ? 0 : $this->_sections['idx']['loop']-1;
64   -if ($this->_sections['idx']['show']) {
65   - $this->_sections['idx']['total'] = $this->_sections['idx']['loop'];
66   - if ($this->_sections['idx']['total'] == 0)
67   - $this->_sections['idx']['show'] = false;
68   -} else
69   - $this->_sections['idx']['total'] = 0;
70   -if ($this->_sections['idx']['show']):
71   -
72   - for ($this->_sections['idx']['index'] = $this->_sections['idx']['start'], $this->_sections['idx']['iteration'] = 1;
73   - $this->_sections['idx']['iteration'] <= $this->_sections['idx']['total'];
74   - $this->_sections['idx']['index'] += $this->_sections['idx']['step'], $this->_sections['idx']['iteration']++):
75   -$this->_sections['idx']['rownum'] = $this->_sections['idx']['iteration'];
76   -$this->_sections['idx']['index_prev'] = $this->_sections['idx']['index'] - $this->_sections['idx']['step'];
77   -$this->_sections['idx']['index_next'] = $this->_sections['idx']['index'] + $this->_sections['idx']['step'];
78   -$this->_sections['idx']['first'] = ($this->_sections['idx']['iteration'] == 1);
79   -$this->_sections['idx']['last'] = ($this->_sections['idx']['iteration'] == $this->_sections['idx']['total']);
80   -?>
81   - <?php echo $this->_tpl_vars['ErrMsg'][$this->_sections['idx']['index']]; ?>
82   -<br>
83   - <?php endfor; endif; ?>
84   - <?php else: ?>
85   - <font color="#000000">一括登録が成功しました</font><br>
86   - <?php endif; ?>
87   - </td>
88   - </tr>
89   -</TABLE>
90   -</CENTER>
91   -<!-- フッター表示 -->
92   -<?php $_smarty_tpl_vars = $this->_tpl_vars;
93   -$this->_smarty_include(array('smarty_include_tpl_file' => 'footer.tpl', 'smarty_include_vars' => array()));
94   -$this->_tpl_vars = $_smarty_tpl_vars;
95   -unset($_smarty_tpl_vars);
96   - ?>
97   -</FORM>
98   -</BODY>
99   -</HTML>
\ No newline at end of file
Please register or login to post a comment