PHP Classes

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

Recommend this page to a friend!
  Packages of Michael Beck   Xoops 2.5   htdocs/modules/profile/templates/profile_register.tpl   Download  
File: htdocs/modules/profile/templates/profile_register.tpl
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Xoops 2.5
Modular content management publication system
Author: By
Last change: 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
replace foreachq with foreach in Smarty templates
Merge xswatch4
Date: 2 months ago
Size: 1,586 bytes
 

Contents

Class file image Download
<{include file="db:profile_breadcrumbs.tpl"}> <{if $steps|@count > 1 AND $current_step >= 0}> <div class='register-steps'> <span class='caption'><{$lang_register_steps}></span> <{foreach item=step from=$steps|default:null key=stepno name=steploop}> <{if $stepno == $current_step}> <span class='item current'><{$step.step_name}></span> <{else}> <span class='item'><{$step.step_name}></span> <{/if}> <{if !$smarty.foreach.steploop.last}> <span class='delimiter'>&raquo;</span> <{/if}> <{/foreach}> </div> <{/if}> <{if !empty($stop)}> <div class='errorMsg txtleft'><{$stop}></div> <br class='clear'/> <{/if}> <{if !empty($confirm)}> <{foreach item=msg from=$confirm|default:null}> <div class='confirmMsg txtleft'><{$msg}></div> <br class='clear'/> <{/foreach}> <{/if}> <{if !empty($regform)}> <h3><{$regform.title}></h3> <{include file="db:profile_form.tpl" xoForm=$regform}> <{elseif !empty($finish)}> <h1><{$finish}></h1> <{if !empty($finish_message)}><p><{$finish_message}></p><{/if}> <{if !empty($finish_login)}> <form id='register_login' name='register_login' action='user.php' method='post'> <input type='submit' value="<{$finish_login}>"> <input type='hidden' name="op" id="op" value="login"> <input type='hidden' name="uname" id="uname" value="<{$finish_uname}>"> <input type='hidden' name="pass" id="pass" value="<{$finish_pass}>"> </form> <{/if}> <{/if}>