echo $_SERVER['PHP_SELF'];
?>
' method = 'POST' id = 'login'>
            <div class = 'clearfix'>
                <input name = 'cur_password' type = 'password' placeholder = <?php 
_PPSTR($L[215]);
?>
 >
            </div>
            <div class = 'clearfix'>
                <input name = 'new_password' type = 'password' placeholder = <?php 
_PPSTR($L[216]);
?>
 >
            </div>
            <div class = 'clearfix'>
                <input name = 'new_password2' type = 'password' placeholder = <?php 
_PPSTR($L[217]);
?>
 >
            </div>
            <button class = 'btn btn-primary' type = 'submit'><?php 
echo $L[218];
?>
</button>
        </form>
        </fieldset>
    </div>
<?php 
include_once '_template/_footer.php';
ob_end_flush();
Exemplo n.º 2
0
_PPSTR($L[151]);
?>
 >
                </div>
                <div class = 'clearfix'>
                    <input name = 'password' type = 'password' placeholder = <?php 
_PPSTR($L[152]);
?>
 >
                </div>
                <br/>
                <img id = 'captcha' alt = '' src = '_captcha/_captcha.php'/>
                <div class = 'clearfix'>
                    <br/>
                    <input name = 'CaptchaText' type = 'text' maxlength = '8' placeholder = <?php 
_PPSTR($L[156]);
?>
 >
                </div>
                <button class = 'btn btn-primary' type = 'submit'><?php 
echo $L[2];
?>
</button>
                <br/>
                <br/>
                <p><a href = '_acc_registration.php'><i><?php 
echo $L[150];
?>
</i></a></p>
            </fieldset>
        </form>
Exemplo n.º 3
0
echo $REASON;
?>
        <form action = '<?php 
echo $_SERVER['PHP_SELF'];
?>
' method = 'POST' id = 'login'>
            <fieldset>
                <div class = 'clearfix'>
                    <input name = 'username' type = 'text' placeholder = <?php 
_PPSTR($L[151]);
?>
 >
                </div>
                <div class = 'clearfix'>
                    <input name = 'password' type = 'password' placeholder = <?php 
_PPSTR($L[152]);
?>
 >
                </div>            
                <button class = 'btn btn-primary' type = 'submit'><?php 
echo $L[2];
?>
</button>
                <br/>
                <br/>
                <p><a href = '_acc_registration.php'><i><?php 
echo $L[150];
?>
</i></a></p>
            </fieldset>
        </form>