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
function parseXml(xml) | |
{ | |
$("#info").html(''); | |
//print each tutorial title followed by their categories | |
$(xml).find("faktura").each(function() | |
{ | |
var daty = $("</div").addClass("daty"); | |
daty.append('<p class="daty">Wystawiono: ' + $(this).find("wyst").text() + "</p>"); | |
daty.append('<p class="daty">Sprzedano: ' + $(this).find("sprz").text() + "</p>"); |
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
<head> | |
<title>qrcode</title> | |
</head> | |
<body> | |
{{> qrcode}} | |
{{> image}} | |
</body> | |