Ignore:
Timestamp:
2007/07/20 15:58:59 (17 years ago)
Author:
nanasess
Message:

r15064 から svn cp
とりあえず暫定コミット.

  • UTF-8 に変更
  • slib.php, glib.php のクラス化
  • LC_Page の抽象化(一部)
Location:
branches/feature-module-update
Files:
1 edited
2 copied

Legend:

Unmodified
Added
Removed
  • branches/feature-module-update

    • Property svn:ignore set to
      .cache

      .settings

      .projectOptions
  • branches/feature-module-update/data/Smarty/templates/admin/design/bloc.tpl

    r14534 r15078  
    66 */ 
    77*}--> 
    8 <!--¡ú¡ú¥á¥¤¥ó¥³¥ó¥Æ¥ó¥Ä¡ú¡ú--> 
     8<!--★★メインコンテンツ★★--> 
    99<table width="878" border="0" cellspacing="0" cellpadding="0" summary=" "> 
    1010    <tr valign="top"> 
    1111        <td background="<!--{$smarty.const.URL_DIR}-->img/contents/navi_bg.gif" height="402"> 
    12             <!--¢§SUB NAVI--> 
     12            <!--SUB NAVI--> 
    1313            <!--{include file=$tpl_subnavi}--> 
    14             <!--¢¥SUB NAVI--> 
     14            <!--SUB NAVI--> 
    1515        </td> 
    1616        <td class="mainbg" > 
    1717        <table width="737" border="0" cellspacing="0" cellpadding="0" summary=" "> 
    18             <!--¥á¥¤¥ó¥¨¥ê¥¢--> 
     18            <!--メインエリア--> 
    1919            <tr> 
    2020                <td align="center"> 
     
    2929                        <td bgcolor="#cccccc"> 
    3030                         
    31                         <!--ÅÐÏ¿¥Æ¡¼¥Ö¥ë¤³¤³¤«¤é--> 
     31                        <!--登録テーブルここから--> 
    3232                        <table width="678" border="0" cellspacing="0" cellpadding="0" summary=" "> 
    3333                            <tr> 
     
    3636                            <tr> 
    3737                                <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> 
    38                                 <td bgcolor="#636469" width="638" class="fs14n"><span class="white"><!--¥³¥ó¥Æ¥ó¥Ä¥¿¥¤¥È¥ë-->¥Ö¥í¥Ã¥¯ÊÔ½¸</span></td> 
     38                                <td bgcolor="#636469" width="638" class="fs14n"><span class="white"><!--コンテンツタイトル-->ブロック編集</span></td> 
    3939                                <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> 
    4040                            </tr> 
     
    4747                        </table> 
    4848 
    49                         <!--¢§¥Ö¥í¥Ã¥¯ÊÔ½¸¡¡¤³¤³¤«¤é--> 
     49                        <!--▼ブロック編集 ここから--> 
    5050                        <table width="678" border="0" cellspacing="1" cellpadding="8" summary=" "> 
    5151                            <tr class="fs12n"> 
    52                                 <td bgcolor="#f2f1ec" align="center"><strong>¥Ö¥í¥Ã¥¯ÊÔ½¸</strong></td> 
     52                                <td bgcolor="#f2f1ec" align="center"><strong>ブロック編集</strong></td> 
    5353                            </tr> 
    5454                            <!--{if $arrBlocData.tpl_path != '' and $preview == on}--> 
    5555                            <tr class="fs12n"> 
    56                                 <td bgcolor="#eeeeee" align="left"><strong>¥×¥ì¥Ó¥å¡¼¡§</strong></td> 
     56                                <td bgcolor="#eeeeee" align="left"><strong>プレビュー:</strong></td> 
    5757                            </tr> 
    5858                            <tr class="fs12n"> 
     
    7070                                <td bgcolor="#ffffff" align="left"> 
    7171                                    <!--{ if $arrErr.bloc_name != "" }--> <div align="center"> <span class="red12"><!--{$arrErr.bloc_name}--></span></div> <!--{/if}--> 
    72                                     ¥Ö¥í¥Ã¥¯Ì¾¡§<input type="text" name="bloc_name" value="<!--{$arrBlocData.bloc_name|escape}-->" maxlength="<!--{$smarty.const.STEXT_LEN}-->" style="<!--{if $arrErr.bloc_name != ""}-->background-color: <!--{$smarty.const.ERR_COLOR}--><!--{/if}-->" size="60" class="box60" /><span class="red"> ¡Ê¾å¸Â<!--{$smarty.const.STEXT_LEN}-->ʸ»ú¡Ë</span> 
     72                                    ブロック名:<input type="text" name="bloc_name" value="<!--{$arrBlocData.bloc_name|escape}-->" maxlength="<!--{$smarty.const.STEXT_LEN}-->" style="<!--{if $arrErr.bloc_name != ""}-->background-color: <!--{$smarty.const.ERR_COLOR}--><!--{/if}-->" size="60" class="box60" /><span class="red"> (上限<!--{$smarty.const.STEXT_LEN}-->文字)</span> 
    7373                                </td> 
    7474                            </tr> 
     
    7676                                <td bgcolor="#ffffff" align="left"> 
    7777                                    <!--{ if $arrErr.filename != "" }--> <div align="center"> <span class="red12"><!--{$arrErr.filename}--></span></div> <!--{/if}--> 
    78                                     ¥Õ¥¡¥¤¥ë̾¡§<input type="text" name="filename" value="<!--{$arrBlocData.filename|escape}-->" maxlength="<!--{$smarty.const.STEXT_LEN}-->" style="<!--{if $arrErr.filename != ""}-->background-color: <!--{$smarty.const.ERR_COLOR}-->;<!--{/if}-->" size="60" class="box60" />.tpl<span class="red"> ¡Ê¾å¸Â<!--{$smarty.const.STEXT_LEN}-->ʸ»ú¡Ë</span> 
     78                                    ファイル名:<input type="text" name="filename" value="<!--{$arrBlocData.filename|escape}-->" maxlength="<!--{$smarty.const.STEXT_LEN}-->" style="<!--{if $arrErr.filename != ""}-->background-color: <!--{$smarty.const.ERR_COLOR}-->;<!--{/if}-->" size="60" class="box60" />.tpl<span class="red"> (上限<!--{$smarty.const.STEXT_LEN}-->文字)</span> 
    7979                                </td> 
    8080                            </tr> 
     
    8888                                    </div> 
    8989                                    <div align="right"> 
    90                                     <input type="button" value=<!--{if $text_row > 13}-->"¾®¤µ¤¯¤¹¤ë"<!--{else}-->"Â礭¤¯¤¹¤ë"<!--{/if}--> onClick="ChangeSize(this, bloc_html, 50, 13, html_area_row)"> 
     90                                    <input type="button" value=<!--{if $text_row > 13}-->"小さくする"<!--{else}-->"大きくする"<!--{/if}--> onClick="ChangeSize(this, bloc_html, 50, 13, html_area_row)"> 
    9191                                    </div> 
    9292                                    <br/> 
     
    9595                            <tr class="fs12n"> 
    9696                                <td bgcolor="#f2f1ec" align="center"> 
    97                                     <input type='button' value='ÅÐÏ¿' name='subm' onclick="fnFormModeSubmit('form_bloc','confirm','','');"  /> 
    98                                     <input type='button' value='¥×¥ì¥Ó¥å¡¼' name='preview' onclick="fnFormModeSubmit('form_bloc','preview','','');"  /> 
     97                                    <input type='button' value='登録' name='subm' onclick="fnFormModeSubmit('form_bloc','confirm','','');"  /> 
     98                                    <input type='button' value='プレビュー' name='preview' onclick="fnFormModeSubmit('form_bloc','preview','','');"  /> 
    9999                                </td> 
    100100                            </tr> 
    101101                        </table> 
    102                         <!--¢¥¥Ö¥í¥Ã¥¯ÊÔ½¸¡¡¤³¤³¤Þ¤Ç--> 
     102                        <!--▲ブロック編集 ここまで--> 
    103103 
    104104                        <table width="678" border="0" cellspacing="0" cellpadding="0" summary=" "> 
     
    106106                        </table> 
    107107 
    108                         <!--¢§¥Ö¥í¥Ã¥¯°ìÍ÷¡¡¤³¤³¤«¤é--> 
     108                        <!--▼ブロック一覧 ここから--> 
    109109                        <table width="678" border="0" cellspacing="1" cellpadding="5" summary=" "> 
    110110                            <tr class="fs12n"> 
    111                                 <td bgcolor="#f2f1ec" align="center" colspan=2 ><strong>ÊÔ½¸²Äǽ¥Ö¥í¥Ã¥¯</strong></td> 
     111                                <td bgcolor="#f2f1ec" align="center" colspan=2 ><strong>編集可能ブロック</strong></td> 
    112112                            </tr> 
    113113                             
     
    119119                                <td  align="center" width=140 bgcolor="<!--{if $item.bloc_id == $bloc_id}--><!--{$smarty.const.SELECT_RGB}--><!--{else}-->#ffffff<!--{/if}-->"> 
    120120                                    <!--{if $item.del_flg == 0}--> 
    121                                     <input type="button" value="ºï½ü" name="del<!--{$item.bloc_id}-->" onclick="fnFormModeSubmit('form_bloc','delete','bloc_id',this.name.substr(3));"  /> 
     121                                    <input type="button" value="削除" name="del<!--{$item.bloc_id}-->" onclick="fnFormModeSubmit('form_bloc','delete','bloc_id',this.name.substr(3));"  /> 
    122122                                    <input type="hidden" value="<!--{$item.bloc_id}-->" name="del_id<!--{$item.bloc_id}-->"> 
    123123                                    <!--{/if}--> 
     
    128128                            <tr class="fs12n"> 
    129129                                <td bgcolor="#f2f1ec" align="center" colspan=2> 
    130                                 <input type='button' value='¿·µ¬¥Ö¥í¥Ã¥¯ºîÀ®' name='subm' onclick="location.href='http://<!--{$smarty.server.HTTP_HOST}--><!--{$smarty.server.PHP_SELF|escape}-->'"> 
     130                                <input type='button' value='新規ブロック作成' name='subm' onclick="location.href='http://<!--{$smarty.server.HTTP_HOST}--><!--{$smarty.server.PHP_SELF|escape}-->'"> 
    131131                                </td> 
    132132                            </tr> 
    133133                        </table> 
    134                         <!--¢¥¥Ö¥í¥Ã¥¯°ìÍ÷¡¡¤³¤³¤Þ¤Ç--> 
     134                        <!--▲ブロック一覧 ここまで--> 
    135135 
    136136                        </td> 
     
    145145                </td> 
    146146            </tr> 
    147             <!--¥á¥¤¥ó¥¨¥ê¥¢--> 
     147            <!--メインエリア--> 
    148148        </table> 
    149149        </td> 
     
    151151</form>  
    152152</table> 
    153 <!--¡ú¡ú¥á¥¤¥ó¥³¥ó¥Æ¥ó¥Ä¡ú¡ú-->      
     153<!--★★メインコンテンツ★★-->      
    154154 
Note: See TracChangeset for help on using the changeset viewer.