mirror of https://github.com/rusefi/msqur.git
Add img alt text
This commit is contained in:
parent
adc2d7d0ad
commit
df4dee0581
|
@ -66,7 +66,7 @@ if (DEBUG) { ?>
|
|||
if (isset($_GET['msq'])) {
|
||||
?>
|
||||
<div id="settings">
|
||||
<img id="settingsIcon" src="view/img/settings3.png"/>
|
||||
<img id="settingsIcon" alt="Settings" src="view/img/settings3.png"/>
|
||||
<div id="settingsPanel" style="display:none;">
|
||||
<label><input id="colorizeData" type="checkbox" />Colorize</label>
|
||||
<label><input id="normalizeData" type="checkbox" title="Recalculate VE table values to a 5-250 unit scale"/>Normalize Data</label>
|
||||
|
|
|
@ -22,17 +22,17 @@
|
|||
<h3>How to use this site:</h3>
|
||||
<h4>To add your MSQ file to share and view online:</h4>
|
||||
<p>Click on the upload button:</p>
|
||||
<img class="tutorial" id="tutorial1" src="view/img/tutorial1.png"/>
|
||||
<img class="tutorial" alt="Tutorial image" id="tutorial1" src="view/img/tutorial1.png"/>
|
||||
<p>Click the "Browse" button (or area) and select the MSQ file you want to upload. Note that you can upload more than one at a time, using the same engine information for each:</p>
|
||||
<img class="tutorial" id="tutorial2" src="view/img/tutorial2.png"/>
|
||||
<img class="tutorial" alt="Tutorial image" id="tutorial2" src="view/img/tutorial2.png"/>
|
||||
<p>Now enter in the engine information for the MSQ file(s):</p>
|
||||
<img class="tutorial" id="tutorial3" src="view/img/tutorial3.png"/>
|
||||
<img class="tutorial" alt="Tutorial image" id="tutorial3" src="view/img/tutorial3.png"/>
|
||||
<p>Click upload, and you should see links to your MSQ file(s) if successful. You can copy (right-click and select "Copy Link Location" or something like that), or click on it to view the file.</p>
|
||||
<img class="tutorial" id="tutorial4" src="view/img/tutorial4.png"/>
|
||||
<img class="tutorial" alt="Tutorial image" id="tutorial4" src="view/img/tutorial4.png"/>
|
||||
<p>Now you can browse the various sections of your MSQ file:</p>
|
||||
<img class="tutorial" id="tutorial5" src="view/img/tutorial5.png"/>
|
||||
<img class="tutorial" alt="Tutorial image" id="tutorial5" src="view/img/tutorial5.png"/>
|
||||
<p>Since I don't have the configuration files for every single Megasquirt version, you might see an error like this:</p>
|
||||
<img class="tutorial" id="tutorial6" src="view/img/tutorial6.png"/>
|
||||
<img class="tutorial" alt="Tutorial image" id="tutorial6" src="view/img/tutorial6.png"/>
|
||||
</section>
|
||||
<p>If so, please email me (nearwood@gmail.com) with your "INI" file (msqur tries to give you a hint as to the version it needs).</p>
|
||||
<h3>Developers</h3>
|
||||
|
|
Loading…
Reference in New Issue