Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
byit-myth-job
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
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
liyuan
byit-myth-job
Commits
962876f0
Commit
962876f0
authored
May 25, 2020
by
huangfusuper
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调整模板引擎
parent
6cb1b189
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
8 deletions
+9
-8
mail.html
...re/myth-admin-core/src/main/resources/templates/mail.html
+9
-8
No files found.
byit-myth-core/myth-admin-core/src/main/resources/templates/mail.html
View file @
962876f0
<!DOCTYPE html>
<!DOCTYPE html>
<html
lang=
"en"
xmlns:th=
"http://www.thymeleaf.org"
>
<html
lang=
"en"
xmlns:th=
"http://www.thymeleaf.org"
>
<head>
<head>
<meta
charset=
"UTF-8"
>
<meta
charset=
"UTF-8"
/
>
<title>
工作流执行报告
</title>
<title>
工作流执行报告
</title>
</head>
</head>
<body>
<body>
<table
border=
'1'
width=
'80%'
align=
'center'
cellspacing=
'0'
cellpadding=
'6'
>
<table
border=
'1'
width=
'80%'
align=
'center'
cellspacing=
'0'
cellpadding=
'6'
>
<div
style=
"margin-bottom: 20px
"
>
<div
style=
"margin-bottom: 20px;
"
>
<h1
style=
'text-align:center;color:red
'
>
工作流执行报告
</h1>
<h1
style=
'text-align:center;color:red;
'
>
工作流执行报告
</h1>
<br/>
<br/>
<span
style=
"margin-left: 10%;font-size: 16px;color: #646256
"
th:text=
"'工作流名称:'+${title}"
></span>
<span
style=
"margin-left: 10%;font-size: 16px;color: #646256;
"
th:text=
"'工作流名称:'+${title}"
></span>
<span
style=
"margin-left: 10%;font-size: 16px;color: #646256
"
th:text=
"'总耗时:'+${flowConsumeDate}"
></span>
<span
style=
"margin-left: 10%;font-size: 16px;color: #646256;
"
th:text=
"'总耗时:'+${flowConsumeDate}"
></span>
<span
style=
"float:right;margin-right: 11%;font-size: 16px;color: #646256
"
th:text=
"'环境:'+${env}"
></span>
<span
style=
"float:right;margin-right: 11%;font-size: 16px;color: #646256;
"
th:text=
"'环境:'+${env}"
></span>
</div>
</div>
<thead
align=
'center'
style=
'background: blue;color: #fff'
>
<thead
align=
'center'
style=
'background: blue;color: #fff'
>
...
@@ -38,6 +38,6 @@
...
@@ -38,6 +38,6 @@
</th>
</th>
</tr>
</tr>
</tbody>
</tbody>
</table>
</table>
</body>
</body>
</html>
</html>
\ No newline at end of file
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