/
ivan
/
ModMas
Обзор
Документация
Войти
/
ivan
/
ModMas
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
ModuleMaster/demurrage/mail_prepare.aspx
160 строк
10 KB
i.krivokon
Initial commit
13 мар 2026, 13:49
13 мар 2026, 13:49
00d9fb6
Код
Авторство
О чём код?
<%@ Page Language="VB" AutoEventWireup="false" CodeFile="mail_prepare.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>Containers detention & cost</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"> <asp:Panel ID="panel" runat="server" HorizontalAlign="Left"> <table border="1"> <tr> <td> <div class="center"> <asp:Chart ID="Container_trend_graph" runat="server" Width="1100px" Height="350px" BackColor="White" ImageType="Png" ImageLocation="~/TempImages/ChartPic_#SEQ(30000,10080)" ImageStorageMode="UseImageLocation"> <Titles> <asp:Title ShadowColor="32, 0, 0, 0" Font="Times New Roman bold, 14pt" Text="Containers trend" ForeColor="#006FC0"></asp:Title> </Titles> <Series runat="server"> <asp:Series Name="container" MarkerSize="10" MarkerStyle="Square" BorderWidth="2" Font="Times New Roman bold, 10pt" ChartType="line" Color="#339933" runat="server" LegendText="Container" XValueType="Int32" IsValueShownAsLabel="True" LabelForeColor="#339933"> <SmartLabelStyle AllowOutsidePlotArea="No" MovingDirection="Top" /> </asp:Series> <asp:Series Name="demurrage" MarkerSize="10" MarkerStyle="Circle" Label="" BorderWidth="2" Font="Times New Roman bold, 10pt" ChartType="line" Color="#FC090A" runat="server" LegendText="Demurrage" XValueType="Int32" IsValueShownAsLabel="True" LabelForeColor="#FC090A"> <SmartLabelStyle AllowOutsidePlotArea="No" MovingDirection="Bottom" /> </asp:Series> </Series> <ChartAreas> <asp:ChartArea Name="ChartArea1" Area3DStyle-Enable3D="False" Area3DStyle-Inclination="10" Area3DStyle-Rotation="5" AlignmentOrientation="Horizontal" Area3DStyle-IsClustered="True" BackColor="#B9CDE5"> <AxisX IntervalType="Auto" Interval="1" LineColor="White" IsLabelAutoFit="False" Minimum="1" Title="Day" TitleForeColor="Black"> <MajorGrid LineColor="Red" IntervalType="Auto" Interval="1" Enabled="False" /> <LabelStyle ForeColor="#339933" Font="Times New Roman bold, 10pt"/> </AxisX> <AxisY Title="Quantity" TextOrientation="Rotated270" LineColor="White" TitleForeColor="Black" IsLabelAutoFit="false" ArrowStyle="None"> <MajorGrid LineColor="White" /> <LabelStyle ForeColor="Black" Font="Times New Roman bold, 10pt" /> </AxisY> <AxisY2 Title="Quantity" TextOrientation="Rotated270" LineColor="White" TitleForeColor="Black" IsLabelAutoFit="false" Enabled="True"> <MajorGrid LineColor="White" /> <LabelStyle ForeColor="Black" Font="Times New Roman bold, 10pt" /> </AxisY2> <Area3DStyle Inclination="10" IsClustered="True" Rotation="5" /> </asp:ChartArea> </ChartAreas> <Legends> <asp:Legend Name="Legend1" Docking="Bottom" Alignment="Center" Font="Times New Roman bold, 12pt" BackColor="White" IsDockedInsideChartArea="True" ItemColumnSeparator="Line" ForeColor="#339933" IsTextAutoFit="False"> </asp:Legend> </Legends> </asp:Chart> </div> </td> </tr> </table> <br /> <table border="1" > <tr> <td style="vertical-align: central"> <asp:GridView ID="Summary_table" runat="server" CellPadding="6" ForeColor="Black" AutoGenerateColumns="True" HorizontalAlign="Center" Width="1100px"> <HeaderStyle BackColor="#000066" Font-Bold="True" ForeColor="White" Font-Size="10" Font-Names="Times New Roman" HorizontalAlign="Center" /> <RowStyle BackColor="White" HorizontalAlign="Center" VerticalAlign="Middle" Font-Size="10" ForeColor="Black" Font-Names="Times New Roman" /> </asp:GridView> </td> </tr> </table> <br /> <table border="1"> <tr> <td style="vertical-align: central"> <asp:GridView ID="Second_table" runat="server" CellPadding="1" ForeColor="Black" Style="margin: 0 auto;" AutoGenerateColumns="True" HorizontalAlign="Center"> <AlternatingRowStyle BackColor="White" ForeColor="Black" /> <EditRowStyle BackColor="#2461BF" /> <HeaderStyle BackColor="#000066" Font-Bold="True" ForeColor="White" Font-Size="10" Font-Names="Times New Roman" HorizontalAlign="Center" /> <PagerSettings Mode="NumericFirstLast" PageButtonCount="5" /> <PagerStyle BackColor="#2461BF" ForeColor="White" HorizontalAlign="Center" /> <RowStyle BackColor="White" HorizontalAlign="Center" VerticalAlign="Middle" Font-Size="10" ForeColor="Black" Font-Names="Times New Roman" /> <SelectedRowStyle BackColor="White" Font-Bold="True" ForeColor="Black" /> </asp:GridView> </td> </tr> </table> <br /> <table border="1"> <tr> <td style="vertical-align: central"> <asp:GridView ID="Third_table" runat="server" CellPadding="1" ForeColor="Black" Style="margin: 0 auto;" AutoGenerateColumns="True" HorizontalAlign="Center"> <AlternatingRowStyle BackColor="White" ForeColor="Black" /> <EditRowStyle BackColor="#2461BF" /> <HeaderStyle BackColor="#000066" Font-Bold="True" ForeColor="White" Font-Size="10" Font-Names="Times New Roman" HorizontalAlign="Center" /> <PagerSettings Mode="NumericFirstLast" PageButtonCount="5" /> <PagerStyle BackColor="#2461BF" ForeColor="White" HorizontalAlign="Center" /> <RowStyle BackColor="White" HorizontalAlign="Center" VerticalAlign="Middle" Font-Size="10" ForeColor="Black" Font-Names="Times New Roman" /> <SelectedRowStyle BackColor="White" Font-Bold="True" ForeColor="Black" /> </asp:GridView> </td> </tr> </table> <br /> <table border="1"> <tr> <td style="vertical-align: central"> <asp:GridView ID="Forth_table" runat="server" CellPadding="1" ForeColor="Black" Style="margin: 0 auto;" AutoGenerateColumns="True" HorizontalAlign="Center"> <AlternatingRowStyle BackColor="White" ForeColor="Black" /> <EditRowStyle BackColor="#2461BF" /> <HeaderStyle BackColor="#000066" Font-Bold="True" ForeColor="White" Font-Size="10" Font-Names="Times New Roman" HorizontalAlign="Center" /> <PagerSettings Mode="NumericFirstLast" PageButtonCount="5" /> <PagerStyle BackColor="#2461BF" ForeColor="White" HorizontalAlign="Center" /> <RowStyle BackColor="White" HorizontalAlign="Center" VerticalAlign="Middle" Font-Size="10" ForeColor="Black" Font-Names="Times New Roman" /> <SelectedRowStyle BackColor="White" Font-Bold="True" ForeColor="Black" /> </asp:GridView> </td> </tr> </table> <asp:SqlDataSource ID="Sql_trend" runat="server" ConnectionString="<%$ ConnectionStrings:SERKIntranetConnectionString %>"></asp:SqlDataSource> <asp:SqlDataSource ID="SqlDataSource_summary_table" runat="server" ConnectionString="<%$ ConnectionStrings:SERKIntranetConnectionString %>"></asp:SqlDataSource> <asp:SqlDataSource ID="SqlDataSource_second_table" runat="server" ConnectionString="<%$ ConnectionStrings:SERKIntranetConnectionString %>"></asp:SqlDataSource> <asp:SqlDataSource ID="SqlDataSource_third_table" runat="server" ConnectionString="<%$ ConnectionStrings:SERKIntranetConnectionString %>"></asp:SqlDataSource> <asp:SqlDataSource ID="SqlDataSource_Forth_table" runat="server" ConnectionString="<%$ ConnectionStrings:SERKIntranetConnectionString %>"></asp:SqlDataSource> <asp:ScriptManager ID="ScriptManager1" runat="server"></asp:ScriptManager> </asp:Panel> </form> </body> </html>