mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-11 07:18:08 +00:00
WebUI: Revise about page
Follow GUI more closely.
This commit is contained in:
parent
7e2aea92b0
commit
13a49866a7
@ -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…
Reference in New Issue
Block a user