<!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" dir="ltr" lang="zh-CN" xml:lang="zh-CN">
<head>
	<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
	<title>WordPress &rsaquo; 安装</title>
	<link rel='stylesheet' href='http://my.lixilin.net/wp-admin/css/install.css?ver=20081210' type='text/css' media='all' />
</head>
<body>
<h1 id="logo"><img alt="WordPress" src="images/wordpress-logo.png" /></h1>

<h1>欢迎</h1>
<p>欢迎使用亲切的 WordPress 五分钟安装程序。如果您愿意花时间，可以看看<a href="../readme.html">介绍文档</a>，否则请简单地填写下面的表格，开始使用这个世界上最具弹性的、强大的个人信息发布平台。</p>
<!--<h2 class="step"><a href="install.php?step=1">第一步</a></h2>-->

<h1>需要您提供的信息</h1>
<p>您需要填写一些基本信息。无需担心填写出错，这些信息以后可以再次修改。</p>

<form id="setup" method="post" action="install.php?step=2">
	<table class="form-table">
		<tr>
			<th scope="row"><label for="weblog_title">博客标题</label></th>
			<td><input name="weblog_title" type="text" id="weblog_title" size="25" /></td>
		</tr>
		<tr>
			<th scope="row"><label for="admin_email">电子邮件</label></th>
			<td><input name="admin_email" type="text" id="admin_email" size="25" /><br />
			请仔细检查邮件地址后继续。		</tr>
		<tr>
			<td colspan="2"><label><input type="checkbox" name="blog_public" value="1" checked="checked" /> 允许我的博客出现在诸如 Google 和 Technorati 之类的搜索结果上。</label></td>
		</tr>
	</table>
	<p class="step"><input type="submit" name="Submit" value="安装 WordPress" class="button" /></p>
</form>

<script type="text/javascript">var t = document.getElementById('weblog_title'); if (t){ t.focus(); }</script>
</body>
</html>
