PHP Classes

File: htdocs/themes/xswatch/modules/newbb/newbb_edit_post.tpl

Recommend this page to a friend!
  Classes of Michael Beck   Xoops 2.5   htdocs/themes/xswatch/modules/newbb/newbb_edit_post.tpl   Download  
File: htdocs/themes/xswatch/modules/newbb/newbb_edit_post.tpl
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Xoops 2.5
Modular content management publication system
Author: By
Last change:
Date: 7 years ago
Size: 1,830 bytes
 

Contents

Class file image Download
<div class="newbb"> <ol class="breadcrumb"> <li><a href="<{$xoops_url}>/modules/<{$xoops_dirname}>/index.php"><{$smarty.const._MD_FORUMINDEX}></a></li> <li></li><a href="<{$xoops_url}>/modules/<{$xoops_dirname}>/index.php?cat=<{$category.id}>"><{$category.title}></a></li> <{if $parentforum}> <{foreach item=forum from=$parentforum}> <li><a href="<{$xoops_url}>/modules/<{$xoops_dirname}>/viewforum.php?forum=<{$forum.forum_id}>"><{$forum.forum_name}></a></li> <{/foreach}> <{/if}> <li><a href="<{$xoops_url}>/modules/<{$xoops_dirname}>/viewforum.php?forum=<{$forum_id}>"><{$forum_name}></a></li> <li><{$form_title}></li> </ol> </div> <div class="clear"></div> <br> <{if $disclaimer}> <div class="confirmMsg"><{$disclaimer}></div> <div class="clear"></div> <br> <{/if}> <{if $error_message}> <div class="errorMsg"><{$error_message}></div> <div class="clear"></div> <br> <{/if}> <{if $post_preview}> <table width='100%' class='outer' cellspacing='1'> <tr valign="top"> <td class="head"><{$post_preview.subject}></td> </tr> <tr valign="top"> <td><{$post_preview.meta}><br><br> <{$post_preview.content}> </td> </tr> </table> <div class="clear"></div> <br> <{/if}> <{$form_post.rendered}> <div class="clear"></div> <br> <{if $posts_context}> <table width='100%' class='outer' cellspacing='1'> <{foreachq item=post from=$posts_context}> <tr valign="top"> <td class="head"><{$post.subject}></td> </tr> <tr valign="top"> <td><{$post.meta}><br><br> <{$post.content}> </td> </tr> <{/foreach}> </table> <{/if}>