text
stringlengths
2.5k
6.39M
kind
stringclasses
3 values
@******************************************************************************************************* // DeviceGroups.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_stack
@using jQuery.Validation.Unobtrusive.Native.Demos.Models @model PersonModel @section metatags{ <meta name="Description" content="A demo of dynamically generated form elements being parsed and validated."> } @section scripts { @Scripts.Render("~/bundles/jquery-validation", "~/bundles/knockout") <script> ...
the_stack
 @{ Layout = "~/Views/Shared/_Index.cshtml"; } <link href="~/ui/plugins/select2/select2.min.css" rel="stylesheet"/> <link href="~/ui/plugins/select2/select2-bootstrap.css" rel="stylesheet" /> <div class="container-div"> <div class="ibox"> <div class="ibox-content"> <div class="nav-tabs-cust...
the_stack
#r "Newtonsoft.Json" #r "Microsoft.WindowsAzure.Storage" using System; using System.Net; using Newtonsoft.Json; using Microsoft.WindowsAzure.MediaServices.Client; using Microsoft.WindowsAzure.MediaServices.Client.ContentKeyAuthorization; using Microsoft.WindowsAzure.MediaServices.Client.DynamicEncryption; using Micro...
the_stack
 @{ ViewData["Title"] = "Flot"; } <!-- Content Wrapper. Contains page content --> <div class="content-wrapper"> <!-- Content Header (Page header) --> <section class="content-header"> <h1> Flot Charts <small>preview sample</small> </h1> <ol class="breadcrumb"...
the_stack
 @{ ViewData["Title"] = "Viper智能自由(Viper)"; } @*<script src="~/js/jquery.min.js"></script>*@ <script src="https://cdn.jsdelivr.net/npm/jquery@3.6.0/dist/jquery.min.js"></script> <script src="~/js/base.js"></script> <!-- 先引入 Vue --> @*<script src="~/js/vue.min.js"></script>*@ <!-- 引入组件库 --> <!--<script src="~/js...
the_stack
@model HomeAutio.Mqtt.GoogleHome.ViewModels.TraitViewModel @section Scripts { <script src="https://cdnjs.cloudflare.com/ajax/libs/js-beautify/1.8.8/beautify.js"></script> <script src="~/lib/codemirror/lib/codemirror.js"></script> <script src="~/lib/codemirror/mode/javascript/javascript.js"></script> <l...
the_stack
@model ToPage @{ ViewBag.Title = "Create"; } @using (Html.BeginForm()) { @Html.AntiForgeryToken() <div class="container"> <div class="row"> <h4>Create Room</h4> <hr /> @Html.ValidationSummary(true, "", new { @class = "text-danger" }) ...
the_stack
@using TextAdventures.Quest; @using WebEditor.Views.Edit; @model WebEditor.Models.Controls.EditorControl @{ IEditorControl ctl = Model.Control; bool isFirst = Model.IsFirst; string controlType = Model.ControlType; string caption = Model.Caption; object value; value = (ctl.Attribute...
the_stack
@model Xms.Web.Models.EntityLogsModel <div class="" id="gridview"> <div class="mb-2 toolbar"> @*<div class="panel-heading"> <div class="panel-title"> <strong>@app.PrivilegeTree?.LastOrDefault().DisplayName</strong> <div class="pull-right"> ...
the_stack
@using System.Globalization @using System.Web.Hosting @using jQuery.Validation.Unobtrusive.Native.Demos.Models @model GlobalizeModel @functions{ /// <summary> /// Identifies and returns the default locale to use by mapping as close as possible from ASP.Nets culture to Globalize's locales /// </summary> ...
the_stack
// URLs for uploading packages private const string MYGET_PUSH_URL = "https://www.myget.org/F/testcentric/api/v2"; private const string NUGET_PUSH_URL = "https://api.nuget.org/v3/index.json"; private const string CHOCO_PUSH_URL = "https://push.chocolatey.org/"; // Environment Variable names holding API keys private co...
the_stack
@{ ViewBag.SubTitle = "购物车"; Layout = "~/Views/Shared/_LayoutBlank.cshtml"; } <style type="text/css"> body { /*margin-top: 1.5rem;*/ margin-top: 1.2rem; margin-bottom: 0.55rem; } #divTopTitleBar { position: fixed; left: 0rem; right: 0rem; /...
the_stack
@model SF.Module.Backend.ViewModels.HomeViewModel @{ ViewData["Title"] = "开发框架在线演示"; Layout = "~/Views/Shared/_Index.cshtml"; } <script type="text/javascript" charset="utf-8" src="~/lib/ueditor/ueditor.config.js"></script> <script type="text/javascript" charset="utf-8" src="~/lib/ueditor/ueditor.all.min.js"> <...
the_stack
@{ Layout = "~/Views/Shared/_LayoutBlank.cshtml"; } <style> body { /*margin-top: 1.5rem;*/ margin-top: 1.2rem; margin-bottom: 0.55rem; } #divTopTitleBar { position: fixed; left: 0rem; right: 0rem; /*top: 1rem;*/ top:0.7rem; hei...
the_stack
@section styles{ <link rel="stylesheet" href="~/css/bootstrap-select.min.css" /> } <div class="content-wrapper"> <section class="content-header"> <h1> 仓库管理 <small>库存查询</small> </h1> <ol class="breadcrumb"> <li><a href="#"><i class="fa fa-dashboard"></...
the_stack
@{ Layout = "/Views/Shared/_Layout.cshtml"; } <body layadmin-themealias="default" style=""> <div class="layui-fluid"> <div class="layui-card"> <div class="layui-form layui-card-header layuiadmin-card-header-auto"> <div class="layui-form-item"> <div class...
the_stack
@model Sheng.WeixinConstruction.Client.Shell.Models.DonationViewModel @{ 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
@page @model DatepickerModel @{ ViewData["Title"] = "Date Picker"; ViewData["PageName"] = "form_plugins_datepicker"; ViewData["Category1"] = "Form Plugins"; ViewData["Heading"] = "<i class='subheader-icon fal fa-credit-card-front'></i> Date Picker<sup class='badge badge-primary fw-500'>ADDON</sup>"; ViewData["Pag...
the_stack
@page @model ChartistModel @{ ViewData["Title"] = "Chartist.js"; ViewData["PageName"] = "statistics_chartist"; ViewData["Category1"] = "Statistics"; ViewData["Heading"] = "<i class='subheader-icon fal fa-chart-pie'></i> Chartist.js <sup class='badge badge-primary fw-500'>ADDON</sup>"; ViewData["PageDescription"] ...
the_stack
#addin nuget:?package=Cake.FileHelpers&version=3.2.1 #addin nuget:?package=NuGet.Packaging&version=4.7.0&loaddependencies=true #addin nuget:?package=NuGet.Protocol&version=4.7.0&loaddependencies=true using System.Linq; using System.Xml; using System.Xml.Linq; using NuGet.Common; using NuGet.Frameworks; using NuGet.Pac...
the_stack
#tool "nuget:?package=GitVersion.CommandLine" #tool "nuget:?package=GitReleaseNotes" #addin "nuget:?package=Cake.Json" #addin nuget:?package=Newtonsoft.Json&version=9.0.1 // compile var compileConfig = Argument("configuration", "Release"); var slnFile = "./Rafty.sln"; // build artifacts var artifactsDir = Directory(...
the_stack
@page @model AppcoreModel @{ ViewData["Title"] = "App.Core"; ViewData["PageName"] = "plugins_appcore"; ViewData["Category1"] = "Core Plugins"; ViewData["Heading"] = "<i class='subheader-icon fal fa-shield-alt'></i> App.core.js <sup class='badge badge-danger fw-500'>CORE</sup>"; ViewData["PageDescription"] = "The ...
the_stack
@page @model InteractiveModel @using System.Security.Claims @using SmartAdmin.WebUI.Data @using SmartAdmin.WebUI.Pages @inject ApplicationDbContext DbContext @{ ViewData["Title"] = "Interactive Instructions"; ViewData["PageName"] = "aspnetcore_interactive"; ViewData["Heading"] = "<i class='fal fa-tools'></i...
the_stack
@******************************************************************************************************* // Devices.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
 <!-- MAIN CONTENT --> <div id="content"> <!-- row --> <div class="row"> <!-- col --> <div class="col-xs-12 col-sm-7 col-md-7 col-lg-4"> <h1 class="page-title txt-color-blueDark"> <!-- PAGE HEADER --> <i class="fa-fw fa fa-home"></i> ...
the_stack
@{ ViewData["Title"] = "区域管理-列表"; Layout = "~/Views/Shared/_Index.cshtml"; } <section id="page-title"> <h1 class="title pull-left"> <div class="page-icon"> <i class="fa fa-users"></i> </div> 区域管理 </h1> <ul class="breadcrumb pull-left"> <li><a href="/User"><i clas...
the_stack
@model SmartAdmin.Domain.Models.Customer @{ ViewData["Title"] = "客户信息"; ViewData["PageName"] = "customers_index"; ViewData["Heading"] = "<i class='fal fa-window text-primary'></i> 客户信息"; ViewData["Category1"] = "组织架构"; ViewData["PageDescription"] = ""; } <div class="row"> <div class="col-lg-12 ...
the_stack
@using System.Text.RegularExpressions @using OJS.Common.Extensions @using OJS.Web.Areas.Contests.Controllers @using OJS.Workers.Common.Models @using Resource = Resources.Areas.Contests.Views.SubmissionsView @using AdministrationResource = Resources.Areas.Administration.AdministrationGeneral @model OJS.Web.Areas.Con...
the_stack
@model Xms.Web.Customize.Models.EditOptionSetModel <div class="panel panel-default"> <div class="panel-heading"> <h3 class="panel-title"> <a data-toggle="collapse" href="#collapseTwo"> <strong>@app.PrivilegeTree?.LastOrDefault().DisplayName</strong> ...
the_stack
@{ ViewData["Title"] = "任务调度管理"; } <section class="content-header"> <h1> 任务调度管理 <!-- <small>Control panel</small>--> </h1> <!-- <ol class="breadcrumb"> <li><a href="#"><i class="fa fa-dashboard"></i> Home</a></li> <li class="active">Dashboard</li> </ol>-...
the_stack
@using Resgrid.Model.Helpers @using Resgrid.Web @using Resgrid.Web.Helpers @model Resgrid.Web.Areas.User.Models.Reports.Activity.DepartmentActivityView @{ Layout = null; } <!DOCTYPE html> <html lang="en"> <head> <title>YTD Department Activity Report</title> <meta name="viewport" content="width=device-width, initi...
the_stack
@model ReportAbuseViewModel @{ ViewBag.Title = "Report Package " + Model.PackageId + " " + Model.PackageVersion; ViewBag.MdPageColumns = GalleryConstants.ColumnsFormMd; string returnUrl = ViewData.ContainsKey(GalleryConstants.ReturnUrlViewDataKey) ? (string)ViewData[GalleryConstants.ReturnUrlViewDataKey] :...
the_stack
#tool "nuget:?package=GitVersion.CommandLine&version=5.2.0" #addin "nuget:?package=Cake.Incubator&version=5.0.1" #addin "nuget:?package=Cake.FileHelpers&version=4.0.1" // see https://www.gep13.co.uk/blog/introducing-cake.dotnettool.module #module nuget:?package=Cake.DotNetTool.Module&version=0.1.0 #tool "dotnet:?packag...
the_stack
@model SmartAdmin.Domain.Models.Photo @{ ViewData["Title"] = "照片库"; ViewData["PageName"] = "photos_index"; ViewData["Heading"] = "<i class='fal fa-window text-primary'></i> 照片库"; ViewData["Category1"] = "主数据管理"; ViewData["PageDescription"] = ""; } <div class="row"> <div class="col-lg-12 col-xl-...
the_stack
<!DOCTYPE html> <html lang="en" class=" is-copy-enabled emoji-size-boost is-u2f-enabled"> <head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# object: http://ogp.me/ns/object# article: http://ogp.me/ns/article# profile: http://ogp.me/ns/profile#"> <meta charset='utf-8'> <link crossorigin="anonym...
the_stack
@model SuperDumpService.ViewModels.ReportViewModel @using SuperDumpService.Helpers; @inject IAuthorizationHelper AuthorizationHelper <script> var modalWin = new CreateModalPopUpObject(); //Uncomment below line to make look buttons as link //modalWin.SetButtonStyle("background:none;border:none;textDecoration:underl...
the_stack
@model Xms.Web.Customize.Models.EditRibbonButtonModel <div class="panel panel-default"> @*<div class="panel-heading"> <h3 class="panel-title"> <a data-toggle="collapse" href="#collapseTwo"> <strong>@app.PrivilegeTree?.LastOrDefault().DisplayName</...
the_stack
 @{ ViewBag.Title = "OrderEdit"; Layout = "~/Views/Shared/_LayoutBlank.cshtml"; } @Scripts.Render("~/Scripts/editViewCommon.js") <script> var _id = getQueryString("id"); var _mode = "create";//modify var _data = null; var _table; var _tableLog; $(document).ready(function () { ...
the_stack
@{ ViewBag.Title = "Form"; Layout = "~/Views/Shared/_Form.cshtml"; } <!--表格组件end--> <script type="text/javascript"> var keyValue = SF.utility.request('keyValue'); var parentId = SF.utility.request('parentId'); var moduleId =@ViewBag.ModuleId; $(function () { initialPage(); butt...
the_stack
@page @model StackGenerateModel @{ ViewData["Title"] = "Generate Stack"; ViewData["PageName"] = "icons_stack_generate"; ViewData["Category1"] = "Font Icons"; ViewData["Category2"] = "Stack Icons"; ViewData["Heading"] = "Stack Icons: <span class='fw-300'>Generate Stack</span> <sup class='badge badge-success fw-500...
the_stack
#r "nuget: MavenNet, 2.2.13" #r "nuget: Newtonsoft.Json, 13.0.1" #r "nuget: NuGet.Versioning, 5.11.0" // Usage: // dotnet tool install -g dotnet-script // dotnet script update-config.csx -- ../../config.json <update|bump> // This script compares the versions of Java packages we are currently binding to the // stab...
the_stack
 <!-- MAIN CONTENT --> <div id="content"> <!-- row --> <div class="row"> <!-- col --> <div class="col-xs-12 col-sm-7 col-md-7 col-lg-4"> <h1 class="page-title txt-color-blueDark"> <!-- PAGE HEADER --> <i class="fa-fw fa fa-home"></i> ...
the_stack
@model Sheng.WeixinConstruction.Client.Shell.Models.PictureVoteViewModel @{ 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
using System; using System.Collections.Generic; using System.IO; using System.Linq; public class VisualStudio { public const string DotNetRelease = "5.0"; public const string DotNetRuntime = "Microsoft.WindowsDesktop.App"; public bool IsReady { get { return !(string.IsNullOrEmpty(P...
the_stack
@model System.Collections.Generic.IEnumerable<Kooboo.CMS.Content.Services.CategoryContents> @{ var textFolder = new Kooboo.CMS.Content.Models.TextFolder(); if (Model.Count() > 0) { foreach (var item in Model) { @(Html.Partial("~/Areas/Contents/Views/TextContent/EditorTemplates/Categor...
the_stack
@page @model TooltipsModel @{ ViewData["Title"] = "Tooltips"; ViewData["PageName"] = "ui_tooltips"; ViewData["Heading"] = "<i class='subheader-icon fal fa-window'></i> Tooltips"; ViewData["Category1"] = "UI Components"; ViewData["PageDescription"] = "Examples for showing pagination to indicate a series of related...
the_stack
@model IEnumerable<WebApp.Models.CodeItem> @{ ViewBag.Title = "键值对维护"; } <!-- MAIN CONTENT --> <div id="content"> <!-- quick navigation bar --> <div class="row"> <div class="col-xs-12 col-sm-7 col-md-7 col-lg-4"> <h1 class="page-title txt-color-blueDark"> ...
the_stack
@******************************************************************************************************* // UnbalanceReport.cshtml - Gbtc // // Copyright © 2019, Grid Protection Alliance. All Rights Reserved. // // Licensed to the Grid Protection Alliance (GPA) under one or more contributor lic...
the_stack
@model Xms.Web.Models.EditRoleEntityPermissionsModel @{ if (Model.Entities.Count(x => x.EntityGroups.IsEmpty()) > 0) { var nullGroup = new Xms.Core.Data.Entity("entitygroup"); nullGroup.SetIdValue(Guid.Empty); nullGroup["name"] = "未分组"; Model.EntityGroups.Insert(0, nullGroup); ...
the_stack
@using WebApp.Models @model IEnumerable<ApplicationUser> @{ ViewBag.Title = "登录用户管理"; } <!-- MAIN CONTENT --> <div id="content"> <!-- quick navigation bar --> <div class="row"> <div class="col-xs-12 col-sm-7 col-md-7 col-lg-4"> <h1 class="page-title txt-color-blueDark"> ...
the_stack
@{ Layout = "~/Views/Shared/_LayoutBlank.cshtml"; } <style> body { /*margin-top: 1.5rem;*/ margin-top: 1.2rem; margin-bottom: 0.55rem; } #divTopTitleBar { position: fixed; left: 0rem; right: 0rem; /*top: 1rem;*/ top:0.7rem; hei...
the_stack
public class MsixInstaller : IInstaller { public MsixInstaller(BuildContext buildContext) { BuildContext = buildContext; Publisher = BuildContext.BuildServer.GetVariable("MsixPublisher", showValue: true); UpdateUrl = BuildContext.BuildServer.GetVariable("MsixUpdateUrl", showValue: true)...
the_stack
 <!-- MAIN CONTENT --> <div id="content"> <!-- row --> <div class="row"> <!-- col --> <div class="col-xs-12 col-sm-7 col-md-7 col-lg-4"> <h1 class="page-title txt-color-blueDark"> <!-- PAGE HEADER --><i class="fa-fw fa fa-home"></i> Page Header <span> ...
the_stack
using System.Collections.Generic; using System.Linq; //Here is a convenient way to build a Void type //Sealed is important to stop sum and be sure that this type as no value and is impossible to construct in any way. sealed class Void { private Void() { } //Try to call this function ! public stati...
the_stack
@model IEnumerable<WebApp.Models.Notification> @{ ViewBag.Title = "消息通知"; } <!-- MAIN CONTENT --> <div id="content"> <!-- quick navigation bar --> <div class="row"> <div class="col-xs-12 col-sm-7 col-md-7 col-lg-4"> <h1 class="page-title txt-color-blueDark"> <i class="fa...
the_stack
@using SharedLibraryCore.Configuration @using Data.Models.Client.Stats @using Stats.Helpers @using Data.Models.Client @using Data.Models.Client.Stats.Reference @using Humanizer @using Humanizer.Localisation @using IW4MAdmin.Plugins.Stats @model Stats.Dtos.AdvancedStatsInfo @{ ViewBag.Title = "Advanced Client Stati...
the_stack
@model ThankNet.Models.Introduce @{ ViewBag.Title = "Introduce"; Layout = "~/Views/Shared/_Admin.cshtml"; } <style> .editor-field input{width: 100%;} #showimg, #showimg1,#showimg2,#showimg3,#showimg4,#showimg5,#showimg6 { padding: 10px; background-color: #00bfff; height: auto;...
the_stack
@model SmartAdmin.Domain.Models.Company @{ ViewData["Title"] = "企业信息"; ViewData["PageName"] = "Companies_Index"; ViewData["Heading"] = "<i class='fal fa-window text-primary'></i> 企业信息"; ViewData["Category1"] = "组织架构"; ViewData["PageDescription"] = ""; } <div class="row"> <div class="col-lg-12 col-xl-12"> ...
the_stack
using System.Net; using System.Text.RegularExpressions; using System.Xml; using System.Xml.Linq; ////////////////////////////////////////////////////////////////////// // ARGUMENTS ////////////////////////////////////////////////////////////////////// var target = Argument("t", Argument("target", "Default")); var con...
the_stack
@model Xms.Web.Customize.Models.EditDashBoardModel @section Header { <link href="/content/css/iconfon.css?v=@app.PlatformSettings.VersionNumber" rel="stylesheet" /> <link href="/content/css/sumoselect.css?v=@app.PlatformSettings.VersionNumber" rel="stylesheet" /> } <form action="/@app.OrganizationUniqueName/c...
the_stack
@model NccPost @{ Layout = Constants.AdminLayoutName; var mainName = "My Post"; var controllerName = "PostAuthor"; Title = mainName + " Create"; SubTitle = "Create a new " + mainName.ToLower(); if (Model.Id > 0) { Title = mainName + " Edit"; SubTitle = "Update information o...
the_stack
 <!-- MAIN CONTENT --> <div id="content"> <div class="row"> <div class="col-xs-12 col-sm-7 col-md-7 col-lg-4"> <h1 class="page-title txt-color-blueDark"> <i class="fa fa-pencil-square-o fa-fw "></i> Forms <span> > ...
the_stack
@using Xms.Schema.Extensions; @using Xms.RibbonButton.Abstractions; @using Xms.QueryView.Abstractions; @model Xms.Web.Models.EntityGridModel @{ Layout = null; } @{ this.app.PageTitle = Model.QueryView.Name; } @{ var mainEntity = Model.EntityList.First(); var jsLibs = new List<string>(); var resour...
the_stack
@model SmartAdmin.WebUI.Data.Models.Log @{ /**/ ViewData["Title"] = "系统日志"; ViewData["PageName"] = "logs_index"; ViewData["Heading"] = "<i class='fal fa-ballot-check text-primary'></i> 系统日志"; ViewData["Category1"] = "系统管理"; ViewData["PageDescription"] = ""; } @section HeadBlock { <link href="~/css/stat...
the_stack
// This script copies the files we use from Avalonia into the Modern.Forms repo. // Note this is not automatic, there are still plenty of changes that need to be // manually reverted before the result will build and can be committed. using System; using System.Collections.Generic; using System.IO; using System.Text; ...
the_stack
<script> /* Stores all the client side resources such as strings, image URLs and constants. The portal will consume this and store it in memory. Add your strings here. */ var portalResources = { Keys: { /* Keys strings */ InstrumentationKe...
the_stack
@model OCM.API.Common.Model.UserSubscription <script src="https://maps.googleapis.com/maps/api/js"></script> <style type="text/css"> html, body, #map { height: 100%; margin: 0; padding: 0; } </style> @using (Html.BeginForm("SubscriptionEdit", "Profile", FormMethod.Post)) { @Html.A...
the_stack
<!DOCTYPE html> <html> <head> <title>配置服务器-初始化系统</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta charset="UTF-8" /> <!-- Bootstrap --> <link href="/assets/css/vendor/bootstrap/bootstrap.min.css" rel="stylesheet"> <link href="/lib/font-awesome-4.7.0/css/font-awesome.min...
the_stack
@model IEnumerable<long> <style> .progress { border-radius: 0 !important; } .player-stat-icon { height: 1.5rem; width: 1.5rem; background-size: 1.5rem 1.5rem; } </style> <div class="row p-0 ml-auto mr-auto mb-4"> <div class="col-12 col-xl-10 p-0 ml-auto mr-auto p-0...
the_stack
@model WebApp.Models.Employee @{ ViewBag.Title = "员工信息"; } <!-- MAIN CONTENT --> <div id="content"> <!-- quick navigation bar --> <div class="row"> <div class="col-xs-12 col-sm-7 col-md-7 col-lg-4"> <h1 class="page-title txt-color-blueDark"> <i class="fa fa-table fa-fw "></...
the_stack
@model Sheng.WeixinConstruction.Management.Shell.Models.ShakingLotteryGiftEditViewModel @{ ViewBag.Title = "ShakingLotteryGiftEdit"; Layout = "~/Views/Shared/_LayoutBlank.cshtml"; } <script> var _mode = "create";//modify var _validator; var _campaignId = getQueryString("campaignId"); var _i...
the_stack
@{ Layout = "_LayoutH"; @model Wms_material } <div id="app" v-cloak> <form class="form-horizontal" onsubmit="return false"> <div class="box-body"> <div class="form-group"> <label class="col-sm-2 control-label">物料编号</label> <div class="col-sm-10"> ...
the_stack
$(function() { // Helper function for vertically aligning DOM elements // http://www.seodenver.com/simple-vertical-align-plugin-for-jquery/ $.fn.vAlign = function() { return this.each(function(i){ var ah = $(this).height(); var ph = $(this).parent().height(); var mh = (ph - ah) / 2; $(this).css('margin-to...
the_stack
@{ ViewBag.Title = "CategoryList"; Layout = "~/Views/Shared/_Admin.cshtml"; } @Html.Partial("JqgridInit") <script src="~/Content/Js/jquery.slimscroll.min.js"></script> <script src="~/Content/Js/jquery.easy-pie-chart.min.js"></script> <script src="~/Content/Js/jquery.sparkline.min.js"></script> ...
the_stack
#tool nuget:?package=mdoc&version=5.8.3 #tool nuget:?package=xunit.runner.console&version=2.4.1 #tool nuget:?package=vswhere&version=2.8.4 using System.Linq; using System.Net.Http; using System.Runtime.InteropServices; using System.Text.RegularExpressions; using System.Xml; using System.Xml.Linq; using SharpCompress.C...
the_stack
///////////////////////////////////////////////////////////////////// // ARGUMENTS ////////////////////////////////////////////////////////////////////// var Target = Argument("target", "Default"); var Configuration = Argument("configuration", "Release"); // VERSION INFORMATION var BuildNumber = EnvironmentV...
the_stack
////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////// Task("Cake.Common.IO.FileAliases.CopyFileToDirectory") .Does(() => { // Given var sourcePath = Paths.Temp.Combine("./Cake.Common.IO.FileAliases/Copy...
the_stack
@model Piranha.Models.Manager.PageModels.EditModel @using Piranha.Extend; @using Piranha.Models.Manager.PageModels; @section Head { <script type="text/javascript" src="~/res.ashx/areas/manager/content/js/jquery.form.js"></script> <script type="text/javascript" src="~/res.ashx/areas/manager/content/js/jque...
the_stack
@inject I_Api_Helper apiHelper; @using puck.core.Models; @model List<string> @{ var models = apiHelper.AllModels(inclusive: true); var dic = new Dictionary<string, Dictionary<string, List<string>>>(); foreach (var s in Model) { var nkv = s.Split(new char[] { ':' }, StringSplitOptions.Remov...
the_stack
@model IEnumerable<SmartAdmin.Domain.Models.CodeItem> @{ ViewBag.Title = "键值对维护"; ViewData["PageName"] = "codeitems_index"; ViewData["Heading"] = "<i class='fal fa-code text-primary'></i> 键值对维护"; ViewData["Category1"] = "系统管理"; ViewData["PageDescription"] = "当有新增/修改记录后,请执行【更新javascript】才会最终生效"; } @section H...
the_stack
@model Sheng.WeixinConstruction.Management.Shell.Models.MemberViewModel @{ ViewBag.MainMenu = "Member"; ViewBag.LeftMenu = "Member"; ViewBag.Title = "会员管理"; Layout = "~/Views/Shared/_Layout.cshtml"; } <style type="text/css"> .divGroupItem { padding-top: 7px; padding-bottom: 7px; ...
the_stack
@model BlogPostSliderViewModel <style> .carousel-inner .item.left.active { transform: translateX(-33%); } .carousel-inner .item.right.active { transform: translateX(33%); } .carousel-inner .item.next { transform: translateX(33%) } .carousel-inner .item.prev { ...
the_stack
@*@model Senparc.Weixin.MP.Helpers.JsSdkUiPackage*@ @{ Layout = null; } <!DOCTYPE html> <html> <head> <meta name="viewport" content="width=device-width" /> <title>设备对接能力测试(蓝牙)</title> <script src="https://lib.sinaapp.com/js/jquery/1.10.2/jquery-1.10.2.js"></script> <script src="https://res.wx.qq....
the_stack
@******************************************************************************************************* // GraphMeasurements.cshtml - Gbtc // // Copyright © 2016, Grid Protection Alliance. All Rights Reserved. // // Licensed to the Grid Protection Alliance (GPA) under one or more contributor license agreements. S...
the_stack
@model Piranha.Models.Manager.PageModels.ListModel @section Head { <style type="text/css"> ul.sites { float: left; margin-left: 10px; margin-right: 0; margin-bottom: 0; } ul.sites li a.selected { border: 0 none; ...
the_stack
@using Orchard.Utility.Extensions; @model Orchard.Taxonomies.ViewModels.LocalizedTaxonomiesViewModel @{ Script.Require("jQuery"); var Taxonomyprefix = ((ViewData)).TemplateInfo.HtmlFieldPrefix.Replace('.', '_'); using (Script.Foot()) { <script type="text/javascript"> //<![CDATA[ ...
the_stack
@******************************************************************************************************* // PagedViewModel.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_stack
@model SmartAdmin.Domain.Models.RoleMenu @{ ViewData["Title"] = "角色授权"; ViewData["PageName"] = "rolemenus_index"; ViewData["Heading"] = "<i class='fal fa-users text-primary'></i> 角色授权"; ViewData["Category1"] = "系统管理"; ViewData["PageDescription"] = ""; } @section HeadBlock { <link href="~/js/easyui/them...
the_stack
@using Elect.Web.DataTable.Models.Constants @using Elect.Web.DataTable.Utils.DataTableModelUtils @using Elect.Web.IUrlHelperUtils @using Newtonsoft.Json.Linq @model Elect.Web.DataTable.Models.DataTableModel <script type="text/javascript"> $(function() { var $table = $('#@Model.Id'); var $dataTabl...
the_stack
@* Generator : WebPagesHelper *@ @using System.Diagnostics @using System.Web.WebPages.Scope @using System.Web.UI.WebControls @using System.Globalization @using Microsoft.Internal.Web.Utils @functions { private const string DefaultWidth = "300px"; private const string DefaultHeight = "300px"; private stat...
the_stack
@model Sheng.WeixinConstruction.Management.Shell.Models.PortalStyle_TemplateViewModel @{ ViewBag.MainMenu = "Portal"; ViewBag.LeftMenu = "PortalStyle"; ViewBag.Title = "微主页设置"; Layout = "~/Views/Shared/_Layout.cshtml"; } <script type="text/javascript"> var _validator; var _templateId; ...
the_stack
@page @model InboxGeneralModel @{ ViewData["Title"] = "Inbox"; ViewData["PageName"] = "page_inbox_general"; ViewData["Heading"] = "inbox"; ViewData["Category1"] = "Page Views"; ViewData["PreemptiveClass"] = "nav-function-minify layout-composed"; } @section HeadBlock { <link rel="stylesheet" media="screen, print" ...
the_stack
@******************************************************************************************************* // RemoteConsole.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_stack
@model ZLMediaServerManagent.Models.ViewDto.PowerDto @{ ViewData["Title"] = "域名和应用"; } <section class="tile color transparent-black"> <!-- tile header --> <div class="tile-header"> <h1><strong>域名和应用</strong>管理</h1> </div> <!-- /tile header --> <!-- tile body --> <div class="tile-body...
the_stack
@{ Layout = null; } <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link href="~/Content/bootstrap.css" rel="stylesheet" /> <!-- HTML5 shim and Respond.js for IE8 suppor...
the_stack
@{ Layout = ""; } <!DOCTYPE html> <html lang="en"> <head> <!--Third party scripts and code linked to or referenced here are licensed to you by the third parties that own such code, not by Microsoft, see ASP.NET Ajax CDN Terms of Use – http://www.asp.net/ajaxlibrary/CDN.ashx.--> <script src="//ajax.aspnetcd...
the_stack
@model Xms.Web.Customize.Models.WebResourceModel @{ Layout = null; } @{ Xms.Web.Models.DialogModel dialogModel = ViewData["DialogModel"] as Xms.Web.Models.DialogModel; } <!-- (Modal) --> <div class="modal fade" id="webResourceModal" tabindex="-1" role="dialog" aria-labelledby="webResourceModalLabel" aria-...
the_stack
@model Sheng.WeixinConstruction.Client.Shell.Models.PointCommodityOrderDetailViewModel @{ ViewBag.SubTitle = "订单详情"; Layout = "~/Views/Shared/_LayoutBlank.cshtml"; } <style type="text/css"> body { margin-top: 0.6rem; margin-bottom: 0.2rem; } #divTopTitle { height: 0.5rem...
the_stack
@model NccPage @{ Layout = Constants.AdminLayoutName; //var controllerName = "CmsPage"; Title = "Page Create"; SubTitle = "Create a new page"; if (Model.Id > 0) { Title = "Page Edit"; SubTitle = "Update information of a page"; } } <style> .tabBorderDesign { bor...
the_stack