Newer
Older
<div class="admin-container" [class.admin-is-mobile]="appService.getViewMode()">
<mat-sidenav #snav [mode]="appService.getViewMode() ? 'over' : 'side'" [fixedInViewport]="appService.getViewMode()" fixedTopGap="56" [opened]="appService.getViewMode() ? false : true"
autoFocus="false">
<menu-shortcut></menu-shortcut>
</mat-sidenav>
<mat-sidenav-content>
<div *ngIf="loading" style="display:flex;height:100%;">
<mat-spinner style="margin:auto;"></mat-spinner>
</div>
<mat-card *ngIf="!loading" class="card-app-content">
<div class="col-sm-8">
<h3>Maarch Courrier {{applicationVersion}} </h3>
<p><em>Copyright © 2008-2019 Maarch SAS {{lang.groupeCompany}}</em></p>
<p>{{lang.maarchLicence}}
<a target="blank" href="http://www.gnu.org/licenses/gpl-3.0-standalone.html">licence GNU GPLv3</a>.</p>
<div>
<ul>
<li>{{lang.officialWebsite}} : <a target="blank" href="https://maarch.com/">https://maarch.com</a></li>
<li>{{lang.community}} : <a target="blank" href="https://community.maarch.org/">https://community.maarch.org</a></li>
<li>{{lang.documentation}} : <a target="blank" href="https://docs.maarch.org/">https://docs.maarch.org</a></li>
</ul>
</div>
<p> </p>
<h3>{{lang.externalComponents}}</h3>
<hr/>
<em>{{lang.thanksToExtDev}}</em>
<p> </p>
<ul>
<li><a target="blank" href="https://angular.io/">Angular</a></li>
<li><a target="blank" href="https://material.angular.io/">Angular Material</a></li>
<li><a target="blank" href="http://getbootstrap.com/">Bootstrap</a></li>
<li><a target="blank" href="http://www.chartjs.org/">Chart.js</a></li>
<li><a target="blank" href="http://fortawesome.github.io/Font-Awesome/">Font Awesome</a></li>
<li><a target="blank" href="http://www.fpdf.org/">Fpdf</a></li>
<li><a target="blank" href="http://www.setasign.de/products/pdf-php-solutions/fpdi/">fpdi</a></li>
<li><a target="blank" href="https://jquery.com/">Jquery</a></li>
<li><a target="blank" href="https://github.com/running-coder/jquery-typeahead">Jquery Typeahead</a></li>
<li><a target="blank" href="http://logging.apache.org/log4php/">log4php</a></li>
<li><a target="blank" href="http://chir.ag/tech/download/pdfb">Pdfb</a></li>
<li><a target="blank" href="http://www.foolabs.com/xpdf/">Pdftotext</a></li>
<li><a target="blank" href="http://www.prototypejs.org/">Prototype</a></li>
<li><a target="blank" href="http://script.aculo.us/">Script.aculo.us</a></li>
<li><a target="blank" href="http://tafel.developpez.com">Tafel Tree</a></li>
<li><a target="blank" href="http://www.tinybutstrong.com/">Tiny But Strong</a></li>
<li><a target="blank" href="http://www.tinymce.com/">TinyMCE</a></li>
<li><a target="blank" href="http://framework.zend.com/">Zend Lucene Search</a></li>
</ul>
</div>
<div class="col-sm-4">
<li>Florian AZIZIAN, Damien BUREL, Bruno CARLIN, Carole COTIN, Prosper DE LAURE, Driss DEMIRAY, Gaël DE VILLEBLANCHE, Emmanuel DILLARD, Mathieu DONZEL, Jean-Louis ERCOLANI, Claire FIGUERAS, Laurent GIOVANNONI,
Henri QUENEAU, Kader KANE, Yves-Christian KPAKPO, Alexandre MORIN, Sébastien NANABONDJA, Fodé NDIAYE, Cédric NDOUMBA, Alex ORLUC, Alexis RAGOT, Alexandre STEFANOVIC, Serge THIERRY-MIEG,
Cyril VAZQUEZ, Arnaud VEBER, Loic VINET</li>
<br>
<li><em>{{lang.thanksToCommunity}}</em></li>
</ul>
<p> </p>
<div class="img_credits_maarch_box">
<img src="static.php?filename=maarch_box.svg" />
</div>
</div>
</mat-card>
</mat-sidenav-content>
<mat-sidenav #snav2 [mode]="appService.getViewMode() ? 'over' : 'side'" [fixedInViewport]="appService.getViewMode()" fixedTopGap="56"
position='end' [opened]="appService.getViewMode() ? false : true" style="overflow-x:hidden;">
</mat-sidenav>
</mat-sidenav-container>
</div>