Skip to content

Commit

Permalink
Merge pull request #2 from wenbin5243/master
Browse files Browse the repository at this point in the history
Update project
  • Loading branch information
betty1rby committed May 14, 2013
2 parents 67fe3ed + a53b355 commit 4e49704
Show file tree
Hide file tree
Showing 7 changed files with 256 additions and 254 deletions.
2 changes: 1 addition & 1 deletion 1/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@

说说第一期做什么,之前有做过一个项目,一个项目管理平台,http://designboard.cc/ 类似这个,https://github.com/SFidea/idp/tree/master/psd 设计稿在这边可以下载。目前这个项目已经开源,https://github.com/SFidea/idp 感兴趣的可以来fork这个项目。前期的成员如下:设计(张光仕),重构(周文彬),js(郑易),php(王少峰),希望有更多的人参与进来。

大漠早上发给我好多设计稿,我整理一下再来准备第二期的内容,然后挑一个大家比较感兴趣的来做。
大漠早上发给我好多设计稿,我整理一下再来准备第二期的内容,然后挑一个大家比较感兴趣的来做。
100 changes: 50 additions & 50 deletions 1/zwb/register.html
Original file line number Diff line number Diff line change
@@ -1,51 +1,51 @@
<!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>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>注册-项目协作管理平台</title>
<meta name="keywords" content="关键字" />
<meta name="description" content="描述" />
<link href="css/style.css" rel="stylesheet" type="text/css" ignoreapd="1" />
</head>

<body>
<div id="b" role="main">
<div class="w">
<!--注册-->
<div class="m m2 ma" role="region">
<div class="b">
<div class="br1">项目协作管理平台</div>
<div class="br2">
<h1>创建新账号</h1>
</div>
<form action="" method="post" role="region">
<fieldset>
<legend>团队信息</legend>
<div class="br3">
<input class="text error" type="text" id="teamname" name="teamname" placeholder="团队名称" />
<p class="error"><i class="i i1"></i>快给团队起个响当当的名称吧!</p>
</div>
</fieldset>
<fieldset>
<legend>个人信息</legend>
<div class="br4"><input class="text" type="text" id="username" name="username" placeholder="昵称" /></div>
<div class="br5">
<input class="text error" type="email" id="email" name="email" placeholder="邮箱" />
<p class="error"><i class="i i1"></i>邮箱地址格式华丽丽地错了哦!</p>
<p>邮箱为登陆账号哦,我们也绝对不会告诉他人。</p>
</div>
<div class="br6"><input class="text" type="password" id="password" name="password" placeholder="密码" /></div>
</fieldset>
<div class="br7">点击“创建团队”表示您已经同意<a href="#" class="a1">《项目协作管理平台的服务条款》</a></div>
<div class="br8">
<button type="submit" class="btn btn1">创建团队</button>
<a href="#" class="a2"> &lt;返回首页</a>
</div>
</form>
</div>
</div>
<!--注册-->
</div>
</div>
</body>
<!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>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>注册-项目协作管理平台</title>
<meta name="keywords" content="关键字" />
<meta name="description" content="描述" />
<link href="css/style.css" rel="stylesheet" type="text/css" ignoreapd="1" />
</head>

<body>
<div id="b" role="main">
<div class="w">
<!--注册-->
<div class="m m2 ma" role="region">
<div class="b">
<div class="br1">项目协作管理平台</div>
<div class="br2">
<h1>创建新账号</h1>
</div>
<form action="" method="post" role="region">
<fieldset>
<legend>团队信息</legend>
<div class="br3">
<input class="text error" type="text" id="teamname" name="teamname" placeholder="团队名称" />
<p class="error"><i class="i i1"></i>快给团队起个响当当的名称吧!</p>
</div>
</fieldset>
<fieldset>
<legend>个人信息</legend>
<div class="br4"><input class="text" type="text" id="username" name="username" placeholder="昵称" /></div>
<div class="br5">
<input class="text error" type="email" id="email" name="email" placeholder="邮箱" />
<p class="error"><i class="i i1"></i>邮箱地址格式华丽丽地错了哦!</p>
<p>邮箱为登陆账号哦,我们也绝对不会告诉他人。</p>
</div>
<div class="br6"><input class="text" type="password" id="password" name="password" placeholder="密码" /></div>
</fieldset>
<div class="br7">点击“创建团队”表示您已经同意<a href="#" class="a1">《项目协作管理平台的服务条款》</a></div>
<div class="br8">
<button type="submit" class="btn btn1">创建团队</button>
<a href="#" class="a2"> &lt;返回首页</a>
</div>
</form>
</div>
</div>
<!--注册-->
</div>
</div>
</body>
</html>
Loading

0 comments on commit 4e49704

Please sign in to comment.