- Timestamp:
- 2007/07/20 15:58:59 (16 years ago)
- Location:
- branches/feature-module-update
- Files:
-
- 8 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 -
branches/feature-module-update/data/Smarty/templates/admin/design/css.tpl
r12157 r15078 6 6 */ 7 7 *}--> 8 <!-- ¡ú¡ú¥á¥¤¥ó¥³¥ó¥Æ¥ó¥Ä¡ú¡ú-->8 <!--★★メインコンテンツ★★--> 9 9 <table width="878" border="0" cellspacing="0" cellpadding="0" summary=" "> 10 10 <form name="form_css" method="post" action="<!--{$smarty.server.PHP_SELF|escape}-->" > … … 13 13 <tr valign="top"> 14 14 <td background="<!--{$smarty.const.URL_DIR}-->img/contents/navi_bg.gif" height="402"> 15 <!-- ¢§SUB NAVI-->15 <!--▼SUB NAVI--> 16 16 <!--{include file=$tpl_subnavi}--> 17 <!-- ¢¥SUB NAVI-->17 <!--▲SUB NAVI--> 18 18 </td> 19 19 <td class="mainbg"> 20 <!-- ¢§ÅÐÏ¿¥Æ¡¼¥Ö¥ë¤³¤³¤«¤é-->20 <!--▼登録テーブルここから--> 21 21 <table width="737" border="0" cellspacing="0" cellpadding="0" summary=" "> 22 <!-- ¥á¥¤¥ó¥¨¥ê¥¢-->22 <!--メインエリア--> 23 23 <tr> 24 24 <td align="center"> … … 37 37 <tr> 38 38 <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> 39 <td bgcolor="#636469" width="638" class="fs14n"><span class="white"><!-- ¥³¥ó¥Æ¥ó¥Ä¥¿¥¤¥È¥ë-->CSSÊÔ½¸</span></td>39 <td bgcolor="#636469" width="638" class="fs14n"><span class="white"><!--コンテンツタイトル-->CSS編集</span></td> 40 40 <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> 41 41 </tr> … … 48 48 </table> 49 49 50 <!-- ¢§Ãí°Õ½ñ¤¡¡¤³¤³¤«¤é-->50 <!--▼注意書き ここから--> 51 51 <table width="678" border="0" cellspacing="1" cellpadding="8" summary=" "> 52 52 <tr class="fs12n"> 53 53 <td bgcolor="#ffffff" align="left"> 54 ²¼¤Î¥Æ¥¥¹¥È¥¨¥ê¥¢¤ËÆÈ¼«¤ÎCSS¤òÄêµÁ¤¹¤ë¤³¤È¤¬¤Ç¤¤Þ¤¹¡£<br/>55 ¤³¤³¤ÇÄêµÁ¤·¤¿¤â¤Î¤ÏÁ´¥Ú¡¼¥¸¤ËÈ¿±Ç¤µ¤ì¤Þ¤¹¡£54 下のテキストエリアに独自のCSSを定義することができます。<br/> 55 ここで定義したものは全ページに反映されます。 56 56 </td> 57 57 </tr> 58 58 </table> 59 <!-- ¢¥Ãí°Õ½ñ¤¡¡¤³¤³¤Þ¤Ç-->59 <!--▲注意書き ここまで--> 60 60 61 61 <table width="678" border="0" cellspacing="0" cellpadding="0" summary=" "> … … 63 63 </table> 64 64 65 <!-- ¢§CSSÊÔ½¸¡¡¤³¤³¤«¤é-->65 <!--▼CSS編集 ここから--> 66 66 <table width="678" border="0" cellspacing="1" cellpadding="8" summary=" "> 67 67 <tr class="fs12n"> … … 69 69 <textarea name="css" cols=90 rows=<!--{$area_row}--> align="left" wrap=off style="width: 650px;"><!--{$css_data}--></textarea> 70 70 <div align="right"> 71 <input type="button" value=" Â礤¯¤¹¤ë" onClick="ChangeSize(this, css, 50, 30, area_row)">71 <input type="button" value="大きくする" onClick="ChangeSize(this, css, 50, 30, area_row)"> 72 72 </div> 73 73 </td> … … 75 75 <tr class="fs12n"> 76 76 <td bgcolor="#f2f1ec" align="center"> 77 <input type="image" onMouseover="chgImgImageSubmit('<!--{$smarty.const.URL_DIR}-->img/contents/btn_regist_on.jpg',this)" onMouseout="chgImgImageSubmit('<!--{$smarty.const.URL_DIR}-->img/contents/btn_regist.jpg',this)" onclick="fnFormModeSubmit('form_css','confirm','','');" src="<!--{$smarty.const.URL_DIR}-->img/contents/btn_regist.jpg" width="123" height="24" alt=" ¤³¤ÎÆâÍÆ¤ÇÅÐÏ¿¤¹¤ë" border="0" name="subm" >77 <input type="image" onMouseover="chgImgImageSubmit('<!--{$smarty.const.URL_DIR}-->img/contents/btn_regist_on.jpg',this)" onMouseout="chgImgImageSubmit('<!--{$smarty.const.URL_DIR}-->img/contents/btn_regist.jpg',this)" onclick="fnFormModeSubmit('form_css','confirm','','');" src="<!--{$smarty.const.URL_DIR}-->img/contents/btn_regist.jpg" width="123" height="24" alt="この内容で登録する" border="0" name="subm" > 78 78 </td> 79 79 </tr> 80 80 </table> 81 <!-- ¢¥CSSÊÔ½¸¡¡¤³¤³¤Þ¤Ç-->81 <!--▲CSS編集 ここまで--> 82 82 </td> 83 83 <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> … … 90 90 </td> 91 91 </tr> 92 <!-- ¥á¥¤¥ó¥¨¥ê¥¢-->92 <!--メインエリア--> 93 93 </table> 94 <!-- ¢¥ÅÐÏ¿¥Æ¡¼¥Ö¥ë¤³¤³¤Þ¤Ç-->94 <!--▲登録テーブルここまで--> 95 95 </td> 96 96 </tr> 97 97 </form> 98 98 </table> 99 <!-- ¡ú¡ú¥á¥¤¥ó¥³¥ó¥Æ¥ó¥Ä¡ú¡ú-->99 <!--★★メインコンテンツ★★--> 100 100 101 101 <script type="text/javascript"> 102 102 function ChangeSize(button, TextArea, Max, Min, row_tmp){ 103 103 if(TextArea.rows <= Min){ 104 TextArea.rows=Max; button.value=" ¾®¤µ¤¯¤¹¤ë"; row_tmp.value=Max;104 TextArea.rows=Max; button.value="小さくする"; row_tmp.value=Max; 105 105 }else{ 106 TextArea.rows =Min; button.value=" Â礤¯¤¹¤ë"; row_tmp.value=Min;106 TextArea.rows =Min; button.value="大きくする"; row_tmp.value=Min; 107 107 } 108 108 } -
branches/feature-module-update/data/Smarty/templates/admin/design/header.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 <!--▼登録テーブルここから--> 18 18 <table width="737" border="0" cellspacing="0" cellpadding="0" summary=" "> 19 <!-- ¥á¥¤¥ó¥¨¥ê¥¢-->19 <!--メインエリア--> 20 20 <tr> 21 21 <td align="center"> … … 34 34 <tr> 35 35 <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> 36 <td bgcolor="#636469" width="638" class="fs14n"><span class="white"><!-- ¥³¥ó¥Æ¥ó¥Ä¥¿¥¤¥È¥ë-->¥Ø¥Ã¥À¡¼¥¥Õ¥Ã¥¿¡¼ÊÔ½¸</span></td>36 <td bgcolor="#636469" width="638" class="fs14n"><span class="white"><!--コンテンツタイトル-->ヘッダー・フッター編集</span></td> 37 37 <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> 38 38 </tr> … … 45 45 </table> 46 46 47 <!-- ¢§¥Ø¥Ã¥À¡¼ÊÔ½¸¡¡¤³¤³¤«¤é-->47 <!--▼ヘッダー編集 ここから--> 48 48 <table width="678" border="0" cellspacing="1" cellpadding="8" summary=" "> 49 49 <tr class="fs12n"> 50 <td bgcolor="#f2f1ec" align="center"><strong> ¥Ø¥Ã¥À¡¼ÊÔ½¸</strong></td>51 </tr> 52 <!-- ¥×¥ì¥Ó¥å¡¼¤³¤³¤«¤é-->50 <td bgcolor="#f2f1ec" align="center"><strong>ヘッダー編集</strong></td> 51 </tr> 52 <!-- プレビューここから --> 53 53 <!--{ if $header_prev == "on"}--> 54 54 <tr class="fs12n"> … … 57 57 <div style="zoom:0.8"><!--{include file="`$smarty.const.HTML_PATH`user_data/include/preview/header.tpl"}--></div> 58 58 <!--{ else }--> 59 <span class="red12"><b> ¥×¥ì¥Ó¥å¡¼¤ÏIE¤Ç¤Î¤ßɽ¼¨¤µ¤ì¤Þ¤¹¡£</b></span>59 <span class="red12"><b>プレビューはIEでのみ表示されます。</b></span> 60 60 <!--{ /if }--> 61 61 </td> 62 62 </tr> 63 63 <!--{ /if }--> 64 <!-- ¥×¥ì¥Ó¥å¡¼¤³¤³¤Þ¤Ç-->64 <!-- プレビューここまで --> 65 65 66 66 <form name="form_header" id="form_header" method="post" action="<!--{$smarty.server.PHP_SELF|escape}-->" > … … 74 74 <textarea name="header" cols=90 rows=<!--{$header_row}--> align="left" wrap=off style="width: 650px;"><!--{$header_data|smarty:nodefaults}--></textarea> 75 75 <div align="right"> 76 <input type="button" value=<!--{if $header_row > 13}-->" ¾®¤µ¤¯¤¹¤ë"<!--{else}-->"Â礤¯¤¹¤ë"<!--{/if}--> onClick="ChangeSize(this, header, 50, 13, header_row)">76 <input type="button" value=<!--{if $header_row > 13}-->"小さくする"<!--{else}-->"大きくする"<!--{/if}--> onClick="ChangeSize(this, header, 50, 13, header_row)"> 77 77 </div> 78 78 <br/> … … 92 92 <tr> 93 93 <td> 94 <input type='button' value=' ÅÐÏ¿' name='subm' onclick="fnFormModeSubmit('form_header','confirm','','');" />95 <input type='button' value=' ¥×¥ì¥Ó¥å¡¼' name='preview' onclick="lfnSetBrowser('form_header', 'browser_type'); fnFormModeSubmit('form_header','preview','','');" />94 <input type='button' value='登録' name='subm' onclick="fnFormModeSubmit('form_header','confirm','','');" /> 95 <input type='button' value='プレビュー' name='preview' onclick="lfnSetBrowser('form_header', 'browser_type'); fnFormModeSubmit('form_header','preview','','');" /> 96 96 </td> 97 97 </tr> … … 106 106 </table> 107 107 108 <!-- ¢¥¥Ø¥Ã¥À¡¼ÊÔ½¸¡¡¤³¤³¤Þ¤Ç-->108 <!--▲ヘッダー編集 ここまで--> 109 109 110 110 <table width="678" border="0" cellspacing="0" cellpadding="0" summary=" "> … … 112 112 </table> 113 113 114 <!-- ¢§¥Õ¥Ã¥¿¡¼ÊÔ½¸¡¡¤³¤³¤«¤é-->114 <!--▼フッター編集 ここから--> 115 115 <table width="678" border="0" cellspacing="1" cellpadding="8" summary=" "> 116 116 <tr class="fs12n"> 117 <td bgcolor="#f2f1ec" align="center" colspan="3"><strong> ¥Õ¥Ã¥¿¡¼ÊÔ½¸</strong></td>117 <td bgcolor="#f2f1ec" align="center" colspan="3"><strong>フッター編集</strong></td> 118 118 </tr> 119 119 <!--{ if $footer_prev == "on"}--> … … 123 123 <div style="zoom:0.8"><!--{include file="`$smarty.const.HTML_PATH`/user_data/include/preview/footer.tpl"}--></div> 124 124 <!--{ else }--> 125 <span class="red12"><b> ¥×¥ì¥Ó¥å¡¼¤ÏIE¤Ç¤Î¤ßɽ¼¨¤µ¤ì¤Þ¤¹¡£</b></span>125 <span class="red12"><b>プレビューはIEでのみ表示されます。</b></span> 126 126 <!--{ /if }--> 127 127 </td> … … 139 139 <textarea name="footer" cols=90 rows=<!--{$footer_row}--> align="left" wrap=off style="width: 650px;"><!--{$footer_data|smarty:nodefaults}--></textarea> 140 140 <div align="right"> 141 <input type="button" value=<!--{if $footer_row > 13}-->" ¾®¤µ¤¯¤¹¤ë"<!--{else}-->"Â礤¯¤¹¤ë"<!--{/if}--> onClick="ChangeSize(this, footer, 50, 13, footer_row)">141 <input type="button" value=<!--{if $footer_row > 13}-->"小さくする"<!--{else}-->"大きくする"<!--{/if}--> onClick="ChangeSize(this, footer, 50, 13, footer_row)"> 142 142 </div> 143 143 <br/> … … 157 157 <tr> 158 158 <td> 159 <input type='button' value=' ÅÐÏ¿' name='subm' onclick="fnFormModeSubmit('form_footer','confirm','','');" />160 <input type='button' value=' ¥×¥ì¥Ó¥å¡¼' name='preview' onclick="lfnSetBrowser('form_footer', 'browser_type'); fnFormModeSubmit('form_footer','preview','','');" />159 <input type='button' value='登録' name='subm' onclick="fnFormModeSubmit('form_footer','confirm','','');" /> 160 <input type='button' value='プレビュー' name='preview' onclick="lfnSetBrowser('form_footer', 'browser_type'); fnFormModeSubmit('form_footer','preview','','');" /> 161 161 </td> 162 162 </tr> … … 170 170 </form> 171 171 </table> 172 <!-- ¢¥¥Õ¥Ã¥¿¡¼ÊÔ½¸¡¡¤³¤³¤Þ¤Ç-->172 <!--▲フッター編集 ここまで--> 173 173 </td> 174 174 <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> … … 181 181 </td> 182 182 </tr> 183 <!-- ¥á¥¤¥ó¥¨¥ê¥¢-->183 <!--メインエリア--> 184 184 </table> 185 <!-- ¢¥ÅÐÏ¿¥Æ¡¼¥Ö¥ë¤³¤³¤Þ¤Ç-->185 <!--▲登録テーブルここまで--> 186 186 </td> 187 187 </tr> 188 188 </table> 189 <!-- ¡ú¡ú¥á¥¤¥ó¥³¥ó¥Æ¥ó¥Ä¡ú¡ú-->189 <!--★★メインコンテンツ★★--> 190 190 191 191 <script type="text/javascript"> 192 /* ¥Æ¥¥¹¥È¥¨¥ê¥¢¤ÎÂ礤µ¤òÊѹ¹¤¹¤ë*/192 /* テキストエリアの大きさを変更する */ 193 193 function ChangeSize(button, TextArea, Max, Min, row_tmp){ 194 194 if(TextArea.rows <= Min){ 195 TextArea.rows=Max; button.value=" ¾®¤µ¤¯¤¹¤ë"; row_tmp.value=Max;195 TextArea.rows=Max; button.value="小さくする"; row_tmp.value=Max; 196 196 }else{ 197 TextArea.rows =Min; button.value=" Â礤¯¤¹¤ë"; row_tmp.value=Min;197 TextArea.rows =Min; button.value="大きくする"; row_tmp.value=Min; 198 198 } 199 199 } 200 200 201 /* ¥Ö¥é¥¦¥¶¤Î¼ïÎà¤ò¥»¥Ã¥È¤¹¤ë*/201 /* ブラウザの種類をセットする */ 202 202 function lfnSetBrowser(form, item){ 203 203 browser_type = 0; -
branches/feature-module-update/data/Smarty/templates/admin/design/index.tpl
r12157 r15078 39 39 } 40 40 41 // ½é´ü½èÍý41 // 初期処理 42 42 function init () { 43 43 document.body.ondrag = function () { return false; }; 44 44 document.body.onselectstart = function () { return false; }; 45 45 46 // ¥¦¥£¥ó¥É¥¦¥µ¥¤¥º¤ò¼èÆÀ46 // ウィンドウサイズを取得 47 47 scrX = GetWindowSize("width"); 48 48 scrY = GetWindowSize("height"); 49 49 50 // ¥¦¥£¥ó¥É¥¦¥µ¥¤¥ºÊѹ¹¥¤¥Ù¥ó¥È¤Ë´ØÏ¢ÉÕ¤±50 // ウィンドウサイズ変更イベントに関連付け 51 51 window.onresize = fnMoveObject; 52 52 53 // div ¥¿¥°¤ò¼èÆÀ53 // divタグを取得 54 54 all_elms = document.getElementsByTagName ( 'div' ); 55 55 56 // td ¥¿¥°¤ò¼èÆÀ56 // tdタグを取得 57 57 all_td = document.getElementsByTagName ( 'td' ); 58 58 59 // ÇÛÎóºîÀ®59 // 配列作成 60 60 fnCreateArr(0); 61 61 62 62 // alerttest(0); 63 63 64 // ʤÓÂØ¤¨64 // 並び替え 65 65 fnMoveObject(); 66 66 … … 72 72 <script type="text/javascript" src="<!--{$smarty.const.URL_DIR}-->js/layout_design.js"></script> 73 73 74 <!-- ¡ú¡ú¥á¥¤¥ó¥³¥ó¥Æ¥ó¥Ä¡ú¡ú-->74 <!--★★メインコンテンツ★★--> 75 75 <table width="878" border="0" cellspacing="0" cellpadding="0" summary=" "> 76 76 <form name="form1" id="form1" method="post" action="<!--{$smarty.server.PHP_SELF|escape}-->" > … … 80 80 <tr valign="top"> 81 81 <td background="<!--{$smarty.const.URL_DIR}-->img/contents/navi_bg.gif" height="402"> 82 <!-- ¢§SUB NAVI-->82 <!--▼SUB NAVI--> 83 83 <!--{include file=$tpl_subnavi}--> 84 <!-- ¢¥SUB NAVI-->84 <!--▲SUB NAVI--> 85 85 </td> 86 86 <td class="mainbg" > 87 87 <table width="737" border="0" cellspacing="0" cellpadding="0" summary=" "> 88 <!-- ¥á¥¤¥ó¥¨¥ê¥¢-->88 <!--メインエリア--> 89 89 <tr> 90 90 <td align="center"> … … 99 99 <td bgcolor="#cccccc"> 100 100 101 <!-- ÅÐÏ¿¥Æ¡¼¥Ö¥ë¤³¤³¤«¤é-->101 <!--登録テーブルここから--> 102 102 <table width="678" border="0" cellspacing="0" cellpadding="0" summary=" "> 103 103 <tr> … … 106 106 <tr> 107 107 <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> 108 <td bgcolor="#636469" width="638" class="fs14n"><span class="white"><!-- ¥³¥ó¥Æ¥ó¥Ä¥¿¥¤¥È¥ë-->¥ì¥¤¥¢¥¦¥ÈÊÔ½¸</span></td>108 <td bgcolor="#636469" width="638" class="fs14n"><span class="white"><!--コンテンツタイトル-->レイアウト編集</span></td> 109 109 <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> 110 110 </tr> … … 117 117 </table> 118 118 119 <!-- ¢§¥ì¥¤¥¢¥¦¥ÈÊÔ½¸¡¡¤³¤³¤«¤é-->119 <!--▼レイアウト編集 ここから--> 120 120 <table width="678" border="0" cellspacing="1" cellpadding="8" summary=" "> 121 121 <tr class="fs12n"> 122 <td bgcolor="#f2f1ec" align="center"><strong> ¥ì¥¤¥¢¥¦¥ÈÊÔ½¸</strong></td>123 <td bgcolor="#f2f1ec" align="center"><strong> ̤»ÈÍÑ¥Ö¥í¥Ã¥¯</strong></td>124 </tr> 125 <tr> 126 <!-- ¢§¥ì¥¤¥¢¥¦¥È¡¡¤³¤³¤«¤é-->122 <td bgcolor="#f2f1ec" align="center"><strong>レイアウト編集</strong></td> 123 <td bgcolor="#f2f1ec" align="center"><strong>未使用ブロック</strong></td> 124 </tr> 125 <tr> 126 <!--▼レイアウト ここから--> 127 127 <td bgcolor="#ffffff" align="center" valign = 'top'> 128 128 <table width="450" border=0 cellspacing="1" cellpadding="" summary=" " bgcolor="ffffff"> 129 129 <tr class="fs12n"><td bgcolor="#ffffff" height=5px colspan=3></td></tr> 130 130 <tr class="fs12n" height = 50> 131 <td bgcolor="#cccccc" align="center" colspan=3> ¥Ø¥Ã¥À¡¼Éô</td>131 <td bgcolor="#cccccc" align="center" colspan=3> ヘッダー部 </td> 132 132 </tr> 133 133 <tr class="fs12n"><td bgcolor="#ffffff" height=5px colspan=3></td></tr> 134 134 <tr> 135 <!-- ¡ú¡ù¡ú º¸¥Ê¥Ó¥Æ¡¼¥Ö¥ë ¡ù¡ú¡ù-->135 <!-- ★☆★ 左ナビテーブル ☆★☆ --> 136 136 <td bgcolor="#ffffff" align="center" valign = 'top'> 137 137 <table border="0" height="400" cellspacing="1" cellpadding="" summary=" " bgcolor="#cccccc"> … … 143 143 </table> 144 144 </td> 145 <!-- ¡ú¡ù¡ú º¸¥Ê¥Ó¥Æ¡¼¥Ö¥ë ¡ù¡ú¡ù-->145 <!-- ★☆★ 左ナビテーブル ☆★☆ --> 146 146 <td bgcolor="#ffffff" align="center" valign = 'top'> 147 147 <table border="0" cellspacing="1" cellpadding="" summary=" " bgcolor="#cccccc"> 148 <!-- ¡ú¡ù¡ú ¥á¥¤¥ó¾åÉô¥Æ¡¼¥Ö¥ë ¡ù¡ú¡ù-->148 <!-- ★☆★ メイン上部テーブル ☆★☆ --> 149 149 <thead> 150 150 <tr class="fs12n"> … … 154 154 </tr> 155 155 </thead> 156 <!-- ¡ú¡ù¡ú ¥á¥¤¥ó¾åÉô¥Æ¡¼¥Ö¥ë ¡ù¡ú¡ù-->157 <!-- ¡ú¡ù¡ú ¥á¥¤¥ó ¡ù¡ú¡ù-->158 <tr class="fs12n"> 159 <td height=198 align="center" name='Main'> ¥á¥¤¥ó</td>160 </tr> 161 <!-- ¡ú¡ù¡ú ¥á¥¤¥ó ¡ù¡ú¡ù-->162 <!-- ¡ú¡ù¡ú ¥á¥¤¥ó²¼Éô¥Æ¡¼¥Ö¥ë ¡ù¡ú¡ù-->156 <!-- ★☆★ メイン上部テーブル ☆★☆ --> 157 <!-- ★☆★ メイン ☆★☆ --> 158 <tr class="fs12n"> 159 <td height=198 align="center" name='Main'>メイン</td> 160 </tr> 161 <!-- ★☆★ メイン ☆★☆ --> 162 <!-- ★☆★ メイン下部テーブル ☆★☆ --> 163 163 <tfoot> 164 164 <tr class="fs12n"> … … 168 168 </tr> 169 169 </tfoot> 170 <!-- ¡ú¡ù¡ú ¥á¥¤¥ó²¼Éô¥Æ¡¼¥Ö¥ë ¡ù¡ú¡ù-->170 <!-- ★☆★ メイン下部テーブル ☆★☆ --> 171 171 </table> 172 172 </td> 173 <!-- ¡ú¡ù¡ú ±¦¥Ê¥Ó¥Æ¡¼¥Ö¥ë ¡ù¡ú¡ù-->173 <!-- ★☆★ 右ナビテーブル ☆★☆ --> 174 174 <td bgcolor="#ffffff" align="center" valign = 'top'> 175 175 <table border="0" cellspacing="1" cellpadding="" summary=" " bgcolor="#cccccc"> … … 181 181 </table> 182 182 </td> 183 <!-- ¡ú¡ù¡ú ±¦¥Ê¥Ó¥Æ¡¼¥Ö¥ë ¡ù¡ú¡ù-->184 </tr> 185 <tr class="fs12n"><td bgcolor="#ffffff" height=5px colspan=3></td></tr> 186 <tr class="fs12n" height=50><td bgcolor="#cccccc" align="center" colspan=3> ¥Õ¥Ã¥¿¡¼Éô</td></tr>183 <!-- ★☆★ 右ナビテーブル ☆★☆ --> 184 </tr> 185 <tr class="fs12n"><td bgcolor="#ffffff" height=5px colspan=3></td></tr> 186 <tr class="fs12n" height=50><td bgcolor="#cccccc" align="center" colspan=3>フッター部</td></tr> 187 187 <tr class="fs12n"><td bgcolor="#ffffff" height=5px colspan=3></td></tr> 188 188 </table> 189 189 </td> 190 <!-- ¢¥¥ì¥¤¥¢¥¦¥È¡¡¤³¤³¤Þ¤Ç-->190 <!--▲レイアウト ここまで--> 191 191 192 <!-- ¢§Ì¤»ÈÍÑ¥Ö¥í¥Ã¥¯¡¡¤³¤³¤«¤é-->192 <!--▼未使用ブロック ここから--> 193 193 <td bgcolor="#ffffff" align="center" valign = 'top'> 194 194 <table width="140" border="0" cellspacing="" cellpadding="" summary=" " bgcolor="#ffffff"> … … 200 200 <tr class="fs12n"> 201 201 <td bgcolor="#ffffff" align="center" height="30"> 202 <input type='button' value=' ¿·µ¬¥Ö¥í¥Ã¥¯ºîÀ®' name='subm' onclick="fnTargetSelf(); fnFormModeSubmit('form1','new_bloc','','');" />202 <input type='button' value='新規ブロック作成' name='subm' onclick="fnTargetSelf(); fnFormModeSubmit('form1','new_bloc','','');" /> 203 203 </td> 204 204 </tr> 205 205 </table> 206 206 </td> 207 <!-- ¢¥Ì¤»ÈÍÑ¥Ö¥í¥Ã¥¯¡¡¤³¤³¤Þ¤Ç-->207 <!--▲未使用ブロック ここまで--> 208 208 </tr> 209 209 <tr class="fs12n"> 210 210 <td bgcolor="#f2f1ec" align="center" colspan=2> 211 <input type='button' value=' Êݸ' name='subm' onclick="fnTargetSelf(); fnFormModeSubmit('form1','confirm','','');" />212 <input type='button' value=' ¥×¥ì¥Ó¥å¡¼' name='preview' onclick="doPreview();" <!--{if $page_id == "0" or $exists_page == "0" }-->DISABLED<!--{/if}--> />213 </td> 214 </tr> 215 </table> 216 <!-- ¢¥¥ì¥¤¥¢¥¦¥ÈÊÔ½¸¡¡¤³¤³¤Þ¤Ç-->211 <input type='button' value='保存' name='subm' onclick="fnTargetSelf(); fnFormModeSubmit('form1','confirm','','');" /> 212 <input type='button' value='プレビュー' name='preview' onclick="doPreview();" <!--{if $page_id == "0" or $exists_page == "0" }-->DISABLED<!--{/if}--> /> 213 </td> 214 </tr> 215 </table> 216 <!--▲レイアウト編集 ここまで--> 217 217 218 218 <table width="678" border="0" cellspacing="0" cellpadding="0" summary=" "> … … 220 220 </table> 221 221 222 <!-- ¢§¥Ú¡¼¥¸°ìÍ÷¡¡¤³¤³¤«¤é-->222 <!--▼ページ一覧 ここから--> 223 223 <table width="678" border="0" cellspacing="1" cellpadding="5" summary=" "> 224 224 <tr class="fs12n"> 225 <td bgcolor="#f2f1ec" align="center" colspan=3 ><strong> ÊÔ½¸²Äǽ¥Ú¡¼¥¸</strong></td>225 <td bgcolor="#f2f1ec" align="center" colspan=3 ><strong>編集可能ページ</strong></td> 226 226 </tr> 227 227 … … 233 233 <td align="center" width=78 bgcolor="<!--{if $item.page_id == $page_id}--><!--{$smarty.const.SELECT_RGB}--><!--{else}-->#ffffff<!--{/if}-->"> 234 234 <!--{if $item.tpl_dir != ""}--> 235 <input type='button' value=' ¥á¥¤¥óÊÔ½¸' name='page_edit' onclick="location.href='./main_edit.php?page_id=<!--{$item.page_id}-->'" />235 <input type='button' value='メイン編集' name='page_edit' onclick="location.href='./main_edit.php?page_id=<!--{$item.page_id}-->'" /> 236 236 <!--{else}--> 237 ÊÔ½¸ÉÔ²Ä237 編集不可 238 238 <!--{/if}--> 239 239 </td> 240 240 <td align="center" width=78 bgcolor="<!--{if $item.page_id == $page_id}--><!--{$smarty.const.SELECT_RGB}--><!--{else}-->#ffffff<!--{/if}-->"> 241 241 <!--{if $item.edit_flg == 1}--> 242 <input type='button' value=' ºï½ü' name='del' onclick="fnTargetSelf(); fnFormModeSubmit('form1','delete','','');" />242 <input type='button' value='削除' name='del' onclick="fnTargetSelf(); fnFormModeSubmit('form1','delete','','');" /> 243 243 <!--{/if}--> 244 244 </td> … … 248 248 <tr class="fs12n"> 249 249 <td bgcolor="#f2f1ec" align="center" colspan=3> 250 <input type='button' value=' ¿·µ¬¥Ú¡¼¥¸ºîÀ®' name='subm' onclick="fnTargetSelf(); fnFormModeSubmit('form1','new_page','','');" />251 </td> 252 </tr> 253 </table> 254 <!-- ¢¥¥Ú¡¼¥¸°ìÍ÷¡¡¤³¤³¤Þ¤Ç-->250 <input type='button' value='新規ページ作成' name='subm' onclick="fnTargetSelf(); fnFormModeSubmit('form1','new_page','','');" /> 251 </td> 252 </tr> 253 </table> 254 <!--▲ページ一覧 ここまで--> 255 255 256 256 </td> … … 265 265 </td> 266 266 </tr> 267 <!-- ¥á¥¤¥ó¥¨¥ê¥¢-->267 <!--メインエリア--> 268 268 </table> 269 269 </td> … … 271 271 272 272 </table> 273 <!-- ¡ú¡ú¥á¥¤¥ó¥³¥ó¥Æ¥ó¥Ä¡ú¡ú-->273 <!--★★メインコンテンツ★★--> 274 274 275 275 <!--{foreach key=key item=item from=$tpl_arrBloc name="bloc_loop"}--> -
branches/feature-module-update/data/Smarty/templates/admin/design/main_edit.tpl
r14534 r15078 32 32 33 33 34 <!-- ¡ú¡ú¥á¥¤¥ó¥³¥ó¥Æ¥ó¥Ä¡ú¡ú-->34 <!--★★メインコンテンツ★★--> 35 35 <table width="878" border="0" cellspacing="0" cellpadding="0" summary=" "> 36 36 <form name="form_edit" id="form_edit" method="post" action="<!--{$smarty.server.PHP_SELF|escape}-->" > … … 39 39 <tr valign="top"> 40 40 <td background="<!--{$smarty.const.URL_DIR}-->img/contents/navi_bg.gif" height="402"> 41 <!-- ¢§SUB NAVI-->41 <!--▼SUB NAVI--> 42 42 <!--{include file=$tpl_subnavi}--> 43 <!-- ¢¥SUB NAVI-->43 <!--▲SUB NAVI--> 44 44 </td> 45 45 <td class="mainbg" > 46 46 <table width="737" border="0" cellspacing="0" cellpadding="0" summary=" "> 47 <!-- ¥á¥¤¥ó¥¨¥ê¥¢-->47 <!--メインエリア--> 48 48 <tr> 49 49 <td align="center"> … … 58 58 <td bgcolor="#cccccc"> 59 59 60 <!-- ÅÐÏ¿¥Æ¡¼¥Ö¥ë¤³¤³¤«¤é-->60 <!--登録テーブルここから--> 61 61 <table width="678" border="0" cellspacing="0" cellpadding="0" summary=" "> 62 62 <tr> … … 65 65 <tr> 66 66 <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> 67 <td bgcolor="#636469" width="638" class="fs14n"><span class="white"><!-- ¥³¥ó¥Æ¥ó¥Ä¥¿¥¤¥È¥ë-->¥Ú¡¼¥¸¾ÜºÙÀßÄê</span></td>67 <td bgcolor="#636469" width="638" class="fs14n"><span class="white"><!--コンテンツタイトル-->ページ詳細設定</span></td> 68 68 <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> 69 69 </tr> … … 76 76 </table> 77 77 78 <!-- ¢§ÊÔ½¸²èÌÌ¡¡¤³¤³¤«¤é-->78 <!--▼編集画面 ここから--> 79 79 <!--{if $arrErr.page_id_err != ""}--> 80 80 <table width="678" border="0" cellspacing="1" cellpadding="5" summary=" "> … … 92 92 <!--{ if $arrErr.page_name != "" }--> <div align="center"> <span class="red12"><!--{$arrErr.page_name}--></span></div> <!--{/if}--> 93 93 <!--{if $arrPageData.edit_flg == 2}--> 94 ̾¾Î¡§<!--{$arrPageData.page_name|escape}--><input type="hidden" name="page_name" value="<!--{$arrPageData.page_name|escape}-->" />94 名称:<!--{$arrPageData.page_name|escape}--><input type="hidden" name="page_name" value="<!--{$arrPageData.page_name|escape}-->" /> 95 95 <!--{else}--> 96 ̾¾Î¡§<input type="text" name="page_name" value="<!--{$arrPageData.page_name|escape}-->" maxlength="<!--{$smarty.const.STEXT_LEN}-->" style="<!--{if $arrErr.page_name != ""}-->background-color: <!--{$smarty.const.ERR_COLOR}--><!--{/if}-->" size="60" class="box60" /><span class="red"> ¡Ê¾å¸Â<!--{$smarty.const.STEXT_LEN}-->ʸ»ú¡Ë</span>96 名称:<input type="text" name="page_name" value="<!--{$arrPageData.page_name|escape}-->" maxlength="<!--{$smarty.const.STEXT_LEN}-->" style="<!--{if $arrErr.page_name != ""}-->background-color: <!--{$smarty.const.ERR_COLOR}--><!--{/if}-->" size="60" class="box60" /><span class="red"> (上限<!--{$smarty.const.STEXT_LEN}-->文字)</span> 97 97 <!--{/if}--> 98 98 </td> … … 101 101 <td bgcolor="#ffffff" align="left" colspan=2> 102 102 <!--{ if $arrErr.url != "" }--> <div align="center"> <span class="red12"><!--{$arrErr.url}--></span></div> <!--{/if}--> 103 URL ¡§<!--{if $arrPageData.edit_flg == 2}-->103 URL:<!--{if $arrPageData.edit_flg == 2}--> 104 104 <!--{$smarty.const.SITE_URL}--><!--{$arrPageData.url|escape}--> 105 105 <input type="hidden" name="url" value="<!--{$arrPageData.filename|escape}-->" maxlength="<!--{$smarty.const.STEXT_LEN}-->" /> 106 106 <!--{else}--> 107 <!--{$user_URL}--><input type="text" name="url" value="<!--{$arrPageData.directory|escape}--><!--{$arrPageData.filename|escape}-->" maxlength="<!--{$smarty.const.STEXT_LEN}-->" style="<!--{if $arrErr.url != ""}-->background-color: <!--{$smarty.const.ERR_COLOR}-->;<!--{/if}--> ime-mode: disabled;" size="60" class="box60" />.php<span class="red"> ¡Ê¾å¸Â<!--{$smarty.const.STEXT_LEN}-->ʸ»ú¡Ë</span>107 <!--{$user_URL}--><input type="text" name="url" value="<!--{$arrPageData.directory|escape}--><!--{$arrPageData.filename|escape}-->" maxlength="<!--{$smarty.const.STEXT_LEN}-->" style="<!--{if $arrErr.url != ""}-->background-color: <!--{$smarty.const.ERR_COLOR}-->;<!--{/if}--> ime-mode: disabled;" size="60" class="box60" />.php<span class="red"> (上限<!--{$smarty.const.STEXT_LEN}-->文字)</span> 108 108 <!--{/if}--> 109 109 </td> … … 111 111 <tr class="fs12n"> 112 112 <td bgcolor="#ffffff" align="left"> 113 <label for="header"><input type="checkbox" name="header_chk" id="header" <!--{$arrPageData.header_chk}-->> ¶¦Ä̤ΥإåÀ¡¼¤ò»ÈÍѤ¹¤ë</label>113 <label for="header"><input type="checkbox" name="header_chk" id="header" <!--{$arrPageData.header_chk}-->>共通のヘッダーを使用する</label> 114 114 </td> 115 115 <td bgcolor="#ffffff" align="left"> 116 <label for="footer"><input type="checkbox" name="footer_chk" id="footer" <!--{$arrPageData.footer_chk}-->> ¶¦Ä̤Υեå¿¡¼¤ò»ÈÍѤ¹¤ë</label>116 <label for="footer"><input type="checkbox" name="footer_chk" id="footer" <!--{$arrPageData.footer_chk}-->>共通のフッターを使用する</label> 117 117 </td> 118 118 </tr> … … 126 126 </div> 127 127 <div align="right"> 128 <input type="button" value=" Â礤¯¤¹¤ë" onClick="ChangeSize(this, tpl_data, 50, 13, html_area_row)">128 <input type="button" value="大きくする" onClick="ChangeSize(this, tpl_data, 50, 13, html_area_row)"> 129 129 </div> 130 130 <br/> … … 133 133 <tr class="fs12n"> 134 134 <td bgcolor="#f2f1ec" align="center" colspan=2> 135 <input type='button' value=' ÅÐÏ¿' name='subm' onclick="fnTargetSelf(); fnFormModeSubmit('form_edit','confirm','','');" />136 <input type='button' value=' ¥×¥ì¥Ó¥å¡¼' name='preview' onclick="doPreview(); " />135 <input type='button' value='登録' name='subm' onclick="fnTargetSelf(); fnFormModeSubmit('form_edit','confirm','','');" /> 136 <input type='button' value='プレビュー' name='preview' onclick="doPreview(); " /> 137 137 </td> 138 138 </tr> 139 139 </table> 140 <!-- ¢¥ÊÔ½¸²èÌÌ¡¡¤³¤³¤Þ¤Ç-->140 <!--▲編集画面 ここまで--> 141 141 142 142 <table width="678" border="0" cellspacing="0" cellpadding="0" summary=" "> … … 144 144 </table> 145 145 146 <!-- ¢§°ìÍ÷¡¡¤³¤³¤«¤é-->146 <!--▼一覧 ここから--> 147 147 <table width="678" border="0" cellspacing="1" cellpadding="5" summary=" "> 148 148 <tr class="fs12n"> 149 <td bgcolor="#f2f1ec" align="center" colspan=3 ><strong> ÊÔ½¸²Äǽ²èḬ̀ìÍ÷</strong></td>149 <td bgcolor="#f2f1ec" align="center" colspan=3 ><strong>編集可能画面一覧</strong></td> 150 150 </tr> 151 151 … … 157 157 </td> 158 158 <td align="center" width=78 bgcolor="<!--{if $item.page_id == $page_id}--><!--{$smarty.const.SELECT_RGB}--><!--{else}-->#ffffff<!--{/if}-->"> 159 <input type="button" value=" ¥ì¥¤¥¢¥¦¥È" name="layout<!--{$item.page_id}-->" onclick="location.href='./index.php?page_id=<!--{$item.page_id}-->';" />159 <input type="button" value="レイアウト" name="layout<!--{$item.page_id}-->" onclick="location.href='./index.php?page_id=<!--{$item.page_id}-->';" /> 160 160 <input type="hidden" value="<!--{$item.page_id}-->" name="del_id<!--{$item.page_id}-->"> 161 161 </td> 162 162 <td align="center" width=78 bgcolor="<!--{if $item.page_id == $page_id}--><!--{$smarty.const.SELECT_RGB}--><!--{else}-->#ffffff<!--{/if}-->"> 163 163 <!--{if $item.edit_flg == 1}--> 164 <input type="button" value=" ºï½ü" name="del<!--{$item.page_id}-->" onclick="fnTargetSelf(); fnFormModeSubmit('form_edit','delete','page_id',this.name.substr(3));" />164 <input type="button" value="削除" name="del<!--{$item.page_id}-->" onclick="fnTargetSelf(); fnFormModeSubmit('form_edit','delete','page_id',this.name.substr(3));" /> 165 165 <input type="hidden" value="<!--{$item.page_id}-->" name="del_id<!--{$item.page_id}-->"> 166 166 <!--{/if}--> … … 171 171 <tr class="fs12n"> 172 172 <td bgcolor="#f2f1ec" align="center" colspan=3> 173 <input type='button' value=' ¿·µ¬¥Ú¡¼¥¸ºîÀ®' name='subm' onclick="location.href='http://<!--{$smarty.server.HTTP_HOST}--><!--{$smarty.server.PHP_SELF|escape}-->'">173 <input type='button' value='新規ページ作成' name='subm' onclick="location.href='http://<!--{$smarty.server.HTTP_HOST}--><!--{$smarty.server.PHP_SELF|escape}-->'"> 174 174 </td> 175 175 </tr> 176 176 </table> 177 <!-- ¢¥°ìÍ÷¡¡¤³¤³¤Þ¤Ç-->177 <!--▲一覧 ここまで--> 178 178 179 <!-- ÅÐÏ¿¥Æ¡¼¥Ö¥ë¤³¤³¤Þ¤Ç-->179 <!--登録テーブルここまで--> 180 180 </td> 181 181 <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> … … 189 189 </td> 190 190 </tr> 191 <!-- ¥á¥¤¥ó¥¨¥ê¥¢-->191 <!--メインエリア--> 192 192 </table> 193 193 </td> … … 195 195 </form> 196 196 </table> 197 <!-- ¡ú¡ú¥á¥¤¥ó¥³¥ó¥Æ¥ó¥Ä¡ú¡ú-->197 <!--★★メインコンテンツ★★--> 198 198 199 199 -
branches/feature-module-update/data/Smarty/templates/admin/design/subnavi.tpl
r12157 r15078 7 7 *}--> 8 8 <table width="141" border="0" cellspacing="0" cellpadding="0" summary=" " id="menu_navi"> 9 <!-- ¥Ê¥Ó-->10 <tr><td class=<!--{if $tpl_subno != 'layout'}-->"navi"<!--{else}-->"navi-on"<!--{/if}-->><a href="./index.php" onMouseOver="naviStyleChange('layout', '#a5a5a5')" <!--{if $tpl_subno != 'layout'}-->onMouseOut="naviStyleChange('layout', '#636469')"<!--{/if}--> id="layout"><img src="<!--{$smarty.const.URL_DIR}-->img/contents/icon.jpg" width="15" height="9" alt="" border="0"><span class="navi_text"> ¥ì¥¤¥¢¥¦¥ÈÀßÄê</span></a></td></tr>9 <!--ナビ--> 10 <tr><td class=<!--{if $tpl_subno != 'layout'}-->"navi"<!--{else}-->"navi-on"<!--{/if}-->><a href="./index.php" onMouseOver="naviStyleChange('layout', '#a5a5a5')" <!--{if $tpl_subno != 'layout'}-->onMouseOut="naviStyleChange('layout', '#636469')"<!--{/if}--> id="layout"><img src="<!--{$smarty.const.URL_DIR}-->img/contents/icon.jpg" width="15" height="9" alt="" border="0"><span class="navi_text">レイアウト設定</span></a></td></tr> 11 11 <tr><td><img src="<!--{$smarty.const.URL_DIR}-->img/contents/navi_line.gif" width="140" height="2" alt=""></td></tr> 12 <tr><td class=<!--{if $tpl_subno != 'main_edit'}-->"navi"<!--{else}-->"navi-on"<!--{/if}-->><a href="./main_edit.php" onMouseOver="naviStyleChange('main_edit', '#a5a5a5')" <!--{if $tpl_subno != 'main_edit'}-->onMouseOut="naviStyleChange('main_edit', '#636469')"<!--{/if}--> id="main_edit"><img src="<!--{$smarty.const.URL_DIR}-->img/contents/icon.jpg" width="15" height="9" alt="" border="0"><span class="navi_text"> ¥Ú¡¼¥¸¾ÜºÙÀßÄê</span></a></td></tr>12 <tr><td class=<!--{if $tpl_subno != 'main_edit'}-->"navi"<!--{else}-->"navi-on"<!--{/if}-->><a href="./main_edit.php" onMouseOver="naviStyleChange('main_edit', '#a5a5a5')" <!--{if $tpl_subno != 'main_edit'}-->onMouseOut="naviStyleChange('main_edit', '#636469')"<!--{/if}--> id="main_edit"><img src="<!--{$smarty.const.URL_DIR}-->img/contents/icon.jpg" width="15" height="9" alt="" border="0"><span class="navi_text">ページ詳細設定</span></a></td></tr> 13 13 <tr><td><img src="<!--{$smarty.const.URL_DIR}-->img/contents/navi_line.gif" width="140" height="2" alt=""></td></tr> 14 <tr><td class=<!--{if $tpl_subno != 'bloc'}-->"navi"<!--{else}-->"navi-on"<!--{/if}-->><a href="./bloc.php" onMouseOver="naviStyleChange('bloc', '#a5a5a5')" <!--{if $tpl_subno != 'bloc'}-->onMouseOut="naviStyleChange('bloc', '#636469')"<!--{/if}--> id="bloc"><img src="<!--{$smarty.const.URL_DIR}-->img/contents/icon.jpg" width="15" height="9" alt="" border="0"><span class="navi_text"> ¥Ö¥í¥Ã¥¯ÊÔ½¸</span></a></td></tr>14 <tr><td class=<!--{if $tpl_subno != 'bloc'}-->"navi"<!--{else}-->"navi-on"<!--{/if}-->><a href="./bloc.php" onMouseOver="naviStyleChange('bloc', '#a5a5a5')" <!--{if $tpl_subno != 'bloc'}-->onMouseOut="naviStyleChange('bloc', '#636469')"<!--{/if}--> id="bloc"><img src="<!--{$smarty.const.URL_DIR}-->img/contents/icon.jpg" width="15" height="9" alt="" border="0"><span class="navi_text">ブロック編集</span></a></td></tr> 15 15 <tr><td><img src="<!--{$smarty.const.URL_DIR}-->img/contents/navi_line.gif" width="140" height="2" alt=""></td></tr> 16 <tr><td class=<!--{if $tpl_subno != 'header'}-->"navi"<!--{else}-->"navi-on"<!--{/if}-->><a href="./header.php" onMouseOver="naviStyleChange('header', '#a5a5a5')" <!--{if $tpl_subno != 'header'}-->onMouseOut="naviStyleChange('header', '#636469')"<!--{/if}--> id="header"><img src="<!--{$smarty.const.URL_DIR}-->img/contents/icon.jpg" width="15" height="9" alt="" border="0"><span class="navi_text"> ͯÀÞ°/̯À°ÀßÄê</span></a></td></tr>16 <tr><td class=<!--{if $tpl_subno != 'header'}-->"navi"<!--{else}-->"navi-on"<!--{/if}-->><a href="./header.php" onMouseOver="naviStyleChange('header', '#a5a5a5')" <!--{if $tpl_subno != 'header'}-->onMouseOut="naviStyleChange('header', '#636469')"<!--{/if}--> id="header"><img src="<!--{$smarty.const.URL_DIR}-->img/contents/icon.jpg" width="15" height="9" alt="" border="0"><span class="navi_text">ヘッダー/フッター設定</span></a></td></tr> 17 17 <tr><td><img src="<!--{$smarty.const.URL_DIR}-->img/contents/navi_line.gif" width="140" height="2" alt=""></td></tr> 18 <tr><td class=<!--{if $tpl_subno != 'css'}-->"navi"<!--{else}-->"navi-on"<!--{/if}-->><a href="./css.php" onMouseOver="naviStyleChange('css', '#a5a5a5')" <!--{if $tpl_subno != 'css'}-->onMouseOut="naviStyleChange('css', '#636469')"<!--{/if}--> id="css"><img src="<!--{$smarty.const.URL_DIR}-->img/contents/icon.jpg" width="15" height="9" alt="" border="0"><span class="navi_text">CSS ÊÔ½¸</span></a></td></tr>18 <tr><td class=<!--{if $tpl_subno != 'css'}-->"navi"<!--{else}-->"navi-on"<!--{/if}-->><a href="./css.php" onMouseOver="naviStyleChange('css', '#a5a5a5')" <!--{if $tpl_subno != 'css'}-->onMouseOut="naviStyleChange('css', '#636469')"<!--{/if}--> id="css"><img src="<!--{$smarty.const.URL_DIR}-->img/contents/icon.jpg" width="15" height="9" alt="" border="0"><span class="navi_text">CSS編集</span></a></td></tr> 19 19 <tr><td><img src="<!--{$smarty.const.URL_DIR}-->img/contents/navi_line.gif" width="140" height="2" alt=""></td></tr> 20 20 21 <tr><td class=<!--{if $tpl_subno != 'template'}-->"navi"<!--{else}-->"navi-on"<!--{/if}-->><a href="./template.php" onMouseOver="naviStyleChange('template', '#a5a5a5')" <!--{if $tpl_subno != 'template'}-->onMouseOut="naviStyleChange('template', '#636469')"<!--{/if}--> id="template"><img src="<!--{$smarty.const.URL_DIR}-->img/contents/icon.jpg" width="15" height="9" alt="" border="0"><span class="navi_text"> ¥Æ¥ó¥×¥ì¡¼¥ÈÀßÄê</span></a></td></tr>21 <tr><td class=<!--{if $tpl_subno != 'template'}-->"navi"<!--{else}-->"navi-on"<!--{/if}-->><a href="./template.php" onMouseOver="naviStyleChange('template', '#a5a5a5')" <!--{if $tpl_subno != 'template'}-->onMouseOut="naviStyleChange('template', '#636469')"<!--{/if}--> id="template"><img src="<!--{$smarty.const.URL_DIR}-->img/contents/icon.jpg" width="15" height="9" alt="" border="0"><span class="navi_text">テンプレート設定</span></a></td></tr> 22 22 <tr><td><img src="<!--{$smarty.const.URL_DIR}-->img/contents/navi_line.gif" width="140" height="2" alt=""></td></tr> 23 23 <!--{if $tpl_subno == 'template'}--> 24 <tr><td class=<!--{if $tpl_subno_template != 'top'}-->"subnavi"<!--{else}-->"subnavi-on"<!--{/if}-->><a href="./template.php?tpl_subno_template=<!--{$arrSubnavi.title.1}-->" onMouseOver="naviStyleChange('top', '#b7b7b7')" <!--{if $tpl_subno_template != 'top'}-->onMouseOut="naviStyleChange('top', '#818287')"<!--{/if}--> id="top"><span class="subnavi_text">TOP ¥Ú¡¼¥¸</span></a></td></tr>24 <tr><td class=<!--{if $tpl_subno_template != 'top'}-->"subnavi"<!--{else}-->"subnavi-on"<!--{/if}-->><a href="./template.php?tpl_subno_template=<!--{$arrSubnavi.title.1}-->" onMouseOver="naviStyleChange('top', '#b7b7b7')" <!--{if $tpl_subno_template != 'top'}-->onMouseOut="naviStyleChange('top', '#818287')"<!--{/if}--> id="top"><span class="subnavi_text">TOPページ</span></a></td></tr> 25 25 <tr><td><img src="<!--{$smarty.const.URL_DIR}-->img/contents/navi_subline.gif" width="140" height="2" alt=""></td></tr> 26 <tr><td class=<!--{if $tpl_subno_template != 'product'}-->"subnavi"<!--{else}-->"subnavi-on"<!--{/if}-->><a href="./template.php?tpl_subno_template=<!--{$arrSubnavi.title.2}-->" onMouseOver="naviStyleChange('product', '#b7b7b7')" <!--{if $tpl_subno_template != 'product'}-->onMouseOut="naviStyleChange('product', '#818287')"<!--{/if}--> id="product"><span class="subnavi_text"> ¾¦ÉʰìÍ÷¥Ú¡¼¥¸</span></a></td></tr>26 <tr><td class=<!--{if $tpl_subno_template != 'product'}-->"subnavi"<!--{else}-->"subnavi-on"<!--{/if}-->><a href="./template.php?tpl_subno_template=<!--{$arrSubnavi.title.2}-->" onMouseOver="naviStyleChange('product', '#b7b7b7')" <!--{if $tpl_subno_template != 'product'}-->onMouseOut="naviStyleChange('product', '#818287')"<!--{/if}--> id="product"><span class="subnavi_text">商品一覧ページ</span></a></td></tr> 27 27 <tr><td><img src="<!--{$smarty.const.URL_DIR}-->img/contents/navi_subline.gif" width="140" height="2" alt=""></td></tr> 28 <tr><td class=<!--{if $tpl_subno_template != 'detail'}-->"subnavi"<!--{else}-->"subnavi-on"<!--{/if}-->><a href="./template.php?tpl_subno_template=<!--{$arrSubnavi.title.3}-->" onMouseOver="naviStyleChange('detail', '#b7b7b7')" <!--{if $tpl_subno_template != 'detail'}-->onMouseOut="naviStyleChange('detail', '#818287')"<!--{/if}--> id="detail"><span class="subnavi_text"> ¾¦Éʾܺ٥ڡ¼¥¸</span></a></td></tr>28 <tr><td class=<!--{if $tpl_subno_template != 'detail'}-->"subnavi"<!--{else}-->"subnavi-on"<!--{/if}-->><a href="./template.php?tpl_subno_template=<!--{$arrSubnavi.title.3}-->" onMouseOver="naviStyleChange('detail', '#b7b7b7')" <!--{if $tpl_subno_template != 'detail'}-->onMouseOut="naviStyleChange('detail', '#818287')"<!--{/if}--> id="detail"><span class="subnavi_text">商品詳細ページ</span></a></td></tr> 29 29 <tr><td><img src="<!--{$smarty.const.URL_DIR}-->img/contents/navi_subline.gif" width="140" height="2" alt=""></td></tr> 30 <tr><td class=<!--{if $tpl_subno_template != 'mypage'}-->"subnavi"<!--{else}-->"subnavi-on"<!--{/if}-->><a href="./template.php?tpl_subno_template=<!--{$arrSubnavi.title.4}-->" onMouseOver="naviStyleChange('mypage', '#b7b7b7')" <!--{if $tpl_subno_template != 'mypage'}-->onMouseOut="naviStyleChange('mypage', '#818287')"<!--{/if}--> id="mypage"><span class="subnavi_text">MY ¥Ú¡¼¥¸</span></a></td></tr>30 <tr><td class=<!--{if $tpl_subno_template != 'mypage'}-->"subnavi"<!--{else}-->"subnavi-on"<!--{/if}-->><a href="./template.php?tpl_subno_template=<!--{$arrSubnavi.title.4}-->" onMouseOver="naviStyleChange('mypage', '#b7b7b7')" <!--{if $tpl_subno_template != 'mypage'}-->onMouseOut="naviStyleChange('mypage', '#818287')"<!--{/if}--> id="mypage"><span class="subnavi_text">MYページ</span></a></td></tr> 31 31 <tr><td><img src="<!--{$smarty.const.URL_DIR}-->img/contents/navi_subline.gif" width="140" height="2" alt=""></td></tr> 32 <tr><td class=<!--{if $tpl_subno_template != 'upload'}-->"subnavi"<!--{else}-->"subnavi-on"<!--{/if}-->><a href="./upload.php" onMouseOver="naviStyleChange('upload', '#b7b7b7')" <!--{if $tpl_subno_template != 'upload'}-->onMouseOut="naviStyleChange('upload', '#818287')"<!--{/if}--> id="upload"><span class="subnavi_text"> ¥¢¥Ã¥×¥í¡¼¥É</span></a></td></tr>32 <tr><td class=<!--{if $tpl_subno_template != 'upload'}-->"subnavi"<!--{else}-->"subnavi-on"<!--{/if}-->><a href="./upload.php" onMouseOver="naviStyleChange('upload', '#b7b7b7')" <!--{if $tpl_subno_template != 'upload'}-->onMouseOut="naviStyleChange('upload', '#818287')"<!--{/if}--> id="upload"><span class="subnavi_text">アップロード</span></a></td></tr> 33 33 <tr><td><img src="<!--{$smarty.const.URL_DIR}-->img/contents/navi_subline.gif" width="140" height="2" alt=""></td></tr> 34 34 <!--{/if}--> 35 35 36 <!-- ¥Ê¥Ó-->36 <!--ナビ--> 37 37 </table> -
branches/feature-module-update/data/Smarty/templates/admin/design/template.tpl
r15035 r15078 6 6 */ 7 7 *}--> 8 <!-- ¡ú¡ú¥á¥¤¥ó¥³¥ó¥Æ¥ó¥Ä¡ú¡ú-->8 <!--★★メインコンテンツ★★--> 9 9 <table width="878" border="0" cellspacing="0" cellpadding="0" summary=" "> 10 10 <form name="form1" id="form1" method="post" action="<!--{$smarty.server.PHP_SELF|escape}-->" onsubmit="return lfnModeSubmit('confirm')"> … … 17 17 <tr valign="top"> 18 18 <td background="<!--{$smarty.const.URL_DIR}-->img/contents/navi_bg.gif" height="402"> 19 <!-- ¢§SUB NAVI-->19 <!--▼SUB NAVI--> 20 20 <!--{include file=$tpl_subnavi}--> 21 <!-- ¢¥SUB NAVI-->21 <!--▲SUB NAVI--> 22 22 </td> 23 23 <td class="mainbg"> 24 <!-- ¢§ÅÐÏ¿¥Æ¡¼¥Ö¥ë¤³¤³¤«¤é-->24 <!--▼登録テーブルここから--> 25 25 <table width="737" border="0" cellspacing="0" cellpadding="0" summary=" "> 26 <!-- ¥á¥¤¥ó¥¨¥ê¥¢-->26 <!--メインエリア--> 27 27 <tr> 28 28 <td align="center"> … … 41 41 <tr> 42 42 <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> 43 <td bgcolor="#636469" width="638" class="fs14n"><span class="white"><!-- ¥³¥ó¥Æ¥ó¥Ä¥¿¥¤¥È¥ë--><!--{$template_name}--></span></td>43 <td bgcolor="#636469" width="638" class="fs14n"><span class="white"><!--コンテンツタイトル--><!--{$template_name}--></span></td> 44 44 <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> 45 45 </tr> … … 54 54 <table width="678" border="0" cellspacing="1" cellpadding="8" summary=" "> 55 55 <tr class="fs12n"> 56 <td bgcolor="#f2f1ec" align="center"><strong> ¸½ºß¤Î¥Æ¥ó¥×¥ì¡¼¥È</strong></td>56 <td bgcolor="#f2f1ec" align="center"><strong>現在のテンプレート</strong></td> 57 57 </tr> 58 58 <tr class="fs12n"> … … 67 67 <table width="678" border="0" cellspacing="1" cellpadding="8" summary=" "> 68 68 <tr class="fs12n"> 69 <td bgcolor="#f2f1ec" align="center" colspan="3"><strong> ¥Æ¥ó¥×¥ì¡¼¥È°ìÍ÷</strong></td>69 <td bgcolor="#f2f1ec" align="center" colspan="3"><strong>テンプレート一覧</strong></td> 70 70 </tr> 71 71 … … 78 78 <!--{assign var=image value=$arrTemplate.image[$code]}--> 79 79 <td bgcolor="#ffffff" align="center"><!--{$arrTemplate[template]}--> 80 <span class="fs12"> ¡Ú<!--{$code}-->¡Û</span><br/>80 <span class="fs12">【<!--{$code}-->】</span><br/> 81 81 <label for="radio<!--{$key}-->"><img src="<!--{$smarty.const.URL_DIR}--><!--{$image}-->" width="160" height="200" name="<!--{$key}-->" alt="<!--{$code}-->"></label><br> 82 <span class="fs10n"><label for="radio<!--{$key}-->"><input type="radio" name="check_template" value="<!--{$code}-->" id="radio<!--{$key}-->" onClick="ChangeImage('<!--{$smarty.const.URL_DIR}--><!--{$image}-->');" <!--{if $arrTemplate.check[$code] != ""}-->checked<!--{/if}-->> ÁªÂò</label></span>82 <span class="fs10n"><label for="radio<!--{$key}-->"><input type="radio" name="check_template" value="<!--{$code}-->" id="radio<!--{$key}-->" onClick="ChangeImage('<!--{$smarty.const.URL_DIR}--><!--{$image}-->');" <!--{if $arrTemplate.check[$code] != ""}-->checked<!--{/if}-->>選択</label></span> 83 83 </td> 84 84 <!--{assign var=cnt value=$smarty.section.template.iteration-1}--> … … 88 88 <!--{if $image != ""}--> 89 89 <td bgcolor="#ffffff" align="center"><!--{$arrTemplate[template]}--> 90 <span class="fs12"> ¡Ú<!--{$code}-->¡Û</span><br/>90 <span class="fs12">【<!--{$code}-->】</span><br/> 91 91 <label for="radio<!--{$key}-->"><img src="<!--{$smarty.const.URL_DIR}--><!--{$image}-->" width="160" height="200" name="<!--{$key}-->" alt="<!--{$code}-->></label><br> 92 <span class="fs10n"><label for="radio<!--{$key}-->"><input type="radio" name="check_template" value="<!--{$code}-->" id="radio<!--{$key}-->" onClick="ChangeImage('<!--{$smarty.const.URL_DIR}--><!--{$image}-->');" <!--{if $arrTemplate.check[$code] != ""}-->checked<!--{/if}-->> ÁªÂò</label></span>92 <span class="fs10n"><label for="radio<!--{$key}-->"><input type="radio" name="check_template" value="<!--{$code}-->" id="radio<!--{$key}-->" onClick="ChangeImage('<!--{$smarty.const.URL_DIR}--><!--{$image}-->');" <!--{if $arrTemplate.check[$code] != ""}-->checked<!--{/if}-->>選択</label></span> 93 93 </td> 94 94 <!--{/if}--> … … 99 99 <!--{if $image != ""}--> 100 100 <td bgcolor="#ffffff" align="center"><!--{$arrTemplate[template]}--> 101 <span class="fs12"> ¡Ú<!--{$code}-->¡Û</span><br/>101 <span class="fs12">【<!--{$code}-->】</span><br/> 102 102 <label for="radio<!--{$key}-->"><img src="<!--{$smarty.const.URL_DIR}--><!--{$image}-->" width="160" height="200" name="<!--{$key}-->" alt="<!--{$code}-->></label><br> 103 <span class="fs10n"><label for="radio<!--{$key}-->"><input type="radio" name="check_template" value="<!--{$code}-->" id="radio<!--{$key}-->" onClick="ChangeImage('<!--{$smarty.const.URL_DIR}--><!--{$image}-->');" <!--{if $arrTemplate.check[$code] != ""}-->checked<!--{/if}-->> ÁªÂò</label></span>103 <span class="fs10n"><label for="radio<!--{$key}-->"><input type="radio" name="check_template" value="<!--{$code}-->" id="radio<!--{$key}-->" onClick="ChangeImage('<!--{$smarty.const.URL_DIR}--><!--{$image}-->');" <!--{if $arrTemplate.check[$code] != ""}-->checked<!--{/if}-->>選択</label></span> 104 104 </td> 105 105 <!--{/if}--> … … 121 121 <tr> 122 122 <td> 123 <a href="javascript:fnModeSubmit('download', '', '');"><img onMouseover="chgImgImageSubmit('<!--{$smarty.const.URL_DIR}-->img/contents/btn_download_on.jpg',this)" onMouseout="chgImgImageSubmit('<!--{$smarty.const.URL_DIR}-->img/contents/btn_download.jpg',this)" src="<!--{$smarty.const.URL_DIR}-->img/contents/btn_download.jpg" width="123" height="24" alt=" ¥À¥¦¥ó¥í¡¼¥É" border="0" name="subm"></a>124 <input type="image" onMouseover="chgImgImageSubmit('<!--{$smarty.const.URL_DIR}-->img/contents/btn_regist_on.jpg',this)" onMouseout="chgImgImageSubmit('<!--{$smarty.const.URL_DIR}-->img/contents/btn_regist.jpg',this)" src="<!--{$smarty.const.URL_DIR}-->img/contents/btn_regist.jpg" width="123" height="24" alt=" ¤³¤ÎÆâÍÆ¤ÇÅÐÏ¿¤¹¤ë" border="0" name="subm">123 <a href="javascript:fnModeSubmit('download', '', '');"><img onMouseover="chgImgImageSubmit('<!--{$smarty.const.URL_DIR}-->img/contents/btn_download_on.jpg',this)" onMouseout="chgImgImageSubmit('<!--{$smarty.const.URL_DIR}-->img/contents/btn_download.jpg',this)" src="<!--{$smarty.const.URL_DIR}-->img/contents/btn_download.jpg" width="123" height="24" alt="ダウンロード" border="0" name="subm"></a> 124 <input type="image" onMouseover="chgImgImageSubmit('<!--{$smarty.const.URL_DIR}-->img/contents/btn_regist_on.jpg',this)" onMouseout="chgImgImageSubmit('<!--{$smarty.const.URL_DIR}-->img/contents/btn_regist.jpg',this)" src="<!--{$smarty.const.URL_DIR}-->img/contents/btn_regist.jpg" width="123" height="24" alt="この内容で登録する" border="0" name="subm"> 125 125 </td> 126 126 </tr> … … 143 143 </td> 144 144 </tr> 145 <!-- ¥á¥¤¥ó¥¨¥ê¥¢-->145 <!--メインエリア--> 146 146 </table> 147 <!-- ¢¥ÅÐÏ¿¥Æ¡¼¥Ö¥ë¤³¤³¤Þ¤Ç-->147 <!--▲登録テーブルここまで--> 148 148 </td> 149 149 </tr> 150 150 </form> 151 151 </table> 152 <!-- ¡ú¡ú¥á¥¤¥ó¥³¥ó¥Æ¥ó¥Ä¡ú¡ú-->152 <!--★★メインコンテンツ★★--> 153 153 154 154 <script type="text/javascript"> … … 158 158 } 159 159 160 // ¥â¡¼¥É¤È¥¡¼¤ò»ØÄꤷ¤ÆSUBMIT¤ò¹Ô¤¦¡£160 // モードとキーを指定してSUBMITを行う。 161 161 function lfnModeSubmit(mode) { 162 if(!window.confirm(' ÅÐÏ¿¤·¤Æ¤âµ¹¤·¤¤¤Ç¤¹¤«?')){162 if(!window.confirm('登録しても宜しいですか?')){ 163 163 return false; 164 164 } -
branches/feature-module-update/data/Smarty/templates/admin/design/upload.tpl
r12157 r15078 6 6 */ 7 7 *}--> 8 <!-- ¡ú¡ú¥á¥¤¥ó¥³¥ó¥Æ¥ó¥Ä¡ú¡ú-->8 <!--★★メインコンテンツ★★--> 9 9 <table width="878" border="0" cellspacing="0" cellpadding="0" summary=" "> 10 10 <form name="form1" method="post" action="<!--{$smarty.server.PHP_SELF|escape}-->" enctype="multipart/form-data"> … … 12 12 <tr valign="top"> 13 13 <td background="<!--{$smarty.const.URL_DIR}-->img/contents/navi_bg.gif" height="402"> 14 <!-- ¢§SUB NAVI-->14 <!--▼SUB NAVI--> 15 15 <!--{include file=$tpl_subnavi}--> 16 <!-- ¢¥SUB NAVI-->16 <!--▲SUB NAVI--> 17 17 </td> 18 18 <td class="mainbg"> 19 <!-- ¢§¥¢¥Ã¥×¥í¡¼¥É¥Æ¡¼¥Ö¥ë¤³¤³¤«¤é-->19 <!--▼アップロードテーブルここから--> 20 20 <table width="737" border="0" cellspacing="0" cellpadding="0" summary=" "> 21 <!-- ¥á¥¤¥ó¥¨¥ê¥¢-->21 <!--メインエリア--> 22 22 <tr> 23 23 <td align="center"> … … 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"><!-- ¥³¥ó¥Æ¥ó¥Ä¥¿¥¤¥È¥ë--><!--{$template_name}--></span></td>38 <td bgcolor="#636469" width="638" class="fs14n"><span class="white"><!--コンテンツタイトル--><!--{$template_name}--></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> … … 53 53 <!--{assign var=key value="template_code"}--> 54 54 <tr class="fs12n"> 55 <td bgcolor="#f2f1ec"> ¥Æ¥ó¥×¥ì¡¼¥È¥³¡¼¥É</td>55 <td bgcolor="#f2f1ec">テンプレートコード</td> 56 56 <td bgcolor="#ffffff"><span class="red"><!--{$arrErr[$key]}--></span><input type="text" name="<!--{$arrForm[$key].keyname}-->" value="<!--{$arrForm[$key].value|escape}-->" maxlength="<!--{$arrForm[$key].length}-->" style="<!--{$arrErr[$key]|sfGetErrorColor}-->" class="box54"></td> 57 57 </tr> 58 58 <!--{assign var=key value="template_name"}--> 59 59 <tr class="fs12n"> 60 <td bgcolor="#f2f1ec"> ¥Æ¥ó¥×¥ì¡¼¥È̾</td>60 <td bgcolor="#f2f1ec">テンプレート名</td> 61 61 <td bgcolor="#ffffff"><span class="red"><!--{$arrErr[$key]}--></span><input type="text" name="<!--{$arrForm[$key].keyname}-->" value="<!--{$arrForm[$key].value|escape}-->" maxlength="<!--{$arrForm[$key].length}-->" style="<!--{$arrErr[$key]|sfGetErrorColor}-->" class="box54"></td> 62 62 </tr> 63 63 <!--{assign var=key value="template_file"}--> 64 64 <tr class="fs12n"> 65 <td bgcolor="#f2f1ec"> ¥Æ¥ó¥×¥ì¡¼¥È¥Õ¥¡¥¤¥ë<br/><span class="red"><span class="fs14n">¢¨¥Õ¥¡¥¤¥ë·Á¼°¤Ï.tar/.tar.gz¤Î¤ß</span></span></td>65 <td bgcolor="#f2f1ec">テンプレートファイル<br/><span class="red"><span class="fs14n">※ファイル形式は.tar/.tar.gzのみ</span></span></td> 66 66 <td bgcolor="#ffffff"><span class="red"><!--{$arrErr[$key]}--></span><input type="file" name="<!--{$key}-->" style="<!--{$arrErr[$key]|sfGetErrorColor}-->" class="box54" size="64" <!--{if $arrErr.template_file}-->style="background-color:<!--{$smarty.const.ERR_COLOR|escape}-->"<!--{/if}-->></td> 67 67 </tr> … … 79 79 <table border="0" cellspacing="0" cellpadding="0" summary=" "> 80 80 <tr> 81 <td><input type="image" onMouseover="chgImgImageSubmit('<!--{$smarty.const.URL_DIR}-->img/contents/btn_upload_on.jpg',this)" onMouseout="chgImgImageSubmit('<!--{$smarty.const.URL_DIR}-->img/contents/btn_upload.jpg',this)" src="<!--{$smarty.const.URL_DIR}-->img/contents/btn_upload.jpg" width="123" height="24" alt=" ¥¢¥Ã¥×¥í¡¼¥É" border="0" name="subm"></td>81 <td><input type="image" onMouseover="chgImgImageSubmit('<!--{$smarty.const.URL_DIR}-->img/contents/btn_upload_on.jpg',this)" onMouseout="chgImgImageSubmit('<!--{$smarty.const.URL_DIR}-->img/contents/btn_upload.jpg',this)" src="<!--{$smarty.const.URL_DIR}-->img/contents/btn_upload.jpg" width="123" height="24" alt="アップロード" border="0" name="subm"></td> 82 82 </tr> 83 83 </table> … … 101 101 </tr> 102 102 103 <!-- ¥á¥¤¥ó¥¨¥ê¥¢-->103 <!--メインエリア--> 104 104 </table> 105 <!-- ¢¥ÅÐÏ¿¥Æ¡¼¥Ö¥ë¤³¤³¤Þ¤Ç-->105 <!--▲登録テーブルここまで--> 106 106 </td> 107 107 </tr> 108 108 </form> 109 109 </table> 110 <!-- ¡ú¡ú¥á¥¤¥ó¥³¥ó¥Æ¥ó¥Ä¡ú¡ú-->110 <!--★★メインコンテンツ★★--> 111 111 112 112 <script type="text/javascript"> … … 116 116 } 117 117 118 // ¥â¡¼¥É¤È¥¡¼¤ò»ØÄꤷ¤ÆSUBMIT¤ò¹Ô¤¦¡£118 // モードとキーを指定してSUBMITを行う。 119 119 function lfnModeSubmit(mode) { 120 if(!window.confirm(' ÅÐÏ¿¤·¤Æ¤âµ¹¤·¤¤¤Ç¤¹¤«?')){120 if(!window.confirm('登録しても宜しいですか?')){ 121 121 return false; 122 122 }
Note: See TracChangeset
for help on using the changeset viewer.