TFS_ANTIGUO/SIGPC/formulario.master
kledezma 290b81b54d SIGPC
git-tfs-id: [http://192.168.1.10:8080/tfs/AyA]$/SINORT;C518
2021-01-22 14:59:35 +00:00

34 lines
1.1 KiB
Text

<%@ Master Language="C#" AutoEventWireup="true" CodeFile="formulario.master.cs" Inherits="formulario" %>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<script src="/../../Scripts/jquery-1.10.2.js"></script>
<script src="/../../Scripts/bootstrap.js"></script>
<script src="/../../Scripts/modernizr-2.6.2.js"></script>
<link href="/../../Content/bootstrap.css" rel="stylesheet" />
<link href="/../../Content/Site.css" rel="stylesheet" />
<link href="/../../Content/font-awesome.css" rel="stylesheet" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title></title>
<asp:ContentPlaceHolder id="head" runat="server">
</asp:ContentPlaceHolder>
</head>
<body>
<%-- <form id="form1" onkeypress="return anular(event)" runat="server">--%>
<form id="form1" runat="server">
<div>
<asp:ContentPlaceHolder id="ContenidoFormulario" runat="server" >
</asp:ContentPlaceHolder>
</div>
</form>
</body>
</html>