54 lines
2.3 KiB
Plaintext
54 lines
2.3 KiB
Plaintext
<%@ Page Language="VB" AutoEventWireup="false" CodeFile="diario.aspx.vb" Inherits="diario" %>
|
|
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head runat="server">
|
|
<title></title>
|
|
<link href="https://extras.eldia.com/Styles/general.css" rel="stylesheet" type="text/css">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0"/>
|
|
</head>
|
|
<body>
|
|
<form id="form1" runat="server" >
|
|
<div class="cont16">
|
|
|
|
<div class="grid_16">
|
|
<div id="contenidopdf">
|
|
<div>
|
|
<img src="https://extras.eldia.com/imag/imag_pdf/pdf.jpg" alt="PDF Diario El Día" longdesc="PDF Diario El Día" width="950px" style="border:none; margin-left:-10px" />
|
|
</div>
|
|
|
|
<div style="float:right; margin:5px" class="Texto">
|
|
|
|
<asp:DropDownList ID="Drop_fecha" runat="server"
|
|
AutoPostBack="True" Visible="false">
|
|
</asp:DropDownList>
|
|
|
|
|
|
</div>
|
|
<div style="clear:both"></div>
|
|
<div class="renglonpdf">
|
|
<%=str_cuerpo%>
|
|
<%=str_vinculos%>
|
|
</div>
|
|
<div style="width:880px; padding:10px; margin:10px; background-color:#E0E0E0;border:1px solid #E50E0E; ">
|
|
<h6 style="text-align:left"> Para abrir los archivos directamente en su navegador (sin descargarlos) siga las instrucciones del vínculo correspondiente:</h6><br />
|
|
<div style="text-align:center;width:100%; font-size:12px;"> <a href="https://extras.eldia.com/imag/imag_pdf/chrome.jpg" title="Chrome">Chrome</a>
|
|
<a href="https://extras.eldia.com/imag/imag_pdf/firefox.jpg" title="Chrome">Mozilla Firefox</a>
|
|
<a href="https://extras.eldia.com/imag/imag_pdf/ie.jpg" title="Chrome">Internet Explorer</a></div>
|
|
</div>
|
|
<!--fin renglon1 -->
|
|
<div class="renglonpdf">
|
|
<%=str_vinculos1%>
|
|
</div>
|
|
<!--fin renglon2 -->
|
|
</div>
|
|
<!--fin contenidopdf -->
|
|
|
|
</div>
|
|
</div>
|
|
</form>
|
|
<script src="https://www.eldia.com/js/iframe-resizer/iframeResizer.contentWindow.min.js"></script>
|
|
</body>
|
|
</html>
|