Skip to content

Commit

Permalink
MAJ Gestion
Browse files Browse the repository at this point in the history
  • Loading branch information
ben62200 committed Jun 23, 2016
1 parent 2d9d887 commit fff2754
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 25 deletions.
Binary file modified public/images/site/Kaiminus.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
25 changes: 2 additions & 23 deletions views/Combat.jade
Original file line number Diff line number Diff line change
Expand Up @@ -25,22 +25,17 @@ block content
div.handCards
ul
div#recompense
h1(style='font-size:15px;text-align:center;') Recompense
h1(style='font-size:15px;text-align:center;') Recompense 6
img(style='width:100%;height:105%;transform: rotate(90deg);',src="images/site/dos.jpg")
div#deck
h1(style='font-size:15px;text-align:center;') Deck 60
h1(style='font-size:15px;text-align:center;') Deck 47
img(style='width:100%;height:100%;',src="images/site/dos.jpg")
div#defausse
h1(style='font-size:15px; text-align:center;') Defausse
img(style='width:100%;height:100%;',src="images/site/dos.jpg")
div#zoom
img(src="#", class="action")
ul#menu
li
a(href="#") Attaque Imprudente
li
a(href="#") Annuler

div#cote
button.btn.btn-default(style='margin-top:900px;margin-left:25px;',type=button value="Abandonner" onClick="popup()" class="myButton") Abandonner
script.
Expand All @@ -59,20 +54,4 @@ block content
});
}
td
button.btn.btn-default(style='position:absolute;left:20px; right:0px;top:160px;',type=button value="Terminer" onClick="main()" class="myButton") Terminer tour
script.
function main() {
popupS.confirm({
content: 'Terminer votre tour ',
labelOk: 'oui',
labelCancel: 'non',
onSubmit: function () {
window.location.href = "/Gestion"
},
onClose: function () {
console.log(':(');
}

});
}
td
4 changes: 2 additions & 2 deletions views/Gestion.jade
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ block content
Paragraphe Accedez au règles du jeu :   
br
br
a(href="images/site/Regle_Simplifiee.pdf") Cliquez ici
a(href='images/site/Regle_Simplifiee.pdf' onclick="window.open(this.href);return false;") Cliquez ici

div#GestionDroite
div#GestionDroite
img(src='images/site/joelle.png')

0 comments on commit fff2754

Please sign in to comment.