MST1151.tpl
1.54 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML>
<HEAD>
<META name="GENERATOR" content="Microsoft FrontPage 4.0">
<META http-equiv="Content-Type" content="text/html; charset=EUC-JP">
<META http-equiv="Content-Style-Type" content="text/css">
<link href="./css/style.css" rel="stylesheet" type="text/css">
<TITLE>め〜るNiポン!</TITLE>
<script type="text/javascript" src="./include/input_chk.js" charset="EUC-JP"></script>
<script>
{literal}
function Disp_List(){
document.frm.action="./MST1100.php";
document.frm.method="POST";
document.frm.submit();
return;
}
{/literal}
</script>
</HEAD>
<BODY bgcolor="White">
<FORM name="frm" enctype="multipart/form-data" method="post">
<!-- ヘッダー表示 -->
{include file='header.tpl'}
<!-- メニュー表示 -->
{include file='menu.tpl'}
<CENTER>
<TABLE border="0" width="100%">
<TR>
<TD align="center">
<table width="100%" border="0">
<tr><th><B><FONT color=blue size=5>CSV一括登録</FONT></B></th></tr>
</table>
<HR>
<INPUT type="button" name="back" value="一覧に戻る" onClick="Disp_List();">
</TD>
</TR>
<!-- エラーメッセージ -->
<tr>
<td align="center">
{if $ErrFlg == "1"}
<font color="#FF0000">一括登録が失敗しました</font><br>
下記、エラー内容を修正後、再度アップロードしてください。<br>
{section name=idx loop=$ErrMsg}
{$ErrMsg[idx]}<br>
{/section}
{else}
<font color="#000000">一括登録が成功しました</font><br>
{/if}
</td>
</tr>
</TABLE>
</CENTER>
<!-- フッター表示 -->
{include file='footer.tpl'}
</FORM>
</BODY>
</HTML>