Пример #1
0
    float: left;
    height: auto;
}
#toolbar input[type=number] {
    width: 60px;
}
select#imagem option {
    display: block;
    width: 72px;
    height: 72px;
    background-repeat: no-repeat; 
    padding-left: 10px;
}
</style>
<?php 
Mapa::renderizarCss();
?>
 
<script type="text/javascript" src="js/jquery-1.10.2.min.js"></script>
<script type="text/javascript">
var mapa_id = '<?php 
echo Mapa::getId();
?>
';
function area_select(x, y) {
    var mapUrl = "mapa-creator.php?map=" + mapa_id + '&x=' + x + '&y=' + y;
    $('#loading').show();
    //alert(mapUrl);
    $.getJSON( mapUrl, function( data ) {
        if (data) {
            $('#pos_x').val(data.x);