We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1b0ca5 commit 24dcfb8Copy full SHA for 24dcfb8
src/htmlreporter.cpp
@@ -28,6 +28,7 @@ void HtmlReporter::printHelper() {
28
mFile << "<div id='logo' style='text-align:center;'> <span style='font-size:15px;'> MutScan " << MUTSCAN_VER << " Report </span> </div>";
29
else
30
mFile << "<div id='logo' style='text-align:center;'> <span style='font-size:30px;font-weight:bold;'> MutScan </span> <span style='font-size:20px;'> " << MUTSCAN_VER << " Report </span> </div>";
31
+ mFile << "<div style='text-align:center;font-size:13;color:#0366d6;padding-top:5px;'><a href='javascript:window.print();'>Print</a></div>";
32
mFile << "<div id='helper'><p>Helpful tips:</p><ul>";
33
mFile << "<li> Base color indicates quality: <font color='#78C6B9'>extremely high (Q40+)</font>, <font color='#33BBE2'>high (Q30~Q39) </font>, <font color='#666666'>moderate (Q20~Q29)</font>, <font color='#E99E5B'>low (Q15~Q19)</font>, <font color='#FF0000'>extremely low (0~Q14)</font> </li>";
34
mFile << "<li> Move mouse over the base, it will show the quality value</li>";
0 commit comments