src/cm/templates/site/text_view.html
author Production Moz <dev@sopinspace.com>
Tue, 14 Jun 2011 16:28:27 +0200
changeset 358 3e58bf6b3f3e
parent 199 4796a672d896
child 481 9e7de08fad32
permissions -rw-r--r--
when trying markdown2pdf without xetex option, use custom-header for propoer input encoding and so on

{% extends "site/layout/base_text.html" %}
{% load com %}

{% block head %}
<style>
#footer {
    display:none ;
}
</style>
{% endblock %}

{% block main %}

<script type="text/javascript">
<!--
sv_media_url = "{{ CM_MEDIA_PREFIX|escapejs}}" ; 

tb_conf['current_tab'] = 'view';
-->
</script>


<!-- <div style="clear:right;">-->
<!-- border-width: 0pt;     frameborder="0" -->
<div id="autoexpand_text_view_frame_container">
<center>
{% autoescape off %}
{{ embed_code }}
{% endautoescape %}
</center>
</div>
<div style="display:none;"> {# TODO: check that although invisible it will still be referenced in google ... #}
{% autoescape off %}
{{ text_version.get_content }}
{% endautoescape %}
</div>

{% endblock %}