28 lines
1.3 KiB
Plaintext
28 lines
1.3 KiB
Plaintext
<%@ Control Language="C#" AutoEventWireup="true" Inherits="XPST.WebUserControls.mod_barcode" CodeBehind="mod_barcode.ascx.cs" %>
|
|
<div style="text-align: center; font-size: 20pt;">
|
|
<div class="ui-grid-solo">
|
|
<div style="width: 90%; float: left;">
|
|
<asp:TextBox runat="server" ID="txtInput" Font-Size="24pt" OnTextChanged="txtInput_TextChanged" TabIndex="1" />
|
|
</div>
|
|
<div style="width: 10%; float: right;">
|
|
<asp:Button ID="btnCerca" data-theme="e" data-iconpos="bottom" data-icon="search" runat="server" data-role="button" Text="cerca" />
|
|
</div>
|
|
</div>
|
|
<div style="clear:both;">
|
|
</div>
|
|
<div class="ui-grid-solo">
|
|
<asp:Panel runat="server" ID="pnlBarcodeBox" CssClass="">
|
|
<div style="background-color: #FFE800; padding: 8px; margin: 1px;">
|
|
<asp:Label runat="server" ID="lblInput" Text="" />
|
|
</div>
|
|
<div style="background-color: #FFC500; padding: 8px; margin: 1px;">
|
|
<asp:Label runat="server" ID="lblValore" Text="" />
|
|
</div>
|
|
<div style="background-color: #FF7700; padding: 8px; margin: 1px;">
|
|
<asp:Label runat="server" ID="lblRichiesta" Text="" Font-Bold="true" />
|
|
</div>
|
|
<asp:Label ID="lblBrowser" runat="server" />
|
|
</asp:Panel>
|
|
</div>
|
|
</div>
|