PHP Classes

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

Recommend this page to a friend!
  Packages of Michael Beck   Xoops 2.5   htdocs/modules/profile/templates/profile_avatar.tpl   Download  
File: htdocs/modules/profile/templates/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: template fixes
Merge pull request #1388 from mambax7/feature/array_merge_resources_greedy_construction

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

Merge pull request #1058 from mambax7/feature/replace_foreachq

replace foreachq with foreach in Smarty templates
Merge pull request #1031 from geekwright/dark-admin-update

Dark admin theme update
Merge pull request #881 from geekwright/bsmap4.5.2

Add map file to quiet Chrome error
Merge xswatch4
Date: 1 month ago
Size: 2,025 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}> <form name="<{$uploadavatar.name}>" action="<{$uploadavatar.action}>" method="<{$uploadavatar.method}>" <{$uploadavatar.extra}>> <table class="outer" cellspacing="1"> <tr> <th colspan="2"><{$uploadavatar.title}></th> </tr> <!-- start of form elements loop --> <{foreach item=element from=$uploadavatar.elements|default:null}> <{if isset($element.hidden) && $element.hidden != true}> <tr> <td class="head"><{$element.caption|default:''}> <{if !empty($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> <br> <{/if}> <br> <{$chooseavatar.javascript}> <form name="<{$chooseavatar.name}>" action="<{$chooseavatar.action}>" method="<{$chooseavatar.method}>" <{$chooseavatar.extra}>> <table class="outer" cellspacing="1"> <tr> <th colspan="2"><{$chooseavatar.title}></th> </tr> <!-- start of form elements loop --> <{foreach item=element from=$chooseavatar.elements|default:null}> <{if isset($element.hidden) && $element.hidden != true}> <tr> <td class="head"><{$element.caption|default:''}> <{if !empty($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>