Switch to side-by-side view

--- a
+++ b/OSSEval/analysis/templates/analysis/analysis_new.html
@@ -0,0 +1,12 @@
+{% extends "base.html" %}
+{% load staticfiles %}
+{% block content %}
+                        <form id="new_analysisForm" action="{% url 'analysis_new' %}" method="post">{% csrf_token %}
+                        {{ form.as_p }}
+                        <input type="submit" value="Save" />
+                        </form>
+{% endblock %}
+{% block left_menu %}
+                {% include "analysis/analysis_left_menu_short.html" %}
+                <script type="text/javascript">$("#new_anaysis").addClass("active");</script>
+{% endblock %}