/
ivan
/
ModMas
Обзор
Документация
Войти
/
ivan
/
ModMas
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
ModuleMaster/mm/gr_aging.aspx
82 строки
3 KB
i.krivokon
Initial commit
13 мар 2026, 13:49
13 мар 2026, 13:49
00d9fb6
Код
Авторство
О чём код?
,jkm<%@ Page Language="VB" AutoEventWireup="false" CodeFile="GR_aging.aspx.vb" Inherits="r" %> <%@ Register Src="~/UserControls/editableGridNew.ascx" TagPrefix="uc1" TagName="editableGridNew" %> <%@ Register Src="~/UserControls/alerter.ascx" TagPrefix="uc1" TagName="alerter" %> <!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head runat="server"> <title>Production vs OQC vs out</title> <link href="../Styles/page.css" rel="stylesheet" /> <style> a { color: white; text-decoration:none; } .cellid a { color: white; text-decoration:none; } .headerID a { color: white; text-decoration:underline; } </style> </head> <body style="background-color: black"> <form id="form1" runat="server"> <%--<div class="center"> <asp:ImageButton ID="ibRefresh" runat="server" ImageUrl="~/Images/Refresh.png" class="vcenter" /> <asp:ImageButton ID="ibExcelDownload" runat="server" Height="27" Width="27" ImageUrl="~/Images/Microsoft%20Office%202003%20Excel.png" CssClass="vcenter" /> </div><br/>--%> <div class="center"> Production date: <input type="date" id="graph_date" runat ="server" onchange="submit();" /> </div> <table border="1"> <tr> <td style="vertical-align: central "> <asp:GridView ID="Summary_table" runat="server" CellPadding="4" ForeColor="Black" Style="margin: 0 auto;" AutoGenerateColumns="True" HorizontalAlign="Center" Height="500"> <AlternatingRowStyle BackColor="Black" ForeColor="White" /> <EditRowStyle BackColor="#2461BF" /> <EmptyDataRowStyle BackColor="Red" /> <FooterStyle BackColor="red" Font-Bold="True" ForeColor="White" Font-Size="20" /> <HeaderStyle BackColor="#000066" Font-Bold="True" ForeColor="White" Font-Size="18" /> <PagerSettings Mode="NumericFirstLast" PageButtonCount="5" /> <PagerStyle BackColor="#2461BF" ForeColor="White" HorizontalAlign="Center" /> <RowStyle BackColor="#333333" HorizontalAlign="Center" VerticalAlign="Middle" Font-Size="18" ForeColor="White" /> <SelectedRowStyle BackColor="#663300" Font-Bold="True" ForeColor="white" /> <SortedAscendingCellStyle BackColor="#F5F7FB" /> <SortedAscendingHeaderStyle BackColor="#6D95E1" /> <SortedDescendingCellStyle BackColor="#E9EBEF" /> <SortedDescendingHeaderStyle BackColor="#4870BE" /> </asp:GridView> </td> </tr> </table> <asp:SqlDataSource ID="SqlDataSource_summary_table" runat="server" ConnectionString="<%$ ConnectionStrings:SERKIntranetConnectionString %>"> </asp:SqlDataSource> <asp:ScriptManager ID="ScriptManager1" runat="server"></asp:ScriptManager> <asp:Timer ID="Timer1" runat="server" Enabled="False"></asp:Timer> </form> </body> </html>