-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Shay Hadar
authored and
Shay Hadar
committed
Nov 23, 2020
1 parent
991e661
commit c1d9d1e
Showing
20 changed files
with
902 additions
and
716 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,8 @@ | ||
<h2 mat-dialog-title>{{title}}</h2> | ||
<mat-dialog-content> | ||
<!-- <mat-icon>warning</mat-icon> --> | ||
<img class="img-center" src="./assets/icon_alert_big.png"> | ||
<h2>{{message}}</h2> | ||
<p>{{message}}</p> | ||
</mat-dialog-content> | ||
<mat-dialog-actions align="center"> | ||
<button mat-flat-button color="primary" (click)="onConfirmClick()" tabindex="1">{{confirmButtonText}}</button> | ||
<button mat-flat-button color="secondary" mat-dialog-close tabindex="-1">{{cancelButtonText}}</button> | ||
<mat-dialog-actions align="end"> | ||
<button mat-flat-button color="secondary" mat-dialog-close>{{cancelButtonText}}</button> | ||
<button mat-flat-button color="secondary" (click)="onConfirmClick()">{{confirmButtonText}}</button> | ||
</mat-dialog-actions> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
<hr/> | ||
<!-- <hr /> --> | ||
<div class="langs"> | ||
<a (click)="setLang('en')">English</a> | <a (click)="setLang('jp')">日本語</a> | ||
</div> | ||
<footer id="footer"> | ||
<a (click)="setLang('en')">English</a> | <a (click)="setLang('jp')">日本語</a> | ||
</footer> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.