示例#1
0
}
//-->
</script>

<div class="panel panel-default">
    <div class="panel-heading">
        	<h3><?php 
echo JText::_('COM_JBLANCE_PROFILE_INFO');
?>
</h3>

    </div>
    <div class="panel-body">
        <?php 
if ($step) {
    echo JblanceHelper::getProgressBar($step);
}
?>
<form action="<?php 
echo JRoute::_('index.php');
?>
" method="post" name="userGroup" class="form-validate" onsubmit="return validateForm(this);" enctype="multipart/form-data" novalidate>
        <fieldset class="col-md-4">
		<legend><?php 
echo JText::_('COM_JBLANCE_USER_INFORMATION');
?>
</legend>
		<div class="form-group">
			<label class="control-label nopadding"><?php 
echo JText::_('COM_JBLANCE_USERNAME');
?>