Commit 555cac33 by Bence Dányi

webui: fix tooltips

parent 94285667
...@@ -110,19 +110,21 @@ ...@@ -110,19 +110,21 @@
<div class="contentblock" id="ports"> <div class="contentblock" id="ports">
<h2> <h2>
<div class="boxhelp"> <div class="boxhelp">
<div class="icon"> <div class="help">
<img src="{% static "icons/information-frame.png" %}" alt="{% trans "Help" %}" /> <div class="icon">
</div> <img src="{% static "icons/information-frame.png" %}" alt="{% trans "Help" %}" />
<div class="boxhelp-box"> </div>
<p>{% blocktrans %}This is a list about the network ports <div class="boxhelp-box">
forwarded to the public internet.{% endblocktrans %}</p> <p>{% blocktrans %}This is a list about the network ports
<p>{% blocktrans %}You can access the given private port of forwarded to the public internet.{% endblocktrans %}</p>
the VM trough the public address of the network. <p>{% blocktrans %}You can access the given private port of
{% endblocktrans %}</p> the VM trough the public address of the network.
<p>{% blocktrans %}On the IPV6 network you can access the {% endblocktrans %}</p>
listed private ports direcly using the VM's global IPV6 <p>{% blocktrans %}On the IPV6 network you can access the
address (connections to other ports are dropped). listed private ports direcly using the VM's global IPV6
{% endblocktrans %}</p> address (connections to other ports are dropped).
{% endblocktrans %}</p>
</div>
</div> </div>
</div> </div>
{% trans "Port administration" %}</h2> {% trans "Port administration" %}</h2>
......
...@@ -6,29 +6,31 @@ ...@@ -6,29 +6,31 @@
<tr> <tr>
<th>{% trans "Protocol" %}:</th> <th>{% trans "Protocol" %}:</th>
<td> <td>
<div class="boxhelp"> <div class="boxhelp">
<div class="icon"> <div class="help">
<img src="{% static "icons/information-frame.png" %}" alt="{% trans "Help" %}" /> <div class="icon">
</div> <img src="{% static "icons/information-frame.png" %}" alt="{% trans "Help" %}" />
<div class="boxhelp-box"> </div>
{% if i.template.os_type == 'linux' %} <div class="boxhelp-box">
<p>{% blocktrans %}You can access Linux machines through {% if i.template.os_type == 'linux' %}
the SSH protocol (we recommend <p>{% blocktrans %}You can access Linux machines through
<a href="http://www.chiark.greenend.org.uk/~sgtatham/putty/"> the SSH protocol (we recommend
PuTTY</a> for Windows and OpenSSH for all other systems). <a href="http://www.chiark.greenend.org.uk/~sgtatham/putty/">
{% endblocktrans %}</p> PuTTY</a> for Windows and OpenSSH for all other systems).
{% if i.template.access_type == 'nx' %} {% endblocktrans %}</p>
<p>{% blocktrans %}Graphical log in is also supported with {% if i.template.access_type == 'nx' %}
the <a href="http://www.nomachine.com/download.php"> <p>{% blocktrans %}Graphical log in is also supported with
NoMachine NX Client</a> application.{% endblocktrans %}</p> the <a href="http://www.nomachine.com/download.php">
{% endif %} NoMachine NX Client</a> application.{% endblocktrans %}</p>
{% else %} {% endif %}
<p>{% blocktrans %}You can access Windows machines through {% else %}
the remote desktop protocol.{% endblocktrans %}</p> <p>{% blocktrans %}You can access Windows machines through
<p>{% blocktrans %}We recommend the built-in remote desktop the remote desktop protocol.{% endblocktrans %}</p>
client for Windows and Remmina for Linux.{% endblocktrans %}</p> <p>{% blocktrans %}We recommend the built-in remote desktop
{% endif %} client for Windows and Remmina for Linux.{% endblocktrans %}</p>
{% endif %}
</div>
</div> </div>
</div> </div>
{{i.template.access_type|upper}} {{i.template.access_type|upper}}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment