PHP Classes

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

Recommend this page to a friend!
  Packages of Michael Beck   Xoops 2.5   htdocs/themes/xbootstrap/modules/newbb/newbb_edit_post.tpl   Download  
File: htdocs/themes/xbootstrap/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: Merge branch 'master' into feature/fix_font_awesome_icons
Merge pull request #1411 from mambax7/feature/Fix_rendering_caption_required_icon2

Fix rendering caption required icon2
Merge pull request #1388 from mambax7/feature/array_merge_resources_greedy_construction

Merge pull request #1239 from Andrew-Staves-Activ/notificationhandler_subscribe_success

newbbPHP8_xbootstrap
Merge pull request #772 from GregMage/update_tpl_xmmodules

Update tpl xmmodules
Merge xswatch4
Date: 2 months ago
Size: 3,515 bytes
 

Contents

Class file image Download
<div class="forum_header"> <div class="forum_title"> <h2><a href="<{$xoops_url}>/modules/<{$xoops_dirname}>/index.php"><{$lang_forum_index}></a></h2> <!-- irmtfan hardcode removed align="left" --> <hr class="align_left" width="50%" size="1"> <a href="<{$xoops_url}>/modules/<{$xoops_dirname}>/index.php"><{$smarty.const._MD_NEWBB_FORUMINDEX}></a> <span class="delimiter">&raquo;</span> <a href="<{$xoops_url}>/modules/<{$xoops_dirname}>/index.php?cat=<{$category.id}>"><{$category.title}></a> <{if !empty($parentforum)}> <{foreach item=forum from=$parentforum|default:null}> <span class="delimiter">&raquo;</span> &nbsp; <a href="<{$xoops_url}>/modules/<{$xoops_dirname}>/viewforum.php?forum=<{$forum.forum_id}>"><{$forum.forum_name}></a> <{/foreach}> <{/if}> <span class="delimiter">&raquo;</span> &nbsp;<a href="<{$xoops_url}>/modules/<{$xoops_dirname}>/viewforum.php?forum=<{$forum_id}>"><{$forum_name}></a> <span class="delimiter">&raquo;</span> &nbsp;<strong><{$form_title}></strong> </div> </div> <div class="clear"></div> <br> <{if !empty($disclaimer)}> <div class="confirmMsg"><{$disclaimer}></div> <div class="clear"></div> <br> <{/if}> <{if !empty($error_message)}> <div class="errorMsg"><{$error_message}></div> <div class="clear"></div> <br> <{/if}> <{if !empty($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 name="<{$form_post.name}>" id="<{$form_post.name}>" action="<{$form_post.action}>" method="<{$form_post.method}>" <{$form_post.extra}> > <table width='100%' class='outer' cellspacing='1'> <{foreach item=element from=$form_post.elements|default:null}> <{if isset($element.hidden) && $element.hidden == true}> <tr valign="top"> <td class="head"> <div class="xoops-form-element-caption<{if !empty($element.required)}>-required<{/if}>"><span class="caption-text"><{$element.caption|default:''}></span><span class="caption-marker">*</span> </div> <{if !empty($element.description)}> <div class="xoops-form-element-help"><{$element.description}></div> <{/if}> </td> <td class="odd" style="white-space: nowrap;"><{$element.body}></td> </tr> <{/if}> <{/foreach}> </table> <{foreach item=element from=$form_post.elements|default:null}> <{if $element.hidden|default:false == true}> <{$element.body}> <{/if}> <{/foreach}> </form> <{$form_post.javascript}> <div class="clear"></div> <br> <{if !empty($posts_context)}> <table width='100%' class='outer' cellspacing='1'> <{foreach item=post from=$posts_context|default:null}> <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}>