Changeset 356 for trunk


Ignore:
Timestamp:
Nov 4, 2017, 4:26:20 PM (6 years ago)
Author:
g7moreau
Message:

I wish better english (american)

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/push-web

    r355 r356  
    105105 <div id="IP_detected" class="selectableTabContent">
    106106  <p>
    107   List all IP that have been detected on the local network.
     107  List of all IP addresses detected on the local network (on all VLANs)
     108  since the origin of the database
     109  (except those that have been deleted manually and voluntarily).
    108110  </p>
    109111END
     
    116118 <div id="IP_available" class="selectableTabContent" style="display:none">
    117119  <p>
    118   List all IP free (never use or not used since two years).
    119   Theses IP are available for affecting them to the new computer.
     120  List all free IP addresses (which have never been used or not used for two years).
     121  These IP addresses are available to assign to all new computers.
    120122  </p>
    121123END
     
    128130 <div id="VLAN_mismatch" class="selectableTabContent" style="display:none">
    129131  <p>
    130   List all computers connected on switches where the VLAN is misconfigured.
    131   Return the port and the VLAN to be configured on switches.
     132  List all computers connected to switches where the VLAN is misconfigured.
     133  Returns the port and VLAN to configure on these switches.
    132134  </p>
    133135END
     
    140142 <div id="MAP" class="selectableTabContent" style="display:none">
    141143   <p>
    142    Direct link to map format <a href="switch-map.png">png</a> or <a href="switch-map.svg">svg</a>.
     144   Direct link to local network map in the formats <a href="switch-map.png">png</a> and <a href="switch-map.svg">svg</a>.
    143145   </p>
    144146   <img class="map" src="switch-map.png">
     
    147149 <div id="RAW_data" class="selectableTabContent" style="display:none">
    148150  <p>
    149    The main raw results of Klask are accessible directly, via <tt>wget</tt> or <tt>curl</tt> for example, for a specific treatment:
     151   The main raw results of Klask are accessible directly,
     152   via <tt>wget</tt> or <tt>curl</tt> tools for example,
     153   for any specific treatment:
    150154   <ul>
    151155    <li><a href="hostname-db.txt">Computers DB</a> (command <tt>klask exportdb --format txt</tt>),</li>
     
    153157    <li><a href="ipfree-db.txt">IP available</a> (command <tt>klask ip-free --format txt</tt>),</li>
    154158    <li><a href="badvlan-db.txt">VLAN mismatch</a> (command <tt>klask bad-vlan-id --format txt</tt>),</li>
    155     <li>Map format: <a href="switch-map.txt">dot source</a>, <a href="switch-map.png">png</a>, <a href="switch-map.svg">svg</a>.</li>
     159    <li>Map format: <a href="switch-map.txt">dot source</a> (graphviz), <a href="switch-map.png">png</a>, <a href="switch-map.svg">svg</a>.</li>
    156160   </ul>
    157161  </p>
  • trunk/style-klask.css

    r355 r356  
    114114
    115115img.map {
    116    height          : 100%;
    117116   width           : 100%;
    118117   object-fit      : contain;
    119    padding-top     : 3ex;
    120118   padding-bottom  : 2ex;
    121119   }
Note: See TracChangeset for help on using the changeset viewer.