LIST1760.tpl 4.24 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 type="text/javascript" src="./include/input_chk.js" charset="EUC-JP"></script>
<SCRIPT LANGUAGE="JavaScript">
{literal}
function ichiranBack(){
		document.Frm.action="./LIST1000.php";
		document.Frm.submit();
}

{/literal}
</SCRIPT>
</HEAD>
<BODY bgcolor="White">
<FORM METHOD="POST" NAME="Frm">
<!-- ヘッダー表示 -->
{include file='header.tpl'}
<!-- メニュー表示 -->
{include file='menu.tpl'}
<!-- 一覧表示 -->
<table width="100%" border="0">
	<tr>
		<th><B><font color="blue" size="5">ユーザー情報閲覧</font></B></th>
	</tr>
</table>
<hr />
<CENTER>
    <TR>
      <TD>
          <TABLE border=1 bordercolor="#008080" width="544">
            <TBODY>
              <TR>
                <TD bgcolor="#FFCC99"><B><FONT size="2">氏名(漢字)</FONT></B></TD>
                <TD><B><FONT size="2">&nbsp;</FONT></B>
                  {$name_kj_sei}<br>
                  <B><FONT size="2">&nbsp;</FONT></B>
                {$name_kj_mei}</TD>
              </TR>
              <TR>
                <TD bgcolor="#FFCC99"><B><FONT size="2">氏名(フリガナ)</FONT></B></TD>
                <TD><B><FONT size="2">セイ&nbsp;</FONT></B>
                  {$name_kn_sei}<br>
                  <B><FONT size="2">メイ&nbsp;</FONT></B>
                  {$name_kn_mei}<B></B></TD>
              </TR>
              <TR>
                <TD bgcolor="#FFCC99"><B><FONT size="2">性別</FONT></B></TD>
                <TD><B><FONT size="2">{$sei}</FONT></B></TD>
              </TR>
              <TR>
                <TD bgcolor="#FFCC99"><B><FONT size="2">{$strDisp_Name}</FONT></B></TD>
                <TD ALIGN="LEFT">
									<FONT size=2>
										{section name=idx loop=$Group_Name}
											{$Group_Name[idx]}
										{/section}
									</FONT>
                </TD>
              </TR>
              <tr bgcolor="#ffffff">

                <td valign="top" bgcolor="#FFCC99" rowspan="5"><B><FONT size="2">住 所</FONT></B></TD>
                <td>〒{$strYubin_no1}-{$strYubin_no2}</td>
              </tr>
              <tr bgcolor="#ffffff">
                <td>{$strJyusyoPref}
                  <BR>
                </td>
              </tr>
              <tr bgcolor="#ffffff">
                <td>{$addr_city}
                <B><FONT size="2">(市区郡)</FONT></B></TD>
              </tr>
              <tr bgcolor="#ffffff">
                <td>{$addr_banti}
                <B><FONT size="2">(町名、番地)</FONT></B></TD>
              </tr>
              <tr bgcolor="#ffffff">
                <td>{$addr_apart}
                <B><FONT size="2">(マンション・アパート名)</FONT></B></TD>
              </tr>
              <tr bgcolor="#ffffff">
                <td bgcolor="#FFCC99"><B><FONT size="2">自宅電話番号</FONT></B></TD>
                <td>{$tel_no} </td>
              </tr>
              <tr bgcolor="#ffffff">
                <td bgcolor="#FFCC99"><B><FONT size="2">携帯電話番号</FONT></B></TD>
                <td>{$keitai_no} </td>
              </tr>
              <tr bgcolor="#ffffff">
                <td bgcolor="#FFCC99"><B><FONT size="2">メモ</FONT></B></TD>
                <td>{$biko} </td>
              </tr>
              <tr bgcolor="#ffffff">
                <td bgcolor="#FFCC99"><B><FONT size="2">携帯メールアドレス</FONT></B></TD>
								<td>{$mail_addr} </td>
              </tr>
              <tr bgcolor="#ffffff">
                <td bgcolor="#FFCC99"><B><FONT size="2">PCメールアドレス</FONT></B></TD>
                <td>{$pc_mail_addr} </td>
              </tr>
            <INPUT type="hidden" name="strSet_Flg" value="2">
            </TBODY>
            
          </TABLE>
          <input type="hidden" name="mail_id" value="{$mail_id}">

        </FORM>
  </TABLE>
<br>
	<TABLE border=0 >
		<TR>
			<TD>
				<INPUT type="button" name="back" value="一覧に戻る" onClick="JavaScript:ichiranBack();">
			</TD>
		</TR>
	</TABLE>

	<!-- フッター表示 -->
	{include file='footer.tpl'}

</CENTER>

</BODY>
</HTML>