ИП Поздняков О.П. |
Белорецк, Чкалова 9
E-mail: Этот e-mail адрес защищен от спам-ботов, для его просмотра у Вас должен быть включен Javascript Телефон: 89053092677 Факс: (34792) 4 80 80 Контактное лицо: Поздняков Олег Петрович Описание: Сетка "Рабица" ГОСТ 5336-80, ТУ 14-198-116-94 ячейкой от 20 до 60 мм., шириной от 0,5 до 2 м., длинна до 20м. Ячейка квадратная калиброванная, концы нормально загнуты, либо "Колючка", диаметр проволоки от 1,5 до 3 мм. ТНС, ТНЦ, ГОСТ3282-74, намот "пушистый" и "плотный" концы не загнуты, торцы упакованы обёрточной бумагой по ГОСТ8272-75 марка Е Объём выпуска до 10000 кв.м.. |
Добавлено: 2013-03-12 19:17:02 Просмотров: 733 |
![]() | |
<?php
2: /**
3: * @version $Id: sobi2.details.tmpl.php 4987 2009-04-03 11:05:29Z Radek Suski $
4: * @package: Sigsiu Online Business Index 2
5: * ===================================================
6: * @author
7: * Name: Sigrid & Radek Suski, Sigsiu.NET
8: * Email: sobi@sigsiu.net
9: * Url: http://www.sigsiu.net
10: * ===================================================
11: * @copyright Copyright (C) 2006 - 2009 Sigsiu.NET (http://www.sigsiu.net). All rights reserved.
12: * @license see http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU/GPL.
13: * You can use, redistribute this file and/or modify
14: * it under the terms of the GNU General Public License as published by
15: * the Free Software Foundation.
16: */
17:
18: /*please do not remove this line */
19: defined( '_SOBI2_' ) || ( trigger_error("Restricted access", E_USER_ERROR) && exit() );
20:
21: /* ------------------------------------------------------------------------------
22: * This is the template for the Details View
23: * ------------------------------------------------------------------------------
24: */
25: ?>
26: <?php HTML_SOBI::renewal( $config,$mySobi ); ?>
27: <table class="sobi2Details" <?php echo $style; ?> >
28: <tr>
29: <td><?php echo $ico; ?><h1><?php echo $mySobi->title; ?></h1></td>
30: </tr>
31: <tr>
32: <td><?php echo $img; ?></td>
33: </tr>
34: <tr>
35: <td><?php HTML_SOBI::showGoogleMaps($mySobi, $config); ?></td>
36: </tr>
37: <tr>
38: <td>
39: <div id="sobi2outer">
40: <?php HTML_SOBI::waySearchUrl( $waySearchLink,$config ); ?>
41: <?php echo HTML_SOBI::customFieldsData( $fieldsFormatted );?>
42: <br />
43: </div>
44: </td>
45: </tr>
46: </table>
47: <table class="sobi2DetailsFooter" width="100%">
48: <tr>
49: <td>
50: <?php HTML_SOBI::addedDate($config,$mySobi); ?>
51:
52: <?php HTML_SOBI::showHits($config,$mySobi);?>
53: </td>
54: <td><?php HTML_SOBI::editButtons($config,$mySobi); ?></td>
55: </tr>
56: </table>
57: