TFS_ANTIGUO/AYA.FROPI/FOPI/Popup.master
Administrador 50700fd78b Solución FROPI
git-tfs-id: [http://192.168.1.10:8080/tfs/AyA]$/SINORT;C491
2019-05-27 14:46:35 +00:00

54 lines
2.3 KiB
Text
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<%@ Master Language="C#" AutoEventWireup="true" CodeFile="Popup.master.cs" Inherits="Popup" %>
<!DOCTYPE html>
<html lang="es">
<head runat="server">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title><%: Page.Title %></title>
<link href="~/favicon.ico" rel="shortcut icon" type="image/x-icon" />
<link href="Content/bootstrap.css" rel="stylesheet" />
<link href="Content/Site.css" rel="stylesheet" />
<link href="Content/font-awesome.css" rel="stylesheet" />
</head>
<body>
<%--Información del usuario y su rol, ademas de otros botones--%>
<form runat="server">
<%--Contenido medio *** Menu y Cuerpo--%>
<div id="divCuerpo" class="container-fluid">
<div class="row">
<div class="col-md-12">
<asp:ContentPlaceHolder ID="MainContent" runat="server" />
</div>
</div>
</div>
</form>
<%--Pie de pagina--%>
<div style="background: url(../../Images/Fondos/fotter.jpg); height: 75px; width: auto;">
<div class="site-wrapper">
<div class="site-wrapper-inner">
<div class="cover-container">
<div class="mastfoot">
<div class="inner">
<div class="row">
<div class="col-xs-9 col-sm-9 col-md-9 col-lg-9" style="text-align: left;">
<h6>Instituto Costarricense de Acueductos y Alcantarillados,
<br />
Dirección Sistemas de Información &copy; <% Response.Write(DateTime.Today.Year); %> Todos los Derechos Reservados</h6>
</div>
<%--<div class="col-md-3" style="text-align: right;"> <h6>Powered by Visual Studio!</h6>
  <img src="/Imagen/Powered.png" id="Img1" alt="Powered by Visual Studio!" /> 
</div>--%>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>