MAIN0000.tpl 3.91 KB
<!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>
{literal}
function ichiran(){
		document.frm.action="./ichiran.php";
		document.frm.submit();
}

function GmDisp(){
		document.frm.action = "MAIN0000.php";
		document.frm.method="POST";
		document.frm.submit();
		return;
}

function reload(strDate){
		document.frm.strMainDate.value=strDate;
		document.frm.action = "MAIN0000.php";
		document.frm.method="POST";
		document.frm.submit();
		return;
}

function kojin_send(strDate){
		document.frm.strMainDate.value=strDate;
		document.frm.action = "./kojin_tran/kojin_Tran.php";
		document.frm.method="POST";
		document.frm.submit();
	return;
}

function mail_send(strDate){
		document.frm.strMainDate.value=strDate;
		document.frm.action = "SEND0000.php";
		document.frm.method="POST";
		document.frm.submit();
		return;
}

function group_send(strDate){
		document.frm.strMainDate.value=strDate;
		document.frm.action = "./group_tran/group_Tran.php";
		document.frm.method="POST";
		document.frm.submit();
		return;
}

function Detail_Disp(mail_id,flg){
		document.frm.mail_id.value=mail_id;
		if(flg=="SC"){
			document.frm.action = "LIST2000.php";
		}else{
			if(flg=="QU"){
				document.frm.action = "LIST3000.php";
			}else{
				document.frm.action = "LIST1000.php";
			}
		}
		document.frm.method="POST";
		document.frm.submit();
		return;
}


{/literal}
</script>
</HEAD>
<BODY>
<form METHOD="POST" name="frm">
<!-- ヘッダー表示 -->
{include file='header.tpl'}
<!-- メニュー表示 -->
{include file='menu.tpl'}
<!-- カレンダー表示 -->
<TABLE class="headerTbr">
	<TR>
		<TD> <img src="img/icon_ikkatu.gif" alt="メール配信" width="22" height="22" border=0>&nbsp;メール配信</TD>
		<TD align=middle>
			<SELECT name="main_year" onChange=GmDisp()>{$Year_Data}</SELECT>
			<SELECT name=main_mon onChange=GmDisp()>{$Month_Data}</SELECT>
		</TD>
		<TD align=right><INPUT type=button value="<< 先月" onclick="return reload({$Before_Month})"><INPUT type=submit value=" 今月 " onclick="return reload({$Now_Month})"><INPUT type=submit value="来月 >>" onclick="return reload({$Next_Month})"> </TD>
	</TR>
</TABLE>
<TABLE class="mainTbr">
	<TR>
		<TD align="middle" bgcolor="FDDFFD" height="30"></TD>
		<TD align="middle" bgcolor="#ffffe6" height="30"></TD>
		<TD align="middle" bgcolor="#ffffe6" height="30"></TD>
		<TD align="middle" bgcolor="#ffffe6" height="30"></TD>
		<TD align="middle" bgcolor="#ffffe6" height="30"></TD>
		<TD align="middle" bgcolor="#ffffe6" height="30"></TD>
		<TD align="middle" bgcolor="#CCF8FB" height="30"></TD>
	</TR>
	{section name=idx loop=$strCalData}
		<TR>
			<TD width="15%" height="50" bgcolor="#FDDFFD">{$strCalData[idx][0]}</TD>
			<TD width="14%" height="50" bgcolor="#FFFFFF">{$strCalData[idx][1]}</TD>
			<TD width="14%" height="50" bgcolor="#FFFFFF">{$strCalData[idx][2]}</TD>
			<TD width="14%" height="50" bgcolor="#FFFFFF">{$strCalData[idx][3]}</TD>
			<TD width="14%" height="50" bgcolor="#FFFFFF">{$strCalData[idx][4]}</TD>
			<TD width="14%" height="50" bgcolor="#FFFFFF">{$strCalData[idx][5]}</TD>
			<TD width="15%" height="50" bgcolor="#CCF8FB">{$strCalData[idx][6]}</TD>
		</TR>
	{/section}
</TABLE>
<TABLE class="underTbr">
	<TR>
	<td>
<address>
<a href="http://www.media-tek.co.jp/" target="_blank" title="メディアテック株式会社ホームページへ">Copyright (C) 2005-2010 Media Tech Inc. All rights reserved.</a>
</address>
	</td>
	</tr>
	</table>
<div id="footer">
{include file='info.tpl'}
</div>
<INPUT type="hidden" name="sYear"       value="2003">
<INPUT type="hidden" name="sMonth"      value="04">
<INPUT type="hidden" name="strMainDate" value="">
<INPUT type="hidden" name="mail_id" value="">
</div>
</form>
</BODY>
</HTML>