2016-05-01 16:28:05 +08:00
|
|
|
<gallery-lightbox #lightbox></gallery-lightbox>
|
2016-04-26 21:10:05 +08:00
|
|
|
<app-frame>
|
2016-05-04 03:04:57 +08:00
|
|
|
<div navbar>
|
|
|
|
<gallery-search></gallery-search>
|
|
|
|
</div>
|
2016-05-05 00:57:31 +08:00
|
|
|
<div body class="container" style="width: 100%; padding:0" *ngIf="currentDirectory">
|
|
|
|
<div *ngFor="let directory of currentDirectory.directories">
|
2016-04-26 21:10:05 +08:00
|
|
|
<gallery-directory *ngIf="directory" [directory]="directory"></gallery-directory>
|
2016-04-19 03:27:15 +08:00
|
|
|
</div>
|
2016-05-05 00:57:31 +08:00
|
|
|
<gallery-grid [directory]="currentDirectory" [lightbox]="lightbox"></gallery-grid>
|
2016-05-01 16:28:05 +08:00
|
|
|
</div>
|
2016-04-26 21:10:05 +08:00
|
|
|
</app-frame>
|