16 lines
457 B
Plaintext
16 lines
457 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="agb")
|
||
|
| Accept AGB
|
||
|
.btn.btn-default(type="submit",ng-click="signup()",ng-class="{'disabled':!agb}") Submit
|
||
|
.panel-footer(ng-if="!profil.ID && !status")
|
||
|
| You are not allow to signup Hosting
|
||
|
.panel-footer(ng-if="profil.ID")
|
||
|
| You have already signup
|