<meta charset="utf-8"/> <html> <head> <meta charset="UTF-8"> <title>PYVsms</title> <link rel="stylesheet" href="main.css" /> </head> <body> <div id="app"></div> <script src="bundle.js"></script> <script> var div = document.getElementById("app"); var editable = true; var entry = {"content": `<entry> <head> <status>A</status> <headword> <lemma>adolescenca</lemma> </headword> <grammar> <category>samostalnik</category> </grammar> <comment></comment> </head> <body> <senseList> <sense> <labelList> <label>tehnika</label> </labelList> <definitionList> <definition type="indicator">obdobje</definition> </definitionList> <translationContainerList> <translationContainer cluster="1"> <translation>preizkus</translation> <explanation>explainme!</explanation> <labelList> <label type="podrocje">biologija</label> </labelList> </translationContainer> <translationContainer cluster="1"> <translation></translation> <explanation>expl2</explanation> </translationContainer> <translationContainer cluster="2"> <translation source="SrC">preskus</translation> </translationContainer> <translationContainer cluster="2"> <translation>sdfsd</translation> <labelList> <label type="podrocje">ozboltologija</label> </labelList> </translationContainer> <translationContainer cluster="3"> <translation>fsd</translation> </translationContainer> </translationContainerList> <exampleContainerList> <exampleContainer> <example>The test was interesting.</example> <translationContainer> <translation>Preizkus je bil zanimiv.</translation> <translation>Drugi prevod.</translation> </translationContainer> </exampleContainer> </exampleContainerList> </sense> </senseList> </body> </entry>`}; plugin_init(div, entry, editable); plugin_render(div, entry); </script> </body> </html>