9-2
templates/op_snews_show.tpl
< h1 class = "text-center" id = "title" ><{$snews.title}></ h1 > |
< p class = "text-center" id = "username" ><{$snews.username}></ p > |
< div class = "text-center" > |
< a href="javascript:snews_del(<{$snews.sn}>)" class="btn btn-danger">刪除</ a > |
< a href="<{$xoops_url}>/modules/snews/index.php?op=snews_form&sn=<{$snews.sn}>" class="btn btn-warning">修改</ a > |
< a href="<{$xoops_url}>/modules/snews/html.php?sn=<{$snews.sn}>" class="btn btn-success">下載HTML</ a > |
< a href="<{$xoops_url}>/modules/snews/html.php?op=online&sn=<{$snews.sn}>" target="_blank" class="btn btn-info">觀看HTML</ a > |