Files
limanapp/GeLiSt/WebUserControls/mod_pageTitleAndSearch.ascx
Samuele Locatelli a196544a6c Legacy site commit
2021-10-07 16:23:17 +02:00

29 lines
1.0 KiB
Plaintext

<%@ Control Language="C#" AutoEventWireup="true" Inherits="mod_pageTitleAndSearch" CodeBehind="mod_pageTitleAndSearch.ascx.cs" %>
<% if (false)
{ %>
<link href="../css/Style.css" rel="stylesheet" type="text/css" />
<% } %>
<div class="topContrSx">
<table cellpadding="0" cellspacing="0">
<tr>
<td>
<asp:Label ID="lblTitolo" runat="server" />
</td>
<td>
&nbsp;
</td>
<td>
<asp:UpdateProgress ID="updtRicerca" runat="server" DisplayAfter="10" DynamicLayout="false">
<ProgressTemplate>
<div id="progress_back">
</div>
<div id="progress_top">
<asp:Image ID="ProgressBar" ImageUrl="~/images/ProgressBar.gif" runat="server" />
</div>
</ProgressTemplate>
</asp:UpdateProgress>
</td>
</tr>
</table>
</div>