Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
CAP
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
tsai
CAP
Commits
2992a7ba
Commit
2992a7ba
authored
Sep 12, 2017
by
yangxiaodong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
generate cshtml.
parent
5cdc1980
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
58 additions
and
25 deletions
+58
-25
SubscriberPage.generated.cs
...otNetCore.CAP/Dashboard/Pages/SubscriberPage.generated.cs
+58
-25
No files found.
src/DotNetCore.CAP/Dashboard/Pages/SubscriberPage.generated.cs
View file @
2992a7ba
...
@@ -70,7 +70,17 @@ WriteLiteral("\r\n");
...
@@ -70,7 +70,17 @@ WriteLiteral("\r\n");
#
line
default
#
line
default
#
line
hidden
#
line
hidden
WriteLiteral
(
"\r\n<div class=\"row\">\r\n <div class=\"col-md-12\">\r\n <h1 class=\"page-header\""
+
WriteLiteral
(
"\r\n<div class=\"row\">\r\n <div class=\"col-md-12\">\r\n <h1 class=\"page-header\""
+
">订阅列表</h1>\r\n\r\n"
);
">"
);
#
line
16
"..\..\Dashboard\Pages\SubscriberPage.cshtml"
Write
(
Strings
.
SubscribersPage_Title
);
#
line
default
#
line
hidden
WriteLiteral
(
"</h1>\r\n\r\n"
);
...
@@ -81,11 +91,11 @@ WriteLiteral("\r\n<div class=\"row\">\r\n <div class=\"col-md-12\">\r\n
...
@@ -81,11 +91,11 @@ WriteLiteral("\r\n<div class=\"row\">\r\n <div class=\"col-md-12\">\r\n
#
line
default
#
line
default
#
line
hidden
#
line
hidden
WriteLiteral
(
" <div class=\"alert alert-warning\">\r\n "
);
WriteLiteral
(
" <div class=\"alert alert-warning\">\r\n
\r\n
"
);
#
line
2
1
"..\..\Dashboard\Pages\SubscriberPage.cshtml"
#
line
2
2
"..\..\Dashboard\Pages\SubscriberPage.cshtml"
Write
(
Strings
.
ServersPage_NoServers
);
Write
(
Strings
.
ServersPage_NoServers
);
...
@@ -95,7 +105,7 @@ WriteLiteral("\r\n </div>\r\n");
...
@@ -95,7 +105,7 @@ WriteLiteral("\r\n </div>\r\n");
#
line
2
3
"..\..\Dashboard\Pages\SubscriberPage.cshtml"
#
line
2
4
"..\..\Dashboard\Pages\SubscriberPage.cshtml"
}
}
else
else
{
{
...
@@ -103,22 +113,45 @@ WriteLiteral("\r\n </div>\r\n");
...
@@ -103,22 +113,45 @@ WriteLiteral("\r\n </div>\r\n");
#
line
default
#
line
default
#
line
hidden
#
line
hidden
WriteLiteral
(
@" <div class=""table-responsive"">
WriteLiteral
(
" <div class=\"table-responsive\">\r\n <table class=\"table\">"
+
<table class=""table"">
"\r\n <thead>\r\n <tr>\r\n "
+
<thead>
" <th width=\"20%\">"
);
<tr>
<th width=""20%"">分组</th>
<th>
<table class=""table subscribe-table margin-bottom-zero""><tr><td width=""40%"">名称</td><td>方法</td></tr></table>
#
line
31
"..\..\Dashboard\Pages\SubscriberPage.cshtml"
</th>
Write
(
Strings
.
Common_Group
);
</tr>
</thead>
<tbody>
#
line
default
"
);
#
line
hidden
WriteLiteral
(
"</th>\r\n <th>\r\n <table c"
+
"lass=\"table subscribe-table margin-bottom-zero\"><tr><td width=\"40%\">"
);
#
line
33
"..\..\Dashboard\Pages\SubscriberPage.cshtml"
Write
(
Strings
.
Common_Name
);
#
line
default
#
line
hidden
WriteLiteral
(
"</td><td>"
);
#
line
33
"..\..\Dashboard\Pages\SubscriberPage.cshtml"
Write
(
Strings
.
Common_Method
);
#
line
default
#
line
hidden
WriteLiteral
(
"</td></tr></table>\r\n </th>\r\n </"
+
"tr>\r\n </thead>\r\n <tbody>\r\n"
);
#
line
3
7
"..\..\Dashboard\Pages\SubscriberPage.cshtml"
#
line
3
8
"..\..\Dashboard\Pages\SubscriberPage.cshtml"
foreach
(
var
subscriber
in
subscribers
)
foreach
(
var
subscriber
in
subscribers
)
{
{
...
@@ -130,7 +163,7 @@ WriteLiteral(" <tr>\r\n
...
@@ -130,7 +163,7 @@ WriteLiteral(" <tr>\r\n
#
line
4
0
"..\..\Dashboard\Pages\SubscriberPage.cshtml"
#
line
4
1
"..\..\Dashboard\Pages\SubscriberPage.cshtml"
Write
(
subscriber
.
Key
);
Write
(
subscriber
.
Key
);
...
@@ -141,7 +174,7 @@ WriteLiteral("</td>\r\n <td>\r\n
...
@@ -141,7 +174,7 @@ WriteLiteral("</td>\r\n <td>\r\n
#
line
4
3
"..\..\Dashboard\Pages\SubscriberPage.cshtml"
#
line
4
4
"..\..\Dashboard\Pages\SubscriberPage.cshtml"
foreach
(
var
column
in
subscriber
.
Value
)
foreach
(
var
column
in
subscriber
.
Value
)
{
{
...
@@ -153,7 +186,7 @@ WriteLiteral(" <tr>\r\n
...
@@ -153,7 +186,7 @@ WriteLiteral(" <tr>\r\n
#
line
4
6
"..\..\Dashboard\Pages\SubscriberPage.cshtml"
#
line
4
7
"..\..\Dashboard\Pages\SubscriberPage.cshtml"
Write
(
column
.
Attribute
.
Name
);
Write
(
column
.
Attribute
.
Name
);
...
@@ -164,7 +197,7 @@ WriteLiteral("</td>\r\n <td><span
...
@@ -164,7 +197,7 @@ WriteLiteral("</td>\r\n <td><span
#
line
4
7
"..\..\Dashboard\Pages\SubscriberPage.cshtml"
#
line
4
8
"..\..\Dashboard\Pages\SubscriberPage.cshtml"
Write
(
column
.
ImplTypeInfo
.
Name
);
Write
(
column
.
ImplTypeInfo
.
Name
);
...
@@ -174,7 +207,7 @@ WriteLiteral("</span>: \r\n ")
...
@@ -174,7 +207,7 @@ WriteLiteral("</span>: \r\n ")
#
line
4
8
"..\..\Dashboard\Pages\SubscriberPage.cshtml"
#
line
4
9
"..\..\Dashboard\Pages\SubscriberPage.cshtml"
Write
(
Html
.
MethodEscaped
(
column
.
MethodInfo
));
Write
(
Html
.
MethodEscaped
(
column
.
MethodInfo
));
...
@@ -185,7 +218,7 @@ WriteLiteral("\r\n </td>\r\n
...
@@ -185,7 +218,7 @@ WriteLiteral("\r\n </td>\r\n
#
line
5
1
"..\..\Dashboard\Pages\SubscriberPage.cshtml"
#
line
5
2
"..\..\Dashboard\Pages\SubscriberPage.cshtml"
}
}
...
@@ -196,7 +229,7 @@ WriteLiteral(" </table>\r\n
...
@@ -196,7 +229,7 @@ WriteLiteral(" </table>\r\n
#
line
5
5
"..\..\Dashboard\Pages\SubscriberPage.cshtml"
#
line
5
6
"..\..\Dashboard\Pages\SubscriberPage.cshtml"
}
}
...
@@ -206,7 +239,7 @@ WriteLiteral(" </tbody>\r\n </table>\r\n
...
@@ -206,7 +239,7 @@ WriteLiteral(" </tbody>\r\n </table>\r\n
#
line
59
"..\..\Dashboard\Pages\SubscriberPage.cshtml"
#
line
60
"..\..\Dashboard\Pages\SubscriberPage.cshtml"
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment