Changeset e6dc6c5 in interfaz


Ignore:
Timestamp:
Sep 22, 2016, 9:58:32 AM (8 years ago)
Author:
Erwin Paredes <eparedes@…>
Branches:
master
Children:
9b5f299, bbb235d
Parents:
574b430
Message:

actualizacion del sistema Adminmail

Location:
programacion/Adminmail
Files:
6 added
1 edited

Legend:

Unmodified
Added
Removed
  • programacion/Adminmail/templates/index.html

    r1f7b28a re6dc6c5  
    4343    <style type="text/css">
    4444    .numberCircle {
    45     border-radius: 50%;
    46     behavior: url(PIE.htc); /* remove if you don't care about IE8 */
    47     width: 30px;
    48     height: 30px;
    49     padding: 6px;
    50     background: #fff;
    51     border: 2px solid black;
    52     color: black;
    53     text-align: center;
    54     font: 12px Arial, sans-serif;
    55     display: inline-block;
     45     border-radius: 50%;
     46     behavior: url(PIE.htc); /* remove if you don't care about IE8 */
     47     width: 30px;
     48     height: 30px;
     49     padding: 6px;
     50     background: #fff;
     51     border: 2px solid black;
     52     color: black;
     53     text-align: center;
     54     font: 12px Arial, sans-serif;
     55     display: inline-block;
    5656    }
     57    .panel-green > .panel-heading {
     58      color: #333;
     59      background-color: #f5f5f5;
     60      background-image: url("{% static "barra.jpg" %}");
     61      border-color: #ddd;
     62    }
     63
    5764    </style>
    5865</head>
     
    190197                            <a href="{% url 'servidores' %}"><i class="fa fa-table fa-fw"></i> Servidores</a>
    191198                        </li>
    192                        
     199                        <li class="divider"></li>
     200                        <li>
     201                        <button type="button" class="btn btn-primary btn-lg btn-block" data-container="body" data-toggle="popover" data-placement="right" data-content="">
     202                          CENDITEL
     203                        </button>
     204                        </li>
    193205                    </ul>
    194206                </div>
     
    280292    <!-- Custom Theme JavaScript -->
    281293    <script src="{% static "dist/js/sb-admin-2.js" %}"></script>
    282 
     294    <script  type="text/javascript">
     295    $(function () {
     296       $('[data-toggle="popover"]').popover({
     297        tabindex: '0',
     298        trigger:'focus',
     299        title: '<h4 class="custom-title"><span class="glyphicon glyphicon-info-sign"></span> Página Oficial</h4>',
     300        content: '<a href=http://www.cenditel.gob.ve>Cenditel</a>',
     301        html: true
     302       }
     303       )
     304    })
     305    </script>
    283306    {% block librerias %}
    284307    {% endblock librerias %}
Note: See TracChangeset for help on using the changeset viewer.