JSPDF: Difference between revisions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
<?xml version="1.0" encoding="UTF-8"?> | |||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" | |||
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> | |||
<html xmlns="http://www.w3.org/1999/xhtml"> | |||
<head> | |||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> | |||
<script type="text/javascript"> | |||
ABCJS.plugin.hide_abc = true; | |||
ABCJS.plugin.midi_options = {program: 41}; | |||
ABCJS.plugin.render_options = {scale: 1}; | |||
ABCJS.plugin.render_options = {staffwidth: 740}; | |||
ABCJS.plugin.render_options = {paddingtop: 15}; | |||
ABCJS.plugin.render_options = {paddingbottom: 30}; | |||
ABCJS.plugin.render_options = {paddingright: 30}; | |||
ABCJS.plugin.render_options = {paddingleft: 15}; | |||
ABCJS.plugin.render_options = {editable: false}; | |||
</script> | |||
<style type="text/css"> | |||
.abcrendered { | |||
background-color: #FCF9BB; | |||
} | |||
@media print { | |||
.firstHeading { margin-top: 0; padding-top: 0; } | |||
.title { display: none; } | |||
#siteSub { display: none; } | |||
.printfooter { display: none; } | |||
#catlinks, .catlinks { display: none; } | |||
#footer { display: none; } | |||
} | |||
</style> | |||
<title>Engraver</title> | |||
</head> | |||
<body> | |||
{{#lst:Frisky|chapter1}} | {{#lst:Frisky|chapter1}} | ||
</body> | |||
</html> |
Revision as of 15:19, 19 May 2017
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> <script type="text/javascript">
ABCJS.plugin.hide_abc = true; ABCJS.plugin.midi_options = {program: 41}; ABCJS.plugin.render_options = {scale: 1}; ABCJS.plugin.render_options = {staffwidth: 740}; ABCJS.plugin.render_options = {paddingtop: 15}; ABCJS.plugin.render_options = {paddingbottom: 30}; ABCJS.plugin.render_options = {paddingright: 30}; ABCJS.plugin.render_options = {paddingleft: 15}; ABCJS.plugin.render_options = {editable: false};
</script> <style type="text/css"> .abcrendered { background-color: #FCF9BB; } @media print {
.firstHeading { margin-top: 0; padding-top: 0; } .title { display: none; } #siteSub { display: none; } .printfooter { display: none; } #catlinks, .catlinks { display: none; } #footer { display: none; } }
</style> <title>Engraver</title>
</head> <body> {{#lst:Frisky|chapter1}} </body> </html>