forked from XPUB/XPPL
created branch xpplannot
parent
6c557585f4
commit
f210ef42ea
@ -0,0 +1,42 @@
|
||||
|
||||
{% block main %}
|
||||
<h1 class="header">Annotations</h1>
|
||||
|
||||
<script src="https://hypothes.is/embed.js" async></script>
|
||||
|
||||
<iframe src="https://jonudell.info/h/facet/" style="width:100%;height:100px;"></iframe>
|
||||
|
||||
<!-- <iframe src="http://localhost:8080/app/uploads/viewer/web/viewer.html?file=%2Ftheresa.pdf"> -->
|
||||
|
||||
<script src="https://gist.github.com/mjlavin80/186a6395c5819dbe25a8a0e001d5acfd.js"></script>
|
||||
|
||||
|
||||
<!-- <filename> -->
|
||||
|
||||
<!-- <embed type="PdfFileReader" src="http://localhost:8000/uploads/viewer.html?file=<filename>" width="300" height="300"> -->
|
||||
|
||||
{% endblock %}
|
||||
|
||||
|
||||
|
||||
<!-- <script type="application/json" class="js-hypothesis-config">
|
||||
{
|
||||
"showHighlights": "always",
|
||||
"theme": "classic",
|
||||
"branding": {"appBackgroundColor": "red"},
|
||||
"onLayoutChange": {"width": 70},
|
||||
"sidebarAppUrl": "https://hypothes.is/app.html"
|
||||
|
||||
|
||||
}
|
||||
</script>
|
||||
<script async src="https://hypothes.is/embed.js"></script> -->
|
||||
|
||||
<!-- style="width:100%; height:500px;" -->
|
||||
|
||||
<!-- iframe {
|
||||
#controlsContainer{ display:none; };
|
||||
#title { display:none; };
|
||||
width:100%;
|
||||
height:500px;
|
||||
} -->
|
Loading…
Reference in New Issue