Avancon logo
Avancon logo
mails
$length) { $string = wordwrap($string, $length); $string = $mb? mb_substr($string, 0, mb_strpos($string, "\n")) : substr($string, 0, strpos($string, "\n")); } return $string; } function clip_string($string, $pos, $length, $total) { global $mb; if($length) { $m = $mb ? mb_substr($string, $pos, $length) : substr($string, $pos, $length); $before = $mb ? mb_substr($string, 0, $pos) : substr($string, 0, $pos); $after = $mb ? mb_substr($string, $pos + $length, mb_strlen($string) - ($pos + $length)) : substr($string, $pos + $length, strlen($string) - ($pos + $length)); $before = rev_string($before); if($total < strlen($string)) { $half = intval(($total - $length) / 2); } else { $half = $total; } $hlPre = ''; $hlPost = ''; $out = htmlentities(rev_string(word_trunc($before, $half))) . $hlPre . htmlentities($m) . $hlPost . htmlentities(word_trunc($after, $half)); return $out; } else { return htmlentities(word_trunc($string, $total)); } } if(count($searchResults) == 0) { $result = '

{title}

{text}

'; $result = str_replace('{title}', htmlentities('Nessun risultato'), $result); $result = str_replace('{text}', '', $result); echo $result; } else { echo ''; foreach($searchResults as $searchResult) { $result = '

{title}

{text}

'; $result = str_replace('{title}', '' . $searchResult['title'] . '', $result); $text = ""; foreach($searchResult['snippets'] as $s) { $pos = $s['pos']; $m = $s['matchlen']; $snippet = clip_string($s['text'], $pos, $m, $s['snip']); if(strlen($text)) $text .= " … "; $text .= " " . $snippet; } $result = str_replace('{text}', $text, $result); echo $result; } } ?>

Iscriviti alla nostra Newsletter

Informiamo regolarmente - ogni 2 settimane - su nuove applicazioni, nuovi prodotti o miglioramenti e altre notizie interessanti per i nostri clienti e per tutti coloro che lavorano nel settore dei nastri trasportatori e della movimentazione dei materiali.

Basta inserire il vostro: nome, indirizzo e-mail e il nome della vostra azienda e la riceverete anche voi.

E-mail:

Azienda

Nome:

© 2024 All Rights Reserved | AVANCON SA

AVANCON SA

Via Campagna 27

CH-6595 Riazzino /Switzerland
+41 (0)91 222 10 10  - relations@avancon.com

© 2024 All Rights Reserved | AVANCON SA

Questo sito utilizza cookie, anche di terze parti, necessari al suo funzionamento. Cliccando su "ACCETTO" acconsenti all'utilizzo dei cookie di terze parti interessati dalla normativa GDPR. Se vuoi mantenerli disattivati clicca su "NON ACCETTO”. Se li disabiliti alcune funzioni del sito verranno bloccate.


MAGGIORI INFORMAZIONI SULL'INFORMATIVA SULLA PRIVACY

NON ACCETTO

ACCETTO