/
ivan
/
ModMas
Обзор
Документация
Войти
/
ivan
/
ModMas
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
ModuleMaster/qc/ibi.aspx
79 строк
2 KB
i.krivokon
Initial commit
13 мар 2026, 13:49
13 мар 2026, 13:49
00d9fb6
Код
Авторство
О чём код?
<%@ Page Language="VB" AutoEventWireup="false" CodeFile="ibi.aspx.vb" Inherits="QC_ibi" EnableEventValidation="false" ValidateRequest="false" MaintainScrollPositionOnPostback="true" %> <%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="asp" %> <%@ Register Src="~/UserControls/editableGrid.ascx" TagPrefix="uc1" TagName="editableGrid" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head runat="server"> <title></title> <style type="text/css"> .tableData { font-size: 12px; } #tblFilters td { text-align: center; border-collapse: collapse; } #tblFilters { margin: 0 auto; background: #9fce55; border-top: 3px solid #84a564; margin-bottom: 1px; } body { font-family: Arial; font-size: 12px; } .comboBoxInsideModalPopup { position: relative; } .comboBoxInsideModalPopup ul { position: absolute !important; left: 2px !important; top: 2px !important; } .auto-style1 { font-size: 18px; } .backcolor { background-color: #d0cece } </style> </head> <body> <form id="form1" runat="server"> <div> <asp:ScriptManager ID="ScriptManager1" runat="server"> </asp:ScriptManager> <div style="margin: 0 auto; background-color: #0026ff; color: #fff; width:350px; font-size: 20pt; text-align: center; " > <span style="padding-right: 15px;">҉ </span> SERK IBI Internal data </div> <table style="margin: 0 auto;"> <tr class="auto-style1"> <td class ="backcolor" >TTL defect rate </td> <td><asp:Label runat ="server" ID="ttlDefectRate"></asp:Label></td> <td class ="backcolor" >Lot Reject rate</td> <td><asp:Label runat ="server" ID="lotRejectRate"></asp:Label></td> </tr> </table> <uc1:editableGrid runat="server" ID="editableGrid1" TableId ="124" /> </div> </form> </body> </html>