PHP Classes

File: htdocs/themes/xswatch4/modules/profile/profile_form.tpl

Recommend this page to a friend!
  Packages of Michael Beck   Xoops 2.5   htdocs/themes/xswatch4/modules/profile/profile_form.tpl   Download  
File: htdocs/themes/xswatch4/modules/profile/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: 1 month ago
Size: 965 bytes
 

Contents

Class file image Download
<{$xoForm.rendered}> <{* <{$xoForm.javascript}> <form id="<{$xoForm.name}>" name="<{$xoForm.name}>" action="<{$xoForm.action}>" method="<{$xoForm.method}>" <{$xoForm.extra}> > <div class="form-group"> <{foreach item=element from=$xoForm.elements|default:null}> <{if empty($element.hidden)}> <label> <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> </label> <{$element.body}> <{/if}> <{if $element.description|default:"" != ""}> <small id="passwordHelpBlock" class="form-text text-muted"> <{$element.description}> </small> <{/if}> <{/foreach}> </div> <{foreach item=element from=$xoForm.elements|default:null}> <{if !empty($element.hidden)}> <{$element.body}> <{/if}> <{/foreach}> </form> *}>