summaryrefslogtreecommitdiffstats
path: root/include/output.php
AgeCommit message (Collapse)AuthorFilesLines
2013-09-16BUGFIX: fixed selection of spade and heart soloArun Persaud1-2/+2
two typos messed up the solo selction, e.g. the gametype was not the same as the one given in the enum in the database. Also added an additional check before we set them in the database, so that people can mess things up when playing with the url directly.
2013-08-17update favicon if it's your turn.Arun Persaud1-1/+1
Added a simple php script that returns via json if it's your turn and then check this every 10s using javascript.
2013-05-02CLEANUP: GT,gametype,mygametype variable, make it translatable, some code ↵Arun Persaud1-4/+4
cleanup
2013-01-19TRANSLATION: marked more strings for translationArun Persaud1-1/+1
2013-01-19LAYOUT: fix footerArun Persaud1-4/+4
2013-01-16remove Altenburger Spielkarten, their copyright notice, etc. since the ↵Arun Persaud1-4/+1
licence expired They changed their company police and won't give out a free licence agreement anymore, so might as well remove it completely.
2013-01-16updated copyright in footer to 2013Arun Persaud1-1/+1
2013-01-12LAYOUT: move to compiled less to make things fasterArun Persaud1-1/+5
2013-01-12updated copyright for 2013Arun Persaud1-1/+1
2012-12-09LAYOUT: make footer smallerArun Persaud1-5/+4
2012-12-09removed unused variable in output.phpArun Persaud1-1/+0
2012-12-09bootstrap: fixed login/register, footer, and navbarArun Persaud1-27/+23
* made navbar smaller, added icons, icons only (for smaller screen) * fixed login screen
2012-10-06starting to bootstrap the layout: navbar and tricksArun Persaud1-15/+23
- changing the tricks-selector to a paginator and fixing the js for highlighting - adding a navbar using bootstrap, probably should use .wrap more instead of adding divs to the code
2012-10-05added less, moved bootstrap to less componentsArun Persaud1-2/+3
2012-10-05updated jquery, moved include to end of html page, removed normalize.css, ↵Arun Persaud1-7/+8
added bootstrap
2012-09-19BUGFIX: css index prevented user from selecting a radio button and minor tweaksArun Persaud1-15/+15
* fixed in sickness screen * removed unnessecary questions * pre-selected yes for starting a game * some minor css tweaks
2012-05-08moved js files into their own directoryArun Persaud1-4/+4
2012-05-08auto-versioning for js and css files. Needs .htaccess to be installedArun Persaud1-7/+22
The md5 of the file will be added to the filename of the .js or .css file. .htaccess will remove these again, but the browser will be able to cache correctly now.
2012-02-10updated copyright notice for 2012Arun Persaud1-2/+2
2012-02-10fixed margin collapse in .main (gray bar below header)Arun Persaud1-1/+1
the h4 element has a default top margin, but the .user and .main diff didn't have any. Because of collapsing margins they were also assigned the same margin which then created the gray bar. This doesn't happen if the parent element has non-zero padding, so I added a 1px top and bottom padding to .main, which fixed the problem
2012-02-04fixed showing re/contra call at beginning of game; allowed pre-game ↵Arun Persaud1-0/+13
comments; DB upgrade the problem with re/contra at the beginning of a game was that no playid was set yet, so we couldn't record when the call was made. Added two special playid (-1 and -2), for pre-game comments and re/contra calls before the first card is played. For this we need to record the gameid in the comment table => DB update
2011-11-22LAYOUT: fixed position of .joingame (had left:0;)Arun Persaud1-1/+1
2011-11-19LAYOUT: fixed layout for new game pageArun Persaud1-32/+64
2011-11-19LAYOUT: fixed some css issues in the new layoutArun Persaud1-1/+1
* totals were displayed too low * personal notes were too low * text for points for person on the bottom was on top of the div for the card instead of at the bottom
2011-11-15LAYOUT: use html5 buttons for prev/next for the tricksArun Persaud1-1/+1
2011-11-15added viewport definition for mobile devicesArun Persaud1-0/+1
2011-11-15LAYOUT: redone layout of table and cardsArun Persaud1-1/+1
scales a lot better now and should be better for mobile devices
2011-11-14LAYOUT: moved game status to top; cleaned up some cssArun Persaud1-1/+1
2011-11-14CLEANUP: merged normal css file and the one for mobile phones into one fileArun Persaud1-2/+1
2011-11-13CLEANUP: moves javascript from header into game.jsArun Persaud1-35/+0
should make html output smaller, since game.js can be cached
2011-11-13CLEANUP: fixed html output a bitArun Persaud1-8/+6
added whitespaces and line breaks
2011-11-13LAYOUT: moved output of all game message after the tricks and tableArun Persaud1-0/+2
this should make the html layout more consistent and easier to manage for different screen sizes, e.g. for mobile phones
2011-10-07fixed some html source code alignement and moved the games table, so it's ↵Arun Persaud1-1/+1
flush left with the rest of the test
2011-10-07moved players positinon around the table a bit to center them betterArun Persaud1-1/+1
2011-10-07updated copyright to 2011Arun Persaud1-1/+1
2011-10-07moved last login status to bottome for narrow displayArun Persaud1-1/+1
2011-10-07fixed some css issues after changing to normalize.cssArun Persaud1-1/+1
2011-10-07replaced css reset with normalize.cssArun Persaud1-0/+1
2011-10-07fixed html and some alignement in login/register screenArun Persaud1-1/+1
2011-10-06make cards clickable as radiobuttonsArun Persaud1-2/+2
2011-10-06started on better mobile supportArun Persaud1-0/+1
some changes in order of HTML, but mostly CSS
2011-10-05fixed labels for password recovery formArun Persaud1-3/+3
2011-10-05include green1.gif picture from dreamhostArun Persaud1-1/+1
used to be a https request and took a long time to load, better to host it locally
2011-10-05add some html5Arun Persaud1-12/+10
2011-10-05cleared up the look of the front page a bitArun Persaud1-6/+4
2010-11-21fixed typo in CSS, simpler naming schemeArun Persaud1-1/+1
2010-11-21added date picker for vacationsArun Persaud1-0/+2
use html5 with jquery as a fallback
2010-10-11BUGFIX: fixed some html validation errorsArun Persaud1-2/+2
2010-09-22BUGFIX: fixed last commitArun Persaud1-1/+1
2010-09-21NEW FEATURE: pre select card to play if there is only one optionArun Persaud1-3/+6