<?php 
echo __('toponeige_technical_rating') . ' ' . range_selector('trat', 'app_routes_toponeige_technical_ratings');
echo __('toponeige_exposition_rating') . ' ' . range_selector('sexpo', 'app_routes_toponeige_exposition_ratings');
?>
<br />
<?php 
echo __('labande_global_rating') . ' ' . range_selector('lrat', 'app_routes_global_ratings');
echo __('labande_ski_rating') . ' ' . range_selector('srat', 'app_routes_labande_ski_ratings');
?>
<br />
<?php 
echo bool_selector_from_list('sub', 'mod_routes_sub_activities_list', 2);
echo bool_selector_from_list('sub', 'mod_routes_sub_activities_list', 4);
?>
</div>
<div data-act-filter="7" style="display:none">
<br />
<?php 
echo __('snowshoeing_rating') . ' ' . range_selector('wrat', 'app_routes_snowshoeing_ratings');
?>
</div>
<div data-act-filter="6" style="display:none">
<br />
<?php 
echo __('hiking_rating') . ' ' . range_selector('hrat', 'app_routes_hiking_ratings');
echo __('route_length') . ' ' . elevation_selector('rlen', 'kilometers');
?>
</div>
</fieldset>
</div>
示例#2
0
<?php

use_helper('General');
?>
<br />
<?php 
echo picto_tag('picto_huts') . __('Hut:') . ' ' . (isset($autofocus) ? input_tag('hnam', null, array('autofocus' => 'autofocus')) : input_tag('hnam'));
echo __('elevation') . ' ' . elevation_selector('halt');
?>
<br />
<?php 
echo __('shelter_type') . ' ' . field_value_selector('htyp', 'mod_huts_shelter_types_list', array('keepfirst' => false, 'multiple' => true));
echo __('is_staffed') . __('&nbsp;:') . ' ' . bool_selector('hsta');
?>
<br />
<?php 
echo __('staffed_capacity') . ' ' . elevation_selector('hscap', null);
?>
<br />
<?php 
echo __('unstaffed_capacity') . ' ' . elevation_selector('hucap', null);
?>
<br />
<?php 
echo __('has_unstaffed_matress') . ' ' . field_value_selector('hmat', 'app_boolean_list');
echo __('has_unstaffed_blanket') . ' ' . field_value_selector('hbla', 'app_boolean_list');
echo __('has_unstaffed_gas') . ' ' . field_value_selector('hgas', 'app_boolean_list');
echo __('has_unstaffed_wood') . ' ' . field_value_selector('hwoo', 'app_boolean_list');
<?php

use_helper('General');
?>
<br />
<?php 
echo '<div class="fieldname">' . picto_tag('picto_huts') . __('Hut:') . ' </div>' . input_tag('hnam');
echo __('elevation') . ' ' . elevation_selector('halt');
echo __('is_staffed') . ' ' . bool_selector('hsta');
示例#4
0
<br />
<?php 
echo __('facings') . ' ' . field_value_selector('tfac', 'mod_sites_facings_list', array('keepfirst' => false, 'multiple' => true, 'size' => 5));
echo __('rock_types') . ' ' . field_value_selector('trock', 'app_rock_types_list', array('keepfirst' => false, 'multiple' => true, 'size' => 5));
?>
<br />
<?php 
echo __('equipment_rating') . ' ' . range_selector('tprat', 'app_equipment_ratings_list', null, true);
?>
<br />
<?php 
echo __('routes_quantity') . ' ' . elevation_selector('rqua', '');
?>
<br />
<?php 
echo __('mean_height') . ' ' . elevation_selector('tmhei');
echo __('mean_rating') . ' ' . range_selector('tmrat', 'app_routes_rock_free_ratings', null, true);
?>
<br />
<?php 
echo __('children_proof') . ' ' . field_value_selector('chil', 'mod_sites_children_proof_list', array('keepfirst' => false, 'multiple' => true));
echo __('rain_proof') . ' ' . field_value_selector('rain', 'mod_sites_rain_proof_list', array('keepfirst' => false, 'multiple' => true));
?>
<br />
<?php 
echo georef_selector();
?>
<br />
<?php 
include_partial('parkings/parkings_filter');
?>