a953cbf7fd
git-svn-id: https://keyhammer.ath.cx/svn/XPS/trunk@83 43c8e981-f90d-406c-a89a-24a2c4268d51
26 lines
962 B
Plaintext
26 lines
962 B
Plaintext
<%@ Control Language="C#" AutoEventWireup="true" CodeFile="mod_pageTitleAndSearch.ascx.cs"
|
|
Inherits="mod_pageTitleAndSearch" %>
|
|
<div class="topContrSx">
|
|
<table cellpadding="0" cellspacing="0">
|
|
<tr>
|
|
<td>
|
|
<asp:Label ID="lblTitolo" runat="server"></asp:Label>
|
|
</td>
|
|
<td>
|
|
|
|
</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>
|