Switch to unified view

a/OSSEval/templates/base.html b/OSSEval/templates/base.html
1
{% load staticfiles %}
1
{% load staticfiles %}
2
<!DOCTYPE html>
2
<!DOCTYPE html>
3
<html lang="en">
3
<!-- Server: allura -->
4
<!--[if lt IE 7 ]> <html lang="en" class="no-js ie6"> <![endif]-->
5
<!--[if IE 7 ]>    <html lang="en" class="no-js ie7"> <![endif]-->
6
<!--[if IE 8 ]>    <html lang="en" class="no-js ie8"> <![endif]-->
7
<!--[if IE 9 ]>    <html lang="en" class="no-js ie9"> <![endif]-->
8
<!--[if (gt IE 9)|!(IE)]>-->
9
<html class=" js canvas canvastext" lang="en"><!--<![endif]-->
4
<head>
10
    <head>
11
        <meta content="text/html; charset=UTF-8" http-equiv="content-type">
12
        <title>opensourceprojects.eu - Open Source Evaluation</title>
13
        <script src="{% static "js/ga.js" %}" async="" type="text/javascript"></script>
14
        <!-- ew:head_css -->
15
        <link rel="stylesheet" type="text/css" href="{% static "css/hilite.css" %}">
5
    <link rel="stylesheet" href="{% static "css/style.css" %}" />
16
        <link rel="stylesheet" type="text/css" href="{% static "css/site_style.css" %}">
6
    <title>{% block title %}OSS Evaluation{% endblock %}</title>
17
        <link rel="stylesheet" type="text/css" href="{% static "css/allura.css" %}">
7
    <script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script> 
18
        <link rel="stylesheet" type="text/css" href="{% static "css/css.css" %}">
8
    
19
        <style>
9
</head>
20
            input.label_edit{ float: left; }
21
            .tagEditor{
22
                margin: 4px 0;
23
                padding: 0;
24
                float: left;
25
            }
10
26
11
<body>
27
            .tagEditor li, .removable{
12
    <div id="topmenu">
28
                display: inline;
13
        {% block topmenu %}
29
                background-image: url('{% static "images/minus_small.png" %}');
14
        <ul>
30
                background-color: #eef;
15
            <li><a href="/">Import</a></li>
31
                background-position: right center;
16
            <li><a href="/blog/">New</a></li>
32
                background-repeat: no-repeat;
17
        </ul>
33
                list-style-type: none;
18
        {% endblock %}
34
                padding: 0 18px 0 6px;
19
    </div>
35
                margin: 0 4px;
36
                cursor: pointer;
37
                -moz-border-radius: 5px;
38
                -webkit-border-radius: 5px;
39
            }
20
40
21
    <div id="content">
41
            .tagEditor li:hover{
42
                background-color: #ebebeb;
43
            }
44
        </style>
45
        <!-- /ew:head_css -->
46
        <!-- ew:head_js -->
47
        <script type="text/javascript" src="{% static "js/js" %}"></script>
48
        <!-- /ew:head_js -->
49
        <link rel="icon" type="image/png" href="{% static "images/favicon.ico" %}">
50
        <link href="{% static "css/css_002.css" %}" rel="stylesheet" type="text/css">
51
        <style>
52
          .hidden { display: none }
53
          a.notfound { color: #f00; }
54
        </style>
55
        <style>.XzDbOebUIEXtwnBiLMVd { display:none }</style>
56
        <link rel="alternate" type="application/rss+xml" title="Page RSS" href="https://opensourceprojects.eu/p/celar/wiki/Home/feed.rss">
57
        <link rel="alternate" type="application/atom+xml" title="Page Atom" href="https://opensourceprojects.eu/p/celar/wiki/Home/feed.atom">
58
        <link rel="alternate" type="application/rss+xml" title="Wiki RSS" href="https://opensourceprojects.eu/p/celar/wiki/feed.rss">
59
        <link rel="alternate" type="application/atom+xml" title="Wiki Atom" href="https://opensourceprojects.eu/p/celar/wiki/feed.atom">
60
        <script type="text/javascript">
61
            var _gaq = _gaq || [];
62
        
63
            function _add_tracking(prefix, tracking_id) {
64
                _gaq.push([prefix+'._setAccount', tracking_id]);
65
                _gaq.push([prefix+'_setDomainName', 'opensourceprojects.eu']);
66
                _gaq.push([prefix+'._trackPageview']);
67
            }
68
            _add_tracking('', 'UA-36154196-2');
69
            
70
            (function() {
71
                var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
72
                ga.src = ('https:' === document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
73
                var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
74
            })();
75
        </script>
76
77
        <!-- Above from opensourceprojects.eu -->
78
        <link rel="stylesheet" href="{% static "css/style.css" %}" />
79
        <title>{% block title %}OSS Evaluation{% endblock %}</title>
80
        <script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.js"></script>
81
        <script src="http://malsup.github.com/jquery.form.js"></script>  
82
        <link rel="stylesheet" href="//ajax.googleapis.com/ajax/libs/jqueryui/1.10.4/themes/smoothness/jquery-ui.css" />
83
        <script src="//ajax.googleapis.com/ajax/libs/jqueryui/1.10.4/jquery-ui.min.js"></script>
84
        <link rel="stylesheet" href="//cdn.datatables.net/1.10.0/css/jquery.dataTables.css" />
85
        <script src="//cdn.datatables.net/1.10.0/js/jquery.dataTables.js"></script>
86
        <script src="http://malsup.github.com/jquery.form.js"></script>  
87
        <link rel="stylesheet" href="//ajax.googleapis.com/ajax/libs/jqueryui/1.10.4/themes/smoothness/jquery-ui.css" />
88
89
    </head>
90
91
    <body class="wiki-Home" id="forge">
92
        <header id="site-header">
93
            <div class="wrapper">
94
                <a id="header-logo" title="opensourceprojects.eu logo" href="https://opensourceprojects.eu/"><img src="{% static "images/logo.png" %}"></a>
95
                <nav>
96
                    <div class="top_menu">
97
                        <a href="https://opensourceprojects.eu/p/">Projects</a>
98
                        <a href="https://opensourceprojects.eu/auth/create_account">Register</a>
99
                        <a href="https://opensourceprojects.eu/auth/">Log In</a>
100
                  </div>
101
                </nav>
102
            </div>
103
        </header>
104
        <section id="page-body" class=" neighborhood-Projects mountpoint-wiki">
105
            <div id="content_base" class="wiki">
106
                <div class="magic_bar_osp">
107
                    <div id="top_nav" class="">
108
                        <a href="" class="active">Import</a>
109
                        <a href="" class="">New</a>
110
                    </div>
111
                    <div id="sidebar">
112
                        <h3 class="">Pages</h3>
113
                        <ul class="sidebarmenu">
114
                            <li><a href=""><span>Browse Pages</span></a></li>
115
                            <li><a href=""><span>Browse Labels</span></a></li>
116
                        </ul>
117
                        <h3 class="">Help</h3>
118
                        <ul class="sidebarmenu">
119
                            <li><a href=""><span>Formatting Help</span></a></li>
120
                        </ul>
121
                    </div>
122
                </div>
123
124
                <div class="grid-20 pad">
125
                    <div class="grid-24" id="nav_menu_holder">
126
                        <h1 class="project_title">
127
                            <img src="{% static "images/icon.png" %}" class="project_icon" alt="Project Logo">
128
                            <div class="project_title_text">Open Source Evaluation</div>
129
                        </h1>
130
                        <h2 class="dark title">
131
                            <div class="title-text">Home</div>
132
                            <!-- actions -->
133
                            <small>
134
                                <a href="https://opensourceprojects.eu/p/celar/wiki/Home/history" title="History"><b data-icon="N" class="ico ico-history" title="History"></b></a>
135
                                <a href="https://opensourceprojects.eu/p/celar/wiki/Home/feed" title="RSS"><b data-icon="f" class="ico ico-feed" title="Feed"></b></a>
136
                                <a href="https://opensourceprojects.eu/p/celar/wiki/search" title="Search"><b data-icon="s" class="ico ico-search" title="Search"></b></a>
137
                            </small>
138
                            <!-- /actions -->
139
                        </h2>
140
                    </div>
141
                    <div class="editbox">
142
                        <div class="grid-9 gravatar sm">
143
                            <label class="simple">Authors</label>
144
                            <a href="https://opensourceprojects.eu/u/celarcloud/"><b data-icon="U" class="ico emboss ico-user x16"></b></a>  
145
                        </div>
146
                    </div>
147
                    <div class="padding_content ">
148
                        <div class="markdown_content" id="content">        
22
        {% block content %}{% endblock %}
149
                            {% block content %}{% endblock %}
23
    </div>
150
                        </div>
24
    <div id="search">
151
                        <div id="detail">
25
    </div>
152
                        </div>
26
    <div id="assessment">
153
                        <div id="search">
27
    </div>
154
                        </div>
155
                        <div id="search_results">
156
                        </div>
157
                        <div id="run">
158
                        </div>
159
                    </div>
160
                </div>
161
                <hr class="grid-19" style="margin-top: 1em; margin-bottom: 2em; clear:both;">
162
            </div>
163
        </section>
164
        <footer id="site-footer">
165
            <div class="footer-container">
166
                <a href="https://opensourceprojects.eu/about">About</a>
167
                <a href="http://docs.opensourceprojects.eu/">Documentation</a>
168
                <a href="https://opensourceprojects.eu/p/osp/discussion/">Discussion</a>
169
                <a href="https://opensourceprojects.eu/p/osp/tickets/">Report a bug</a>
170
                <a href="http://www.ict-prose.eu/">PROSE CA</a>
171
            </div>
172
        </footer>
28
</body>
173
    </body>
29
</html>
174
</html>
30
175
31