918博天堂

Server : Microsoft-IIS/10.0
System : Windows NT EBS-6136 10.0 build 17763 (Windows Server 2016) i586
User : jxgj ( 0)
PHP Version : 7.0.33
Disable Function : passthru,exec,system,shell_exec,proc_open,popen,pcntl_exec,socket_bind,stream_socket_server
Directory :  D:/tmp_aspnet/root/11bea598/9c22dac/
Upload File :
Current Directory [ Writeable ] Root Directory [ Writeable ]


Current File : D:/tmp_aspnet/root/11bea598/9c22dac/App_Web_00v11azk.9.cs
?#pragma checksum "D:\wwwroot\sczhuyun\wwwroot\SiteServer\cms\editorLayerText.cshtml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "DD5B0594ED32FDD03184519BB489B80A1B823429"
//------------------------------------------------------------------------------
// <auto-generated>
//     此代码由工具天生。
//     运行时版本:4.0.30319.42000
//
//     对此文件的更改可能会导致不正确的行为,并且若是
//     沉新天生代码,这些更改将会迷失。
// </auto-generated>
//------------------------------------------------------------------------------

namespace ASP {
    using System;
    using System.Collections.Generic;
    using System.IO;
    using System.Linq;
    using System.Net;
    using System.Web;
    using System.Web.Helpers;
    using System.Web.Security;
    using System.Web.UI;
    using System.Web.WebPages;
    using System.Web.WebPages.Html;
    
    
    public class _Page_SiteServer_cms_editorLayerText_cshtml : System.Web.WebPages.WebPage {
        
#line hidden
        
        public _Page_SiteServer_cms_editorLayerText_cshtml() {
        }
        
        protected System.Web.HttpApplication ApplicationInstance {
            get {
                return ((System.Web.HttpApplication)(Context.ApplicationInstance));
            }
        }
        
        public override void Execute() {
            
            #line 1 "D:\wwwroot\sczhuyun\wwwroot\SiteServer\cms\editorLayerText.cshtml"
   Layout = "../Shared/_LayoutLayer.cshtml"; 
            
            #line default
            #line hidden
WriteLiteral("\n");

DefineSection("Styles", () => {

WriteLiteral(@"
  <style>
    .el-upload, .el-upload-dragger {width:auto;}
    .el-dropdown-link {
      cursor: pointer;
      color: #409EFF;
    }
    .el-icon-arrow-down {
      font-size: 12px;
    }
    .el-icon-picture-outline {
      font-size: 22px;
      margin: 80px 0;
      color: #c0c4cc;
    }
  </style>
");

});

WriteLiteral("\n<el-row>\n  <el-col");

WriteLiteral(" :span=\"18\"");

WriteLiteral(">\n    <el-row>\n      <el-form");

WriteLiteral(" :inline=\"true\"");

WriteLiteral(" :model=\"form\"");

WriteLiteral(" size=\"mini\"");

WriteLiteral(">\n        <el-form-item");

WriteLiteral(" label=\"搜索\"");

WriteLiteral(">\n          <el-input");

WriteLiteral(" v-model=\"form.keyword\"");

WriteLiteral(" placeholder=\"关键字\"");

WriteLiteral("></el-input>\n        </el-form-item>\n        <el-form-item>\n          <el-button");

WriteLiteral(" type=\"primary\"");

WriteLiteral(" v-on:click=\"btnSearchClick\"");

WriteLiteral(">查问</el-button>\n        </el-form-item>\n      </el-form>\n    </el-row>\n  </el-col" +
">\n  <el-col");

WriteLiteral(" align=\"right\"");

WriteLiteral(" :span=\"6\"");

WriteLiteral(">\n    <el-dropdown");

WriteLiteral(" trigger=\"click\"");

WriteLiteral(" v-on:command=\"btnDropdownClick\"");

WriteLiteral(">\n      <span");

WriteLiteral(" class=\"el-dropdown-link\"");

WriteLiteral(">\n        {{(pageType === \'card\' ? \'卡片视图\' : \'列表视图\')}} <i");

WriteLiteral(" class=\"el-icon-arrow-down el-icon--right\"");

WriteLiteral("></i>\n      </span>\n      <el-dropdown-menu");

WriteLiteral(" slot=\"dropdown\"");

WriteLiteral(">\n        <el-dropdown-item");

WriteLiteral(" command=\"card\"");

WriteLiteral(">卡片视图</el-dropdown-item>\n        <el-dropdown-item");

WriteLiteral(" command=\"list\"");

WriteLiteral(">列表视图</el-dropdown-item>\n      </el-dropdown-menu>\n    </el-dropdown>\n  </el-col>" +
"\n</el-row>\n<el-row>\n  <el-form");

WriteLiteral(" :inline=\"true\"");

WriteLiteral(" :model=\"form\"");

WriteLiteral(" size=\"mini\"");

WriteLiteral(@">
    <el-tag
      v-for=""group in groups""
      :key=""group.id""
      type=""success""
      style=""cursor: pointer; margin: 0 3px 6px 0;""
      v-on:click=""btnGroupClick(group.id)""
      :effect=""form.groupId === group.id ? 'dark' : 'plain'"">
      {{ group.groupName }}
    </el-tag>
  </el-form>
</el-row>

<div");

WriteLiteral(" style=\"height:5px\"");

WriteLiteral("></div>\n\n<template");

WriteLiteral(" v-if=\"pageType === \'card\'\"");

WriteLiteral(">\n  <el-row>\n    <el-col");

WriteLiteral(" :span=\"6\"");

WriteLiteral(" v-for=\"(o, index) in items\"");

WriteLiteral(" :key=\"o.id\"");

WriteLiteral(">\n\n      <el-card");

WriteLiteral(" style=\"margin-bottom: 15px; margin-right: 15px;\"");

WriteLiteral(" :body-style=\"{ padding: \'0px\', textAlign: \'center\' }\"");

WriteLiteral(">\n        <div");

WriteLiteral(" slot=\"header\"");

WriteLiteral(" class=\"clearfix\"");

WriteLiteral(">\n          <span>{{ o.title }}</span>\n        </div>\n        <a");

WriteLiteral(" href=\"javascript:;\"");

WriteLiteral(" v-on:click=\"btnSelectClick(o)\"");

WriteLiteral(">\n          <el-image");

WriteLiteral(" \n            style=\"width: 100%; min-height: 120px; max-height:220px;\"");

WriteLiteral("\n            :src=\"o.imageUrl\"");

WriteLiteral(">\n            <div");

WriteLiteral(" slot=\"error\"");

WriteLiteral(" class=\"image-slot\"");

WriteLiteral(">\n              <i");

WriteLiteral(" class=\"el-icon-picture-outline\"");

WriteLiteral("></i>\n            </div>\n          </el-image>\n        </a>\n        <div");

WriteLiteral(" style=\"padding: 14px;\"");

WriteLiteral(">\n          <div");

WriteLiteral(" v-on:click=\"btnSelectClick(o)\"");

WriteLiteral(" style=\"cursor: pointer; height: 22px; font-size: 12px; overflow: hidden;\"");

WriteLiteral(">{{ o.summary }}</div>\n        </div>\n      </el-card>\n    </el-col>\n  </el-row>\n" +
"</template>\n<template v-else>\n  <el-table\n    :data=\"items\"\n    style=\"width: 10" +
"0%\">\n    <el-table-column\n      label=\"图文\"\n      width=\"130\">\n      <template");

WriteLiteral(" slot-scope=\"scope\"");

WriteLiteral(">\n        <a");

WriteLiteral(" href=\"javascript:;\"");

WriteLiteral(" v-on:click=\"btnSelectClick(scope.row)\"");

WriteLiteral(">\n          <img");

WriteLiteral(" :src=\"scope.row.imageUrl\"");

WriteLiteral(" style=\"max-height: 120px; max-width: 120px;\"");

WriteLiteral(@"/>
        </a>
      </template>
    </el-table-column>
    <el-table-column
      prop=""title""
      label=""标题"">
    </el-table-column>
    <el-table-column
      prop=""summary""
      label=""提要"">
    </el-table-column>
    <el-table-column
      prop=""createdDate""
      label=""创建功夫""
      width=""170"">
    </el-table-column>
  </el-table>
</template>

<div");

WriteLiteral(" class=\"text-center mt-3\"");

WriteLiteral(">\n  <el-pagination\n    v-on:current-change=\"btnPageClick\"\n    :current-page=\"form" +
".page\"\n    :page-size=\"form.perPage\"\n    layout=\"total, prev, pager, next, jumpe" +
"r\"\n    :total=\"count\">\n  </el-pagination>\n</div>\n\n<el-dialog");

WriteLiteral(" title=\"图文展示方式\"");

WriteLiteral(" width=\"80%\"");

WriteLiteral(" :visible.sync=\"isSubmitForm\"");

WriteLiteral(">\n  <el-form");

WriteLiteral(" ref=\"submitForm\"");

WriteLiteral(" size=\"small\"");

WriteLiteral(" :model=\"submitForm\"");

WriteLiteral(" :rules=\"{\n    linkText: [\n      { required: true, message: \'请输入链接文字\', trigger: \'" +
"blur\' }\n    ],\n  }\"");

WriteLiteral(">\n    <el-form-item");

WriteLiteral(" label=\"展示方式\"");

WriteLiteral(" prop=\"type\"");

WriteLiteral(">\n      <el-radio-group");

WriteLiteral(" v-model=\"submitForm.type\"");

WriteLiteral(">\n        <el-radio");

WriteLiteral(" label=\"click\"");

WriteLiteral(">点击显示</el-radio>\n        <el-radio");

WriteLiteral(" label=\"insert\"");

WriteLiteral(">直接显示</el-radio>\n      </el-radio-group>\n    </el-form-item>\n    <el-form-item");

WriteLiteral(" v-if=\"submitForm.type === \'click\'\"");

WriteLiteral(" label=\"链接文字\"");

WriteLiteral(" prop=\"linkText\"");

WriteLiteral(">\n      <el-input");

WriteLiteral(" v-model=\"submitForm.linkText\"");

WriteLiteral(" autocomplete=\"off\"");

WriteLiteral("></el-input>\n    </el-form-item>\n  </el-form>\n  <div");

WriteLiteral(" slot=\"footer\"");

WriteLiteral(" class=\"dialog-footer\"");

WriteLiteral(">\n    <el-button");

WriteLiteral(" type=\"primary\"");

WriteLiteral(" v-on:click=\"btnSubmitClick\"");

WriteLiteral(">确 定</el-button>\n    <el-button");

WriteLiteral(" v-on:click=\"isSubmitForm = false\"");

WriteLiteral(">取 消</el-button>\n  </div>\n</el-dialog>\n\n");

DefineSection("Scripts", () => {

WriteLiteral("\n  <script");

WriteLiteral(" src=\"editorLayerText.js?v=6.15.51\"");

WriteLiteral(" type=\"text/javascript\"");

WriteLiteral("></script>\n");

});

        }
    }
}