Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Pédagogies Multimodales
wikicolor
Commits
294343bb
Commit
294343bb
authored
May 07, 2020
by
Sylvain Coulange
Browse files
coquille bicolore
parent
6c108e43
Changes
2
Hide whitespace changes
Inline
Side-by-side
static/styles/popup.css
View file @
294343bb
...
...
@@ -129,7 +129,7 @@
margin
:
auto
;
padding
:
0
;
border
:
1px
solid
#888
;
width
:
5
0%
;
width
:
6
0%
;
box-shadow
:
0
4px
8px
0
rgba
(
0
,
0
,
0
,
0.2
),
0
6px
20px
0
rgba
(
0
,
0
,
0
,
0.19
);
text-align
:
left
;
}
...
...
templates/coloriseur.html
View file @
294343bb
...
...
@@ -24,7 +24,7 @@
<form
action=
"/app/"
method=
"post"
>
{% csrf_token %}
<div
class=
"param"
>
<input
id=
"swcolor"
type=
"radio"
name=
"colorType"
value=
"sw"
{%
if
data.colorType =
=
"
sw
"
%}
checked
{%
endif
%}
>
<label
for=
"swcolor"
>
Silent Way
</label><br/>
<input
id=
"bicolor"
type=
"radio"
name=
"colorType"
value=
"bi"
{%
if
data.colorType =
=
"
bi
"
%}
checked
{%
endif
%}
>
<label
for=
"bicolor"
>
Bicolor
</label>
<input
id=
"bicolor"
type=
"radio"
name=
"colorType"
value=
"bi"
{%
if
data.colorType =
=
"
bi
"
%}
checked
{%
endif
%}
>
<label
for=
"bicolor"
>
Bicolor
e
</label>
<input
type=
"hidden"
id=
"defaultBg"
name=
"defaultBg"
value=
"{{ data.defaultBg }}"
/>
</div>
<h2>
Entrer du texte à coloriser :
</h2>
...
...
Write
Preview
Supports
Markdown
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