Main Heading Added to index.html

master
Pavan Mandava 6 years ago
parent 444eb0a540
commit db9e9b305b

@ -58,7 +58,7 @@
<tr> <tr>
<td width="auto" align="left">The Gambler(EN) - Игрок(RU)</td> <td width="auto" align="left">The Gambler(EN) - Игрок(RU)</td>
<td align="center"><a class="button" href="404.html">View HTML</a></td> <td align="center"><a class="button" href="xslt/dost_gambler_enru.html">View HTML</a></td>
</tr> </tr>
<tr> <tr>

@ -88,7 +88,7 @@ def read_data_files_and_align_sentences(book_code):
else: else:
print(const.WARNING, 'Unknown Book Code :: ', book_code, const.END) print(const.WARNING, 'Unknown Book Code :: ', book_code, const.END)
print(const.BLUE, 'Please provide the BookCode from books_data.csv', const.END) print(const.BLUE, 'Please provide the BookCode from books_data.csv file', const.END)
def create_xml_file(book_content, book_metadata_dict): def create_xml_file(book_content, book_metadata_dict):

@ -0,0 +1,10 @@
SELECT
title, lang, is_translation
FROM
dim_book_info
INNER JOIN
map_book_author ON map_book_author.book = dim_book_info.id
INNER JOIN
dim_author ON dim_author.id = map_book_author.author
WHERE
dim_author.name LIKE '%Fjodor%'

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:variable name="book1" select="document('../xml_files/dost_gambler_ende_en.xml')/*" /> <xsl:variable name="book1" select="document('../xml_files/dost_gambler_enru_en.xml')/*" />
<xsl:variable name="book2" select="document('../xml_files/dost_gambler_ende_de.xml')/*" /> <xsl:variable name="book2" select="document('../xml_files/dost_gambler_enru_ru.xml')/*" />
<xsl:template match="/"> <xsl:template match="/">
<html> <html>

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save