</div>
</div><!-- end of Col 1, General Note Row -->
+ <!-- Col 1, Bibliography Row -->
+ <div *ngIf="summary.display.bibliography" class="row">
+ <div class="col-sm-6 font-weight-bold" i18n>Bibliography:</div>
+ <div class="col-sm-6">
+ <ul>
+ <li *ngFor="let _bibliography of summary.display.bibliography" class="list-group-item">
+ {{_bibliography}}
+ </li>
+ </ul>
+ </div>
+ </div><!-- end of Col 1, Bibliography Row -->
+
+ <!-- Col 1, TOC Row -->
+ <div *ngIf="summary.display.toc" class="row">
+ <div class="col-sm-6 font-weight-bold" i18n>Table of Contents:</div>
+ <div class="col-sm-6">
+ {{summary.display.toc}}
+ </div>
+ </div><!-- end of Col 1, TOC Row -->
+
+ <!-- Col 1, Thesis Row -->
+ <div *ngIf="summary.display.thesis" class="row">
+ <div class="col-sm-6 font-weight-bold" i18n>Thesis:</div>
+ <div class="col-sm-6">
+ <ul>
+ <li *ngFor="let _thesis of summary.display.thesis" class="list-group-item">
+ {{_thesis}}
+ </li>
+ </ul>
+ </div>
+ </div><!-- end of Col 1, Thesis Row -->
+
</div><!-- 1st column -->
<div class="col-md-4"><!-- 2nd column -->
</div>
</div><!-- end of Col 3, Genre Row -->
- <!-- Col 3, Bibliography Row -->
- <div *ngIf="summary.display.bibliography" class="row">
- <div class="col-sm-6 font-weight-bold" i18n>Bibliography:</div>
- <div class="col-sm-6">
- <ul>
- <li *ngFor="let _bibliography of summary.display.bibliography" class="list-group-item">
- {{_bibliography}}
- </li>
- </ul>
- </div>
- </div><!-- end of Col 3, Bibliography Row -->
-
- <!-- Col 3, TOC Row -->
- <div *ngIf="summary.display.toc" class="row">
- <div class="col-sm-6 font-weight-bold" i18n>Table of Contents:</div>
- <div class="col-sm-6">
- {{_toc}}
- </div>
- </div><!-- end of Col 3, TOC Row -->
-
- <!-- Col 3, Thesis Row -->
- <div *ngIf="summary.display.thesis" class="row">
- <div class="col-sm-6 font-weight-bold" i18n>Thesis:</div>
- <div class="col-sm-6">
- <ul>
- <li *ngFor="let _thesis of summary.display.thesis" class="list-group-item">
- {{_thesis}}
- </li>
- </ul>
- </div>
- </div><!-- end of Col 3, Thesis Row -->
-
</div><!-- 3rd column -->
</div><!-- "table" -->