Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change Tool Labs to Toolforge #16

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file removed static/Tool_labs_logo.ico
Binary file not shown.
Binary file added static/Toolforge_logo.ico
Binary file not shown.
6 changes: 3 additions & 3 deletions templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<title>{{ title }}</title>

<link rel="icon" type="image/x-icon" href="{{ url_for('static', filename='Tool_labs_logo.ico') }}" />
<link rel="icon" type="image/x-icon" href="{{ url_for('static', filename='Toolforge_logo.ico') }}" />
<link rel="stylesheet" type="text/css" media="screen" href="{{ url_for('static', filename='style.css') }}" />
{%- if rickshaw %}
<link rel="stylesheet" href="{{ url_for('static', filename='rickshaw/rickshaw.min.css') }}">
Expand All @@ -21,7 +21,7 @@
<div id="content-wrapper">
<div id="menu">
{#-### MENU ####}
<img src="//upload.wikimedia.org/wikipedia/commons/thumb/a/a4/Tool_labs_logo.svg/120px-Tool_labs_logo.svg.png">
<img src="//upload.wikimedia.org/wikipedia/commons/thumb/c/c5/Toolforge_logo.svg/120px-Toolforge_logo.svg.png">
<div id="menu-content">
<div id="menu-item"><a href="{{ url_for('.index') }}">Main page</a></div>
{%- for name, years in menu.items() %}
Expand All @@ -36,7 +36,7 @@
<div id="content">
<br/>
<h1>{{ title }}</h1>
<hr/> Tool Labs – Tools for Wiki Loves Photo Competitions <br/><br/>
<hr/> Toolforge – Tools for Wiki Loves Photo Competitions <br/><br/>

<div style="font-size:1.8em; font-weight:bold; color:gray; text-align:center">
</div>
Expand Down
4 changes: 2 additions & 2 deletions templates/images.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@

<title>{{ title }}</title>

<link rel="icon" type="image/x-icon" href="{{ url_for('static', filename='Tool_labs_logo.ico') }}" />
<link rel="icon" type="image/x-icon" href="{{ url_for('static', filename='Toolforge_logo.ico') }}" />
<link rel="stylesheet" type="text/css" media="screen" href="{{ url_for('static', filename='style.css') }}" />
</head>
<body>
<div id="content-wrapper">
<div id="image-content">
<br/>
<h1>{{ title }}</h1>
<hr/> Tool Labs – Tools for Wiki Loves Photo Competitions <br/>
<hr/> Toolforge – Tools for Wiki Loves Photo Competitions <br/>
{%- if backto|length == 3 %}
<p><a href="{{ url_for('index') }}{{ backto|join('/') }}">Back to Wiki Loves {{ backto[0]|replace("_", " ")|title }} {{ backto[1] }} {{ backto[2] }}</a></p>
{%- else %}
Expand Down
2 changes: 1 addition & 1 deletion templates/images_not_found.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
<div style="margin:100px 10px 100px 10px; text-align:center; color:#500"><b>The images were not found.</b><br/>
Be sure the url parameters are correct. It is need at least params for event (earth or monuments), year and country.<br/>
If the problem precists contact the developers or
<a href="https://phabricator.wikimedia.org/maniphest/task/edit/form/1/?projects=tool-labs-tools-wikiloves">create a task in Phabricator</a>.</div>
<a href="https://phabricator.wikimedia.org/maniphest/task/edit/form/1/?projects=tool-wikiloves">create a task in Phabricator</a>.</div>
{% endblock %}
2 changes: 1 addition & 1 deletion templates/page_not_found.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
<div style="margin:100px 10px 100px 10px; text-align:center; color:#500"><b>This page do not exist in the server.</b><br/>
Be sure the address is correct.<br/>
If the problem precists contact the developers or
<a href="https://phabricator.wikimedia.org/maniphest/task/edit/form/1/?projects=tool-labs-tools-wikiloves">create a task in Phabricator</a>.</div>
<a href="https://phabricator.wikimedia.org/maniphest/task/edit/form/1/?projects=tool-wikiloves">create a task in Phabricator</a>.</div>
{% endblock %}