-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
511 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,69 @@ | ||
<div style="display: block;"> | ||
<div style="display: inline-block;"> | ||
{% if Girdi.telaffuz %} | ||
<span style="display: block;margin-bottom: 0.375em;">/{{ Girdi.telaffuz }}/</span> | ||
{% endif %} | ||
{% if Girdi.lisan %} | ||
<span style="display: block;margin-bottom: 0.5em;">Kaynak: {{ Girdi.lisan }}</span> | ||
{% endif %} | ||
{% if Girdi.cogul_mu %} | ||
<span style="display: inline-block;">[ÇOĞUL] </span> | ||
{% endif %} | ||
{% if Girdi.ozel_mi %} | ||
<span style="display: inline-block;">[ÖZEL]</span> | ||
{% endif %} | ||
</div> | ||
<div style="display: block;margin-top: 0.375em;"> | ||
{% if Girdi.on_taki or Girdi.taki %} | ||
<span style="font-weight: bold;display: block;margin-bottom: 0.375em;">{{ Girdi.on_taki }} {{ Girdi.madde }}, -{{Girdi.taki}}</span> | ||
{% endif %} | ||
{% for Anlam in Girdi.anlam %} | ||
<div style="display: block;margin-bottom: 0.5em;"> | ||
{% if Girdi.anlam|length > 1 %} | ||
<span style="font-weight: bold;">{{ Anlam.anlam_sira }}. </span> | ||
{% else %} | ||
<span style="text-indent: 1em;"></span> | ||
{% endif %} | ||
{% if Anlam.fiil %} | ||
<span style="display: inline-block;">[FİİL] </span> | ||
{% endif %} | ||
{% if Anlam.ozelliklerListe %} | ||
<span style="display: inline-block;font-style: italic;">[ | ||
{% for Ozellik in Anlam.ozelliklerListe %} | ||
{{ "%s" % Ozellik if loop.last else "%s, " % Ozellik }} | ||
{% endfor %} | ||
]</span> | ||
{% endif %} | ||
<span> | ||
{{ Anlam.anlam }} | ||
</span> | ||
{% if Anlam.orneklerListe %} | ||
<div style="display: block;"> | ||
{% for _ornek in Anlam.orneklerListe %} | ||
<span style="display: block;margin-left: 1em;margin-right: 1em;margin-top: 0.5em;">▪ {{ _ornek.ornek }}</span> | ||
{% if _ornek.yazar %} | ||
<span style="display: block;margin-left: 1em;margin-right: 1em;margin-top: 0.5em;">— {{ _ornek.yazar }}</span> | ||
{% endif %} | ||
{% endfor %} | ||
</div> | ||
{% endif %} | ||
</div> | ||
{% endfor %} | ||
{% if Girdi.atasozu %} | ||
<div style="display: block;margin-top: 0.5em;"> | ||
<span style="font-weight: bold;display: block;margin-bottom: 0.375em;">Atasözleri, Deyimler veya Birleşik Fiiller</span><br> | ||
{% for a in Girdi.atasozu %} | ||
{{ "%s" % a if loop.last else "%s, " % a }} | ||
{% endfor %} | ||
</div> | ||
{% endif %} | ||
{% if Girdi.birlesikler %} | ||
<div style="display: block;margin-top: 0.5em;"> | ||
<span style="font-weight: bold;display: block;margin-bottom: 0.375em;">Birleşik Kelimeler</span><br> | ||
{% for a in Girdi.birlesikler %} | ||
{{ "%s" % a if loop.last else "%s, " % a }} | ||
{% endfor %} | ||
</div> | ||
{% endif %} | ||
</div> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,70 @@ | ||
<link rel="stylesheet" href="stardict_bicem.css"> | ||
<div class="girdi"> | ||
<div class="ozellik"> | ||
{% if Girdi.telaffuz %} | ||
<span class="okunus">/{{ Girdi.telaffuz }}/</span> | ||
{% endif %} | ||
{% if Girdi.lisan %} | ||
<span class="dil">Kaynak: {{ Girdi.lisan }}</span> | ||
{% endif %} | ||
{% if Girdi.cogul_mu %} | ||
<span class="cogul">[ÇOĞUL] </span> | ||
{% endif %} | ||
{% if Girdi.ozel_mi %} | ||
<span class="ozel">[ÖZEL]</span> | ||
{% endif %} | ||
</div> | ||
<div class="anlam"> | ||
{% if Girdi.on_taki or Girdi.taki %} | ||
<span class="madde">{{ Girdi.on_taki }} {{ Girdi.madde }}, -{{Girdi.taki}}</span> | ||
{% endif %} | ||
{% for Anlam in Girdi.anlam %} | ||
<div class="anlam-tekil"> | ||
{% if Girdi.anlam|length > 1 %} | ||
<span class="anlam-sira">{{ Anlam.anlam_sira }}. </span> | ||
{% else %} | ||
<span class="girinti"></span> | ||
{% endif %} | ||
{% if Anlam.fiil %} | ||
<span class="eylem">[FİİL] </span> | ||
{% endif %} | ||
{% if Anlam.ozelliklerListe %} | ||
<span class="ozellik">[ | ||
{% for Ozellik in Anlam.ozelliklerListe %} | ||
{{ "%s" % Ozellik if loop.last else "%s, " % Ozellik }} | ||
{% endfor %} | ||
]</span> | ||
{% endif %} | ||
<span class="anlam"> | ||
{{ Anlam.anlam_gonderme_baglantili }} | ||
</span> | ||
{% if Anlam.orneklerListe %} | ||
<div class="ornekler"> | ||
{% for _ornek in Anlam.orneklerListe %} | ||
<span class="ornek">▪ {{ _ornek.ornek }}</span> | ||
{% if _ornek.yazar %} | ||
<span class="yazar">— {{ _ornek.yazar }}</span> | ||
{% endif %} | ||
{% endfor %} | ||
</div> | ||
{% endif %} | ||
</div> | ||
{% endfor %} | ||
{% if Girdi.atasozu %} | ||
<div class="atasozu"> | ||
<span class="baslik">Atasözleri, Deyimler veya Birleşik Fiiller</span> | ||
{% for a in Girdi.atasozu %} | ||
<span class="atasozu-baglanti">↗ <a class="atasozu" href="bword://{{a|HtmlEscape}}">{{a}}</a></span> | ||
{% endfor %} | ||
</div> | ||
{% endif %} | ||
{% if Girdi.birlesikler %} | ||
<div class="birlesikler"> | ||
<span class="baslik">Birleşik Kelimeler</span> | ||
{% for a in Girdi.birlesikler %} | ||
<span class="birlesikler-baglanti">↗ <a class="birlesikler" href="bword://{{a|HtmlEscape}}">{{a}}</a></span> | ||
{% endfor %} | ||
</div> | ||
{% endif %} | ||
</div> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,120 @@ | ||
div.girdi { | ||
display: block; | ||
} | ||
|
||
div.ozellik { | ||
display: inline-block; | ||
} | ||
|
||
div.anlam { | ||
display: block; | ||
margin-top: 0.375em; | ||
} | ||
|
||
div.anlam-tekil { | ||
display: block; | ||
margin-bottom: 0.5em; | ||
} | ||
|
||
div.ornekler { | ||
display: block; | ||
} | ||
|
||
div.atasozu { | ||
display: block; | ||
margin-top: 0.5em; | ||
} | ||
|
||
div.birlesikler { | ||
display: block; | ||
margin-top: 0.5em; | ||
} | ||
|
||
span.okunus { | ||
display: block; | ||
margin-bottom: 0.375em; | ||
color: #014E52; | ||
} | ||
|
||
span.dil { | ||
display: block; | ||
margin-bottom: 0.5em; | ||
} | ||
|
||
span.cogul { | ||
display: inline-block; | ||
color: #002BB3; | ||
} | ||
|
||
span.ozel { | ||
display: inline-block; | ||
color: #002BB3; | ||
} | ||
|
||
span.madde { | ||
font-weight: bold; | ||
display: block; | ||
margin-bottom: 0.375em; | ||
} | ||
|
||
span.anlam-sira { | ||
font-weight: bold; | ||
} | ||
|
||
span.eylem { | ||
display: inline-block; | ||
color: #002BB3; | ||
} | ||
|
||
span.girinti { | ||
text-indent: 1em; | ||
} | ||
|
||
span.ozellik { | ||
display: inline-block; | ||
font-style: normal; | ||
color: #002BB3; | ||
} | ||
|
||
/* span.anlam { | ||
} */ | ||
|
||
span.ornek { | ||
display: block; | ||
margin-left: 1em; | ||
margin-right: 1em; | ||
margin-top: 0.5em; | ||
} | ||
|
||
span.yazar { | ||
display: block; | ||
text-indent: 1.05em; | ||
} | ||
|
||
span.baslik { | ||
font-weight: bold; | ||
display: block; | ||
margin-bottom: 0.375em; | ||
} | ||
|
||
span.atasozu-baglanti { | ||
display: block; | ||
} | ||
|
||
span.birlesikler-baglanti { | ||
display: block; | ||
} | ||
|
||
a { | ||
text-decoration: underline; | ||
color: black; | ||
} | ||
|
||
a.atasozu { | ||
text-decoration: none; | ||
} | ||
|
||
a.birlesikler { | ||
text-decoration: none; | ||
} |
Oops, something went wrong.