static function startTag_a(array $data, array $attr) { $str = ''; $url = RealEstateAgency_Util::url($data); $str = '<a href="' . $url . '"'; foreach ($attr as $key => $value) { $str .= ' ' . $key . '="' . $value . '"'; } $str .= '>'; return $str; }
<br /> <input type="submit" name="submit" value="Логин" /> <?php } else { ?> <p> <?php echo '<a href="' . RealEstateAgency_Util::url(array('page' => 'object')) . '">'; ?> <nobr>Запропонувати нерухомість - продажа</nobr></a> </p> <p> <?php echo '<a href="' . RealEstateAgency_Util::url(array('page' => 'object', 'op_type' => '1')) . '">'; ?> <nobr>Запропонувати нерухомість - оренда</nobr></a> </p> <input type="hidden" name="logged" value="yes" /> <!-- <input type="submit" name="disconnect" value="Розірвати зв'язок" /> --> <?php } ?> </form> </div> <!-- main_section : end -->
<?php if (!($this->sections_ready & RealEstateAgency_Const::FILTER_AREA)) { ?> Область: <?php $data = $this->list_of_areas->getArray(); echo RealEstateAgency_Util::htmlSelect('area_id', '', $data, $this->area_id, 'Всі області', ''); ?> <input type="submit" name="do_select" value="Фільтрувати" /> <?php } elseif ($this->filter_ready) { // Filter complete; echo '<a href="' . RealEstateAgency_Util::url(array('page' => 'district', 'filter_action' => 'reset_area')) . '">' . $this->escape($this->area_name) . ' область</a>'; echo '<br />'; ?> Назва району: <input type="text" name="object_name" <?php echo 'value="' . $this->escape($this->object_name) . '"'; ?> /> <?php if ($this->page_mode == 'edit') { ?> <input type="hidden" name="object_action" value="update" /> <input type="submit" name="do_submit" value="Записати виправлені дані" /> <?php
<?php include "header_active.php"; ?> <div class="main_section"> <h1 class="simple_header"> Адміністрування: області </h1> <form method="POST" <?php echo 'action="' . RealEstateAgency_Util::url(array('page' => 'area')) . '"'; ?> > <input type="hidden" name="page" value="area" /> <input type="hidden" name="object_id" <?php echo 'value="' . $this->escape($this->object_id) . '"'; ?> /> Назва області: <input type="text" name="object_name" <?php echo 'value="' . $this->escape($this->object_name) . '"'; ?> /> <?php if ($this->page_mode == 'edit') {
<?php echo '<a href="' . RealEstateAgency_Util::url(array('page' => 'settl', 'filter_action' => 'reset_area')) . '">' . $this->escape($this->area_name) . ' область</a>'; echo '<br />'; $data = $this->list_of_districts->getArray(); echo RealEstateAgency_Util::htmlSelect('district_id', '', $data, $this->district_id, 'Виберіть район', ''); ?> <input type="submit" name="do_select" value="Фільтрувати" /> <?php } elseif ($this->filter_ready) { ?> <?php // Filter complete; echo '<a href="' . RealEstateAgency_Util::url(array('page' => 'settl', 'filter_action' => 'reset_area')) . '">' . $this->escape($this->area_name) . ' область</a>'; echo '<br />'; echo '<a href="' . RealEstateAgency_Util::url(array('page' => 'settl', 'filter_action' => 'reset_district')) . '">' . $this->escape($this->district_name) . ' район</a>'; echo '<br />'; ?> Назва населеного пункту: <input type="text" name="object_name" <?php echo 'value="' . $this->escape($this->object_name) . '"'; ?> /> <?php if ($this->page_mode == 'edit') { ?> <input type="hidden" name="object_action" value="update" /> <input type="submit" name="do_submit" value="Записати виправлені дані" /> <?php
echo '<a href="' . RealEstateAgency_Util::url(array('page' => 'area')) . '">'; ?> <nobr>Області</nobr></a></li> <li> <?php echo '<a href="' . RealEstateAgency_Util::url(array('page' => 'district')) . '">'; ?> <nobr>Райони</nobr></a></li> <li> <?php echo '<a href="' . RealEstateAgency_Util::url(array('page' => 'settl')) . '">'; ?> <nobr>Населені пункти</nobr></a></li> <li> <?php echo '<a href="' . RealEstateAgency_Util::url(array('page' => 'settl_part')) . '">'; ?> <nobr>Райони міста</nobr></a></li> <?php } ?> </ul> </div> <?php } ?> <?php if ($this->logged) { ?> <div class="partner_block_other">