<span data-l10n="This selection guide is to be used for conventional screens such as Sandvik SA, SJ & SL screen models."></span><br>
<strong data-l10n="Not to be used for Free-fall or Multi slope screens!"></strong>
</p>
- <p class="text" data-l10n="It is designed to provide an aperture for a specific separation (cut point) based on a limited number of parameters. Other parameters may have to be taken into consideration before a final decision is taken. A screening product specialist should always review and approve the aperture selection before an order is placed."></p>
+ <p class="text" data-l10n="It is designed to provide an aperture for a specific separation (cut point) based on a limited number of parameters, except for Flat (Self-supporting), normally used for scalping, then the nearest available aperture is displayed instead. Other parameters may have to be taken into consideration before a final decision is taken. A screening product specialist should always review and approve the aperture selection before an order is placed."></p>
<p class="text"><strong data-l10n="Apertures - Shapes & Patterns"></strong></p>
<p class="text">
<ul>
c = window[f.function].call();
} else {
c = '<h2 data-l10n="' + RESULT_TITLE + '"></h2><div class="resholder"><div class="product_model">' + INPUT.result_concat.join(' ').replace(/\s,/g, ',') + '</div> <div class="res">' + INPUT.result_disclaimer + '</div></div>';
- c += '<div class="disclaimer"><p data-l10n="Note:"></p>' + '<p data-l10n="Aperture selection to be confirmed by product specialist. Other apertures are also available upon request"></p>' + '<p data-l10n="The result is based on the input given on basic parameters and should only be used as rough first guidance."></p>';
+ if(INPUT.result_concat[0].indexOf('WN')===0){
+ c += '<div class="disclaimer"><p data-l10n="Note:"></p>' + '<p data-l10n="The aperture size shown is a theoretical value. It doesn’t necessarily mean that tooling (pin pack) is available."></p>' + '<p data-l10n="Aperture selection to be confirmed by product specialist."></p><p data-l10n="The result is based on the input given on basic parameters and should only be used as rough first guidance."></p>';
+ }else {
+ c += '<div class="disclaimer"><p data-l10n="Note:"></p>' + '<p data-l10n="Aperture selection to be confirmed by product specialist. Other apertures are also available upon request"></p>' + '<p data-l10n="The result is based on the input given on basic parameters and should only be used as rough first guidance."></p>';
+ }
+
}
res = '<div class="label ' + f.type + '">' + getTranslation(c) + '</div>';
} else if (input) {
require_once 'common.php';
$root = __DIR__ . '/../';
$js = $root . 'js/data.js';
-$xlsx = $root . '/_doc/ScreenMediaSelection-2.0.7-Draft.xlsx';
+$xlsx = $root . '/_doc/data.xlsx';
$data = postFiles('https://extranet.cubedesigners.com/tools/convertXlsxToJson', $xlsx, 'file', ['dataorg' => 'excelToArray', 'format' => 'js']);
file_put_contents($js, $data);
header('Location: ../');
\ No newline at end of file