Last change
on this file was de9d697, checked in by Mile Jankuloski <mile.jankuloski@…>, 4 years ago |
Patch bugs, minor changes
|
-
Property mode
set to
100644
|
File size:
1.8 KB
|
Rev | Line | |
---|
[785b8bd] | 1 | <div class="wrapper">
|
---|
| 2 | <mat-card>
|
---|
[28d7d35] | 3 | <mat-card-header><h2>Најава
|
---|
| 4 | <div class="aligner">
|
---|
| 5 | <button mat-icon-button color="primary" [routerLink]="['/']">
|
---|
| 6 | Почетна <mat-icon>home</mat-icon>
|
---|
| 7 | </button>
|
---|
| 8 | </div></h2></mat-card-header>
|
---|
[785b8bd] | 9 | <mat-card-content>
|
---|
| 10 | <form [formGroup]="loginForm" novalidate>
|
---|
| 11 | <div class="example-container">
|
---|
| 12 | <mat-form-field>
|
---|
[d23bf72] | 13 | <input matInput placeholder="Email" [(ngModel)]="this.username" formControlName="username">
|
---|
[785b8bd] | 14 | </mat-form-field>
|
---|
| 15 |
|
---|
| 16 | <mat-form-field>
|
---|
[1f4846d] | 17 | <input matInput type="password" placeholder="Password" [(ngModel)]="this.password" formControlName="password">
|
---|
[785b8bd] | 18 | </mat-form-field>
|
---|
| 19 |
|
---|
[ee137aa] | 20 | <button [disabled]="!loginForm.valid" mat-raised-button color="primary" (click)="loginPharmacyHead()" mat-button>Најави се</button>
|
---|
[1f4846d] | 21 |
|
---|
| 22 | <div class="checkbox mb-3 text-danger" *ngIf="loginError">
|
---|
| 23 | Login failed. Please try again.
|
---|
| 24 | </div>
|
---|
[785b8bd] | 25 | </div>
|
---|
| 26 | </form>
|
---|
| 27 | </mat-card-content>
|
---|
| 28 | </mat-card>
|
---|
[de9d697] | 29 | <br>
|
---|
| 30 | <mat-card>
|
---|
| 31 | <mat-card-header><h2>Регистрација
|
---|
| 32 | <div class="aligner">
|
---|
| 33 | <button mat-icon-button color="accent" (click)="expandRegistration()">
|
---|
| 34 | <mat-icon>local_hospital</mat-icon>
|
---|
| 35 | </button>
|
---|
| 36 | </div></h2></mat-card-header>
|
---|
| 37 | <mat-card-content *ngIf="expanded">
|
---|
| 38 | <div class="content">
|
---|
| 39 | Модераторски профил може да има само еден<br> претставник од компанија што поседува деловен објект <br> - Аптека. За регистрација на профилот, потребно е <br> компанијата да приложи соодветен доказ со испраќање<br> на мејл до нашата е-пошта: <a href="mailto:admin@farmatiko.tk">admin@farmatiko.tk</a>
|
---|
| 40 | </div>
|
---|
| 41 | </mat-card-content>
|
---|
| 42 | </mat-card>
|
---|
| 43 | </div> |
---|
Note:
See
TracBrowser
for help on using the repository browser.