templates/cadastro/indexpmcj.html.twig line 1

Open in your IDE?
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.     <meta charset="utf-8">
  5.     <meta name="viewport" content="width=device-width, initial-scale=1">
  6.     <link rel="preconnect" href="https://fonts.googleapis.com">
  7.     <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
  8.     <link href="https://fonts.googleapis.com/css2?family=Roboto:wght@100&display=swap" rel="stylesheet">
  9.     <link rel="shortcut icon" href="{{ asset('./img/icon.png') }}">
  10.     <link rel="stylesheet" type="text/css" href="{{ asset('./css/index.css') }}">
  11.     <script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.9.2/dist/umd/popper.min.js" integrity="sha384-IQsoLXl5PILFhosVNubq5LC7Qb9DXgDA9i+tQ8Zj3iwWAwPtgFTxbJ8NT4GN1R8p" crossorigin="anonymous"></script>
  12.     <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.min.js" integrity="sha384-cVKIPhGWiC2Al4u+LWgxfKTRIcfu0JTxR+EQDz/bgldoEyl4H0zUF0QKbrJ0EcQF" crossorigin="anonymous"></script>
  13.     <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
  14.     <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
  15.     <script src="https://cdnjs.cloudflare.com/ajax/libs/selectize.js/0.12.6/js/standalone/selectize.min.js" integrity="sha256-+C0A5Ilqmu4QcSPxrlGpaZxJ04VjsRjKu+G82kl5UJk=" crossorigin="anonymous"></script>
  16.     <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/selectize.js/0.12.6/css/selectize.bootstrap3.min.css" integrity="sha256-ze/OEYGcFbPRmvCnrSeKbRTtjG4vGLHXgOqsyLFTRjg=" crossorigin="anonymous" />
  17.     <title>ArquivosGED</title>
  18.     
  19.     <style>
  20.     
  21.     </style>
  22.     
  23. </head>
  24. <body>
  25.  <div id="loadingGif">
  26.      <img  src="{{ asset('./img/carrega.gif') }}"><br>
  27.      {% if p != ""%}
  28.         <y>{{p}}</y>
  29.      {% endif %}
  30.         
  31. </div>
  32. <div class="herder">  
  33.  <form method="post" action="" enctype="multipart/form-data">
  34.  
  35.     <hr>
  36.     <h2 style="text-align:center;">Cadastre (Maximo 10 Anexo)</h2>
  37.     <hr>
  38.     <div class = 'flex_date'>
  39.         <div class="sele">  
  40.          <label>Nome:</label>
  41.          <input class="form-control" type="text" name="nome" id="nome"  placeholder="*Campo obrigatório" required>
  42.         </div> 
  43.         <div class="sele"> 
  44.          <label>Assunto:</label>
  45.          <input class="form-control" type="text" name="assunto" id="assunto"  placeholder="*Campo obrigatório" required>
  46.         </div>  
  47.         <div class="sele"> 
  48.         <label>Caixa:</label>
  49.         <select id="select-state" placeholder="Pesquise" name="caixas">
  50.   
  51.                   <option value="" selected>Selecione</option>
  52.                   {% for caixas in caixass %}
  53.                   <option value="{{ caixas.id }}">{{ caixas.nome }}</option>
  54.                   {% endfor %}              
  55.         </select>
  56.         </div>  
  57.     </div>  
  58.     
  59. <br>
  60.  <div class = 'flex_date'>
  61.     <div class="sele">
  62.         <label>Tipo:</label><br>
  63.         <select class="form-control" type="text"  name="tipos" id="tipos" required>
  64.           
  65.                       {% for use in user.tipoAcesso['new'] %}
  66.                       {% for tip in tips %}
  67.                       {% if use == tip.id %}
  68.                       <option value="{{ tip.id }}">{{ tip.nome }}</option>
  69.                       {% endif %}
  70.                       {%endfor%}
  71.                       {% endfor %}              
  72.         </select>
  73.     </div>
  74.   
  75.    
  76.     
  77.     <div class="sele">
  78.   
  79.         <label class="label">Data do Documento: </label>
  80.         <input class="form-control" type="date" name="dateD" id="dateD">
  81.     </div>
  82.     <div class="sele">
  83.         <label class="label">Data do Vencimento: </label>
  84.             <input class="form-control" type="date" name="dateV" id="dateV">
  85.     </div>
  86.   
  87.   </div>
  88.     
  89. <br>
  90.    
  91.     <div class = 'flex_date'>
  92.         <div class="dat">
  93.            <div data-mdb-input-init class="form-outline">
  94.                 <label class="form-label" for="textAreaExample">Palavras Chave:</label>
  95.                 <textarea class="form-control" id="textAreaExample1" rows="4" name="text"></textarea>
  96.             </div>
  97.         </div>
  98.         <div class="dat">
  99.           <div data-mdb-input-init class="form-outline">
  100.               <label class="form-label" for="textAreaExample">Descrição:</label>
  101.               <textarea class="form-control" id="textAreaExample1" rows="4" name="desc"></textarea>
  102.           </div>
  103.         </div>
  104.     </div> 
  105.     <br>
  106.     <input type="file"  name="file[]" multiple class="form-control" required>
  107.     <h6 style="text-align:center;"><b>Arquivos sera assinado automaticamente</b></h6>
  108.     <br>
  109.     <br>
  110.     
  111. </div>
  112. <div style="text-align: center;color: white;">
  113.         <button type="submit" class="btn btn-primary" name="botao" style="color: white;">
  114.         <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-floppy-fill" viewBox="0 0 16 16">
  115.           <path d="M0 1.5A1.5 1.5 0 0 1 1.5 0H3v5.5A1.5 1.5 0 0 0 4.5 7h7A1.5 1.5 0 0 0 13 5.5V0h.086a1.5 1.5 0 0 1 1.06.44l1.415 1.414A1.5 1.5 0 0 1 16 2.914V14.5a1.5 1.5 0 0 1-1.5 1.5H14v-5.5A1.5 1.5 0 0 0 12.5 9h-9A1.5 1.5 0 0 0 2 10.5V16h-.5A1.5 1.5 0 0 1 0 14.5z"/>
  116.           <path d="M3 16h10v-5.5a.5.5 0 0 0-.5-.5h-9a.5.5 0 0 0-.5.5zm9-16H4v5.5a.5.5 0 0 0 .5.5h7a.5.5 0 0 0 .5-.5zM9 1h2v4H9z"/>
  117.         </svg>&nbsp;<b>Salvar</b></button>
  118.     </div> 
  119. </form>
  120. </body>
  121.   <script>
  122.        
  123.             document.getElementById('loadingGif').style.display = "none";
  124.            
  125.             setTimeout(function() {
  126.           
  127.            
  128.            
  129.            
  130.          },3000);
  131.           
  132.        
  133.     </script>    
  134. <script>
  135.     $(document).ready(function () {
  136.     $('select').selectize({
  137.         sortField: 'text'
  138.     });
  139. });
  140. </script>
  141. </html>