Ignore:
Timestamp:
2007/05/30 13:24:06 (19 years ago)
Author:
nakanishi
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/dev/data/Smarty/templates/admin/basis/preview.tpl

    r13775 r13776  
    1111<!--{$list_data.header|escape}--> 
    1212<!--{$list_data.footer|escape}--> 
     13 
     14<!--{* 
     15/* 
     16 * Copyright(c) 2000-2007 LOCKON CO.,LTD. All Rights Reserved. 
     17 * 
     18 * http://www.lockon.co.jp/ 
     19 */ 
     20*}--> 
     21<script language="JavaScript"> 
     22<!-- 
     23var flag = 0; 
     24 
     25function setFlag(){ 
     26    flag = 1; 
     27} 
     28function checkFlagAndSubmit(){ 
     29    if ( flag == 1 ){ 
     30        if( confirm('ÆâÍÆ¤¬Êѹ¹¤µ¤ì¤Æ¤¤¤Þ¤¹¡£Â³¹Ô¤¹¤ì¤ÐÊѹ¹ÆâÍÆ¤ÏÇË´þ¤µ¤ì¤Þ¤¹¡£\nµ¹¤·¤¤¤Ç¤·¤ç¤¦¤«¡©' )){ 
     31            fnSetvalAndSubmit( 'form1', 'mode', 'edit' ); 
     32        } else { 
     33            return false; 
     34        } 
     35    } else { 
     36        fnSetvalAndSubmit( 'form1', 'mode', 'edit' ); 
     37    } 
     38} 
     39 
     40//--> 
     41</script> 
     42 
     43<!--¡ú¡ú¥á¥¤¥ó¥³¥ó¥Æ¥ó¥Ä¡ú¡ú--> 
     44            <table width="737" border="0" cellspacing="0" cellpadding="0" summary=" "> 
     45                <!--¥á¥¤¥ó¥¨¥ê¥¢--> 
     46                <tr> 
     47                    <td align="center"> 
     48                        <table width="706" border="0" cellspacing="0" cellpadding="0" summary=" "> 
     49                            <tr><td height="14"></td></tr> 
     50                            <tr> 
     51                                <td colspan="3"><img src="<!--{$smarty.const.URL_DIR}-->img/contents/main_top.jpg" width="706" height="14" alt=""></td> 
     52                            </tr> 
     53                            <tr> 
     54                                <td background="<!--{$smarty.const.URL_DIR}-->img/contents/main_left.jpg"><img src="<!--{$smarty.const.URL_DIR}-->img/common/_.gif" width="14" height="1" alt=""></td> 
     55                                <td bgcolor="#cccccc"> 
     56                                <table width="678" border="0" cellspacing="0" cellpadding="0" summary=" "> 
     57                                    <tr> 
     58                                        <td colspan="3"><img src="<!--{$smarty.const.URL_DIR}-->img/contents/contents_title_top.gif" width="678" height="7" alt=""></td> 
     59                                    </tr> 
     60                                    <tr> 
     61                                        <td background="<!--{$smarty.const.URL_DIR}-->img/contents/contents_title_left_bg.gif"><img src="<!--{$smarty.const.URL_DIR}-->img/contents/contents_title_left.gif" width="22" height="12" alt=""></td> 
     62                                        <td bgcolor="#636469" width="638" class="fs14n"><span class="white"><!--¥³¥ó¥Æ¥ó¥Ä¥¿¥¤¥È¥ë-->¥á¡¼¥ëÀßÄê</span></td> 
     63                                        <td background="<!--{$smarty.const.URL_DIR}-->img/contents/contents_title_right_bg.gif"><img src="<!--{$smarty.const.URL_DIR}-->img/common/_.gif" width="18" height="1" alt=""></td> 
     64                                    </tr> 
     65                                    <tr> 
     66                                        <td colspan="3"><img src="<!--{$smarty.const.URL_DIR}-->img/contents/contents_title_bottom.gif" width="678" height="7" alt=""></td> 
     67                                    </tr> 
     68                                    <tr> 
     69                                        <td colspan="3"><img src="<!--{$smarty.const.URL_DIR}-->img/contents/main_bar.jpg" width="678" height="10" alt=""></td> 
     70                                    </tr> 
     71                                </table> 
     72 
     73                                <table width="678" border="0" cellspacing="1" cellpadding="8" summary=" "> 
     74                                    <tr class="fs12n"> 
     75                                        <td bgcolor="#f2f1ec">¥á¡¼¥ë·Á¼°<span class="red"> *</span></td> 
     76                                        <td bgcolor="#ffffff"> 
     77                                        </td> 
     78                                    </tr> 
     79                                    <tr> 
     80                                        <td bgcolor="#f2f1ec" width="160" class="fs12n">¥Æ¥ó¥×¥ì¡¼¥È<span class="red"> *</span></td> 
     81                                        <td bgcolor="#ffffff" width="557" class="fs10n"> 
     82                                        <!--{assign var=key value="template_name"}--> 
     83                                        <input type="text" name="template_name" value="<!--{$arrForm[$key]|escape}-->" onChange="setFlag();" size="30" class="box30" style="<!--{$arrErr[$key]|sfGetErrorColor}-->"> 
     84                                        </td> 
     85                                    </tr> 
     86                                    <tr> 
     87                                        <td bgcolor="#f2f1ec" width="160" class="fs12n">¥á¡¼¥ë¥¿¥¤¥È¥ë<span class="red"> *</span></td> 
     88                                        <td bgcolor="#ffffff" width="557" class="fs10n"> 
     89                                        <!--{$list_data.subject|escape}--> 
     90                                        </td> 
     91                                    </tr> 
     92                                    <tr> 
     93                                        <td bgcolor="#f2f1ec" width="160" class="fs12">¥Ø¥Ã¥À¡¼</td> 
     94                                        <td bgcolor="#ffffff" width="557" class="fs10"> 
     95                                        <!--{$list_data.header|escape}--></td> 
     96                                    </tr> 
     97                         
     98                                    <tr class="fs12n"> 
     99                                        <td bgcolor="#ffffff" colspan="2" align="center" height="40">ưŪ¥Ç¡¼¥¿ÁÞÆþÉôʬ</td> 
     100                                    </tr> 
     101                                    <tr> 
     102                                        <td bgcolor="#f2f1ec" width="160" class="fs12">¥Õ¥Ã¥¿¡¼</td> 
     103                                        <td bgcolor="#ffffff" width="557" class="fs10"> 
     104                                        <!--{$list_data.footer|escape}--> 
     105                                        </td> 
     106                                    </tr> 
     107                                </table> 
     108 
     109                                <table width="678" border="0" cellspacing="0" cellpadding="0" summary=" "> 
     110                                    <tr> 
     111                                        <td bgcolor="#cccccc"><img src="<!--{$smarty.const.URL_DIR}-->img/common/_.gif" width="1" height="5" alt=""></td> 
     112                                        <td><img src="<!--{$smarty.const.URL_DIR}-->img/contents/tbl_top.gif" width="676" height="7" alt=""></td> 
     113                                        <td bgcolor="#cccccc"><img src="<!--{$smarty.const.URL_DIR}-->img/common/_.gif" width="1" height="5" alt=""></td> 
     114                                    </tr> 
     115                                    <tr> 
     116                                        <td bgcolor="#cccccc"><img src="<!--{$smarty.const.URL_DIR}-->img/common/_.gif" width="1" height="10" alt=""></td> 
     117                                        <td bgcolor="#e9e7de" align="center"> 
     118                                        </td> 
     119                                        <td bgcolor="#cccccc"><img src="<!--{$smarty.const.URL_DIR}-->img/common/_.gif" width="1" height="10" alt=""></td> 
     120                                    </tr> 
     121                                    <tr> 
     122                                        <td colspan="3"><img src="<!--{$smarty.const.URL_DIR}-->img/contents/tbl_bottom.gif" width="678" height="8" alt=""></td> 
     123                                    </tr> 
     124                                </table> 
     125                                </td> 
     126                                <td background="<!--{$smarty.const.URL_DIR}-->img/contents/main_right.jpg"><img src="<!--{$smarty.const.URL_DIR}-->img/common/_.gif" width="14" height="1" alt=""></td> 
     127                            </tr> 
     128                            <tr> 
     129                                <td colspan="3"><img src="<!--{$smarty.const.URL_DIR}-->img/contents/main_bottom.jpg" width="706" height="14" alt=""></td> 
     130                            </tr> 
     131                            <tr><td height="30"></td></tr> 
     132                        </table> 
     133                    </td> 
     134                </tr> 
     135                <!--¥á¥¤¥ó¥¨¥ê¥¢--> 
     136            </table> 
     137<!--¡ú¡ú¥á¥¤¥ó¥³¥ó¥Æ¥ó¥Ä¡ú¡ú--> 
     138 
Note: See TracChangeset for help on using the changeset viewer.