9-2
                        templates/op_snews_show.tpl
                    
                
                                
<div class="container">
    <h1 class="text-center" id="title"><{$snews.title}></h1>
    <p class="text-center" id="username"><{$snews.username}></p>
    <{$snews.content}>
    <{$snews.files}>
    <div class="text-center">
        <{if $snews_delete}>
            <a href="javascript:snews_del(<{$snews.sn}>)" class="btn btn-danger">刪除</a>
        <{/if}>
        
        <{if $snews_post}>
            <a href="<{$xoops_url}>/modules/snews/index.php?op=snews_form&sn=<{$snews.sn}>" class="btn btn-warning">修改</a>
        <{/if}>
        
        <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>
        <a href="https://www.addtoany.com/add_to/printfriendly?linkurl=<{$xoops_url}>%2Fuploads%2Fsnews%2F<{$snews.sn}>.html" target="_blank" class="btn btn-primary">下載PDF</a>
    </div>
</div>