X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=views%2Fsettings.pug;fp=views%2Fsettings.pug;h=0000000000000000000000000000000000000000;hb=59d58d7da742c937bca80c2102c2e72cc7d6e840;hp=8bf7de59d0c4157595229a2bf8a0c587199a033f;hpb=7d9e99bc177972c5af8b1b45f4bfb043d8306f30;p=vchess.git diff --git a/views/settings.pug b/views/settings.pug deleted file mode 100644 index 8bf7de59..00000000 --- a/views/settings.pug +++ /dev/null @@ -1,24 +0,0 @@ -input#modalSettings.modal(type="checkbox") -div(role="dialog" aria-labelledby="settingsTitle") - .card.smallpad(onChange="blabla(event)") - label.modal-close(for="modalSettings") - h3#settingsTitle.section= translations["Preferences"] - // taille echiquier : TODO - fieldset - label(for="setHints")= translations["Show hints?"] - input#setHints(type: "checkbox" checked=this.hints) - fieldset - label(for="selectColor")= translations["Board colors"] - select#selectColor - option(value="lichess" selected="this.color=='lichess'") - = translations["brown"] - option(value="chesscom" selected="this.color=='chesscom'") - = translations["green"] - option(value="chesstempo" selected="this.color=='chesstempo'") - = translations["blue"] - fieldset - label(for="selectSound")= translations["Play sounds?"] - select#selectSound - option(value="0" selected="this.sound==0")= translations["None"] - option(value="1" selected="this.sound==1")= translations["New game"] - option(value="2" selected="this.sound==2")= translations["All"]