Changeset 8791
- Timestamp:
- Oct 24, 2008, 11:50:33 AM (12 years ago)
- Location:
- OpenPNE/branches/stable-2.10.x/webapp/modules/admin/templates
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
OpenPNE/branches/stable-2.10.x/webapp/modules/admin/templates/delete_topic.tpl
r8357 r8791 72 72 <th>ファイル</th> 73 73 <td class="textbody"> 74 <a href=" ({t_url m=$module_name a=do_file_download})&filename=({$topic.filename})&sessid=({$PHPSESSID})">74 <a href="./?m=({$module_name})&a=do_({$hash_tbl->hash('file_download','do')})&filename=({$item.filename})&sessid=({$PHPSESSID})"> 75 75 ({$topic.original_filename}) 76 76 </a> -
OpenPNE/branches/stable-2.10.x/webapp/modules/admin/templates/list_c_file.tpl
r8752 r8791 61 61 ({****}) 62 62 <td> 63 <a href="./?m=({$module_name})&a=do_({$hash_tbl->hash('file_download' )})&filename=({$item.filename})&sessid=({$PHPSESSID})">63 <a href="./?m=({$module_name})&a=do_({$hash_tbl->hash('file_download','do')})&filename=({$item.filename})&sessid=({$PHPSESSID})"> 64 64 ({$item.filename}) 65 65 </a> -
OpenPNE/branches/stable-2.10.x/webapp/modules/admin/templates/topic_list.tpl
r5395 r8791 113 113 <th>ファイル</th> 114 114 <td class="textbody"> 115 <a href=" ({t_url m=$module_name a=do_file_download})&filename=({$item.filename})&sessid=({$PHPSESSID})">115 <a href="./?m=({$module_name})&a=do_({$hash_tbl->hash('file_download','do')})&filename=({$item.filename})&sessid=({$PHPSESSID})"> 116 116 ({$item.original_filename}) 117 117 </a>
Note: See TracChangeset
for help on using the changeset viewer.