17 lines
554 B
Plaintext
17 lines
554 B
Plaintext
.container
|
|
h1 Hosting Signup
|
|
.panel.panel-info
|
|
.panel-heading AGB
|
|
.panel-body
|
|
.panel-footer(ng-if="!profil.ID && status")
|
|
.checkbox
|
|
label
|
|
input(type="checkbox",ng-model="obj.agb")
|
|
| Accept AGB
|
|
.btn.btn-default(type="submit",ng-click="signup()",ng-class="{'disabled':!obj.agb}") Submit
|
|
.panel-footer(ng-if="!profil.ID && !status")
|
|
| You are not allow to signup Hosting:
|
|
| it could be you are not logged in, not a superadmin or your invitor is no reseller
|
|
.panel-footer(ng-if="profil.ID")
|
|
| You have already signup
|