Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
OpenQuizz
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
10
Issues
10
List
Board
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
Weber Rodolphe
OpenQuizz
Commits
2418db5b
Commit
2418db5b
authored
Aug 24, 2021
by
Jérémie Passerat
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Amelioration visuelle de Consulter_Contenu
parent
bc3e6d28
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
63 additions
and
16 deletions
+63
-16
Manuel.vue
src/Manuel.vue
+16
-12
Consulter_Contenu.vue
src/components/Consulter_Contenu.vue
+46
-4
Volet_Base.vue
src/components/Volet_Base.vue
+1
-0
No files found.
src/Manuel.vue
View file @
2418db5b
<
template
>
<
template
>
<div
:style=
"darktheme ?
{'color' : 'white'} : {'color' : 'black'} " style="text-align: center">
<div
:style=
"darktheme ?
{'color' : 'white'} : {'color' : 'black'} " style="text-align: center">
<h1>
Bienvenue sur le manuel d'utilisation de l'application OpenQuizz
</h1>
<h1
id=
"titreManuel"
>
Bienvenue sur le manuel d'utilisation de l'application OpenQuizz
</h1>
<div
style=
"display: flex"
>
<div
style=
"display: flex"
>
<div
id=
"menuLateral"
>
<div
id=
"menuLateral"
>
...
@@ -11,14 +11,13 @@
...
@@ -11,14 +11,13 @@
<ul
class=
"cache"
>
<ul
class=
"cache"
>
<li
class=
"sousSection"
><a
href=
"#titreDeuxUn"
>
Présentation Générale de l'interface
</a></li>
<li
class=
"sousSection"
><a
href=
"#titreDeuxUn"
>
Présentation Générale de l'interface
</a></li>
<li
class=
"sousSection"
><a
href=
"#titreDeuxDeux"
>
Le mode Sombre
</a>
>
</li>
<li
class=
"sousSection"
><a
href=
"#titreDeuxDeux"
>
Le mode Sombre
</a></li>
<li
class=
"sousSection"
><a
href=
"#titreDeuxTrois"
>
Le menu Panier/Banque
</a>
>
</li>
<li
class=
"sousSection"
><a
href=
"#titreDeuxTrois"
>
Le menu Panier/Banque
</a></li>
<li
class=
"sousSection"
><a
href=
"#titreDeuxQuatre"
>
Affichage du volet latéral
</a>
>
</li>
<li
class=
"sousSection"
><a
href=
"#titreDeuxQuatre"
>
Affichage du volet latéral
</a></li>
<li
class=
"sousSection"
><a
href=
"#titreDeuxCinq"
>
Le volet latéral
</a>
>
</li>
<li
class=
"sousSection"
><a
href=
"#titreDeuxCinq"
>
Le volet latéral
</a></li>
<li
class=
"sousSection"
><a
href=
"#titreDeuxSix"
>
Le tableau des contenus
</a>
>
</li>
<li
class=
"sousSection"
><a
href=
"#titreDeuxSix"
>
Le tableau des contenus
</a></li>
<li
class=
"sousSection"
><a
href=
"#titreDeuxSept"
>
Le menu des options
</a>
>
</li>
<li
class=
"sousSection"
><a
href=
"#titreDeuxSept"
>
Le menu des options
</a></li>
<li
class=
"sousSection"
><a
href=
"#titreDeuxHuit"
>
L'ajout de contenu dans le panier
</a>
>
</li>
<li
class=
"sousSection"
><a
href=
"#titreDeuxHuit"
>
L'ajout de contenu dans le panier
</a></li>
</ul>
</ul>
<li><h5><span
class=
"symboleSection"
@
click=
"naviguer"
></span><a
href=
"#titreTrois"
>
III - La gestion des contenus
</a></h5></li>
<li><h5><span
class=
"symboleSection"
@
click=
"naviguer"
></span><a
href=
"#titreTrois"
>
III - La gestion des contenus
</a></h5></li>
...
@@ -499,7 +498,8 @@
...
@@ -499,7 +498,8 @@
<h3
>
5/ Deconnexion
</h3>
<h3
>
5/ Deconnexion
</h3>
<br>
<br>
<p>
Quitte OpenQuizz et permet de revenir à l'écran de connexion
</p>
<p>
Quitte OpenQuizz et permet de revenir à l'écran de connexion
</p>
<br>
<span
id=
"remonterPage"
><a
href=
"#titreManuel"
>
Remonter en haut de la page
</a></span>
</div>
</div>
</div>
</div>
</div>
</div>
...
@@ -531,7 +531,7 @@ export default {
...
@@ -531,7 +531,7 @@ export default {
height
:
auto
;
height
:
auto
;
width
:
30vh
;
width
:
30vh
;
margin-left
:
10vh
;
margin-left
:
10vh
;
margin-top
:
10
vh
;
margin-top
:
5
vh
;
border
:
1px
solid
black
;
border
:
1px
solid
black
;
position
:
fixed
;
position
:
fixed
;
...
@@ -541,7 +541,7 @@ export default {
...
@@ -541,7 +541,7 @@ export default {
width
:
120vh
;
width
:
120vh
;
min-height
:
100%
;
min-height
:
100%
;
height
:
100%
;
height
:
100%
;
margin-top
:
10
vh
;
margin-top
:
5
vh
;
margin-bottom
:
5vh
;
margin-bottom
:
5vh
;
margin-left
:
65vh
;
margin-left
:
65vh
;
border
:
1px
solid
coral
;
border
:
1px
solid
coral
;
...
@@ -606,5 +606,9 @@ p {
...
@@ -606,5 +606,9 @@ p {
left
:
30px
;
left
:
30px
;
}
}
#remonterPage
::before
{
content
:
"\2B06 "
;
}
</
style
>
</
style
>
\ No newline at end of file
src/components/Consulter_Contenu.vue
View file @
2418db5b
...
@@ -28,14 +28,43 @@
...
@@ -28,14 +28,43 @@
|| contenuCliqueProvenance === 'perso')
|| contenuCliqueProvenance === 'perso')
&& versionMax > 1"
>
&& versionMax > 1"
>
<p
v-if=
"contenuCliqueProvenance!=='en-cours'"
>
Type du contenu :
{{
typeContenu
}}
</p>
<table
id=
"testTable"
v-if=
"contenuCliqueProvenance!=='en-cours'"
>
<tr>
<td
class=
"titreTableau"
style=
"background-color: skyblue"
>
Type du contenu
</td>
<td
style=
"background-color: white"
>
{{
typeContenu
}}
</td>
</tr>
<tr>
<td
class=
"titreTableau"
style=
"background-color: white"
>
Source du contenu
</td>
<td
style=
"background-color: skyblue"
>
{{
sourceContenu
}}
</td>
</tr>
<tr>
<td
class=
"titreTableau"
style=
"background-color: skyblue"
>
Note du contenu
</td>
<td
style=
"background-color: white"
>
(
{{
versionChoisie
}}
) :
{{
noteContenu
}}
</td>
</tr>
<tr>
<td
class=
"titreTableau"
style=
"background-color: white"
>
Popularite du contenu
</td>
<td
style=
"background-color: skyblue"
>
{{
populariteContenu
}}
</td>
</tr>
<tr>
<td
class=
"titreTableau"
style=
"background-color: skyblue"
>
Tags associés au contenu
</td>
<td
style=
"background-color: white"
>
{{
tagsContenus
}}
</td>
</tr>
</table>
<br>
<!--
<p
v-if=
"contenuCliqueProvenance!=='en-cours'"
>
Type du contenu :
{{
typeContenu
}}
</p>
<p
v-if=
"contenuCliqueProvenance!=='en-cours'"
>
Source du contenu :
{{
sourceContenu
}}
</p>
<p
v-if=
"contenuCliqueProvenance!=='en-cours'"
>
Source du contenu :
{{
sourceContenu
}}
</p>
<p
v-if=
"contenuCliqueProvenance!=='en-cours'"
>
Note du contenu (
v
{{
versionChoisie
}}
) :
{{
noteContenu
}}
</p>
<p
v-if=
"contenuCliqueProvenance!=='en-cours'"
>
Note du contenu (
{{
versionChoisie
}}
) :
{{
noteContenu
}}
</p>
<p
v-if=
"contenuCliqueProvenance!=='en-cours'"
>
Popularite du contenu :
{{
populariteContenu
}}
</p>
<p
v-if=
"contenuCliqueProvenance!=='en-cours'"
>
Popularite du contenu :
{{
populariteContenu
}}
</p>
<p
v-if=
"contenuCliqueProvenance!=='en-cours'"
>
Tags associés au contenu :
{{
tagsContenus
}}
</p>
<p
v-if=
"contenuCliqueProvenance!=='en-cours'"
>
Tags associés au contenu :
{{
tagsContenus
}}
</p>
-->
<p>
Voici l'intérieur de votre contenu dans sa version
{{
versionChoisie
}}
:
</p>
<p>
Voici l'intérieur de votre contenu dans sa version
{{
versionChoisie
}}
:
</p>
<span
contenteditable=
"false"
v-html=
"formatterMarkdown()"
>
<span
contenteditable=
"false"
style=
"background-color: white; width: 50vw; margin-left: auto; margin-right: auto"
v-html=
"formatterMarkdown()"
>
</span>
</span>
<br>
<br>
</div>
</div>
...
@@ -263,5 +292,18 @@ button {
...
@@ -263,5 +292,18 @@ button {
width
:
auto
;
width
:
auto
;
}
}
#testTable
{
width
:
auto
;
margin-left
:
auto
;
margin-right
:
auto
;
background-color
:
white
;
}
.titreTableau
{
width
:
20vw
;
}
</
style
>
</
style
>
\ No newline at end of file
src/components/Volet_Base.vue
View file @
2418db5b
...
@@ -247,6 +247,7 @@ export default {
...
@@ -247,6 +247,7 @@ export default {
*/
*/
deconnexion
:
function
()
{
deconnexion
:
function
()
{
this
.
modeModification
=
false
this
.
modeModification
=
false
this
.
modeConsultation
=
false
this
.
panierChoisi
=
true
this
.
panierChoisi
=
true
this
.
isDeconnecte
=
true
this
.
isDeconnecte
=
true
},
},
...
...
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