Advertisement
Guest User

Dados TJMG - Projudi

a guest
Jan 20th, 2016
261
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PCRE 8.65 KB | None | 0 0
  1. <tr>
  2.                     <td align="left" nowrap><b>Promovente:&nbsp;</b></td>
  3.                     <td colspan="5" class="tCinza">
  4.                        
  5.  
  6.  
  7.     <td\s*[^>]*><b>Promovente:&nbsp;</b></td><td\s*[^>]*>.*
  8.  
  9.  
  10.  
  11.  
  12.  
  13.     <script type="text/javascript">
  14.         function mostraOculta(idParteProcesso, idTabela, linhaCount, tipoInfo) {
  15.             span = document.getElementById('span' + tipoInfo + idParteProcesso);
  16.             trEndAdv = document.getElementById('tr' + tipoInfo + idParteProcesso);
  17.             tr = document.getElementById('tr' + idParteProcesso);
  18.             td = document.getElementById('td' + idParteProcesso);
  19.             td1 = document.getElementById('td1' + idParteProcesso);
  20.             tabela = document.getElementById(idTabela);
  21.             hdVisible = document.getElementById('hdVisible' + idParteProcesso);
  22.             if (trEndAdv == null) {
  23.                 hdVisible.value = 'true';
  24.                 novotr = tabela.insertRow(tr.rowIndex + 1);
  25.                 novotr.id = 'tr' + tipoInfo + idParteProcesso;
  26.                 if (linhaCount % 2 == 0) {
  27.                     novotr.className = 'linhaEscura';
  28.                 } else {
  29.                     novotr.className = 'linhaClara';
  30.                 }
  31.                 novotd = novotr.insertCell(0);
  32.                 novotd.innerHTML = span.innerHTML;
  33.        
  34.            
  35.                 novotd.colSpan = 5;
  36.                 td1.rowSpan = td1.rowSpan + 1;
  37.            
  38.            
  39.        
  40.             } else {
  41.                 hdVisible.value = 'false';
  42.        
  43.            
  44.                 td1.rowSpan = td1.rowSpan - 1;
  45.            
  46.            
  47.        
  48.                 tabela.deleteRow(trEndAdv.rowIndex);
  49.             }
  50.         }
  51.         function excluirParte(radioExcluirNome) {
  52.             radioExcluirParte = document.getElementById(radioExcluirNome);
  53.             if (radioExcluirParte != null) {
  54.                 if (confirm('Tem certeza que deseja excluir do processo a parte selecionada?')) {
  55.                     doPost(radioExcluirParte.name, null, 0);
  56.                 }
  57.             }
  58.         }
  59.  
  60.         function abrirModalPartesNova(codParte, codParteProcesso) {
  61.             trocarConteudoLightBox("/projudi/listagens/DadosParte?codParte=" + codParte + "&codParteProcesso=" + codParteProcesso);
  62.             abrirLightBox(null, 'Dados da parte', '560', '520');
  63.         }
  64.  
  65.         function abrirModalPartes(codParte) {
  66.             trocarConteudoLightBox("/projudi/listagens/DadosParte?codParte=" + codParte);
  67.             abrirLightBox(null, 'Dados da parte', '560', '520');
  68.         }
  69.     </script>
  70.  
  71.    
  72.  
  73.  
  74.  
  75.  
  76.  
  77.  
  78.  
  79.  
  80.  
  81.  
  82.  
  83.  
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.    
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111. <table style="width:100%;" class="tabelaLista" id="tabelaPartes1">
  112.  
  113.     <tr>
  114.        
  115.         <th style="width:45%">Nome</th>
  116.         <th style="width:120px">Identidade</th>
  117.         <th style="width:120px">CPF</th>
  118.         <th style="width:120px">Advogados</th>
  119.         <th style="width:120px">Endere&ccedil;o</th>
  120.            
  121.     </tr>
  122.  
  123.    
  124.    
  125.         <tr id="tr316480"  class="linhaClara" >
  126.            
  127.  
  128.             <td id="td1316480" style="padding-left:5px;">                    
  129.                
  130.                    
  131.                    
  132.                         NOME DA PESSOA 1
  133.                    
  134.                
  135.                
  136.                
  137.                    
  138.                    
  139.                        
  140.                            
  141.                        
  142.                    
  143.                
  144.  
  145.                
  146.                
  147.             </td>
  148.  
  149.             <td style="white-space:nowrap;text-align:center;width:120px;">
  150.                
  151.                 Não disponível
  152.                
  153.             </td>
  154.  
  155.             <td style="white-space:nowrap;text-align:center;width:120px;">
  156.                
  157.                 Não disponível
  158.                
  159.             </td>
  160.  
  161.             <td style="white-space:nowrap;text-align:center;width:120px;">
  162.                
  163.                    
  164.                         <a href="javascript: mostraOculta('316480','tabelaPartes1',1,'Adv')">Mostrar/Ocultar</a>
  165.                    
  166.                    
  167.                
  168.             </td>
  169.  
  170.             <td style="white-space:nowrap;text-align:center;width:120px;">
  171.                
  172.                    
  173.                    
  174.                         Não disponível
  175.                    
  176.                
  177.             </td>
  178.  
  179.            
  180.         </tr>
  181.        
  182.    
  183.  
  184.    
  185. </table>
  186.  
  187. <!-- Informações (paineis) ocultas que serão exibidas dinamicamente através de javascript -->
  188. <!-- Informações de Advogado -->
  189.  
  190.  
  191.    
  192.     <input id="hdVisible316480" name="hdVisible316480" type="hidden" value="" />
  193.     <span id="spanAdv316480" style="visibility:hidden;display:none;">
  194.         <table class="tabelaEndereco" style="width:100%;">
  195.             <tr class="tCinza">
  196.                 <td width="93" class="topico" >Advogado</td>
  197.             </tr>
  198.             <tr>
  199.                 <td>
  200.                    
  201.                        
  202.                        
  203.                            
  204.  
  205.  
  206.  
  207.  
  208. <link href="/projudi/estilo.css" rel="stylesheet" type="text/css">
  209.  
  210.  
  211.  
  212.  
  213.  
  214.  
  215.  
  216. <script type="text/javascript">
  217.     function excluirAdvogado(operacao, parametros, formulario) {
  218.         if (($("name='" + operacao + "']:checked").length > 0))
  219.             doPost(operacao, parametros, formulario);
  220.         else
  221.             alert('Selecione ao menos um advogado.');
  222.     }
  223.  
  224. </script>
  225.  
  226. <table style="width:100%;" class="tabelaLista" id="tabelaAdvogadoPartes1">  
  227.    
  228.        
  229.             <tr>
  230.                 <th >Nome</th>
  231.                 <th style="width:120px;">OAB/MADEP</th>
  232.  
  233.                
  234.             </tr>
  235.            
  236.                 <tr class="linhaClara" >
  237.                     <td style="padding-left:5px;">Advogado não cadastrado no sistema</td>
  238.                     <td style="white-space:nowrap;text-align:center;width:120px;">11222 N - MG</td>
  239.                    
  240.                 </tr>
  241.            
  242.                 <tr class="linhaClara" >
  243.                     <td style="padding-left:5px;">Advogado não cadastrado no sistema</td>
  244.                     <td style="white-space:nowrap;text-align:center;width:120px;">3333 N - MG</td>
  245.                    
  246.                 </tr>
  247.            
  248.                 <tr class="linhaClara" >
  249.                     <td style="padding-left:5px;">NOME DO AVOGADO 5</td>
  250.                     <td style="white-space:nowrap;text-align:center;width:120px;">12345 N - MG</td>
  251.                    
  252.                 </tr>
  253.            
  254.                 <tr class="linhaClara" >
  255.                     <td style="padding-left:5px;">NOME DO AVOGADO 4</td>
  256.                     <td style="white-space:nowrap;text-align:center;width:120px;">12222 N - MG</td>
  257.                    
  258.                 </tr>
  259.            
  260.        
  261.        
  262.    
  263.    
  264. </table>
  265.  
  266.                        
  267.                    
  268.                 </td>
  269.             </tr>
  270.         </table>
  271.     </span>
  272.    
  273.     <!-- Informações de Endereço -->
  274.     <span id="spanEnd316480" style="visibility:hidden;display:none;">
  275.         <table class="tabelaEndereco" style="width:100%;">
  276.             <tr class="tCinza">
  277.                 <td width="93" class="topico" >Endere&ccedil;o</td>
  278.             </tr>
  279.             <tr>
  280.                 <td>
  281.                    
  282.                        
  283.                             Avenida &nbsp;
  284.                             NOME AVENIDA
  285.                             ,&nbsp;123
  286.                             ,&nbsp;AP 1111
  287.                             ,&nbsp;BAIRRO
  288.                            
  289.                                
  290.                                     ,&nbsp;BELO HORIZONTE
  291.                                
  292.                                
  293.                            
  294.                            
  295.                                
  296.                                     &nbsp;-&nbsp;MG
  297.                                
  298.                                
  299.                            
  300.                            
  301.                                 &nbsp;-&nbsp;BRASIL
  302.                            
  303.                            
  304.                                 &nbsp;- Telefone &nbsp;31 xxxx xxxx
  305.                            
  306.                             ,&nbsp;xxxxxxx
  307.                            
  308.                                 <br/>xxxxxxx@yahoo.com.br
  309.                              
  310.                        
  311.                        
  312.                                        
  313.                 </td>
  314.             </tr>
  315.         </table>      
  316.     </span>
  317.    
  318.  
  319.                     </td>
  320.                 </tr>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement