summaryrefslogtreecommitdiff
path: root/data/templates/embed-file.htm
blob: 46075de192abf2be249b30c2a5700d227e758d88 (plain)
1
2
3
4
5
6
7
/* embedding {{file.getFilename()}} of {{repo.getLink('display', null, true)}} */
document.write('<link rel="stylesheet" href="{{htmlhelper.fullUrl('css/embed.css')}}"/>');
document.write(
    '<div class="phork" id="{{repo.id}}">'
    + {% filter json_encode(constant('JSON_UNESCAPED_SLASHES'))|raw -%}{% include 'embed-part-file.htm' %}{%- endfilter %}
    + '</div>'
);