PHP Classes

File: htdocs/modules/profile/templates/profile_form.tpl

Recommend this page to a friend!
  Classes of Michael Beck   Xoops 2.5   htdocs/modules/profile/templates/profile_form.tpl   Download  
File: htdocs/modules/profile/templates/profile_form.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,225 bytes
 

Contents

Class file image Download
<{$xoForm.javascript}> <form id="<{$xoForm.name}>" name="<{$xoForm.name}>" action="<{$xoForm.action}>" method="<{$xoForm.method}>" <{$xoForm.extra}> > <table class="profile-form" id="profile-form-<{$xoForm.name}>"> <{foreach item=element from=$xoForm.elements}> <{if !$element.hidden}> <tr> <td class="head"> <div class='xoops-form-element-caption<{if $element.required}>-required<{/if}>'> <span class='caption-text'><{$element.caption}></span> <span class='caption-marker'>*</span> </div> <{if $element.description != ""}> <div class='xoops-form-element-help'><{$element.description}></div> <{/if}> </td> <td class="<{cycle values='odd, even'}>"> <{$element.body}> </td> </tr> <{/if}> <{/foreach}> </table> <{foreach item=element from=$xoForm.elements}> <{if $element.hidden}> <{$element.body}> <{/if}> <{/foreach}> </form>