2015-07-19 05:34:03 -05:00
< div class = "container" >
2015-08-27 06:59:58 -05:00
< div class = "signup-page-background" >
2015-07-19 05:34:03 -05:00
< / div >
< div class = "login-box" >
< div class = "login-box-logo" >
2016-02-18 07:44:36 -06:00
< img class = "logo-icon" src = "public/img/grafana_icon.svg" > < / img > < br >
< i class = "icon-gf icon-gf-grafana_wordmark" > < / i >
2015-07-19 05:34:03 -05:00
< / div >
2015-07-20 08:52:49 -05:00
< div class = "invite-box" >
< h3 >
2015-08-04 14:58:07 -05:00
Hello {{greeting}}.
2015-07-20 08:52:49 -05:00
< / h3 >
2015-07-19 05:34:03 -05:00
2016-02-18 07:44:36 -06:00
< div class = "modal-tagline p-b-2" >
2015-08-10 14:24:47 -05:00
< em > {{invitedBy}}< / em > has invited you to join Grafana and the organization < span class = "highlight-word" > {{contextSrv.user.orgName}}< / span > < / br > Please complete the following to accept your invitation and continue:
2015-07-20 08:52:49 -05:00
< / div >
2016-02-18 07:44:36 -06:00
< form name = "inviteForm" class = "login-form gf-form-group" >
< div class = "gf-form" >
2016-02-20 07:21:39 -06:00
< span class = "gf-form-label width-7" > Email< / span >
2016-02-20 07:48:10 -06:00
< input type = "email" name = "email" class = "gf-form-input max-width-21" required ng-model = 'formModel.email' placeholder = "Email" >
2016-02-18 07:44:36 -06:00
< / div >
< div class = "gf-form" >
2016-02-20 07:21:39 -06:00
< span class = "gf-form-label width-7" > Name< / span >
2016-02-20 07:48:10 -06:00
< input type = "text" name = "name" class = "gf-form-input max-width-21" ng-model = 'formModel.name' placeholder = "Name (optional)" >
2016-02-18 07:44:36 -06:00
< / div >
< div class = "gf-form" >
2016-02-20 07:21:39 -06:00
< span class = "gf-form-label width-7" > Username< / span >
2016-02-20 07:48:10 -06:00
< input type = "text" name = "username" class = "gf-form-input max-width-21" required ng-model = 'formModel.username' placeholder = "Username" >
2016-02-18 07:44:36 -06:00
< / div >
< div class = "gf-form" >
2016-02-20 07:21:39 -06:00
< span class = "gf-form-label width-7" > Password< / span >
2016-02-20 07:48:10 -06:00
< input type = "password" name = "password" class = "gf-form-input max-width-21" required ng-model = "formModel.password" id = "inputPassword" placeholder = "password" >
2015-07-19 05:34:03 -05:00
< / div >
2016-02-18 07:44:36 -06:00
< div style = "margin-left: 7.5rem; width: 254px;" >
2015-07-20 10:46:48 -05:00
< password-strength password = "formModel.password" > < / password-strength >
2015-07-19 05:34:03 -05:00
< / div >
2016-02-18 07:44:36 -06:00
< div class = "gf-form-button-row" >
< button type = "submit" class = "btn btn-inverse" ng-click = "submit();" ng-class = "{'btn-inverse': !inviteForm.$valid, 'btn-primary': inviteForm.$valid}" >
2015-07-20 08:52:49 -05:00
Continue
2015-07-19 05:34:03 -05:00
< / button >
< / div >
< / form >
< / div >
< / div >