PHP Classes

File: templates/publisher_addfile.tpl

Recommend this page to a friend!
  Classes of Michael Beck   XOOPS Publisher Module   templates/publisher_addfile.tpl   Download  
File: templates/publisher_addfile.tpl
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: XOOPS Publisher Module
Publish static HTML content and article with XOOPS
Author: By
Last change:
Date: 4 years ago
Size: 1,224 bytes
 

Contents

Class file image Download
<{include file="db:publisher_header.tpl" item=$item}> <div class="publisher_infotitle"><{$langIntroTitle}></div> <div class="publisher_infotext"><{$langIntroText}></div> <br><{$form.javascript}> <form name="<{$form.name}>" action="<{$form.action}>" method="<{$form.method}>" <{$form.extra}>> <table class="outer" cellspacing="1"> <tr> <th colspan="2"><{$form.title}></th> </tr> <!-- start of form elements loop --> <{foreach item=element from=$form.elements}> <{if $element.hidden != true}> <tr> <td class="head"><{$element.caption}> <{if $element.required}> *<{/if}> <{if $element.description}> <div style="font-weight: normal;"><{$element.description}></div> <{/if}> </td> <td class="<{cycle values=" even,odd"}>"><{$element.body}></td> </tr> <{else}> <{$element.body}> <{/if}> <{/foreach}><!-- end of form elements loop --> </table> </form> <{if $isAdmin == 1}> <div class="publisher_adminlinks"><{$publisher_adminpage}></div> <{/if}>