veromary / divinum-officium

Automatically exported from code.google.com/p/divinum-officium
0 stars 0 forks source link

Ewebdia.pl: The texts of the columns is not side by side #255

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Using Ewebdia.pl (webdia.pl too) the left and the right column in the table is 
not always side by side. Because it puts a lot of texts into one row, like this:

​​<tr><td>A lot of latin texts</td><td>A lot of translated texts</td></tr>

But it should put only one line (paragraph) of Latin texts and one line of 
translated texts in one row, like this:
​
<tr><td>First line of the latin text</td><td>First line of the translated 
texts</td></tr>
​<tr><td>Second line of the latin text</td><td>Second line of the translated 
texts</td></tr>

The original Hwebdia.pl works like this, but I haven't got enough programming 
knowledge to implement/port this function into Ewebdia.pl.

If somebody implemented this, I would be very happy.

Original issue reported on code.google.com by laulicus on 14 Nov 2014 at 1:21

GoogleCodeExporter commented 9 years ago
The existing implementation in Hofficium is not ideal. I think, at least for 
the main codebase, this task will become part of the big formatting/HTML/CSS 
project. Porting the old code would be acceptable if it's restricted to E*.pl.

Original comment by igregord on 14 Nov 2014 at 10:50

GoogleCodeExporter commented 9 years ago
Fixed in r2742.

Original comment by laulicus on 16 Nov 2014 at 4:31

GoogleCodeExporter commented 9 years ago

Original comment by igregord on 18 Nov 2014 at 11:43