Changeset 23441 for branches/version-2_13-dev/data/Smarty
- Timestamp:
- 2014/05/23 18:49:10 (12 years ago)
- Location:
- branches/version-2_13-dev/data/Smarty/templates/admin
- Files:
-
- 4 edited
-
contents/subnavi.tpl (modified) (1 diff)
-
design/subnavi.tpl (modified) (3 diffs)
-
main_frame.tpl (modified) (1 diff)
-
ownersstore/subnavi.tpl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_13-dev/data/Smarty/templates/admin/contents/subnavi.tpl
r22571 r23441 27 27 <li<!--{if $tpl_subno == 'recommend'}--> class="on"<!--{/if}--> id="navi-contents-recommend"><a href="<!--{$smarty.const.ROOT_URLPATH}--><!--{$smarty.const.ADMIN_DIR}-->contents/recommend.php"><span>おすすめ商品管理</span></a></li> 28 28 <li<!--{if $tpl_subno == 'file'}--> class="on"<!--{/if}--> id="navi-contents-file"><a href="<!--{$smarty.const.ROOT_URLPATH}--><!--{$smarty.const.ADMIN_DIR}-->contents/file_manager.php"><span>ファイル管理</span></a></li> 29 <li class="on_level2 <!--{if $tpl_subno == 'csv'}--> on<!--{/if}--> " id="navi-contents-csv"><a href="<!--{$smarty.const.ROOT_URLPATH}--><!--{$smarty.const.ADMIN_DIR}-->contents/csv.php"><span>CSV出力項目設定</span></a> 29 <li class="on_level2<!--{if $tpl_subno == 'csv'}--> on<!--{/if}-->" id="navi-contents-csv"> 30 <div><span>CSV出力項目設定</span></div> 30 31 <ul id="navi-csv-sub" class="level2"> 31 32 <li<!--{if $tpl_subno_csv == 'product'}--> class="on"<!--{/if}--> id="navi-csv-product"><a href="<!--{$smarty.const.ROOT_URLPATH}--><!--{$smarty.const.ADMIN_DIR}-->contents/csv.php?tpl_subno_csv=product"><span>商品管理</span></a></li> -
branches/version-2_13-dev/data/Smarty/templates/admin/design/subnavi.tpl
r22206 r23441 24 24 25 25 <ul class="level1"> 26 <li class="on_level2"><a href="<!--{$smarty.const.ROOT_URLPATH}--><!--{$smarty.const.ADMIN_DIR}-->design/<!--{$smarty.const.DIR_INDEX_PATH}-->?device_type_id=<!--{$smarty.const.DEVICE_TYPE_PC}-->"><span>PC</span></a> 26 <li class="on_level2"> 27 <div><span>PC</span></div> 27 28 <ul class="level2"> 28 29 <li<!--{if $tpl_subno == 'layout'}--> class="on"<!--{/if}--> id="navi-design-layout-<!--{$smarty.const.DEVICE_TYPE_PC}-->"><a href="<!--{$smarty.const.ROOT_URLPATH}--><!--{$smarty.const.ADMIN_DIR}-->design/<!--{$smarty.const.DIR_INDEX_PATH}-->?device_type_id=<!--{$smarty.const.DEVICE_TYPE_PC}-->"><span>レイアウト設定</span></a></li> … … 36 37 </li> 37 38 <!--{if $smarty.const.USE_MOBILE !== false}--> 38 <li class="on_level2"><a href="<!--{$smarty.const.ROOT_URLPATH}--><!--{$smarty.const.ADMIN_DIR}-->design/<!--{$smarty.const.DIR_INDEX_PATH}-->?device_type_id=<!--{$smarty.const.DEVICE_TYPE_MOBILE}-->"><span>モバイル</span></a> 39 <li class="on_level2"> 40 <div><span>モバイル</span></div> 39 41 <ul class="level2"> 40 42 <li<!--{if $tpl_subno == 'layout'}--> class="on"<!--{/if}--> id="navi-design-layout-<!--{$smarty.const.DEVICE_TYPE_MOBILE}-->"><a href="<!--{$smarty.const.ROOT_URLPATH}--><!--{$smarty.const.ADMIN_DIR}-->design/<!--{$smarty.const.DIR_INDEX_PATH}-->?device_type_id=<!--{$smarty.const.DEVICE_TYPE_MOBILE}-->"><span>レイアウト設定</span></a></li> … … 48 50 </li> 49 51 <!--{/if}--> 50 <li class="on_level2"><a href="<!--{$smarty.const.ROOT_URLPATH}--><!--{$smarty.const.ADMIN_DIR}-->design/<!--{$smarty.const.DIR_INDEX_PATH}-->?device_type_id=<!--{$smarty.const.DEVICE_TYPE_SMARTPHONE}-->"><span>スマートフォン</span></a> 52 <li class="on_level2"> 53 <div><span>スマートフォン</span></div> 51 54 <ul class="level2"> 52 55 <li<!--{if $tpl_subno == 'layout'}--> class="on"<!--{/if}--> id="navi-design-layout-<!--{$smarty.const.DEVICE_TYPE_SMARTPHONE}-->"><a href="<!--{$smarty.const.ROOT_URLPATH}--><!--{$smarty.const.ADMIN_DIR}-->design/<!--{$smarty.const.DIR_INDEX_PATH}-->?device_type_id=<!--{$smarty.const.DEVICE_TYPE_SMARTPHONE}-->"><span>レイアウト設定</span></a></li> -
branches/version-2_13-dev/data/Smarty/templates/admin/main_frame.tpl
r23416 r23441 105 105 <div id="navi-wrap"> 106 106 <ul id="navi" class="clearfix"> 107 <li id="navi-basis" class=" <!--{if $tpl_mainno eq "basis"}-->on<!--{/if}-->">108 < a href="<!--{$smarty.const.ROOT_URLPATH}--><!--{$smarty.const.ADMIN_DIR}-->basis/<!--{$smarty.const.DIR_INDEX_PATH}-->"><span class="level1">基本情報管理</span></a>107 <li id="navi-basis" class="on_level1<!--{if $tpl_mainno eq "basis"}--> on<!--{/if}-->"> 108 <div><span>基本情報管理</span></div> 109 109 <!--{include file="`$smarty.const.TEMPLATE_ADMIN_REALDIR`basis/subnavi.tpl"}--> 110 110 </li> 111 <li id="navi-products" class=" <!--{if $tpl_mainno eq "products"}-->on<!--{/if}-->">112 < a href="<!--{$smarty.const.ROOT_URLPATH}--><!--{$smarty.const.ADMIN_DIR}-->products/<!--{$smarty.const.DIR_INDEX_PATH}-->"><span>商品管理</span></a>111 <li id="navi-products" class="on_level1<!--{if $tpl_mainno eq "products"}--> on<!--{/if}-->"> 112 <div><span>商品管理</span></div> 113 113 <!--{include file="`$smarty.const.TEMPLATE_ADMIN_REALDIR`products/subnavi.tpl"}--> 114 114 </li> 115 <li id="navi-customer" class=" <!--{if $tpl_mainno eq "customer"}-->on<!--{/if}-->">116 < a href="<!--{$smarty.const.ROOT_URLPATH}--><!--{$smarty.const.ADMIN_DIR}-->customer/<!--{$smarty.const.DIR_INDEX_PATH}-->"><span>会員管理</span></a>115 <li id="navi-customer" class="on_level1<!--{if $tpl_mainno eq "customer"}--> on<!--{/if}-->"> 116 <div><span>会員管理</span></div> 117 117 <!--{include file="`$smarty.const.TEMPLATE_ADMIN_REALDIR`customer/subnavi.tpl"}--> 118 118 </li> 119 <li id="navi-order" class=" <!--{if $tpl_mainno eq "order"}-->on<!--{/if}-->">120 < a href="<!--{$smarty.const.ROOT_URLPATH}--><!--{$smarty.const.ADMIN_DIR}-->order/<!--{$smarty.const.DIR_INDEX_PATH}-->"><span>受注管理</span></a>119 <li id="navi-order" class="on_level1<!--{if $tpl_mainno eq "order"}--> on<!--{/if}-->"> 120 <div><span>受注管理</span></div> 121 121 <!--{include file="`$smarty.const.TEMPLATE_ADMIN_REALDIR`order/subnavi.tpl"}--> 122 122 </li> 123 <li id="navi-total" class=" <!--{if $tpl_mainno eq "total"}-->on<!--{/if}-->">124 < a href="<!--{$smarty.const.ROOT_URLPATH}--><!--{$smarty.const.ADMIN_DIR}-->total/<!--{$smarty.const.DIR_INDEX_PATH}-->"><span>売上集計</span></a>123 <li id="navi-total" class="on_level1<!--{if $tpl_mainno eq "total"}--> on<!--{/if}-->"> 124 <div><span>売上集計</span></div> 125 125 <!--{include file="`$smarty.const.TEMPLATE_ADMIN_REALDIR`total/subnavi.tpl"}--> 126 126 </li> 127 <li id="navi-mail" class=" <!--{if $tpl_mainno eq "mail"}-->on<!--{/if}-->">128 < a href="<!--{$smarty.const.ROOT_URLPATH}--><!--{$smarty.const.ADMIN_DIR}-->mail/<!--{$smarty.const.DIR_INDEX_PATH}-->"><span>メルマガ管理</span></a>127 <li id="navi-mail" class="on_level1<!--{if $tpl_mainno eq "mail"}--> on<!--{/if}-->"> 128 <div><span>メルマガ管理</span></div> 129 129 <!--{include file="`$smarty.const.TEMPLATE_ADMIN_REALDIR`mail/subnavi.tpl"}--> 130 130 </li> 131 <li id="navi-contents" class=" <!--{if $tpl_mainno eq "contents"}-->on<!--{/if}-->">132 < a href="<!--{$smarty.const.ROOT_URLPATH}--><!--{$smarty.const.ADMIN_DIR}-->contents/<!--{$smarty.const.DIR_INDEX_PATH}-->"><span>コンテンツ管理</span></a>131 <li id="navi-contents" class="on_level1<!--{if $tpl_mainno eq "contents"}--> on<!--{/if}-->"> 132 <div><span>コンテンツ管理</span></div> 133 133 <!--{include file="`$smarty.const.TEMPLATE_ADMIN_REALDIR`contents/subnavi.tpl"}--> 134 134 </li> 135 <li id="navi-design" class=" <!--{if $tpl_mainno eq "design"}-->on<!--{/if}-->">136 < a href="<!--{$smarty.const.ROOT_URLPATH}--><!--{$smarty.const.ADMIN_DIR}-->design/<!--{$smarty.const.DIR_INDEX_PATH}-->"><span>デザイン管理</span></a>135 <li id="navi-design" class="on_level1<!--{if $tpl_mainno eq "design"}--> on<!--{/if}-->"> 136 <div><span>デザイン管理</span></div> 137 137 <!--{include file="`$smarty.const.TEMPLATE_ADMIN_REALDIR`design/subnavi.tpl"}--> 138 138 </li> 139 <li id="navi-system" class=" <!--{if $tpl_mainno eq "system"}-->on<!--{/if}-->">140 < a href="<!--{$smarty.const.ROOT_URLPATH}--><!--{$smarty.const.ADMIN_DIR}-->system/<!--{$smarty.const.DIR_INDEX_PATH}-->"><span>システム設定</span></a>139 <li id="navi-system" class="on_level1<!--{if $tpl_mainno eq "system"}--> on<!--{/if}-->"> 140 <div><span>システム設定</span></div> 141 141 <!--{include file="`$smarty.const.TEMPLATE_ADMIN_REALDIR`system/subnavi.tpl"}--> 142 142 </li> 143 <li id="navi-ownersstore" class=" <!--{if $tpl_mainno eq "ownersstore"}-->on<!--{/if}-->">144 < a href="<!--{$smarty.const.ROOT_URLPATH}--><!--{$smarty.const.ADMIN_DIR}-->ownersstore/<!--{$smarty.const.DIR_INDEX_PATH}-->"><span>オーナーズストア</span></a>143 <li id="navi-ownersstore" class="on_level1<!--{if $tpl_mainno eq "ownersstore"}--> on<!--{/if}-->"> 144 <div><span>オーナーズストア</span></div> 145 145 <!--{include file="`$smarty.const.TEMPLATE_ADMIN_REALDIR`ownersstore/subnavi.tpl"}--> 146 146 </li> -
branches/version-2_13-dev/data/Smarty/templates/admin/ownersstore/subnavi.tpl
r22995 r23441 24 24 25 25 <ul class="level1"> 26 <li class="on_level2"><a href="<!--{$smarty.const.ROOT_URLPATH}--><!--{$smarty.const.ADMIN_DIR}-->ownersstore/<!--{$smarty.const.DIR_INDEX_PATH}-->"><span>プラグイン管理</span></a> 26 <li class="on_level2"> 27 <div><span>プラグイン管理</span></div> 27 28 <ul class="level2"> 28 29 <li id="navi-ownersstore-index" class="<!--{if $tpl_subno == 'index'}-->on<!--{/if}-->">
Note: See TracChangeset
for help on using the changeset viewer.
