Changeset 7722
- Timestamp:
- Jul 16, 2008, 10:01:08 PM (13 years ago)
- Location:
- OpenPNE/branches/stable-2.12.x/webapp/modules/admin/templates
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
OpenPNE/branches/stable-2.12.x/webapp/modules/admin/templates/access_analysis_member.tpl
r7718 r7722 5 5 ({$item_str}) ({if $month_flag})({$ymd|date_format:"%Y年%m月"})({else})({$ymd|date_format:"%Y年%m月%d日"})({/if})にアクセスしたメンバー 6 6 ({/capture}) 7 ({ * ({assign var="page_name" value=$smarty.capture.page_name_temp}) *})7 ({assign var="page_name" value=$smarty.capture.page_name_temp}) 8 8 ({ext_include file="inc_tree_adminStatisticalInformation.tpl"}) 9 9 </div> … … 19 19 ({/if}) 20 20 21 [({$item_str}) ({if $month_flag})({$ymd|date_format:"%Y年%m月"})({else})({$ymd|date_format:"%Y年%m月%d日"})({/if})にアクセスしたメンバー] 22 23 <br /> 21 <p>[({$page_name})]</p> 24 22 25 23 ({if $is_prev}) -
OpenPNE/branches/stable-2.12.x/webapp/modules/admin/templates/access_analysis_target_diary.tpl
r7718 r7722 21 21 <div class="contents"> 22 22 23 <p> ({$page_name})</p>23 <p>[({$page_name})]</p> 24 24 25 25 ({if $is_prev})<a href="?m=({$module_name})&a=page_({$hash_tbl->hash('access_analysis_target_diary')})&ktai_flag=({$ktai_flag})&ymd=({$ymd})&month_flag=({$month_flag})&page_name=({$requests.page_name})&orderby=({$orderby})&page=({$page-1})"><前を表示</a> ({/if}) -
OpenPNE/branches/stable-2.12.x/webapp/modules/admin/templates/access_analysis_target_topic.tpl
r7718 r7722 23 23 <p>[({$page_name})]</p> 24 24 25 <div class="listControl"> 26 < p class="listMove">27 ({ if $is_prev})<a href="?m=({$module_name})&a=page_({$hash_tbl->hash('access_analysis_target_topic')})&ktai_flag=({$ktai_flag})&ymd=({$ymd})&month_flag=({$month_flag})&page_name=({$requests.page_name})&orderby=({$orderby})&page=({$page-1})"><前を表示</a> ({/if})25 ({if $is_prev}) 26 <a href="?m=({$module_name})&a=page_({$hash_tbl->hash('access_analysis_target_topic')})&ktai_flag=({$ktai_flag})&ymd=({$ymd})&month_flag=({$month_flag})&page_name=({$requests.page_name})&orderby=({$orderby})&page=({$page-1})"><前を表示</a> 27 ({/if}) 28 28 ({$start_num})件~({$end_num})件を表示 29 29 ({if $is_next})<a href="?m=({$module_name})&a=page_({$hash_tbl->hash('access_analysis_target_topic')})&ktai_flag=({$ktai_flag})&ymd=({$ymd})&month_flag=({$month_flag})&page_name=({$requests.page_name})&orderby=({$orderby})&page=({$page+1})">次を表示></a>({/if}) 30 </p> 31 </div> 30 <br /> 32 31 33 32 <table class="basicType2">
Note: See TracChangeset
for help on using the changeset viewer.