mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-12-21 08:09:35 +08:00
[Web UI] Open external links in a new window/tab
This commit is contained in:
parent
5e400d3117
commit
0fe99fe10f
@ -2,9 +2,9 @@
|
|||||||
<h3>qBittorrent ${VERSION} QBT_TR(Web UI)QBT_TR</h3>
|
<h3>qBittorrent ${VERSION} QBT_TR(Web UI)QBT_TR</h3>
|
||||||
<p>QBT_TR(An advanced BitTorrent client programmed in C++, based on Qt toolkit and libtorrent-rasterbar.)QBT_TR</p>
|
<p>QBT_TR(An advanced BitTorrent client programmed in C++, based on Qt toolkit and libtorrent-rasterbar.)QBT_TR</p>
|
||||||
<p>Copyright (c) 2011-2015 The qBittorrent project</p>
|
<p>Copyright (c) 2011-2015 The qBittorrent project</p>
|
||||||
<p>QBT_TR(Home Page: )QBT_TR <a href="http://www.qbittorrent.org">http://www.qbittorrent.org</a></p>
|
<p>QBT_TR(Home Page: )QBT_TR <a target="_blank" href="http://www.qbittorrent.org">http://www.qbittorrent.org</a></p>
|
||||||
<p>QBT_TR(Bug Tracker: )QBT_TR <a href="http://bugs.qbittorrent.org">http://bugs.qbittorrent.org</a></p>
|
<p>QBT_TR(Bug Tracker: )QBT_TR <a target="_blank" href="http://bugs.qbittorrent.org">http://bugs.qbittorrent.org</a></p>
|
||||||
<p>QBT_TR(Forum: )QBT_TR <a href="http://forum.qbittorrent.org">http://forum.qbittorrent.org</a></p>
|
<p>QBT_TR(Forum: )QBT_TR <a target="_blank" href="http://forum.qbittorrent.org">http://forum.qbittorrent.org</a></p>
|
||||||
<p>QBT_TR(IRC: #qbittorrent on Freenode)QBT_TR</p>
|
<p>QBT_TR(IRC: #qbittorrent on Freenode)QBT_TR</p>
|
||||||
<h3>QBT_TR(Original authors)QBT_TR</h3>
|
<h3>QBT_TR(Original authors)QBT_TR</h3>
|
||||||
<a href="mailto:ishanarora@gmail.com">Ishan Arora</a>, <a href="mailto:ank.iitd@gmail.com">Ankit Gupta</a>, <a href="mailto:shikhar.ap@gmail.com">Chandan Shikhar Dua</a> and <a href="mailto:swapnil.iitd@gmail.com">Swapnil Kumar</a>.
|
<a target="_blank" href="mailto:ishanarora@gmail.com">Ishan Arora</a>, <a target="_blank" href="mailto:ank.iitd@gmail.com">Ankit Gupta</a>, <a target="_blank" href="mailto:shikhar.ap@gmail.com">Chandan Shikhar Dua</a> and <a target="_blank" href="mailto:swapnil.iitd@gmail.com">Swapnil Kumar</a>.
|
||||||
|
@ -252,7 +252,7 @@
|
|||||||
<option value="2">QBT_TR(Disable encryption)QBT_TR</option>
|
<option value="2">QBT_TR(Disable encryption)QBT_TR</option>
|
||||||
</select><br/>
|
</select><br/>
|
||||||
<input type="checkbox" id="anonymous_mode_checkbox"/>
|
<input type="checkbox" id="anonymous_mode_checkbox"/>
|
||||||
<label for="anonymous_mode_checkbox">QBT_TR(Enable anonymous mode)QBT_TR (<a href="https://github.com/qbittorrent/qBittorrent/wiki/Anonymous-Mode">More information</a>)</label><br/>
|
<label for="anonymous_mode_checkbox">QBT_TR(Enable anonymous mode)QBT_TR (<a target="_blank" href="https://github.com/qbittorrent/qBittorrent/wiki/Anonymous-Mode">More information</a>)</label><br/>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
|
|
||||||
<fieldset class="settings">
|
<fieldset class="settings">
|
||||||
@ -356,7 +356,7 @@
|
|||||||
<label for="ssl_cert_textarea" style="margin-left: 20px;">QBT_TR(Certificate:)QBT_TR</label>
|
<label for="ssl_cert_textarea" style="margin-left: 20px;">QBT_TR(Certificate:)QBT_TR</label>
|
||||||
<textarea id="ssl_cert_textarea" rows="5" cols="70"></textarea>
|
<textarea id="ssl_cert_textarea" rows="5" cols="70"></textarea>
|
||||||
</div>
|
</div>
|
||||||
<div style="padding-left: 10px;"><a href=http://httpd.apache.org/docs/2.2/ssl/ssl_faq.html#aboutcerts>Information about certificates</a></div>
|
<div style="padding-left: 10px;"><a target="_blank" href="http://httpd.apache.org/docs/2.2/ssl/ssl_faq.html#aboutcerts">Information about certificates</a></div>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user