Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
pyromaths-staticsite
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
2
Issues
2
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
pyromaths
pyromaths-staticsite
Commits
f4c0613c
Commit
f4c0613c
authored
Jul 05, 2018
by
Jérôme Ortais
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Passage à html5
parent
dfe7f9c7
Pipeline
#61230
passed with stages
in 19 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
11 deletions
+10
-11
theme/templates/base.html
theme/templates/base.html
+2
-3
theme/templates/index.html
theme/templates/index.html
+8
-8
No files found.
theme/templates/base.html
View file @
f4c0613c
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<!DOCTYPE html>
<html
xmlns=
"http://www.w3.org/1999/xhtml"
xml:lang=
"fr"
>
<head>
...
...
@@ -71,7 +70,7 @@
{% endfor %}
{% endfor %}
<li><a
href=
"{{ SITEURL }}/installer-pyromaths.html"
>
Documentation
</a></li>
<li><a
href=
"http://pyromaths.readthedocs.
org
/fr/develop/"
>
Développeurs
</a></li>
<li><a
href=
"http://pyromaths.readthedocs.
io
/fr/develop/"
>
Développeurs
</a></li>
<li><a
href=
"https://forum.pyromaths.org"
>
Forum
</a></li>
</ul>
</div>
...
...
theme/templates/index.html
View file @
f4c0613c
...
...
@@ -2,14 +2,14 @@
{% block title %}Pyromaths, un générateur de fiches d’exercices{% endblock %}
{% block javascript %}
<script
type=
"text/javascript"
src=
"{{ SITEURL }}/theme/js/jquery.js"
></script>
<script
type=
"text/javascript"
src=
"{{ SITEURL }}/theme/js/jquery.jfeed.pack.js"
></script>
<script
src=
"{{ SITEURL }}/theme/js/jquery.js"
></script>
<script
src=
"{{ SITEURL }}/theme/js/jquery.jfeed.pack.js"
></script>
<meta
name=
"google-site-verification"
content=
"59SXpmyWCAbOyRFbMxffg0-LOPh87YC2Jg_5XAzalZE"
/>
{% endblock %}
{% block content %}
<div
id=
"presentation"
>
<script
type=
"text/javascript"
>
<script>
//
<!
[
CDATA
[
var
simplegallery_media_loaded
;
$
(
function
()
{
...
...
@@ -120,7 +120,7 @@
{% for article in article_list %}
{% if loop.first %}
<h5>
<time
class=
"published"
datetime=
"{{ article.date
|strftime('%d.%m.%y'
) }}"
>
<time
class=
"published"
datetime=
"{{ article.date
.isoformat(
) }}"
>
{{ article.date|strftime('%d.%m.%y') }}
</time>
</h5>
...
...
@@ -139,7 +139,7 @@
<ul>
<li>
<div
class=
"article"
>
<script
type=
"text/javascript"
>
<script>
jQuery
(
function
()
{
jQuery
.
getFeed
({
url
:
'
https://forum.pyromaths.org/app.php/feed
'
,
...
...
@@ -147,7 +147,7 @@
var
html
=
''
;
for
(
var
i
=
0
;
i
<
feed
.
items
.
length
&&
i
<
1
;
i
++
)
{
for
(
var
i
=
0
;
i
<
feed
.
items
.
length
&&
i
<
1
;
i
++
)
{
var
item
=
feed
.
items
[
i
];
...
...
@@ -246,7 +246,7 @@
écrire en Python, créer des modèles LaTeX, faire des
propositions, ...
</p>
<p>
Pour nous rejoindre, enregistrez-vous sur le
<a
href=
"http://forum.pyromaths.org"
>
forum
</a>
et laissez nous
href=
"http
s
://forum.pyromaths.org"
>
forum
</a>
et laissez nous
un petit message.
</p>
</div>
</li>
...
...
@@ -256,7 +256,7 @@
<p>
Vous pouvez placer une de nos belles bannières sur votre site
internet ou votre blog pour nous aider à nous faire connaître.
</p>
<p>
Pour cela, rendez-vous sur la page
<a
href=
"{{ SITEURL }}/
contribuer/banniere-de-promotion/
"
>
bannières de promotion
</a>
href=
"{{ SITEURL }}/
bannieres_de_promotion.html
"
>
bannières de promotion
</a>
et choisissez celle qui vous convient le mieux.
</p>
</div>
</li>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment