cleaned up latex styling, polyfill function wrapper, draft number template update for polyfill

This commit is contained in:
marco
2013-05-16 09:50:16 -04:00
parent bbb6a3c60d
commit ef14155306
6 changed files with 14 additions and 16 deletions

View File

@@ -12,13 +12,12 @@
## source-edit.html needs access to the 'source_code' value, so delete from a copy.
<% del metadata_field_copy['source_code'] %>
% endif
<div class="wrapper-comp-settings metadata_edit" id="settings-tab" data-metadata='${json.dumps(metadata_field_copy)}'/>
% if showHighLevelSource:
<div class="launch-latex-compiler">
<label class="label setting-label">Latex Compiler Mode</label>
<a href="#hls-modal-${hlskey}" id="hls-trig-${hlskey}" >Launch Latex Source Compiler</a></div>
<a href="#hls-modal-${hlskey}" id="hls-trig-${hlskey}">Launch Latex Source Compiler</a>
</div>
<%include file="source-edit.html" />
% endif
</div>
<div class="wrapper-comp-settings metadata_edit" id="settings-tab" data-metadata='${json.dumps(metadata_field_copy)}'/>