text
stringlengths
2.5k
6.39M
kind
stringclasses
3 values
@******************************************************************************************************* // Layout.cshtml - Gbtc // // Copyright © 2016, Grid Protection Alliance. All Rights Reserved. // // Licensed to the Grid Protection Alliance (GPA) under one or more contributor license agreements. See // the ...
the_stack
@******************************************************************************************************* // SelectGroupDevices.cshtml - Gbtc // // Copyright © 2016, Grid Protection Alliance. All Rights Reserved. // // Licensed to the Grid Protection Alliance (GPA) under one or more contributor license agreements. ...
the_stack
 @{ ViewBag.Title = "App"; } <div style="width:100%;height:100%"> <div class="panel-body" style="padding-bottom:0px;"> <div class="panel panel-default"> <div class="panel-heading">查询条件</div> <div class="panel-body"> <form id="formSearch" class="form-horizontal"> ...
the_stack
@page @model MarketingDashboardModel @{ ViewData["Title"] = "Marketing Dashboard"; ViewData["PageName"] = "intel_marketing_dashboard"; ViewData["Category1"] = "Application Intel"; ViewData["Heading"] = "<i class='subheader-icon fal fa-chart-area'></i> Marketing <span class='fw-300'>Dashboard</span>"; } @section He...
the_stack
#l "lib-generic.cake" #l "lib-logging.cake" #l "lib-msbuild.cake" #l "lib-nuget.cake" #l "lib-signing.cake" #l "lib-sourcelink.cake" #l "issuetrackers.cake" #l "installers.cake" #l "sourcecontrol.cake" #l "notifications.cake" #l "generic-tasks.cake" #l "apps-uwp-tasks.cake" #l "apps-web-tasks.cake" #l "apps-wpf-tasks.c...
the_stack
@page @model ChartjsModel @{ ViewData["Title"] = "Chart.js"; ViewData["PageName"] = "statistics_chartjs"; ViewData["Category1"] = "Statistics"; ViewData["Heading"] = "<i class='subheader-icon fal fa-chart-pie'></i> Chart.js <sup class='badge badge-primary fw-500'>ADDON</sup>"; ViewData["PageDescription"] = "Simpl...
the_stack
@model Sheng.WeixinConstruction.Client.Shell.Models.ShakingLotteryViewModel @{ ViewBag.SubTitle = "活动"; Layout = "~/Views/Shared/_LayoutBlank.cshtml"; } <style type="text/css"> body { margin-bottom: 0.55rem; } .campaignName { font-size: 0.14rem; font-weight: bold; } ...
the_stack