</div><?php 
}
?>
    </div>

<div style="margin-top: 10px">
    

<div class="container" style="width:350px; margin-top:40px">
    <div class="register_block">
        <form class="login_form" action="/register/login_submit" method="post">
            <h4>用户登录</h4>
            <input type="text" placeholder="请输入邮箱" name="email" id="email" style="width:255px">
            <input type="password" placeholder="请输入密码" name="password" id="password" style="width:255px">
            <?php 
echo captcha_image();
?>
            <button class="btn btn-success" style="width:100%; margin-top:10px" type="submit">登 录</button>
            <table class="table"><tr>
                <td><a href="/register/forget_password">忘记密码?</a></td>
                <td><a class="pull-right" href="/register">注册新账户</a></td>
            </tr></table>
        </form>
    </div>
</div>

<div id="modaldialog"></div>
</div>
</div>  <!--end of container-->
<script type="text/javascript">
    $(document).ready(function(){
 *                                                                        *
 *    4images - A Web Based Image Gallery Management System               *
 *    ----------------------------------------------------------------    *
 *                                                                        *
 *             File: captcha.php                                          *
 *        Copyright: (C) 2002-2012 Jan Sorgalla                           *
 *            Email: jan@4homepages.de                                    * 
 *              Web: http://www.4homepages.de                             * 
 *    Scriptversion: 1.7.11                                               *
 *                                                                        *
 *    Never released without support from: Nicky (http://www.nicky.net)   *
 *                                                                        *
 **************************************************************************
 *                                                                        *
 *    Dieses Script ist KEINE Freeware. Bitte lesen Sie die Lizenz-       *
 *    bedingungen (Lizenz.txt) f�r weitere Informationen.                 *
 *    ---------------------------------------------------------------     *
 *    This script is NOT freeware! Please read the Copyright Notice       *
 *    (Licence.txt) for further information.                              *
 *                                                                        *
 *************************************************************************/
$main_template = 0;
$nozip = 1;
define('GET_CACHES', 1);
define('ROOT_PATH', './');
include ROOT_PATH . 'global.php';
$self_url = 'index.php';
require ROOT_PATH . 'includes/sessions.php';
$user_access = get_permission();
captcha_image();