e55454853195873d538c3a00e35226dfecab456c
[wolnelektury.git] / wolnelektury / templates / lessons / document_detail.html
1 {% if not object.html %}
2     {% if object.slideshare_id %}
3                     <object style="margin:0px" width="480" height="400">
4                         <param name="movie" value="http://static.slidesharecdn.com/swf/{{ object.slideshare_player }}?doc={{ object.slideshare_id }}&rel=0&stripped_title={{ object.name|slugify }}" /><param name="allowFullScreen" value="true"/><param name="allowScriptAccess" value="always"/><embed src="http://static.slidesharecdn.com/swf/{{ object.slideshare_player }}?doc={{ object.slideshare_id }}&rel=0&stripped_title={{ object.name|slugify }}" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="480" height="400"></embed></object>
5     {% endif %}                                 
6 {% else %}
7    {{ object.html|safe }}
8 {% endif %}