You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
1.0 KiB

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title></title>
<script src="lib/jquery/jquery-1.3.2.min.js" type="text/javascript"></script>
<link href="lib/ligerUI/skins/Aqua/css/ligerui-dialog.css" rel="stylesheet" type="text/css" />
<link href="lib/ligerUI/skins/Gray/css/dialog.css" rel="stylesheet" type="text/css" />
<script src="lib/ligerUI/js/core/base.js" type="text/javascript"></script>
<script src="lib/ligerUI/js/plugins/ligerDialog.js" type="text/javascript"></script>
<script src="scripts/jquery.Cookie.js" type="text/javascript"></script>
<style type="text/css">
*{ padding:0; margin:0;}
body{ text-align:center; background:#4974A4;}
#login{ width:740px; margin:0 auto; font-size:12px;}
#loginlogo{ width:700px; height:100px; overflow:hidden; background:url('lib/images/login/logo.jpg') no-repeat; margin-top:50px; }