|
|
|
@@ -36,7 +36,7 @@ |
|
|
|
<p>{{.i18n.Tr "auth.disable_register_prompt"}}</p> |
|
|
|
{{else}} |
|
|
|
<div class="field invitation_tips" style="font-weight:400;font-size:14px;color:rgba(250,140,22,1);display:none;"> |
|
|
|
<span>您的好友 <span class="__invitation_code__">Itx003</span> 邀请你加入启智社区AI协作平台,畅享充沛的免费算力资源!</span> |
|
|
|
<span>{{.i18n.Tr "your_friend"}} <span class="__invitation_code__">Itx003</span> {{.i18n.Tr "invite_you_to_join_the_OpenI_AI_Collaboration_Platform_and_enjoy_abundant_free_computing_resources"}}</span> |
|
|
|
</div> |
|
|
|
<div class="field {{if and (.Err_UserName) (or (not .LinkAccountMode) (and .LinkAccountMode .LinkAccountModeRegister))}}error{{end}}"> |
|
|
|
<input id="user_name" name="user_name" value="{{.user_name}}" placeholder="{{.i18n.Tr "username"}}" autofocus required> |
|
|
|
@@ -78,7 +78,7 @@ |
|
|
|
<div class="field"> |
|
|
|
<div style="display:flex;"> |
|
|
|
<div style="display:flex;align-items:center;"> |
|
|
|
<span>推荐人</span> |
|
|
|
<span>{{.i18n.Tr "recommender"}}</span> |
|
|
|
</div> |
|
|
|
<input style="flex:1;margin-left:12px;" id="invitation_code" name="invitation_code" value="" autocomplete="off" /> |
|
|
|
</div> |
|
|
|
|