41 lines
1.7 KiB
Text
41 lines
1.7 KiB
Text
|
|
<%@ Page Title="Inicio" Language="C#" MasterPageFile="~/Site.master" AutoEventWireup="true" CodeFile="frwIndex.aspx.cs" Inherits="Forms_frwIndex" %>
|
||
|
|
|
||
|
|
<asp:Content ID="Content2" ContentPlaceHolderID="MainContent" Runat="Server">
|
||
|
|
<asp:ScriptManager ID="ScripManager1" EnablePartialRendering="true" runat="server">
|
||
|
|
</asp:ScriptManager>
|
||
|
|
<asp:UpdatePanel ID="updPanel" runat="server">
|
||
|
|
<ContentTemplate>
|
||
|
|
<asp:UpdateProgress ID="updProgress" runat="server">
|
||
|
|
<ProgressTemplate>
|
||
|
|
<div id="progressBackgroundFilter"></div>
|
||
|
|
<div id="processMessage">
|
||
|
|
<div class="Left">
|
||
|
|
</div>
|
||
|
|
<div id="Center">
|
||
|
|
<br />Cargando información...<br />
|
||
|
|
<img alt="Cargando" style="margin-top: 15px;" src="../Images/Animados/cargando.gif" />
|
||
|
|
</div>
|
||
|
|
<div class="Right">
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
</ProgressTemplate>
|
||
|
|
</asp:UpdateProgress>
|
||
|
|
<div id="divCuerpo" class="container">
|
||
|
|
<form class="form-horizontal">
|
||
|
|
<div class="row">
|
||
|
|
<%--Menu--%>
|
||
|
|
<div class="col-lg-2 col-md-2 col-sm-2">
|
||
|
|
|
||
|
|
</div>
|
||
|
|
<%--Controles--%>
|
||
|
|
<div class="col-lg-10 col-md-10 col-sm-10">
|
||
|
|
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
</form>
|
||
|
|
</div>
|
||
|
|
</ContentTemplate>
|
||
|
|
</asp:UpdatePanel>
|
||
|
|
</asp:Content>
|
||
|
|
|