Projekt

Obecné

Profil

« Předchozí | Další » 

Revize 2234

Přidáno uživatelem David Raška před téměř 11 roky(ů)

Opravy:
- Oprava kolize ID mapy v popup dialogu a v editaci clena

Upravy:
- Pridani zoom tlacitek k mape v samo registraci clena

Zobrazit rozdíly:

freenetis/branches/1.1/application/views/address_points/show.php
</table>
<?php if (!empty($gps)): ?>
<div id="ap_map" style="float: <?php echo ($this->popup ? 'left' : 'right');?>">
<div id="ap_gmap" style="float: <?php echo ($this->popup ? 'left' : 'right');?>">
<a class="gmap" href="http://maps.google.com/maps?f=q&hl=<?php echo $lang ?>&geocode=&q=<?php echo $gpsx ?>,<?php echo $gpsy ?>&z=18&t=h&ie=UTF8" target="_blank">
<img alt="<?php echo __('Address point detail') ?>" src="http://maps.google.com/maps/api/staticmap?center=<?php echo $gpsx ?>,<?php echo $gpsy ?>&zoom=16&maptype=hybrid&size=400x300&markers=color:red%7C<?php echo $gpsx ?>,<?php echo $gpsy ?>&language<?php echo $lang ?>&sensor=false"/>
</a>
freenetis/branches/1.1/media/css/installation.css
}
#ap_map {
position: absolute;
position: relative;
}
#ap_map div {
.ap_form_map_container {
position: absolute;
bottom: 0px;
left: 185px;
bottom: 0px;
border: 1px solid #CCCCCC;
}
......
background: url('../images/icons/map_icon.gif') #F1F1F1 no-repeat center center;
width: 356px;
height: 162px;
}
div.map_zoom_in {
position: absolute;
left: 5px;
top: 5px;
cursor: pointer;
width: 10px;
height: 10px;
padding: 5px;
background: url('../images/icons/ico_math_plus.gif') #2F7CC4 no-repeat center center;
}
div.map_zoom_out {
position: absolute;
left: 5px;
top: 30px;
cursor: pointer;
width: 10px;
height: 10px;
padding: 5px;
background: url('../images/icons/ico_math_minus.gif') #2F7CC4 no-repeat center center;
}
freenetis/branches/1.1/media/css/style.css
}
#ap_map,
#domicile_ap_map {
#domicile_ap_map,
#ap_gmap{
position: relative;
}
......
cursor: pointer;
width: 10px;
height: 10px;
background-image: url('../images/icons/ico_math_plus.gif');
padding: 5px;
background: url('../images/icons/ico_math_plus.gif') #2F7CC4 no-repeat center center;
}
div.map_zoom_out {
position: absolute;
left: 5px;
top: 20px;
top: 30px;
cursor: pointer;
width: 10px;
height: 10px;
background-image: url('../images/icons/ico_math_minus.gif');
padding: 5px;
background: url('../images/icons/ico_math_minus.gif') #2F7CC4 no-repeat center center;
}

Také k dispozici: Unified diff