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.
18 lines
794 B
18 lines
794 B
10 years ago
|
{{template "ng/base/head" .}}
|
||
|
{{template "ng/base/header" .}}
|
||
10 years ago
|
{{template "org/base/header" .}}
|
||
10 years ago
|
<div class="container">
|
||
10 years ago
|
<div class="invite-box" id="invite-box">
|
||
10 years ago
|
{{template "ng/base/alert" .}}
|
||
|
<h3>{{.i18n.Tr "org.members.invite_desc" .Org.FullName}}</h3>
|
||
10 years ago
|
<form id="invite-member-form" action="{{.OrgLink}}/invitations/new" method="post">
|
||
10 years ago
|
{{.CsrfTokenHtml}}
|
||
10 years ago
|
<input class="ipt ipt-large ipt-radius" id="org-member-invite" name="uname" autocomplete="off" required>
|
||
10 years ago
|
<button class="btn btn-blue btn-large btn-radius">{{.i18n.Tr "org.members.invite_now"}}</button>
|
||
10 years ago
|
<div id="org-member-list-block">
|
||
|
<ul class="menu-down-show menu-vertical menu-radius switching-list user-list" id="org-member-invite-list"></ul>
|
||
|
</div>
|
||
10 years ago
|
</form>
|
||
|
</div>
|
||
|
</div>
|
||
|
{{template "ng/base/footer" .}}
|