27 lines
1.6 KiB
HTML
27 lines
1.6 KiB
HTML
<div class="post-container">
|
|
<div loading-spinner></div>
|
|
|
|
<div class="blue-title">新建项目</div>
|
|
<form novalidate name="classForm">
|
|
<div class="course-list-row f13 c-grey3 mt30"><span class="fl ml15 c-grey3">项目名称</span><input class="new-class-input ml25" ng-model="project.name" required placeholder="如:团队协作方法与机制研究" /></div>
|
|
<a ng-click="newProject(classForm, project)" ng-class="['finish-btn', {'btn-disabled':!classForm.$valid} ]" >完成</a>
|
|
<div class="f12 c-grey6 tac">
|
|
<span class="f13 c-grey3">项目功能特性(微信版)</span>
|
|
<ul class="project-intro mb15 mt5">
|
|
<li><span class="project-intro-dot">•</span>创建项目、加入项目</li>
|
|
<li><span class="project-intro-dot">•</span>邀请成员、修改角色</li>
|
|
<li><span class="project-intro-dot">•</span>浏览、回复项目动态</li>
|
|
<li><span class="project-intro-dot">•</span>点赞、分享项目动态</li>
|
|
</ul>
|
|
<span class="f13 c-grey3">更多项目特性(浏览器版)</span>
|
|
<ul class="project-intro mt5">
|
|
<li><span class="project-intro-dot">•</span>发布任务、问题跟踪</li>
|
|
<li><span class="project-intro-dot">•</span>代码托管、质量分析</li>
|
|
<li><span class="project-intro-dot">•</span>资源分享、交流研讨</li>
|
|
</ul>
|
|
</div>
|
|
</form>
|
|
|
|
<my-alert message="alertService.message" title="alertService.title" visible="alertService.visible" cb="alertService.cb"></my-alert>
|
|
</div>
|