Browse Source

WebUI: Revise about page

Follow GUI more closely.
adaptive-webui-19844
Chocobo1 3 years ago
parent
commit
13a49866a7
No known key found for this signature in database
GPG Key ID: 210D9C873253A68C
  1. 26
      src/webui/www/private/views/about.html

26
src/webui/www/private/views/about.html

@ -1,11 +1,25 @@ @@ -1,11 +1,25 @@
<div id="aboutAboutContent" class="aboutTabContent">
<img src="icons/mascot.png" style="float: right;" alt="qBittorrent Mascot" />
<h3 id="qbittorrentVersion"></h3>
<img src="icons/mascot.png" style="float: left;" alt="QBT_TR(qBittorrent Mascot)QBT_TR[CONTEXT=AboutDialog]" />
<div>
<img src="icons/qbittorrent-tray.svg" style="float: left; height: 1.5em;" alt="QBT_TR(qBittorrent icon)QBT_TR[CONTEXT=AboutDialog]" />
<h3 id="qbittorrentVersion"></h3>
</div>
<p>QBT_TR(An advanced BitTorrent client programmed in C++, based on Qt toolkit and libtorrent-rasterbar.)QBT_TR[CONTEXT=AboutDialog]</p>
<p>Copyright (c) 2011-2021 The qBittorrent project</p>
<p>QBT_TR(Home Page:)QBT_TR[CONTEXT=AboutDialog] <a target="_blank" href="https://www.qbittorrent.org"> https://www.qbittorrent.org</a></p>
<p>QBT_TR(Bug Tracker:)QBT_TR[CONTEXT=AboutDialog] <a target="_blank" href="http://bugs.qbittorrent.org"> http://bugs.qbittorrent.org</a></p>
<p>QBT_TR(Forum:)QBT_TR[CONTEXT=AboutDialog] <a target="_blank" href="http://forum.qbittorrent.org"> http://forum.qbittorrent.org</a></p>
<p>Copyright © 2006-2021 The qBittorrent project</p>
<table>
<tr>
<td>QBT_TR(Home Page:)QBT_TR[CONTEXT=AboutDialog]</td>
<td><a href="https://www.qbittorrent.org" target="_blank">https://www.qbittorrent.org</a></td>
</tr>
<tr>
<td>QBT_TR(Bug Tracker:)QBT_TR[CONTEXT=AboutDialog]</td>
<td><a href="http://bugs.qbittorrent.org" target="_blank">http://bugs.qbittorrent.org</a></td>
</tr>
<tr>
<td>QBT_TR(Forum:)QBT_TR[CONTEXT=AboutDialog]</td>
<td><a href="http://forum.qbittorrent.org" target="_blank">http://forum.qbittorrent.org</a></td>
</tr>
</table>
</div>
<div id="aboutAuthorContent" class="aboutTabContent invisible">

Loading…
Cancel
Save