<p class="text">
<span 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) decks, normally used for scalping, then the nearest available aperture is displayed instead."></span>
<span data-l10n="Other parameters may have to be taken into consideration before a final decision is taken."></span>
- <span data-l10n="A screening product specialist should always review and approve the aperture selection before an order is placed."></span>
+ <span data-l10n="A screening product specialist shall always review and approve the aperture selection before an order is placed."></span>
</p>
<p class="text"><strong data-l10n="Apertures - Shapes & Patterns"></strong></p>
<p class="text">
function initLocaleEvents() {
$(document).on('click', "section#locale [data-locale]", function () {
changeLocale($(this).data('locale'));
- goBackToCurrentSection();
return false;
});
return false;
}
currentSection = s;
+ $("#holder").show();
showHide('section#locale', function () {
});
+ $('body').css('overflow','hidden');
return false;
})
}
} 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>';
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>';
+ 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 a 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>';
+ c += '<div class="disclaimer"><p data-l10n="Note:"></p>' + '<p data-l10n="Aperture selection to be confirmed by a 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>';
}
}
$js = $root . 'js/data.js';
$xlsx = $root . '/_doc/data.xlsx';
$data = postFiles('https://extranet.cubedesigners.com/tools/convertXlsxToJson', $xlsx, 'file', ['dataorg' => 'excelToArray', 'format' => 'js']);
+$data = str_replace('"SUISSE"', '"CH"', $data);
file_put_contents($js, $data);
header('Location: ../');
\ No newline at end of file