Skip to content

Commit

Permalink
Merge origin/develop into develop
Browse files Browse the repository at this point in the history
Conflicts:
	mathmlcaneval-frontend/src/main/webapp/pages/formula_view.jsp
  • Loading branch information
empt-ak committed Sep 14, 2014
2 parents 9cb69b3 + 02c6227 commit edb7e3a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -383,4 +383,4 @@
<div class="moveMe"></div>
</div> <!-- /container -->
</tiles:putAttribute>
</tiles:insertDefinition>
</tiles:insertDefinition>
13 changes: 8 additions & 5 deletions mathmlcaneval-frontend/src/main/webapp/pages/formula_view.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@
</div>
</div>
</div>

<div class="row">
<div class="col-md-12">
<div class="panel panel-primary" >
Expand All @@ -177,16 +178,18 @@
</div>
</div>
</div>

<div class="row" id="formulaWindow">
<div class="col-md-12">
<div class="panel panel-primary" >
<div class="panel panel-primary">

<!-- Formula in MathML & rendered -->
<div class="panel-heading">
<spring:message code="entity.formula.xml" />

<div class="pull-right">
<span class="glyphicon glyphicon-resize-full" id="resizeWindow"></span>
</div>

</div>
<div class="panel-body">
<pre class="brush: xml">
Expand All @@ -197,8 +200,8 @@
</div>
</div>

<!-- moveMe is for javascript to find next element which is moved when
xml preview is set to page wide-->
<!-- moveMe is for javascript to find next element which is moved when
xml preview is set to page wide-->
<div class="row moveMe">
<div class="col-md-12">
<div class="panel panel-primary">
Expand Down Expand Up @@ -259,4 +262,4 @@
</div>

</tiles:putAttribute>
</tiles:insertDefinition>
</tiles:insertDefinition>

0 comments on commit edb7e3a

Please sign in to comment.