mirror of
https://github.com/qurator-spk/neat.git
synced 2025-06-09 11:49:54 +02:00
add image preview
This commit is contained in:
parent
6afb0a6375
commit
450886cda6
3 changed files with 79 additions and 62 deletions
|
@ -18,6 +18,11 @@
|
|||
.ner_org{background-color:plum}
|
||||
.ner_oth{background-color:lightgreen}
|
||||
.ner_todo{background-color:turquoise}
|
||||
|
||||
.fit-image{
|
||||
width: 100%;
|
||||
object-fit: cover;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
@ -41,6 +46,9 @@
|
|||
</div>
|
||||
<div class="row mt-3">
|
||||
<div class="col-2" id="region-left">
|
||||
<a href="" id="preview-link">
|
||||
<img id="preview" class="img-responsive fit-image"/>
|
||||
</a>
|
||||
</div>
|
||||
<div class="col-8 text-center" id="tableregion">
|
||||
Please upload a TSV (tab-separated-values) file in the GermEval2014 data format
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue