summaryrefslogtreecommitdiffstats
path: root/include/output.php
AgeCommit message (Collapse)AuthorFilesLines
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
2010-09-21TRANSLATION: some more strings and updated po.deArun Persaud1-8/+8
2010-06-29LAYOUT: fixed issue on user page when one player is on vacationArun Persaud1-1/+1
used to have two floats, but when the second one went over two lines (due to vacation message) the layout didn't show up correctly anymore when collapsed.
2010-05-04improved jquery on user home pageArun Persaud1-3/+15
the text will now say either show or hide not both depending on the situation.
2010-04-26added an About pageArun Persaud1-3/+3
2010-04-26Added about pageArun Persaud1-1/+1
2010-04-23 new user home page with a bit of jquery thrown inArun Persaud1-1/+14
by default only show the active games/sessions and hide all the other games
2010-04-19moved gameinfo box (calls, comment-input, submit, games player by otheres) ↵Arun Persaud1-23/+23
to the bottom of the page this should make it easier for people with a mobile phone.
2010-04-18fix bug introduces by marking strings for translationsArun Persaud1-8/+8
using these strings directly to set database entries... need to change this before they can be marked for translation.
2010-04-17marked more strings for translationArun Persaud1-4/+4
2010-03-18marked more strings for translationArun Persaud1-97/+91
2010-03-17BUGFIX: fix "keep playing" button. forgot to add include new rule, so games ↵Arun Persaud1-3/+4
didn't get restarted
2010-03-14marked more strings for translationArun Persaud1-13/+13
2010-03-14added link to bug-tracker (that is renamed wiki -> wiki/bugs)Arun Persaud1-1/+1
2010-03-14NEW FEATURE: added localization supportArun Persaud1-1/+23
using gettext to add support for localization
2010-03-13NEW FEATURE: having only low trump (fox and below) can now be a VorbehaltArun Persaud1-5/+35
The low trump can either be treated as poverty or similar to 5 nines, that is the game is canceled unless someone plays a solo. Also minor code cleanup.
2010-03-04changed message for new dealer into message for new startplayerArun Persaud1-1/+1
since there really is no dealer, this was more confusing than helpful.
2010-02-07updated copyright notice in footerArun Persaud1-1/+1
2010-02-06added copyright notice and GPL referenceArun Persaud1-0/+19
2010-02-04NEW FEATURE: provide an RSS feed for each user showing in which games it's ↵Arun Persaud1-33/+38
his turn the feed shows the same as the "It's your turn in these games" box.
2010-02-02highlight the call if this is the last round where you can make this callArun Persaud1-23/+54
also added some more comments
2009-10-30NEW FEATURE: use gravatars as icons for playersArun Persaud1-1/+1
use icons at the table and on the user page (for last players logged in).
2009-07-24CLEANUP: rewrote html output for the rules section for new gamesArun Persaud1-35/+36
made it a bit more compact and ready for more rules