File tree 4 files changed +6
-20
lines changed
extentreports-dotnet-core
4 files changed +6
-20
lines changed Original file line number Diff line number Diff line change @@ -26,10 +26,10 @@ public string SourceIcon
26
26
{
27
27
if ( ! string . IsNullOrEmpty ( Base64String ) )
28
28
{
29
- return "<a href='" + Base64StringDataType + Base64String + "' data-featherlight='image'><span class='label grey badge white-text text-white'>base64-img</span></a>" ;
29
+ return "<a href='" + Base64StringDataType + Base64String + "' data-featherlight='image' title='" + Title + "' ><span class='label grey badge white-text text-white'>base64-img</span></a>";
30
30
}
31
31
32
- return "<a class='r-img' onerror='this.style.display=\" none\" ' data-featherlight='" + Path + "' href='" + Path + "' data-src='" + Path + "'>" +
32
+ return "<a class='r-img' onerror='this.style.display=\" none\" ' data-featherlight='" + Path + "' href='" + Path + "' data-src='" + Path + "' title='" + Title + "' >" +
33
33
"<span class='label grey badge white-text text-white'>img</span>" +
34
34
"</a>" ;
35
35
}
Original file line number Diff line number Diff line change 4
4
<title >@Model.MasterConfig.GetValue( "documentTitle")</title >
5
5
<link rel =" apple-touch-icon" href =" https://cdn.jsdelivr.net/gh/extent-framework/extent-github-cdn@3da944e596e81f10ac6c1042c792af8a5a741023/commons/img/logo.png" >
6
6
<link rel =" shortcut icon" href =" https://cdn.jsdelivr.net/gh/extent-framework/extent-github-cdn@3da944e596e81f10ac6c1042c792af8a5a741023/commons/img/logo.png" >
7
- <link href =" https://cdn.jsdelivr.net/gh/extent-framework/extent-github-cdn@3da944e596e81f10ac6c1042c792af8a5a741023 /spark/css/spark-style.css" rel =" stylesheet" />
7
+ <link href =" https://cdn.jsdelivr.net/gh/extent-framework/extent-github-cdn@8539670db814bf19a0ddbe9a6d19058aea0cf981 /spark/css/spark-style.css" rel =" stylesheet" />
8
8
<link href =" https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel =" stylesheet" >
9
9
<style >@Model.MasterConfig .GetValue("css") @Model.MasterConfig .GetValue("styles") </style >
10
10
</head >
Original file line number Diff line number Diff line change 11
11
@foreach ( var sc in Model .ScreenCaptureContext .All ())
12
12
{
13
13
<li >
14
- <a href =" @sc.ScreenCapturePath" data-featherlight =" image" >
15
- <div class =" file-icon" >
16
- <i class =" fa fa-file-image-o" ></i >
17
- </div >
18
- <div class =" file-info" >
19
- @if (sc .IsBase64 )
20
- {
21
- <span class =" file-name" >base64 </span >
22
- <span class =" file-size" >0Kb </span >
23
- } else {
24
- < span class = " file-name" > @sc .Name < / span >
25
- < span class = " file-size" > @(sc .FileSize )Kb < / span >
26
- }
27
- </div >
28
- </a >
14
+ @sc.Source
29
15
</li >
30
16
}
31
17
</ul >
Original file line number Diff line number Diff line change 5
5
6
6
<link href =' https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600' rel =' stylesheet' type =' text/css' />
7
7
<link href =" https://fonts.googleapis.com/icon?family=Material+Icons" rel =" stylesheet" />
8
- <link href =' https://cdn.rawgit.com/ extent-framework/extent-github-cdn/8644a9c /v3html/css/extent.css' type =' text/css' rel =' stylesheet' />
9
-
8
+ <link href =' https://cdn.jsdelivr.net/gh/ extent-framework/extent-github-cdn@8539670db814bf19a0ddbe9a6d19058aea0cf981 /v3html/css/extent.css' type =' text/css' rel =' stylesheet' />
9
+
10
10
<title >@Model.MasterConfig.GetValue( "documentTitle")</title >
11
11
12
12
<style type =' text/css' >
You can’t perform that action at this time.
0 commit comments