Advertisement
Guest User

Untitled

a guest
Sep 25th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.91 KB | None | 0 0
  1.  
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4. <head>
  5. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
  6. <meta http-equiv="cache-control" content="no-cache">
  7. <title>Pedidos - Rádio Habbion</title>
  8. <link rel="shortcut icon" href="https://www.favicon.cc/logo3d/220655.png" type="image/vnd.microsoft.icon" />
  9. <link href="http://painel.melhorstreaming.com.br/dj/inc/estilo-dj.css" rel="stylesheet" type="text/css" />
  10. <script type="text/javascript" src="http://painel.melhorstreaming.com.br/dj/inc/ajax-dj.js"></script>
  11. <script type="text/javascript" src="http://painel.melhorstreaming.com.br/dj/inc/javascript.js"></script>
  12. <script type="text/javascript">
  13. window.onload = function() {
  14. setTimeout("window.location.reload(true);",30000);
  15. };
  16. </script>
  17. </head>
  18.  
  19. <body>
  20. <table width="95%" border="0" align="center" cellpadding="0" cellspacing="0" style="border-top:#D5D5D5 1px solid; border-left:#D5D5D5 1px solid; border-right:#D5D5D5 1px solid; margin-top:5px" id="tab" class="sortable">
  21. <tr style="background:url(/img/img-fundo-titulo-tabela.png) repeat-x; cursor:pointer">
  22. <td width="15%" height="23" align="left" class="texto_padrao_destaque" style="border-bottom:#D5D5D5 1px solid; border-right:#D5D5D5 1px solid;">&nbsp;Data</td>
  23. <td width="35%" height="23" align="left" class="texto_padrao_destaque" style="border-bottom:#D5D5D5 1px solid; border-right:#D5D5D5 1px solid;">&nbsp;Ouvinte</td>
  24. <td width="40%" height="23" align="left" class="texto_padrao_destaque" style="border-bottom:#D5D5D5 1px solid;">&nbsp;Música</td>
  25. <td width="5%" height="23" align="left" class="texto_padrao_destaque" style="border-bottom:#D5D5D5 1px solid;">&nbsp;</td>
  26. </tr>
  27. <tr>
  28. <td height='25' align='center' scope='col' class='texto_padrao_pequeno'>&nbsp;<img src='http://painel.melhorstreaming.com.br/img/icones/img-icone-fechar.png' onclick='executar_acao_streaming_dj("VFZSWmVFMTZaejA9KzU=","remover-pedido-musical" );' style='cursor:pointer; margin-left:20px' width='10' height='10' border='0' align='absmiddle' /></td>
  29. </tr></table>
  30. <table width="95%" border="0" align="center" cellpadding="0" cellspacing="0" style="border:#D5D5D5 1px solid;">
  31. <tr>
  32. <td height="20" align="center"> <span class="texto_padrao_destaque" title="P&aacute;gina 1">1</span> </td>
  33. </tr>
  34. </table>
  35. <!-- Início div log do sistema -->
  36. <div id="log-sistema-fundo"></div>
  37. <div id="log-sistema">
  38. <div id="log-sistema-botao"><img src="http://painel.melhorstreaming.com.br/img/icones/img-icone-fechar.png" onclick="document.getElementById('log-sistema-fundo').style.display = 'none';document.getElementById('log-sistema').style.display = 'none';" style="cursor:pointer" title="Fechar" /></div>
  39. <div id="log-sistema-conteudo"></div>
  40. </div>
  41. <!-- Fim div log do sistema -->
  42. </body>
  43. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement