221 lines
7.3 KiB
HTML
221 lines
7.3 KiB
HTML
<mat-toolbar class="app-layout-native-title-bar">
|
|
<div class="app-layout-native-title-bar-logo">
|
|
<img src="assets/images/logo/64_64.png" />
|
|
</div>
|
|
<div class="app-layout-native-title-bar-title">UCAP M Messenger</div>
|
|
<div class="app-layout-native-title-bar-spacer"></div>
|
|
<div *ngIf="!!loginRes" class="app-layout-native-title-bar-link">
|
|
<button
|
|
mat-icon-button
|
|
class="button app-layout-native-title-bar-logout"
|
|
matTooltip="웹링크"
|
|
(click)="onToggleWebLinkSelector()"
|
|
>
|
|
<svg
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
width="18"
|
|
height="18"
|
|
viewBox="0 0 24 24"
|
|
fill="none"
|
|
stroke="currentColor"
|
|
stroke-width="1.5"
|
|
stroke-linecap="butt"
|
|
stroke-linejoin="round"
|
|
alt="웹링크"
|
|
class="stroke-warn-color"
|
|
>
|
|
<path
|
|
d="M10 3H6a2 2 0 0 0-2 2v14c0 1.1.9 2 2 2h4M16 17l5-5-5-5M19.8 12H9"
|
|
/>
|
|
</svg>
|
|
</button>
|
|
|
|
<span class="stroke-bar"></span>
|
|
|
|
<button
|
|
mat-icon-button
|
|
class="button app-layout-native-title-bar-setting"
|
|
matTooltip="공지사항"
|
|
(click)="onClickNotice()"
|
|
>
|
|
<svg
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
width="18"
|
|
height="18"
|
|
viewBox="0 0 24 24"
|
|
fill="none"
|
|
stroke="currentColor"
|
|
stroke-width="1.5"
|
|
stroke-linecap="butt"
|
|
stroke-linejoin="round"
|
|
alt="공지사항"
|
|
>
|
|
<circle cx="12" cy="12" r="3"></circle>
|
|
<path
|
|
d="M19.4 15a1.65 1.65 0 0 0 .33 1.82l.06.06a2 2 0 0 1 0 2.83 2 2 0 0 1-2.83 0l-.06-.06a1.65 1.65 0 0 0-1.82-.33 1.65 1.65 0 0 0-1 1.51V21a2 2 0 0 1-2 2 2 2 0 0 1-2-2v-.09A1.65 1.65 0 0 0 9 19.4a1.65 1.65 0 0 0-1.82.33l-.06.06a2 2 0 0 1-2.83 0 2 2 0 0 1 0-2.83l.06-.06a1.65 1.65 0 0 0 .33-1.82 1.65 1.65 0 0 0-1.51-1H3a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.09A1.65 1.65 0 0 0 4.6 9a1.65 1.65 0 0 0-.33-1.82l-.06-.06a2 2 0 0 1 0-2.83 2 2 0 0 1 2.83 0l.06.06a1.65 1.65 0 0 0 1.82.33H9a1.65 1.65 0 0 0 1-1.51V3a2 2 0 0 1 2-2 2 2 0 0 1 2 2v.09a1.65 1.65 0 0 0 1 1.51 1.65 1.65 0 0 0 1.82-.33l.06-.06a2 2 0 0 1 2.83 0 2 2 0 0 1 0 2.83l-.06.06a1.65 1.65 0 0 0-.33 1.82V9a1.65 1.65 0 0 0 1.51 1H21a2 2 0 0 1 2 2 2 2 0 0 1-2 2h-.09a1.65 1.65 0 0 0-1.51 1z"
|
|
></path>
|
|
</svg>
|
|
</button>
|
|
|
|
<button
|
|
mat-icon-button
|
|
class="button app-layout-native-title-bar-setting"
|
|
matTooltip="환경설정"
|
|
(click)="onClickSettings()"
|
|
>
|
|
<svg
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
width="18"
|
|
height="18"
|
|
viewBox="0 0 24 24"
|
|
fill="none"
|
|
stroke="currentColor"
|
|
stroke-width="1.5"
|
|
stroke-linecap="butt"
|
|
stroke-linejoin="round"
|
|
alt="환경설정"
|
|
>
|
|
<circle cx="12" cy="12" r="3"></circle>
|
|
<path
|
|
d="M19.4 15a1.65 1.65 0 0 0 .33 1.82l.06.06a2 2 0 0 1 0 2.83 2 2 0 0 1-2.83 0l-.06-.06a1.65 1.65 0 0 0-1.82-.33 1.65 1.65 0 0 0-1 1.51V21a2 2 0 0 1-2 2 2 2 0 0 1-2-2v-.09A1.65 1.65 0 0 0 9 19.4a1.65 1.65 0 0 0-1.82.33l-.06.06a2 2 0 0 1-2.83 0 2 2 0 0 1 0-2.83l.06-.06a1.65 1.65 0 0 0 .33-1.82 1.65 1.65 0 0 0-1.51-1H3a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.09A1.65 1.65 0 0 0 4.6 9a1.65 1.65 0 0 0-.33-1.82l-.06-.06a2 2 0 0 1 0-2.83 2 2 0 0 1 2.83 0l.06.06a1.65 1.65 0 0 0 1.82.33H9a1.65 1.65 0 0 0 1-1.51V3a2 2 0 0 1 2-2 2 2 0 0 1 2 2v.09a1.65 1.65 0 0 0 1 1.51 1.65 1.65 0 0 0 1.82-.33l.06-.06a2 2 0 0 1 2.83 0 2 2 0 0 1 0 2.83l-.06.06a1.65 1.65 0 0 0-.33 1.82V9a1.65 1.65 0 0 0 1.51 1H21a2 2 0 0 1 2 2 2 2 0 0 1-2 2h-.09a1.65 1.65 0 0 0-1.51 1z"
|
|
></path>
|
|
</svg>
|
|
</button>
|
|
|
|
<button
|
|
mat-icon-button
|
|
class="button app-layout-native-title-bar-logout"
|
|
matTooltip="로그아웃"
|
|
(click)="onClickLogout()"
|
|
>
|
|
<svg
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
width="18"
|
|
height="18"
|
|
viewBox="0 0 24 24"
|
|
fill="none"
|
|
stroke="currentColor"
|
|
stroke-width="1.5"
|
|
stroke-linecap="butt"
|
|
stroke-linejoin="round"
|
|
alt="로그아웃"
|
|
class="stroke-warn-color"
|
|
>
|
|
<path
|
|
d="M10 3H6a2 2 0 0 0-2 2v14c0 1.1.9 2 2 2h4M16 17l5-5-5-5M19.8 12H9"
|
|
/>
|
|
</svg>
|
|
</button>
|
|
|
|
<span class="stroke-bar"></span>
|
|
</div>
|
|
<div class="app-layout-native-title-bar-actions">
|
|
<button
|
|
mat-icon-button
|
|
class="button app-layout-native-title-bar-minimize"
|
|
(click)="onClickMinimize()"
|
|
>
|
|
<!--<mat-icon>minimize</mat-icon>-->
|
|
<svg
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
width="20"
|
|
height="20"
|
|
viewBox="0 0 24 24"
|
|
fill="none"
|
|
stroke="currentColor"
|
|
stroke-width="2"
|
|
stroke-linecap="butt"
|
|
stroke-linejoin="round"
|
|
alt="창 최소화"
|
|
>
|
|
<line x1="5" y1="18" x2="19" y2="18"></line>
|
|
</svg>
|
|
</button>
|
|
<button
|
|
mat-icon-button
|
|
class="button app-layout-native-title-bar-maximize"
|
|
(click)="onClickMaxmize()"
|
|
>
|
|
<ng-container [ngSwitch]="windowStateChanged$ | async">
|
|
<!--<mat-icon *ngSwitchCase="WindowState.Maximized">filter_none</mat-icon>-->
|
|
<svg
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
width="20"
|
|
height="20"
|
|
viewBox="0 0 24 24"
|
|
fill="none"
|
|
stroke="currentColor"
|
|
stroke-width="2"
|
|
stroke-linecap="butt"
|
|
stroke-linejoin="round"
|
|
*ngSwitchCase="WindowState.Maximized"
|
|
alt="창 이전크기"
|
|
>
|
|
<path
|
|
class="st0"
|
|
d="M15,9.5v7c0,0.8-0.7,1.5-1.5,1.5h-7C5.7,18,5,17.3,5,16.5v-7C5,8.7,5.7,8,6.5,8h7C14.3,8,15,8.7,15,9.5z"
|
|
/>
|
|
<path
|
|
class="st0"
|
|
d="M8.8,6.8V6c0-0.8,0.7-1.5,1.5-1.5H17c0.8,0,1.5,0.7,1.5,1.5v6.8c0,0.8-0.7,1.5-1.5,1.5h-0.8"
|
|
/>
|
|
</svg>
|
|
|
|
<!--<mat-icon *ngSwitchDefault>crop_din</mat-icon>-->
|
|
<svg
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
width="20"
|
|
height="20"
|
|
viewBox="0 0 24 24"
|
|
fill="none"
|
|
stroke="currentColor"
|
|
stroke-width="2"
|
|
stroke-linecap="butt"
|
|
stroke-linejoin="round"
|
|
*ngSwitchDefault
|
|
alt="창크기 최대"
|
|
>
|
|
<rect x="5" y="5" width="12" height="12" rx="2" ry="2"></rect>
|
|
</svg>
|
|
</ng-container>
|
|
</button>
|
|
<button
|
|
mat-icon-button
|
|
class="button app-layout-native-title-bar-close"
|
|
(click)="onClickClose()"
|
|
>
|
|
<!--<mat-icon>close</mat-icon>-->
|
|
<svg
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
width="20"
|
|
height="20"
|
|
viewBox="0 0 24 24"
|
|
fill="none"
|
|
stroke="currentColor"
|
|
stroke-width="2"
|
|
stroke-linecap="butt"
|
|
stroke-linejoin="round"
|
|
alt="창닫기"
|
|
>
|
|
<line x1="18" y1="6" x2="6" y2="18"></line>
|
|
<line x1="6" y1="6" x2="18" y2="18"></line>
|
|
</svg>
|
|
</button>
|
|
</div>
|
|
</mat-toolbar>
|
|
|
|
<div [style.display]="showWeblink ? 'inherit' : 'none'" class="weblink">
|
|
<div class="container">
|
|
<div class="img-item">
|
|
<ul>
|
|
<li *ngFor="let link of weblink">
|
|
<div class="icon">
|
|
<span class="mdi mdi-star-circle-outline mdi-48px"></span>
|
|
</div>
|
|
<div class="description ellipsis">{{ link.title }}</div>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</div>
|