Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
update
  • Loading branch information
pajaro1966 committed Nov 10, 2023
1 parent e604afa commit e87c9a7
Show file tree
Hide file tree
Showing 3 changed files with 68 additions and 34 deletions.
32 changes: 31 additions & 1 deletion Fragmento_001.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</head>
</head><body>

<md-block>
<!-- <md-block>
# Fragmento 001
Expand All @@ -20,4 +20,34 @@
[^6]: **ὑμῖν αὐτοῖς**: ‘vosotros mismos’: reflexivo.
</md-block>
-->

<html>
<head>

</head>
<body>
<h1>Fragmento 001</h1>

<p>1.1 Περὶ πολλοῦ ἂν ποιησαίμην<sup id="fnref:1"><a href="#fn:1" rel="footnote">1</a></sup> , ὦ ἄνδρες, τὸ<sup id="fnref:2"><a href="#fn:2" rel="footnote">2</a></sup> τοιούτους<sup id="fnref:3"><a href="#fn:3" rel="footnote">3</a></sup> ὑμᾶς ἐμοὶ δικαστὰς περὶ τούτου τοῦ πράγματος γενέσθαι<sup id="fnref:4"><a href="#fn:4" rel="footnote">4</a></sup>, οἷοίπερ ἂν<sup id="fnref:5"><a href="#fn:5" rel="footnote">5</a></sup> ὑμῖν αὐτοῖς<sup id="fnref:6"><a href="#fn:6" rel="footnote">6</a></sup> εἴητε τοιαῦτα πεπονθότες·</p>
<div class="footnotes">
<hr/>
<ol>
<li id="fn:1">
<p><strong>Περὶ πολλοῦ ἂν ποιησαίμην</strong>. <strong>a)</strong> περὶ πολλοῦ ποιοῦμαι: ‘estimar mucho’. <strong>b)</strong> περὶ πλείονος ποιοῦμαι: ‘estimar más’. <strong>c)</strong> περὶ πλείστου ποιοῦμαι: ‘estimar muchísimo/más que nada/ninguna otra cosa’.<a href="#fnref:1" rev="footnote">&#8617;</a></p></li>
<li id="fn:2">
<p><strong>τὸ […] γενέσθαι</strong>: completiva de infinitivo encabezada por el artículo neutro: ‘el hecho (τό) de que seáis (γενέσθαι)’.<a href="#fnref:2" rev="footnote">&#8617;</a></p></li>
<li id="fn:3">
<p><strong>τοιούτους […] οἷοίπερ</strong>: ‘tales cuales’.<a href="#fnref:3" rev="footnote">&#8617;</a></p></li>
<li id="fn:4">
<p><strong>γίγνομαι</strong>: ἐ-γεν-ό-μην: γεν<strong>έ</strong>σθαι: λ<strong>ύ</strong>-ε-σθαι <a href="#fnref:4" rev="footnote">&#8617;</a></p></li>
<li id="fn:5">
<p><strong>ἂν […] εἴητε</strong>: optativo + ἄν = potencial: ‘seríais’.<a href="#fnref:5" rev="footnote">&#8617;</a></p></li>
<li id="fn:6">
<p><strong>ὑμῖν αὐτοῖς</strong>: ‘vosotros mismos’: reflexivo.<a href="#fnref:6" rev="footnote">&#8617;</a></p></li>
</ol>
</div>



</body></html>
4 changes: 2 additions & 2 deletions Fragmento_001_Inter.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,10 @@
<span style="padding-bottom: 2px; ; display: block; padding-bottom: 10px;border-width: 3px;"></span></span></div><hr/ style="display: block; margin-top: 0.5em; margin-bottom: 0.5em; margin-left: auto; margin-right: auto; border-style: inset; border-width: 1px;">
<div style="margin-top:1px; font-family: Times; font-size:26px; line-height: 20px;">
<span style="font-size: 100% ; display: inline-block; text-align:center; padding-bottom: 15px;font-family: Times; margin-right: 5px;">
<span style="padding-bottom: 2px; ; display: block; padding-bottom: 10px;border-width: 3px;">&nbsp; </span>
<span style="padding-bottom: 2px; ; display: block; padding-bottom: 10px;border-width: 3px;">&nbsp;</span>
<span style="font-size: 75%; color:grey;border: solid; border-width:1px; border-padding:4px; border-radius: 5px; display: block; padding: 3px;">1.1</span></span>
<span style="font-size: 100% ; display: inline-block; text-align:center; padding-bottom: 15px;font-family: Times; margin-right: 5px;">
<span style="padding-bottom: 2px; ; display: block; padding-bottom: 10px;border-width: 3px;"> En</span>
<span style="padding-bottom: 2px; ; display: block; padding-bottom: 10px;border-width: 3px;">En</span>
<span style="font-size: 75%; color:grey;border: solid; border-width:1px; border-padding:4px; border-radius: 5px; display: block; padding: 3px;">Περὶ</span></span>
<span style="font-size: 100% ; display: inline-block; text-align:center; padding-bottom: 15px;font-family: Times; margin-right: 5px;">
<span style="padding-bottom: 2px; ; display: block; padding-bottom: 10px;border-width: 3px;"> mucho</span>
Expand Down
66 changes: 35 additions & 31 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,35 @@
<link rel="stylesheet" href="static/Sintaxis.css">

<script type="module" src="https://md-block.verou.me/md-block.js"></script>

<script>
function includeHTML() {
var z, i, elmnt, file, xhttp;
/* Loop through a collection of all HTML elements: */
z = document.getElementsByTagName("*");
for (i = 0; i < z.length; i++) {
elmnt = z[i];
/*search for elements with a certain atrribute:*/
file = elmnt.getAttribute("w3-include-html");
if (file) {
/* Make an HTTP request using the attribute value as the file name: */
xhttp = new XMLHttpRequest();
xhttp.onreadystatechange = function() {
if (this.readyState == 4) {
if (this.status == 200) {elmnt.innerHTML = this.responseText;}
if (this.status == 404) {elmnt.innerHTML = "Page not found.";}
/* Remove the attribute, and call this function once more: */
elmnt.removeAttribute("w3-include-html");
includeHTML();
}
}
xhttp.open("GET", file, true);
xhttp.send();
/* Exit the function: */
return;
}
}
}
</script>
<script type="application/javascript">

function resizeIFrameToFitContent( iFrame ) {
Expand Down Expand Up @@ -44,37 +72,13 @@ <h1>Fragmento 1</h1>

<br>

<div w3-include-html="Fragmento_001.html"></div>
<div w3-include-html="Fragmento_002_Inter.html"></div>

<script>
function includeHTML() {
var z, i, elmnt, file, xhttp;
/* Loop through a collection of all HTML elements: */
z = document.getElementsByTagName("*");
for (i = 0; i < z.length; i++) {
elmnt = z[i];
/*search for elements with a certain atrribute:*/
file = elmnt.getAttribute("w3-include-html");
if (file) {
/* Make an HTTP request using the attribute value as the file name: */
xhttp = new XMLHttpRequest();
xhttp.onreadystatechange = function() {
if (this.readyState == 4) {
if (this.status == 200) {elmnt.innerHTML = this.responseText;}
if (this.status == 404) {elmnt.innerHTML = "Page not found.";}
/* Remove the attribute, and call this function once more: */
elmnt.removeAttribute("w3-include-html");
includeHTML();
}
}
xhttp.open("GET", file, true);
xhttp.send();
/* Exit the function: */
return;
}
}
}
</script>


<script>
includeHTML();
</script>
</body>


Expand Down

0 comments on commit e87c9a7

Please sign in to comment.