- Timestamp:
- 2007/07/20 15:58:59 (16 years ago)
- 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
-
Property
svn:ignore
set to
-
branches/feature-module-update/data/Smarty/templates/admin/design/bloc.tpl
r14534 r15078 6 6 */ 7 7 *}--> 8 <!-- ¡ú¡ú¥á¥¤¥ó¥³¥ó¥Æ¥ó¥Ä¡ú¡ú-->8 <!--★★メインコンテンツ★★--> 9 9 <table width="878" border="0" cellspacing="0" cellpadding="0" summary=" "> 10 10 <tr valign="top"> 11 11 <td background="<!--{$smarty.const.URL_DIR}-->img/contents/navi_bg.gif" height="402"> 12 <!-- ¢§SUB NAVI-->12 <!--▼SUB NAVI--> 13 13 <!--{include file=$tpl_subnavi}--> 14 <!-- ¢¥SUB NAVI-->14 <!--▲SUB NAVI--> 15 15 </td> 16 16 <td class="mainbg" > 17 17 <table width="737" border="0" cellspacing="0" cellpadding="0" summary=" "> 18 <!-- ¥á¥¤¥ó¥¨¥ê¥¢-->18 <!--メインエリア--> 19 19 <tr> 20 20 <td align="center"> … … 29 29 <td bgcolor="#cccccc"> 30 30 31 <!-- ÅÐÏ¿¥Æ¡¼¥Ö¥ë¤³¤³¤«¤é-->31 <!--登録テーブルここから--> 32 32 <table width="678" border="0" cellspacing="0" cellpadding="0" summary=" "> 33 33 <tr> … … 36 36 <tr> 37 37 <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> 39 39 <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> 40 40 </tr> … … 47 47 </table> 48 48 49 <!-- ¢§¥Ö¥í¥Ã¥¯ÊÔ½¸¡¡¤³¤³¤«¤é-->49 <!--▼ブロック編集 ここから--> 50 50 <table width="678" border="0" cellspacing="1" cellpadding="8" summary=" "> 51 51 <tr class="fs12n"> 52 <td bgcolor="#f2f1ec" align="center"><strong> ¥Ö¥í¥Ã¥¯ÊÔ½¸</strong></td>52 <td bgcolor="#f2f1ec" align="center"><strong>ブロック編集</strong></td> 53 53 </tr> 54 54 <!--{if $arrBlocData.tpl_path != '' and $preview == on}--> 55 55 <tr class="fs12n"> 56 <td bgcolor="#eeeeee" align="left"><strong> ¥×¥ì¥Ó¥å¡¼¡§</strong></td>56 <td bgcolor="#eeeeee" align="left"><strong>プレビュー:</strong></td> 57 57 </tr> 58 58 <tr class="fs12n"> … … 70 70 <td bgcolor="#ffffff" align="left"> 71 71 <!--{ 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> 73 73 </td> 74 74 </tr> … … 76 76 <td bgcolor="#ffffff" align="left"> 77 77 <!--{ 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> 79 79 </td> 80 80 </tr> … … 88 88 </div> 89 89 <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)"> 91 91 </div> 92 92 <br/> … … 95 95 <tr class="fs12n"> 96 96 <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','','');" /> 99 99 </td> 100 100 </tr> 101 101 </table> 102 <!-- ¢¥¥Ö¥í¥Ã¥¯ÊÔ½¸¡¡¤³¤³¤Þ¤Ç-->102 <!--▲ブロック編集 ここまで--> 103 103 104 104 <table width="678" border="0" cellspacing="0" cellpadding="0" summary=" "> … … 106 106 </table> 107 107 108 <!-- ¢§¥Ö¥í¥Ã¥¯°ìÍ÷¡¡¤³¤³¤«¤é-->108 <!--▼ブロック一覧 ここから--> 109 109 <table width="678" border="0" cellspacing="1" cellpadding="5" summary=" "> 110 110 <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> 112 112 </tr> 113 113 … … 119 119 <td align="center" width=140 bgcolor="<!--{if $item.bloc_id == $bloc_id}--><!--{$smarty.const.SELECT_RGB}--><!--{else}-->#ffffff<!--{/if}-->"> 120 120 <!--{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));" /> 122 122 <input type="hidden" value="<!--{$item.bloc_id}-->" name="del_id<!--{$item.bloc_id}-->"> 123 123 <!--{/if}--> … … 128 128 <tr class="fs12n"> 129 129 <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}-->'"> 131 131 </td> 132 132 </tr> 133 133 </table> 134 <!-- ¢¥¥Ö¥í¥Ã¥¯°ìÍ÷¡¡¤³¤³¤Þ¤Ç-->134 <!--▲ブロック一覧 ここまで--> 135 135 136 136 </td> … … 145 145 </td> 146 146 </tr> 147 <!-- ¥á¥¤¥ó¥¨¥ê¥¢-->147 <!--メインエリア--> 148 148 </table> 149 149 </td> … … 151 151 </form> 152 152 </table> 153 <!-- ¡ú¡ú¥á¥¤¥ó¥³¥ó¥Æ¥ó¥Ä¡ú¡ú-->153 <!--★★メインコンテンツ★★--> 154 154
Note: See TracChangeset
for help on using the changeset viewer.