snappymail/snappymail/v/0.0.0/app/templates/Views/Admin/AdminSettingsAbout.html
2022-02-15 09:00:51 +01:00

31 lines
1.1 KiB
HTML

<div class="form-horizontal">
<div class="legend" data-i18n="TAB_ABOUT/LEGEND_ABOUT"></div>
<div class="row">
<div class="span4">
<div class="rl-logo"></div>
<div>
2022 © <span data-i18n="TAB_ABOUT/LABEL_ALL_RIGHTS_RESERVED"></span>
<br>
<a class="g-ui-link" href="https://snappymail.eu/" target="_blank" style="padding-left: 0">https://snappymail.eu/</a>
</div>
</div>
<div class="span6">
<h1 style="margin-bottom: 0;">SnappyMail</h1>
<h4 style="margin-top: 0;" data-bind="text: version"></h4>
<h4 style="color: #aaa; font-weight: normal;">An advanced fork of <a class="g-ui-link" href="https://www.rainloop.net/" target="_blank">RainLoop</a></h4>
<h4 style="color: #aaa; font-weight: normal;" data-i18n="TAB_ABOUT/LABEL_TAG_HINT"></h4>
<h3>PHP optional extensions</h3>
<table class="table table-hover table-bordered"><thead><tr>
<th>Extension</th>
<th>Loaded</th>
</tr></thead><tbody data-bind="foreach: phpextensions">
<tr>
<td data-bind="text: name"></td>
<td data-bind="text: loaded ? '✔' : '❌'"></td>
</tr>
</tbody>
</table>
</div>
</div>
</div>