Subversion Repositories cheapmusic

Rev

Rev 122 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 122 Rev 124
Line 19... Line 19...
19
    <!--//header-->
19
    <!--//header-->
20
    
20
    
21
    <!--main-->
21
    <!--main-->
22
	<div class="main-content">
22
	<div class="main-content">
23
        <div class="wrapper-frm bg-light text-dark border shadow text-center">
23
        <div class="wrapper-frm bg-light text-dark border shadow text-center">
24
            <div>
24
            <div class="header">
25
                <h1>Reset Account Password</h1>
25
                <h1>Reset Account Password</h1>
26
            </div>
26
            </div>
27
            <div class="top">
27
            <div class="top">
28
                <?php echo !empty($statusMsg) ? '<p class="status-msg ' . $statusMsgType . '">' . $statusMsg . '</p>' : ''; ?>
28
                <?php echo !empty($statusMsg) ? '<p class="status-msg ' . $statusMsgType . '">' . $statusMsg . '</p>' : ''; ?>
29
                <form action="<?php echo BASE_URL; ?>userAccount.php" method="post">
29
                <form action="<?php echo BASE_URL; ?>userAccount.php" method="post">