Changeset aef49cb in firmaeventos for eventos/templates


Ignore:
Timestamp:
Nov 22, 2017, 11:44:56 AM (7 years ago)
Author:
lhernandez <lhernandez@…>
Branches:
master
Children:
2c1cb23, 406146f
Parents:
6312fce (diff), 25ec4a7 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'master' of https://github.com/cenditel-desarrollo/FirmaEventos

Location:
eventos/templates
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • eventos/templates/evento.detail.html

    r27c0bd4 rd2472e8  
    5555        </iframe>
    5656    </div>
     57    <div class="row">
     58        <a class="btn waves-effect blue darken-1" href="{% url 'events:list_events' %}" >Regresar</a>
     59    </div>
    5760{% endblock %}
  • eventos/templates/evento.firma.html

    rb84cfca rd2472e8  
    1818            <div id="datos_paricipante"></div>
    1919        </form>
     20        <div class="row" style="padding-top: 25px;">
     21            <a class="btn left waves-effect blue darken-1" href="{% url 'events:list_events' %}" >Regresar</a>
     22        </div>
    2023    </div>
    2124{% endblock %}
  • eventos/templates/register.event.html

    r4db73c3 r6312fce  
    33{% block title %}Registrar Evento{% endblock title %}
    44{% block extraJs %}
    5     <script src="{% static "js/formset.js" %}"></script>
     5    <script src="{% static 'js/jquery/jquery-ui.js' %}"></script>
     6    <script src="{% static 'js/formset.js' %}"></script>
     7    <script src="{% static 'js/pdf.js' %}"></script>
     8    <script src="{% static 'js/pdf.worker.js' %}"></script>
     9    <script src="{% static 'js/draggable.js' %}"></script>
     10    <!-- Coordenadas PDF-->
     11    <script src="{% static 'js/DraggableSortable.js' %}"></script>
     12    <script src="{% static 'js/docsDraggable.js' %}"></script>
    613    <script type="text/javascript">
    714    $(function() {
     
    7885                </div>
    7986                {% include 'base.forms.errors.html' with form_errors=form.archivo.errors col_title_error='col s2' col_msg_error='col s10' %}
     87               
    8088            </div>
     89            <div id="pdf-main-container" style="display:none;"><center><h5>Configurar Posicion de la Firma</h5></center>
     90                  <div id="pdf-loader2">Cargando documento ...</div>
     91                  <div id="pdf-contents2">
     92                    <div id="pdf-meta2">
     93                      <div id="pdf-buttons2">
     94                        <button type="button" id="pdf-prev2" class="btn btn-default btn-sm">
     95                          <span class="glyphicon glyphicon-step-backward"></span>
     96                        </button>
     97                        <button type="button" id="pdf-next2" class="btn btn-default btn-sm">
     98                          <span class="glyphicon glyphicon-step-forward"></span>
     99                        </button>                               
     100                      </div>
     101                      <div id="page-count-container">Página <div id="pdf-current-page2"></div> de <div id="pdf-total-pages2"></div></div>
     102                    </div>
     103                    <div class="overflow" >
     104                      <div id="container1" class=".cropper-hidden">
     105                        <!--<div class="ball blue">sdsa</div>-->
     106                      </div>
     107                      <br>
     108                      <br>
     109                    </div>         
     110                    </div>
     111                    <canvas id="pdf-canvas2" width="500"></canvas>
     112                    <div id="page-loader2">Cargando página ...</div>
     113              </div>
    81114            <h5>Datos de los Participantes</h5><hr/><br>
    82115            <table class="striped" id="id_orders_table">
Note: See TracChangeset for help on using the changeset viewer.