text stringlengths 2.5k 6.39M | kind stringclasses 3
values |
|---|---|
@model SmartAdmin.WebUI.Data.Models.ApplicationUser
@{
/**/
ViewData["Title"] = "登录账号";
ViewData["PageName"] = "accountmanage_index";
ViewData["Heading"] = "<i class='fal fa-users text-primary'></i> 登录账号";
ViewData["Category1"] = "系统管理";
ViewData["PageDescription"] = "";
}
@section HeadBlock {
<link hr... | the_stack |
@model Sheng.WeixinConstruction.Infrastructure.CouponEntity
@{
ViewBag.Title = "CouponDistribute";
Layout = "~/Views/Shared/_LayoutBlank.cshtml";
}
<script type="text/javascript" src="/Scripts/laydate/laydate.js"></script>
<script>
var _couponId = getQueryString("couponId");
var _member;
var ... | the_stack |
//////////////////////////////////////////////////////////////////////////////
public static void AssertFiles(this FilePathCollection collection, params FilePath[] files)
{
Assert.NotNull(collection);
Assert.Equal(files.Length, collection.Count);
foreach(var file in files)
{
Assert.True(collect... | the_stack |
@model WebApp.Models.OrderDetail
<script type="text/javascript">
//是否开启行内编辑
const SUBEDITINLINE = false;
//初始化 OrderDetail datagrid
var $orderdetailsdg = $('#orderdetails_datagrid');
//当前行记录
var orderdetail = {};
//datagrid CRUD method
var orderdetails_editIndex = undefined;
//取消
fu... | the_stack |
@{
Layout = null;
}
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width" />
<title>Index</title>
<style>
body,ul,ol,li,p,h1,h2,h3,h4,h5,h6,form,fieldset,table,td,img,div{margin:0;padding:0;border:0;}
ul,ol{list-style-type:none;}
select,input,img,select{vertical-a... | the_stack |
@model Xms.Web.Models.FilterModel
@{
Layout = null;
}
@{
DialogModel dialogModel = ViewData["DialogModel"] as DialogModel;
}
<!--(Modal) -->
<div class="modal fade" id="filtersModal" tabindex="-1" role="dialog"
aria-labelledby="filtersModalLabel" aria-hidden="true">
<div class="modal-dialog">
... | the_stack |
@{
ViewBag.MainMenu = "Portal";
ViewBag.LeftMenu = "CustomForm";
ViewBag.Title = "自定义表单";
Layout = "~/Views/Shared/_Layout.cshtml";
}
<link rel="stylesheet" type="text/css" href="/Scripts/wangEditor/css/wangEditor.min.css">
<script type="text/javascript" src='/Scripts/wangEditor/js/wangEditor.min.js'... | the_stack |
@page
<div class="container-fluid mt-3 mb-3">
<h2 class="mt-4">Custom select</h2>
<div class="row mt-4">
<div class="col-3">
<select class="custom-select">
<option value="">Choose an item</option>
@for (var i = 0; i < 10; i++){ <option value="1">Item @i</opt... | the_stack |
@model PackageListViewModel
@{
ViewBag.Title = String.IsNullOrWhiteSpace(Model.SearchTerm) ? "Packages" : "Packages matching " + Model.SearchTerm;
ViewBag.SortText = String.IsNullOrWhiteSpace(Model.SearchTerm) ? "recent installs" : "relevance";
ViewBag.Tab = "Packages";
ViewBag.BlockSearchEngineIndexing... | the_stack |
@page
@model IonrangesliderModel
@{
ViewData["Title"] = "Ion.RangeSlider";
ViewData["PageName"] = "form_plugins_ionrangeslider";
ViewData["Category1"] = "Form Plugins";
ViewData["Heading"] = "<i class='subheader-icon fal fa-credit-card-front'></i> Ion.RangeSlider<sup class='badge badge-primary fw-500'>ADDON</sup>"... | the_stack |
@{
ViewData["Title"] = "Index";
Layout = "~/Views/Shared/_Index.cshtml";
}
<link href="~/ui/plugins/jquery-layout/jquery.layout-latest.css" rel="stylesheet" />
<link href="~/ui/plugins/jquery-ztree/3.5/css/metro/zTreeStyle.css" rel="stylesheet" />
<div class="ui-layout-west">
<div class="box box-main">
... | the_stack |
@{
ViewBag.Title = "MenuEdit";
Layout = "~/Views/Shared/_LayoutBlank.cshtml";
}
<script>
var _domainId = '@ViewBag.Domain.Id';
var _appId = '@ViewBag.DomainContext.AppId';
//在同一个form中创建多个jValidate验证器不灵
var _validator_wxc_function;
var _validator_view;
var _validator_wxc_campaign;
... | the_stack |
@helper VipIcon()
{
<script>
function vipIcon(){
layerAlert("只有 VIP 用户才可使用此功能。");
}
</script>
<span style="color:red;font-size:13px;font-style:italic;cursor:pointer" onclick="vipIcon()">VIP</span>
}
@helper InputForm()
{
<script type="text/html" id="div... | the_stack |
@{
ViewBag.Title = "Index";
Layout = null;
}
<!--
> Muaz Khan - https://github.com/muaz-khan
> MIT License - https://www.webrtc-experiment.com/licence/
> Documentation - https://github.com/muaz-khan/RecordRTC
> and - RecordRTC.org
-->
<!DOCTYPE html>
<html lang="en">
<head>
<title... | the_stack |
@page
@model ValidationModel
@{
ViewData["Title"] = "Validation";
ViewData["PageName"] = "form_validation";
ViewData["Heading"] = "<i class='subheader-icon fal fa-edit'></i> Validation";
ViewData["Category1"] = "Form Stuff";
ViewData["PageDescription"] = "Provide valuable, actionable feedback to your users with H... | the_stack |
@using YL.Core.Dto
@using YL.Utils.Json
@{
Layout = "_LayoutH";
@model RoleMenuDto
}
<div id="app" v-cloak>
<form class="form form-horizontal" onsubmit="return false">
<div class="box-body">
<div class="form-group">
<label class="col-sm-2 control-label"><span class="c-r... | the_stack |
@page
@model SparklineModel
@{
ViewData["Title"] = "Sparkline";
ViewData["PageName"] = "statistics_sparkline";
ViewData["Category1"] = "Statistics";
ViewData["Heading"] = "<i class='subheader-icon fal fa-chart-pie'></i> Sparkline <sup class='badge badge-primary fw-500'>ADDON</sup>";
ViewData["PageDescription"] = ... | the_stack |
@using OrchardCore.OpenId.ViewModels
@using OrchardCore.OpenId.Settings
@using System.Security.Cryptography.X509Certificates
@model OpenIdServerSettingsViewModel
<p class="alert alert-warning">@T["The current tenant will be reloaded when the settings are saved."]</p>
<h3>@T["Endpoints"]</h3>
<div class="form-group" a... | the_stack |
@model ProductDetailsModel
@using Nop.Core
@using Nop.Core.Domain.Seo;
@using Nop.Core.Infrastructure;
@using Nop.Services.Localization;
@using Nop.Web.Models.Catalog;
@using Nop.Web.Extensions;
@using Nop.Web.Controllers;
@functions
{
public List<ProductOverviewModel> GetProducts(dynamic itemset)
{
i... | the_stack |
@{
Layout = null;
}
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width" />
<title>张寿宴玉雕工作室</title>
@*@Scripts.Render("~/Scripts/UserAgent.js")*@
@*<script type="text/javascript">
var _userAgent = ... | the_stack |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>@ViewBag.Title - Sketch2Code - Transform sketches into HTML markup automagically!</title>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/boot... | the_stack |
@{
ViewBag.Title = "权限管理";
Layout = "~/Views/Shared/_Layout.cshtml";
}
<link rel="stylesheet" href="~/js/plugins/zTree/3.5/metroStyle/metroStyle.css?201811201906" />
<style>
body{
min-width: 800px;
overflow-x: auto;
}
div {
display: inline;
}
div.left {
... | the_stack |
@page "/"
@inject JobsService JobsService
@inject Blazored.Storage.ILocalStorage LocalStorage
@inject IJSRuntime JSRuntime
@inject Microsoft.AspNetCore.Blazor.Services.IUriHelper UriHelper
@using Benchmarks.UI.App.Services
@using System.Web
@using System.Text
@using System.IO
@using Newtonsoft.Json;
<!-- Nav tabs -->... | the_stack |
@* Generator: Template GeneratePrettyNames: true *@
@using System
@using System.Collections.Generic
@using System.Linq
@using System.Security.Cryptography
@using System.Text
@using Humanizer
@using Newtonsoft.Json
@using Newtonsoft.Json.Linq
@using RazorGenerator.Templating
@using Templates.CodeGen
@using T... | the_stack |
#r "nuget:Newtonsoft.Json,10.0.3"
#load "CauldronBuilderData.csx"
#load "NugetMetaDataJson.csx"
#load "NuspecInfo.csx"
using Newtonsoft.Json;
using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Net.Http;
using... | the_stack |
<!-- MAIN CONTENT -->
<div id="content">
<!-- Bread crumb is created dynamically -->
<!-- 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... | 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-desktop fa-fw "></i>
UI Elements
<span>
>
... | the_stack |
@page
@{
ViewData["Title"] = "Privacy Policy";
}
<h1>AllReady Privacy Policy</h1>
<div>
This privacy policy has been compiled to better serve those who are concerned
with how their 'Personally Identifiable Information' (PII) is being used online.
PII, as described in US privacy law and information sec... | the_stack |
@page
@model FlotModel
@{
ViewData["Title"] = "Flot";
ViewData["PageName"] = "statistics_flot";
ViewData["Category1"] = "Statistics";
ViewData["Heading"] = "<i class='subheader-icon fal fa-chart-pie'></i> Flot <sup class='badge badge-primary fw-500'>ADDON</sup>";
ViewData["PageDescription"] = "Flot is a pure Java... | the_stack |
#addin nuget:?package=Cake.Xamarin //&version=2.0.1
//#addin nuget:?package=Cake.Xamarin.Build //&version=3.0.6
#addin nuget:?package=Cake.FileHelpers //&2.0.0
#addin nuget::?package=Cake.Incubator //&version=1.6.0
#addin nuget:?package=Xamarin.Nuget.Validator&version=1.1.1
/*
-----------------------------------------... | the_stack |
@using cohort
@{
Layout = "~/Views/Shared/_WithoutNavNarrow.cshtml";
}
@section Head
{
@if (Cohort.Site.Stripe.Enabled && Cohort.Site.Stripe.CaptureCardOnSignUp)
{
<link href="/Content/cc.css" rel="stylesheet" media="screen">
}
}
<form class="form-horizontal" action='@Url.Action("SignUp",... | the_stack |
@model HomePageModel
@{
var additionalClasses = "";
if (Model.HideDetails)
{
additionalClasses = "initially-hidden";
}
}
<div class="container-fluid tagline">
@if (!string.IsNullOrEmpty(Model.CustomDescription))
{
<div style="white-space:pre-wrap">@Model.CustomDescription</div>... | the_stack |
// This C# script can be executed using the csi
// tool found in Tools\net46\roslyn\tools.
//
// It produces an IL file (on stdout) containing tests
// for all possible integral ldind/conv combinations.
using System;
using System.Collections.Generic;
using System.IO;
class ILType
{
public static readonly ILType I... | the_stack |
@{
Layout = null;
}
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width" />
<title>PhaAccounts</title>
@*Easyui需要引入的文件*@
<script type="text/javascript" src="~/Content/jquery-easyui-1.4.5/jquery.min.js"></script>
<script type="text/javascript" src="~/Content/jquery-... | the_stack |
using System.Text.RegularExpressions;
private void WriteImportOfVersionInfoToMsBuildFile()
{
WriteToMsBuildXml("./src/directory.build.props", root => {
root.AddFirst(
new XElement("Import",
new XAttribute("Project", "$(MSBuildThisFileDirectory)versioninfo.props"),
... | the_stack |
@{
ViewBag.MainMenu = "Campaign";
ViewBag.LeftMenu = "PictureVote";
ViewBag.Title = "投票";
Layout = "~/Views/Shared/_Layout.cshtml";
}
<script language="javascript">
var _mode = "create";//modify
var _validator;
var _pictureVote;
$(document).ready(function () {
setOnlyMembe... | the_stack |
@page
@model SpecOps.Pages.Admin.TerminalModel
@{
ViewData["Title"] = "Terminal";
}
@section head {
<!-- jQuery Terminal -->
<link rel="stylesheet" href="@Url.Content("~/css/jquery.terminal.min.css")">
<!-- PrismJS (configured for dark background and powershell commands) -->
<link rel="stylesheet ... | the_stack |
@using System.IO;
<link rel="stylesheet" href="wwwroot/lib/bootstrap/css/bootstrap.min.css" />
<link rel="stylesheet" href="wwwroot/css/site.css" />
@{
async void RenderReferences()
{
var logoBinary = File.ReadAllBytes(@Url.Content("wwwroot/images/CRR/CRR_logo.png"));
var logoURI = @"data:ima... | the_stack |
@using Resgrid.Model
@model Resgrid.Web.Areas.User.Models.Shifts.NewShiftView
@{
ViewBag.Title = "Resgrid | New Shift";
Layout = "~/Areas/User/Views/Shared/_UserLayout.cshtml";
}
<link rel="stylesheet" href="~/lib/bootstrapvalidator/css/bootstrapValidator.css" />
<style>
.ui-datepicker {
width: 100% !import... | 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-map-marker fa-fw "></i> Google Map <span>
>
Custom Skins
... | the_stack |
@model Sheng.WeixinConstruction.Management.Shell.Models.MemberQRCodeDetailViewModel
@{
ViewBag.MainMenu = "Campaign";
ViewBag.LeftMenu = "MemberQRCode";
ViewBag.Title = "粉丝海报";
Layout = "~/Views/Shared/_Layout.cshtml";
}
<script type="text/javascript" src="/Scripts/laydate/laydate.js"></script>
<scr... | the_stack |
@page "{rpCategoryId?}/{rpScriptId?}"
@model SpecOps.Pages.User.ScriptsModel
@{
ViewData["Title"] = "Script Runner";
}
@section head {
<!-- DataTables -->
<link rel="stylesheet" href="@Url.Content("~/plugins/datatables-bs4/css/dataTables.bootstrap4.min.css")">
<link rel="stylesheet" href="@Url.Content... | the_stack |
@using jQuery.Validation.Unobtrusive.Native.Demos.Models
@model CustomValidationModel
@section metatags{
<meta name="Description" content="A demo of custom validation.">
}
@section scripts
{
@Scripts.Render("~/bundles/jquery-validation")
<script>
// Add our custom rule / method
jQuery.valid... | the_stack |
@model News
@{
Layout = Constants.AdminLayoutName;
var mainName = "News";
Title = mainName + " Create";
SubTitle = "Create a new " + mainName.ToLower();
if (Model.Id > 0)
{
Title = mainName + " Update";
SubTitle = "Update an existing " + mainName.ToLower();
}
}
<style>... | the_stack |
BuildParameters.Tasks.InstallOpenCoverTask = Task("Install-OpenCover")
.WithCriteria(() => BuildParameters.BuildAgentOperatingSystem == PlatformFamily.Windows, "Not running on windows")
.Does(() => RequireTool(ToolSettings.OpenCoverTool, () => {
}));
BuildParameters.Tasks.TestNUnitTask = Task("Test-NUnit")... | the_stack |
@{
Layout = null;
}
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width" />
<title>Index</title>
@Styles.Render("~/easyui-super/css")
@Styles.Render("~/fsLayui/css")
@Scripts.Render("~/fsLayui/js")
@Scripts.Render(new string[] { "~/fsLayui/plugin... | the_stack |
@{
Layout = null;
}
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>User Journey Player</title>
<link rel="stylesheet" type="text/css" href="~/css/trace_102.css" />
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script src="~/js/c... | the_stack |
var publishingError = false;
///////////////////////////////////////////////////////////////////////////////
// Support function for comparing cake version support
///////////////////////////////////////////////////////////////////////////////
public bool IsSupportedCakeVersion(string supportedVersion, string currentV... | the_stack |
@{
ViewBag.title = "数据字典管理";
}
<script src="~/js/vue/vue.min.js"></script>
<div class="wrapper wrapper-content ">
<div class="row" id="app">
<div class="col-sm-6">
<div class="ibox float-e-margins">
<div class="ibox-title">
<h5>@ViewBag.Title</h5>
... | the_stack |
@using Xms.Schema.Extensions;
@model Xms.Web.Models.SelectEntityRecordsDialogModel
@{
Layout = null;
}
@{
var mainEntity = Model.EntityList.First();
var __ModalGuid = Guid.NewGuid().ToString().Replace("-", "");
DialogModel dialogModel = ViewData["DialogModel"] as DialogModel;
}
<link rel="stylesheet... | the_stack |
@model SearchSideBySideViewModel
@{
ViewBag.Title = "Search Side by Side";
ViewBag.ShowSearchInNavbar = false;
ViewBag.AutofocusSearch = true;
ViewBag.SearchTerm = Model.SearchTerm;
}
<section role="main" class="main-container page-search-sxs">
<div class="container">
@if (Model.IsDisabled... | the_stack |
using System;
using System.Net;
using System.Net.Http;
using System.Net.Http.Headers;
using System.Configuration;
using System.Text;
using System.Threading;
using System.Globalization;
using System.Collections.Generic;
using Microsoft.Azure.WebJobs;
using Microsoft.Azure.WebJobs.Host;
using Microsoft.WindowsAzure.Stora... | the_stack |
@model Xms.Web.Models.AttachmentsModel
@{
Layout = null;
}
@{
DialogModel dialogModel = ViewData["DialogModel"] as DialogModel;
}
<!-- 附件(Modal) -->
<div class="modal fade" id="attachmentModal" tabindex="-1" role="dialog"
aria-labelledby="attachmentModalLabel" aria-hidden="true">
<div class="modal-di... | the_stack |
@model NccCategory
@{
Layout = Constants.AdminLayoutName;
var mainName = "Category";
var controllerName = "Category";
Title = mainName + " Create";
SubTitle = "Create a new " + mainName.ToLower();
if (Model.Id > 0)
{
Title = mainName + " Edit";
SubTitle = "Update informatio... | the_stack |
@*******************************************************************************************************
// Index.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 N... | the_stack |
@model Sheng.WeixinConstruction.Client.Shell.Models.LuckyTicketViewModel
@{
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 lsc.Model
@using lsc.Model.Enume
@model List<lsc.Model.EnterCustomer>
@{
ViewData["Title"] = "客户管理";
Layout = "~/Pages/_Layout.cshtml";
List<DistrictInfo> ProvinceList = ViewBag.ProvinceList;
List<UserRoleJurisdiction> userrolejurlist = ViewData["userrolejurlist"] as List<UserRoleJurisdiction>;... | the_stack |
<div class="modal fade" id="registermodal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<h4 class="modal-title" id="myModalLabel">注册新账号</h4>
<button type="but... | the_stack |
@page
@using CleanArchitecture.Razor.Application.Constants.Permission
@model SmartAdmin.WebUI.Pages.Logs.IndexModel
@inject Microsoft.Extensions.Localization.IStringLocalizer<IndexModel> _localizer
@inject Microsoft.AspNetCore.Authorization.IAuthorizationService _authorizationService
@{
ViewData["Title"] = _localiz... | the_stack |
@model Xms.Web.Customize.Models.CustomButtonsDialogModel
@{
Layout = null;
}
<!-- (Modal) -->
<div class="modal fade" id="RibbonButtonModal" tabindex="-1" role="dialog"
aria-labelledby="RibbonButtonModalLabel" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<... | the_stack |
@using Tetas.Domain.Entities
@using Tetas.Common.ViewModels
@{
ViewData["Title"] = "Tetas";
var categoryList2 = ViewBag.Categories2;
var postList = new List<Post>();
var groupList = new List<GroupModel>();
}
@if (!this.User.Identity.IsAuthenticated)
{
<div class="text-success">
<p>
... | the_stack |
using Octokit;
var isRunningOnGitHubActions = BuildSystem.GitHubActions.IsRunningOnGitHubActions;
var target = Argument("target", "Default");
var isPublish = target == "Publish";
var configuration = Argument("configuration", "Release");
var isRunningOnUnix = IsRunningOnUnix();
var isRunningOnWindows = IsRunningOnWindo... | the_stack |
@inherits OurUmbraco.Our.Models.OurUmbracoTemplatePage
@using System.Configuration
@using Examine.Providers
@using Examine.SearchCriteria
@using OurUmbraco.Community.People
@using OurUmbraco.Forum.Extensions
@using OurUmbraco.Forum.Services
@using OurUmbraco.MarketPlace.NodeListing
@using OurUmbraco.Our
@using OurUmbra... | the_stack |
using System;
using Foundation;
using AppKit;
using CoreGraphics;
// ==========================================================================
// NOTE: This file contains the backing resources to create the Windows,
// View Controllers and View needed to support the Working with Toolbars
// Workbook. The implementa... | the_stack |
@using YL.Utils.Json;
@{
Layout = "_LayoutH";
@model YL.Core.Dto.Wms_invmovedetailDto
}
@section styles{
<link rel="stylesheet" href="~/css/bootstrap-select.min.css" />
}
<div id="app" v-cloak>
<form class="form-horizontal" onsubmit="return false">
<div class="box-body">
<table clas... | the_stack |
@{
ViewBag.Title = "MemberEdit";
Layout = "~/Views/Shared/_LayoutBlank.cshtml";
}
@Scripts.Render("~/Scripts/editViewCommon.js")
<script>
var _id = getQueryString("id");
var _mode = "create";//modify
var _validator;
var _data = null;
$(document).ready(function () {
$("[keyente... | the_stack |
@using OCM.API.Common.Model;
@model OCM.API.Common.Model.ChargePoint
@using Microsoft.AspNetCore.Http;
@using Microsoft.AspNetCore.Html;
@{
ViewBag.Title = ViewBag.FullTitle;
int? userId = Context.Session.GetInt32("UserID");
if (ViewBag.EnableEditView == false)
{
ViewBag.Title = "Add Chargin... | the_stack |
@{
Layout = null;
}
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width" />
<title>升讯威微信营销系统</title>
@Scripts.Render("~/Scripts/UserAgent.js")
<script type="text/javascript">
var _userAgent = new userA... | the_stack |
@model NB.Apps.EFMigrationsManager.Models.EFMigrationDetails
@{
ViewBag.Title = Model.IsRollback ? "Restore Migration(s)" : "Update Database";
var statusMessage = TempData["StatusMessage"] as string;
var disclaimerMessage = Model.IsRollback ? "Disclaimer: Restoring to previous Target Migration may break ... | the_stack |
@model WalkingTec.Mvvm.Core.BaseVM
<style>
a {
color: #01aaed
}
</style>
<p>BaseTemplateVM and BaseImportVM are the VMs responsible for importing in the framework. TemplateVM is used to define Excel templates.ImportVM uses the templates defined by TemplateVM for import operations</p>
<wt:fieldset field... | the_stack |
<link rel="stylesheet" href="../../assets/vendor/fontawesome/css/all.min.css">
<div class="position-relative overflow-hidden bg-light z-index-2">
<div class="container space-top-3 position-relative">
<figure class="position-absolute z-index-n1" style="top: -35rem; left: 55rem; width: 55rem; height: 55rem;... | the_stack |
@page
@model ResponsiveModel
@{
ViewData["Title"] = "Responsive";
ViewData["PageName"] = "datatables_responsive";
ViewData["Category1"] = "Datatables";
ViewData["Heading"] = "<i class='subheader-icon fal fa-table'></i> DataTables: <span class='fw-300'>Responsive</span> <sup class='badge badge-primary fw-500'>ADDON... | the_stack |
@model IEnumerable<WebApp.Models.BaseCode>
@{
ViewBag.Title = "BaseCode";
}
<!-- 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... | the_stack |
@model Sheng.WeixinConstruction.Client.Shell.Models.LotteryViewModel
@{
ViewBag.SubTitle = "活动";
Layout = "~/Views/Shared/_LayoutBlank.cshtml";
}
<style type="text/css">
.campaignName {
font-size: 0.14rem;
font-weight: bold;
}
.campaignDescription {
font-size: 0.13rem;
... | the_stack |
@page "/QuartzUI"
@model GZY.Quartz.MUI.Areas.MyFeature.Pages.MainModel
@{
Layout = "_JavasCriptLayout";
}
<div id="main">
<el-container>
<el-header style="padding: 0;">
<!-- 头部样式 -->
<el-menu :default-active="activeIndex" mode="horizontal" background-color="#fcfcfc">
... | the_stack |
@model WebApp.Models.Order
@{
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 "></i>
... | the_stack |
@model SmartAdmin.Domain.Models.Product
@{
ViewData["Title"] = "产品主档";
ViewData["PageName"] = "products_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 |
@model IEnumerable<WebApp.Models.Message>
@{
ViewBag.Title = "日志信息";
}
<!-- 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-list-alt fa-fw "><... | the_stack |
///////////////////////////////////////////////////////////////////////////////
// ADDINS
///////////////////////////////////////////////////////////////////////////////
#addin nuget:?package=Microsoft.Net.Http
#addin nuget:?package=Newtonsoft.Json
#addin nuget:?package=Microsoft.VisualBasic
#addin nuget:?package=Micr... | the_stack |
const string SOLUTION = "testcentric-gui.sln";
const string NUGET_ID = "TestCentric.GuiRunner";
const string CHOCO_ID = "testcentric-gui-runner";
const string GITHUB_OWNER = "testcentric";
const string GITHUB_REPO = "testcentric-gui";
const string DEFAULT_VERSION = "2.0.0";
const string DEFAULT_CONFIGURATION = "Release... | the_stack |
#load "poco.cake"
#load "poco.yaml.cake"
// #load "poco.xml.cake"
using System.Linq;
using YamlDotNet.Core;
using YamlDotNet.Serialization;
using Newtonsoft.Json;
var TARGET = Argument ("target", Argument ("t", Argument ("Target", "build")));
var COMPONENT_NAME = Argument ("component-name", Argument ("cn", Argument ... | the_stack |
@model Kahla.Home.Models.HomeViewModels.IndexViewModel
@{
if (Model.IsProduction)
{
ViewBag.Title = "Kahla App";
}
else
{
ViewBag.Title = "Kahla App Staging";
}
ViewBag.Des = Localizer["As a cross-platform business messaging app, Kahla can encrypt communications at any locat... | 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');
$(function () {
initialPage();
buttonOperation();
// getGridButto... | the_stack |
@page
@model FytSoa.Web.Pages.FytAdmin.WeChat.MaterialTextModel
@{
ViewData["Title"] = "微信管理-素材-图文";
Layout = "~/Pages/FytAdmin/_Layout.cshtml";
}
<style>
.wxsc-left {
width: 240px;
position: absolute;
left: 0;
top: 0;
bottom: 0;
background-color: #f6f8f9;
... | the_stack |
@{
ViewBag.Title = "Drag and Drop";
}
<h2>Drag and Drop Testbed</h2>
<p>Based on <a href="https://yuilibrary.com/yui/docs/dd/groups-drag.html">YUI Library example</a></p>
<form class="well">
<div style="position: relative; height: 300px;">
<div class="slot" id="t1">1</div>
<div class="slot" i... | the_stack |
@using Kooboo.CMS.Common.Runtime;
@using Kooboo.CMS.Content.Services;
@using Newtonsoft.Json
@{
ViewBag.Title = "Start".Localize();
Layout = "~/Views/Shared/Site.cshtml";
}
@section Panel{
}
<div class="topbar">
<h1 class="title">Relation</h1>
</div>
<div class="block fixed">
<div class="block rela... | the_stack |
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width" />
<meta charset="UTF-8">
<title>DrugInfo</title>
@*Easyui需要引入的文件*@
<script type="text/javascript" src="~/Content/jquery-easyui-1.4.5/jquery.min.js"></script>
<script type="text/javascript" src="~/Content/jquery-e... | the_stack |
@model OCM.API.Common.Model.AddressInfo
<div class="row">
<div class="col-md-12">
<!--begin map position editor-->
<h3>Map Position</h3>
<p class="text-info">
1. Please begin by placing the marker for this charging location at it's exact position on the map. Alternatively you c... | the_stack |
// Install Tools
#tool NuGet.CommandLine&version=5.3.1
//////////////////////////////////////////////////////////////////////
// ARGUMENTS & INITIALISATION
//////////////////////////////////////////////////////////////////////
var target = Argument("target", "Default");
var configuration = Argument("configuration", "... | the_stack |
@model ZLMediaServerManagent.Models.ViewDto.StreamProxyDataSourceDto
<link rel="stylesheet" href="/assets/js/vendor/owl-carousel/css/owl.carousel.css">
<link rel="stylesheet" href="/assets/js/vendor/owl-carousel/css/owl.theme.css">
<!-- tile -->
<section class="tile color transparent-black">
<!-- tile header -->... | the_stack |
@{
Layout = "~/_ContentLayout.cshtml";
}
@section headerBody {
<h1>Testing Packages</h1>
<p class="lead">Boxstarter can detect which packages have changed and test their installations on one or more deployment targets. Boxstarter can automate publishing successful packages to their feed.</p>
}
<p>
Th... | the_stack |
@model WebApp.Models.Employee
<script type="text/javascript">
//初始化 Employee datagrid
var $employeesdg = $('#employees_datagrid');
$(() => {
$employeesdg.datagrid({
rownumbers: true,
iconCls: 'fa fa-list',
idField: 'Id',
sortName: 'Id',
sortOrder: 'asc',... | the_stack |
@page
@model WebVella.Erp.Web.Pages.JsAdminImageFinderModel
@using System.Collections.Generic;
<!DOCTYPE html>
<html lang="en" ng-app="wvApp" ng-controller="ApplicationController as appData">
<head>
<meta charset="utf-8" />
<meta name="referrer" content="origin" />
<meta name="viewport" content="width=d... | the_stack |
@{
ViewBag.Title = "jquery.fileDownload.js Demo";
Layout = "~/Views/Shared/_Layout.cshtml";
Func<int, int> fibCalc = n =>
{
int a = 0;
int b = 1;
for (int i = 0; ... | the_stack |
@{
Layout = "_LayoutH";
@model Sys_user
}
@*<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... | the_stack |
@model WebApp.Models.MenuItem
@{
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 |
@using System.Dynamic;
@model dynamic
@{
var count = 0;
var guid = Guid.NewGuid();
var displayAttribute = ViewData.ModelMetadata.GetPropertyAttribute<System.ComponentModel.DataAnnotations.DisplayAttribute>();
var settings = this.PuckEditorSettings<puck.core.Models.EditorSettings.Attributes.ListEditorS... | the_stack |
@{
Layout = "~/Views/Shared/_FormGray.cshtml";
}
<div class="wrapper wrapper-content">
<div class="col-sm-12">
<div class="row">
<div class="col-sm-12">
<blockquote class="text-warning" style="font-size:14px">
<p>
领取阿里云通用云产品最高2000... | the_stack |
@model sBlog.Net.Areas.Admin.Models.AdminSettingsViewModel
@{
ViewBag.Title = string.Format("Update Settings || {0}", Model.Title);
}
<style type="text/css">
#disqusShortName {
display: none
}
.seperator {
float: right;
color: black
}
#dis... | the_stack |
using System.Data;
using System.Data.Common;
using System.Data.SqlClient;
using System.Globalization;
using System.Text.RegularExpressions;
using Microsoft.Extensions.Configuration;
var Params = new Dictionary<string, string>();
const string ParamSeparator = ":";
foreach (var arg in Args)
{
var index = @arg.Index... | the_stack |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.