PHP Classes

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

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

Contents

Class file image Download
<{include file="db:profile_breadcrumbs.tpl"}> <{if !empty($old_avatar)}> <div class="pad10 center"> <h4 class="bold red"><{$smarty.const._US_OLDDELETED}></h4> <img src="<{$old_avatar}>" alt="" /> </div> <{/if}> <{if !empty($uploadavatar)}> <{$uploadavatar.javascript}> <legend class="bold"><{$uploadavatar.title}></legend> <form name="<{$uploadavatar.name}>" action="<{$uploadavatar.action}>" method="<{$uploadavatar.method}>" <{$uploadavatar.extra}>> <div class="form-group row"> <!-- start of form elements loop --> <{foreach item=element from=$uploadavatar.elements|default:null}> <{if empty($element.hidden)}> <label class="col-2 col-form-label"> <span class='caption-text'><{$element.caption|default:''}></span> </label> <div class="col-10"> <{$element.body}> </div> <{else}> <{$element.body}> <{/if}> <{if !empty($element.description)}> <small id="passwordHelpBlock" class="form-text text-muted"> <{$element.description}> </small> <{/if}> <{/foreach}> <!-- end of form elements loop --> </div> </form> <br> <{/if}> <br> <{$chooseavatar.javascript}> <legend class="bold"><{$chooseavatar.title}></legend> <form name="<{$chooseavatar.name}>" action="<{$chooseavatar.action}>" method="<{$chooseavatar.method}>" <{$chooseavatar.extra}>> <div class="form-group"> <!-- start of form elements loop --> <{foreach item=element from=$chooseavatar.elements|default:null}> <{if !$element.hidden}> <label class="col-sm-2 col-form-label"> <span class='caption-text'><{$element.caption|default:''}></span> </label> <div class="col-sm-10"> <{$element.body}> </div> <{else}> <{$element.body}> <{/if}> <{if !empty($element.description)}> <small id="passwordHelpBlock" class="form-text text-muted"> <{$element.description}> </small> <{/if}> <{/foreach}> <!-- end of form elements loop --> </div> </form>