source: branches/feature-module-update/data/Smarty/templates/regist/error.tpl @ 15079

Revision 15079, 1.3 KB checked in by nanasess, 17 years ago (diff)

svn:mime-type application/x-httpd-php; charset=UTF-8 設定

  • Property svn:mime-type set to application/x-httpd-php; charset=UTF-8
Line 
1<!--{*
2 * Copyright(c) 2000-2007 LOCKON CO.,LTD. All Rights Reserved.
3 *
4 * http://www.lockon.co.jp/
5 *}-->
6<!--▼CONTENTS-->
7<table width="" cellspacing="0" cellpadding="0" summary=" ">
8    <tr>
9        <td bgcolor="#ffffff" align="left">
10        <!--▼MAIN CONTENTS-->
11        <table cellspacing="0" cellpadding="0" summary=" " id="containerfull">
12            <tr><td height="20"></td></tr>
13            <tr valign="top">
14                <!--▼CONTENTS-->
15                <td>
16                <div id="maintitle"><img src="<!--{$smarty.const.URL_DIR}-->img/regist/title.jpg" width="700" height="40" alt="本会員登録" /></div>
17               
18                <form name="form1" method="post" action="./complete.php">
19                <table cellspacing="1" cellpadding="8" summary=" " id="frame">
20                    <tr>
21                        <td class="fs12" id="left"><span class="red"><!--{$arrErr.id}--></span></td>
22                    </tr>
23                </table>
24                <div id="button"><a href="javascript:history.back()" onmouseOver="chgImg('../img/button/back_on.gif','back');" onmouseOut="chgImg('../img/button/back.gif','back');"><img src="<!--{$smarty.const.URL_DIR}-->img/button/back.gif" width="150" height="30" alt="戻る" name="back" id="back" /></a></div>
25                </form>
26                </td>
27                <!--▲ONTENTS-->
28            </tr>
29        </table>
30        <!--▲MAIN CONTENTS-->
31        </td>
32    </tr>
33</table>
34<!--▲CONTENTS-->
Note: See TracBrowser for help on using the repository browser.