No Description
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

users_footprint_header.htm 907B

12345678910
  1. <div class="oper-row">
  2. <!-- 足迹导航栏 -->
  3. <div class="oper-row-roll">
  4. <a class="oper-row-button {if condition="$Think.const.MODULE_NAME == 'user' && $Think.const.CONTROLLER_NAME == 'Users' && $Think.const.ACTION_NAME == 'footprint_index'"} active {/if}" href="{eyou:url link='user/Users/footprint_index'/}"> 浏览记录 </a>
  5. <a class="oper-row-button {if condition="$Think.const.MODULE_NAME == 'user' && $Think.const.CONTROLLER_NAME == 'Download' && $Think.const.ACTION_NAME == 'index'"} active {/if}" href="{eyou:url link='user/Download/index'/}"> 下载记录 </a>
  6. <a class="oper-row-button {if condition="$Think.const.MODULE_NAME == 'user' && $Think.const.CONTROLLER_NAME == 'Media' && $Think.const.ACTION_NAME == 'play_index'"} active {/if}" href="{eyou:url link='user/Media/play_index'/}"> 播放记录 </a>
  7. </div>
  8. <!-- 足迹导航栏 -->
  9. </div>