-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathff.html
137 lines (109 loc) · 2.69 KB
/
ff.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
<!DOCTYPE html><html><head>
<meta charset="utf-8">
<title>Orange Report</title>
<style>
html, body, table {
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-size: 13px;
margin:0px;
padding:0;
border:0 none;
}
h1, h2 , h3, h4, h5 {
padding: 1px;
font-size:100%;
}
h1 {
color: white;
background-color: black;
padding: 4px;
margin-top: 12px;
margin-bottom: 6px;
}
h2 {
border-bottom: 1px solid black;
padding-left: 2px;
}
ul, table, p {
padding: 10px;
}
table {
margin-left: -6px;
}
span.timestamp {
position: absolute;
right: 40px;
color:#ddd;
}
div.selected, div.normal {
margin: 5px;
}
div.selected {
background: #ddd;
}
@media print{
div.selected {
background: inherit;
}
::-webkit-input-placeholder {
color: transparent;
}
}
div.content {
margin-left: 15px;
}
th, td {
text-align: left;
padding: 2px 6px 2px 6px;
}
th {
font-weight: bold;
}
@media screen {
td, th {
white-space: nowrap;
}
}
.caption {
text-align: center;
font-size: 90%;
}
img {
display: block;
margin: auto;
max-height: 20cm;
}
span.legend-square {
width: 1em;
height: 1em;
margin-right: 6px;
display: inline-block;
}
span.legend-item {
margin-right: 24px;
}
textarea {
border: 1px solid silver;
font-style: italic;
width: 100%;
height: 4em;
}
.textwrapper {
padding: 15px;
}
div.normal textarea:invalid {
display: none;
}
div.selected textarea {
display: block;
}
@media print{
section.section, img {
page-break-inside: avoid;
}
}
</style>
</head><body>
<div id="832851440" class="normal" onclick="pybridge._select_item(this.id)"><section class="section"><h1>Save Data <span class="timestamp">Tue Oct 22 19, 00:06:55</span></h1><div class="content">
<ul></ul><ul><b>File name:</b> C:/Users/gusta/OneDrive/Ambiente de Trabalho/Projetos_Python/featureSelectionOrange/datasetExplore.tab<br><b>Format:</b> Tab-separated values<br><b>Type annotations:</b> Yes<br></ul></div></section>
<div class="textwrapper"><textarea placeholder="Write a comment..." oninput="this.innerHTML = this.value;pybridge._add_comment(this.parentNode.parentNode.id, this.value);"></textarea></div></div></body></html>