Skip to content
Snippets Groups Projects
Commit 269520f0 authored by dcz's avatar dcz
Browse files

Cleaning.

parent 4a803a26
No related branches found
No related tags found
No related merge requests found
......@@ -143,7 +143,6 @@ export default {
<div id="main-frames-pane" class="row">
<div class="col h-100 pl-3 pr-1 pt-0 pb-2 overflow-auto" id="semantics-frames-pane">
<spinner />
<!-- <div id="semantics-frames"></div>-->
<div id="vue-semantics-frames" v-if="frame">
<slowal-frame-component
:frame="frame" :key="frame"
......@@ -184,7 +183,6 @@ export default {
{{ gettext('Odrzuć') }}
</a>
</div>
<!-- <span v-if="unifiedFrame === null">{{ gettext('Brak ramy unifikacyjnej') }}</span>-->
</div>
<div id="lexical-unit-notes"></div>
</div>
......@@ -198,24 +196,9 @@ export default {
:realisation_descriptions="realisation_descriptions"
@schemata-selected="schemataSelected"
/>
<!-- <div id="semantics-schemata"></div>-->
</div>
</div>
<div id="vue-examples" class="row overflow-auto">
<!-- <div class="col w-100 p-0 tab-pane overflow-auto" id="examples">-->
<!-- <table id="semantics-examples" class="table table-sm table-hover">-->
<!-- <thead>-->
<!-- <tr>-->
<!-- <th scope="col">{{ gettext("Przykład") }}<i id="examples-argument"></i><i id="examples-lu"></i><i id="examples-schema"></i></th>-->
<!-- <th scope="col">{{ gettext("Źródło") }}</th>-->
<!-- <th scope="col">{{ gettext("Opinia") }}</th>-->
<!-- </tr>-->
<!-- </thead>-->
<!-- <tbody id="semantics-examples-list">-->
<!-- </tbody>-->
<!-- </table>-->
<!-- <p class="mx-1 my-1" id="semantics-no-examples">{{ gettext("Brak przykładów") }}</p>-->
<!-- </div>-->
<div class="col w-100 pr-4 overflow-auto">
<examples-component v-if="examples"
:examples="examples"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment