Head Source
<%inherit file="/BaseTemplate"/>
<%block name="head">
${parent.head()}
<script type="text/javascript" src="/~static/ckeditor/ckeditor.js"></script>
<script src="/~static/jquery/bootstrap-tabs.js"></script>
<script src="/~static/codemirror/codemirror.js"></script>
<script src="/~static/codemirror/util/runmode.js"></script>
<script src="/~static/codemirror/mode/python/python.js"></script>
<script src="/~static/codemirror/util/simple-hint.js"></script>
<link rel="stylesheet" href="/~static/codemirror/codemirror.css">
<link rel="stylesheet" href="/~static/codemirror/theme/monokai.css">
<link rel="stylesheet" href="/~static/codemirror/util/simple-hint.css">
<script type="text/javascript">
/* $(document).ready(function() {
$('pre').each(function(i, elem) {
CodeMirror.runMode(elem.innerHTML, "python", elem);
})
})
*/</script>
<style type="text/css">
</style>
</%block>
<%
page = wiki.get_page(title=request.GET['title'])
history = page.get_history(request.GET['history_id'])
%>
Body Source
<h2>Not Supported Yet.</h2>