|
a/OSSEval/templates/base.html |
|
b/OSSEval/templates/base.html |
|
|
1 |
<!--
|
|
|
2 |
# This Source Code Form of OSSEval is subject to the terms of the GNU AFFERO
|
|
|
3 |
# GENERAL PUBLIC LICENSE, v. 3.0. If a copy of the AGPL was not
|
|
|
4 |
# distributed with this file, You can obtain one at http://www.gnu.org/licenses/agpl.txt
|
|
|
5 |
#
|
|
|
6 |
# OSSeval is powered by the SOS Open Source AGPL edition.
|
|
|
7 |
# The AGPL requires that you do not remove the SOS Open Source attribution and copyright
|
|
|
8 |
# notices from the user interface (see section 5.d below).
|
|
|
9 |
# Commercial licenses are available and do not require any SOS Open Source attributions
|
|
|
10 |
# or visible copyright notices but they are not permitted under this license.
|
|
|
11 |
|
|
|
12 |
# OSSEval Copyright 2014 Bitergium SLL
|
|
|
13 |
# SOS Open Source Copyright 2012 Roberto Galoppini
|
|
|
14 |
# Author: Davide Galletti
|
|
|
15 |
-->
|
|
|
16 |
|
1 |
{% load staticfiles %}
|
17 |
{% load staticfiles %}
|
2 |
<!DOCTYPE html>
|
18 |
<!DOCTYPE html>
|
3 |
<!-- Server: allura -->
|
19 |
<!-- Server: allura -->
|
4 |
<!--[if lt IE 7 ]> <html lang="en" class="no-js ie6"> <![endif]-->
|
20 |
<!--[if lt IE 7 ]> <html lang="en" class="no-js ie6"> <![endif]-->
|
5 |
<!--[if IE 7 ]> <html lang="en" class="no-js ie7"> <![endif]-->
|
21 |
<!--[if IE 7 ]> <html lang="en" class="no-js ie7"> <![endif]-->
|
|
... |
|
... |
103 |
<div id="content_base" class="wiki">
|
119 |
<div id="content_base" class="wiki">
|
104 |
{% block left_menu %}{% endblock %}
|
120 |
{% block left_menu %}{% endblock %}
|
105 |
<div class="grid-20 pad">
|
121 |
<div class="grid-20 pad">
|
106 |
<div class="grid-24" id="nav_menu_holder">
|
122 |
<div class="grid-24" id="nav_menu_holder">
|
107 |
<h1 class="project_title">
|
123 |
<h1 class="project_title">
|
108 |
<img src="{% static "images/icon.png" %}" class="project_icon">
|
|
|
109 |
<div class="project_title_text">Open Source Evaluation</div>
|
124 |
<div class="project_title_text">Open Source Evaluation</div>
|
110 |
</h1>
|
125 |
</h1>
|
111 |
<h2 class="dark title">
|
126 |
<h2 class="dark title">
|
112 |
<div class="title-text">Home</div>
|
127 |
<div class="title-text">Home</div>
|
113 |
<!-- actions -->
|
128 |
<!-- actions -->
|
|
|
129 |
<!--
|
114 |
<small>
|
130 |
<small>
|
115 |
<a href="" title="History"><b data-icon="N" class="ico ico-history" title="History"></b></a>
|
131 |
<a href="" title="History"><b data-icon="N" class="ico ico-history" title="History"></b></a>
|
116 |
<a href="" title="RSS"><b data-icon="f" class="ico ico-feed" title="Feed"></b></a>
|
132 |
<a href="" title="RSS"><b data-icon="f" class="ico ico-feed" title="Feed"></b></a>
|
117 |
<a href="" title="Search"><b data-icon="s" class="ico ico-search" title="Search"></b></a>
|
133 |
<a href="" title="Search"><b data-icon="s" class="ico ico-search" title="Search"></b></a>
|
118 |
</small>
|
134 |
</small>
|
|
|
135 |
-->
|
119 |
<!-- /actions -->
|
136 |
<!-- /actions -->
|
120 |
</h2>
|
137 |
</h2>
|
121 |
</div>
|
138 |
</div>
|
122 |
<div class="editbox">
|
139 |
<div class="editbox">
|
123 |
<div class="grid-9 gravatar sm">
|
140 |
<div class="grid-9 gravatar sm">
|
|
... |
|
... |
147 |
<a href="https://opensourceprojects.eu/about">About</a>
|
164 |
<a href="https://opensourceprojects.eu/about">About</a>
|
148 |
<a href="http://docs.opensourceprojects.eu/">Documentation</a>
|
165 |
<a href="http://docs.opensourceprojects.eu/">Documentation</a>
|
149 |
<a href="https://opensourceprojects.eu/p/osp/discussion/">Discussion</a>
|
166 |
<a href="https://opensourceprojects.eu/p/osp/discussion/">Discussion</a>
|
150 |
<a href="https://opensourceprojects.eu/p/osp/tickets/">Report a bug</a>
|
167 |
<a href="https://opensourceprojects.eu/p/osp/tickets/">Report a bug</a>
|
151 |
<a href="http://www.ict-prose.eu/">PROSE CA</a>
|
168 |
<a href="http://www.ict-prose.eu/">PROSE CA</a>
|
|
|
169 |
<p><a href="http://sosopensource.com" target="_blank"><img src="{% static "images/icon.png" %}"></a></p>
|
152 |
</div>
|
170 |
</div>
|
153 |
</footer>
|
171 |
</footer>
|
154 |
</body>
|
172 |
</body>
|
155 |
</html>
|
173 |
</html>
|
156 |
|
174 |
|