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.
123456789101112 |
- <div class="fixed-bar">
- <div class="item-title">
- <!-- <a class="back_xin" href="{:url("UsersRelease/conf")}" title="返回><i class="iconfont e-fanhui"></i></a></a> -->
- <ul class="tab-base nc-row">
- <li>
- <a {if condition="'conf' == $Think.const.ACTION_NAME"}class="current"{/if} href='{:url("UsersRelease/conf")}'>
- <span>投稿设置</span>
- </a>
- </li>
- </ul>
- </div>
- </div>
|