Changeset a8e87b6 in observatorio


Ignore:
Timestamp:
Aug 28, 2014, 11:48:46 AM (10 years ago)
Author:
Ing. Roldan Vargas <rvargas@…>
Branches:
master
Children:
7d01c3e
Parents:
5bf09cb
Message:

se agrega banner de Mapa Productivo de Venezuela

File:
1 edited

Legend:

Unmodified
Added
Removed
  • procesos/apps/geocadena/templates/geocadena.html

    r53a40d6 ra8e87b6  
    11<?xml version="1.0" encoding="UTF-8"?>
    22<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
     3{% load static from staticfiles %}
    34<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" >
    45        <head>
     
    261262                    autoScroll: true
    262263                };
    263                    
     264
     265                var banner = '<img src="{% static 'images/BANNER2_MPV.jpg' %}" width="1450px" height="150px" />';
     266
    264267                    new Ext.Viewport({
    265268                        layout: "fit",
     
    268271                            layout: "border",
    269272                            deferredRender: false,
    270                             items: [
     273                            items: [{
     274                                region: 'north',
     275                                html: banner,
     276                                autoHeight: true,
     277                                border: false,
     278                                margins: '0 0 5 0',
     279                                collapsible: true
     280                            },
    271281                                mapPanel,
    272282                                {
Note: See TracChangeset for help on using the changeset viewer.