Skip to content

Commit b5371c7

Browse files
committed
更新界面
1 parent 3882475 commit b5371c7

9 files changed

Lines changed: 1018 additions & 13 deletions

File tree

Binary file not shown.

Samples/ASP.NET Core/MySQL/.vs/WF.Sample/config/applicationhost.config

Lines changed: 989 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"Version": 1,
3+
"ProjectMap": {
4+
"b3deb58b-8fe3-40ec-a451-d0fbb5622b38": {
5+
"ProjectGuid": "b3deb58b-8fe3-40ec-a451-d0fbb5622b38",
6+
"DisplayName": "WF.Sample",
7+
"ColorIndex": 0
8+
},
9+
"a4ece62f-b0a1-47d6-9da6-0446e792f824": {
10+
"ProjectGuid": "a4ece62f-b0a1-47d6-9da6-0446e792f824",
11+
"DisplayName": "WF.Sample.Business",
12+
"ColorIndex": 1
13+
}
14+
},
15+
"NextColorIndex": 2
16+
}
457 Bytes
Binary file not shown.

Samples/ASP.NET Core/MySQL/WF.Sample/Views/Assignment/AssignmentInfo.cshtml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -130,15 +130,15 @@
130130
<div style="width: 50%">
131131
@if (Model.IsDeleted)
132132
{
133-
<span style="color: red">Deleted</span>
133+
<span style="color: red">已删除</span>
134134
}
135135
else if (Model.IsActive)
136136
{
137-
<span style="color: green">Active</span>
137+
<span style="color: green">使用中</span>
138138
}
139139
else
140140
{
141-
<span style="color: orange">Not Active</span>
141+
<span style="color: orange">停用</span>
142142
}
143143
</div>
144144
</div>

Samples/ASP.NET Core/MySQL/WF.Sample/Views/Assignment/Assignments.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
<br/>
9494

9595
<input type="submit" class="ui primary button" style="margin-top: 20px; margin-right: 10px" value="Find"/>
96-
<button type="button" onclick="DeleteSelected()" style="margin-top: 20px" class="ui secondary button">Delete</button>
96+
<button type="button" onclick="DeleteSelected()" style="margin-top: 20px" class="ui secondary button">删除</button>
9797
}
9898
</div>
9999
</div>

Samples/ASP.NET Core/MySQL/WF.Sample/Views/Designer/Index.cshtml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99

1010
<form action="" id="uploadform" method="post" enctype="multipart/form-data" onsubmit="tmp()" style="padding-bottom: 8px;">
1111
<div>
12-
<a href="javascript:OnNew()" class="ui secondary button">New scheme</a>
13-
<a href="javascript:OnSave()" class="ui secondary button">Save scheme</a>
14-
<a href="javascript:DownloadScheme()" class="ui primary button">Download XML</a>
15-
<a href="javascript:SelectScheme('wfe')" class="ui secondary button">Upload XML</a>
16-
<a href="javascript:DownloadSchemeBPMN()" class="ui secondary button">Download BPMN2</a>
17-
<a href="javascript:SelectScheme('bpmn')" class="ui secondary button">Upload BPMN2</a>
12+
<a href="javascript:OnNew()" class="ui secondary button">新流程</a>
13+
<a href="javascript:OnSave()" class="ui secondary button">保存流程</a>
14+
<a href="javascript:DownloadScheme()" class="ui primary button">下载XML</a>
15+
<a href="javascript:SelectScheme('wfe')" class="ui secondary button">上传XML</a>
16+
<a href="javascript:DownloadSchemeBPMN()" class="ui secondary button">下载BPMN2</a>
17+
<a href="javascript:SelectScheme('bpmn')" class="ui secondary button">上传BPMN2</a>
1818
</div>
1919
<input type="file" name="uploadFile" id="uploadFile" style="display:none" onchange="javascript: UploadScheme(this);">
2020
</form>

Samples/ASP.NET Core/MySQL/WF.Sample/Views/Settings/Edit.cshtml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
<table class="table">
99
<tbody>
1010
<tr>
11-
<th>Param</th>
12-
<th>Value</th>
11+
<th>参数</th>
12+
<th></th>
1313
</tr>
1414
<tr>
1515
<td><code>Workflow Scheme</code></td>

Samples/ASP.NET Core/MySQL/WF.Sample/appsettings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
},
77
"AllowedHosts": "*",
88
"ConnectionStrings": {
9-
"DefaultConnection": "User ID=root;Password=12345678;Host=localhost;Port=3306;Database=wf_sample;SSL Mode=None"
9+
"DefaultConnection": "User ID=miryuan;Password=5652075;Host=119.45.1.237;Port=3306;Database=wf_sample;SSL Mode=None"
1010
}
1111
}

0 commit comments

Comments
 (0)