header {
background-color: #fff;
text-align: center;
- height: 4em;
padding-top: 1.5em;
margin: 0em 3em;
border-bottom: 3px solid gray;
.main {
background-color: #fff;
- margin: 0em 3em;
- padding: 1em 0em;
- min-height: 40em;
+ padding: 0em 0em;
+ margin: 0em 3em;
+ padding-bottom: 1em;
}
footer {
background-color: #fff;
- margin-left: 3em;
- margin-right: 3em;
- padding:0;
+ margin: 0em 3em;
+ padding:0em 0.2em;
border-top: 2px solid gray;
- clear:both;
- height: 8em;
}
-footer .right { float:right; font-size:smaller;}
-footer .left { float:left; font-size:smaller; }
+footer .right { text-align:right; font-size:smaller;}
+footer .left { float:left; font-size:smaller;}
.status {
position:absolute;
.session {
width: 100%;
border-bottom: 1px solid #000;
+ padding: 0.5em;
text-align: center;
}
.session div.sessionrules {
}
.usermenu {
- position:absolute;
- top:10em;
- left:3em;
- margin:1em;
- margin-top:0em;
- margin-left:0em;
-
- width: 12em;
-
- border: 2px solid gray;
-
- padding:0.3em;
-
- background-color: #eee;
+ text-align: center;
+ padding:0.7em;
+ border-bottom: 1px solid black;
}
.notes {
z-index:50;
}
-.user { margin-left:25%;margin-right:5%; }
+.user {
+ margin-left:25%;
+ margin-right:5%;
+}
div.user ul {
list-style:none;
width: 4em;
height: 4em;
border: 3px solid #aaa;
+}
+div.table div img.gravatar {
float:left;
}
+
div img.button {
float: right;
width: 2em;
background-color: #fff;
margin-left: 0em;
margin-right: 0em;
- min-height: 0em;
}
header, footer {
margin-right: 0em;
}
-
.lastlogin {
position: relative;
left: 0em;
- top: 0em;
+ top: 0em;
width: 100%;
text-align: center;
border-top: 1px solid gray;
right:0em;
}
-.usermenu {
- left: 0em;
-}
-
.notes {
position:relative;
top:0em;
$gameid = DB_get_gameid_by_hash($me);
$myname = DB_get_name('hash',$me);
$mystatus = DB_get_status_by_hash($me);
-$origmystatus = DB_get_status_by_hash($me); /* to show "it's your turn" menu when game has just finished */
$mypos = DB_get_pos_by_hash($me);
$myhand = DB_get_handid('hash',$me);
$myparty = DB_get_party_by_hash($me);
}
+
+/*****************************************************************
+ * output other games where it is the users turn
+ * make sure that the people looking at old games don't see the wrong games here
+ *****************************************************************/
+
+if( $gamestatus != 'gameover' && isset($_SESSION['id']) )
+ {
+ /* game isn't over, only valid user can get here, so show menu */
+ display_user_menu($myid);
+ }
+else if( $mystatus == 'gameover' && isset($_SESSION['id']) )
+ {
+ /* user is looking at someone else's game, show the menu for the correct user */
+ display_user_menu($_SESSION['id']);
+ }
+else
+ {
+ echo "<div class=\"usermenu\">\n";
+ echo "It's your turn in these games: \n";
+ echo "Please log in to see this information.\n";
+ echo "</div>\n\n";
+ }
+
/*****************************************************************
* output extra division in case this game is part of a session
*****************************************************************/
if(isset($_SESSION['id']))
DB_update_user_timestamp($_SESSION['id']);
-
/******************************************************************************
* Output tricks played, table, messages, and cards (depending on game status)
******************************************************************************/
* Comments, re/contra calls, user menu
***********************************************/
-/* output other games where it is the users turn
- * make sure that the people looking at old games don't see the wrong games here
- */
-if( $gamestatus != 'gameover' )
- {
- /* game isn't over, only valid user can get here, so show menu */
- display_user_menu($myid);
- }
-else if( $origmystatus != 'gameover' )
- {
- /* user just played the very last card, game is now over, it's still ok to show the menu though */
- display_user_menu($myid);
- }
-else if( $mystatus == 'gameover'
- && isset($_SESSION['id']) )
- {
- /* user is looking at someone else's game, show the menu for the correct user */
- display_user_menu($_SESSION['id']);
- }
-else
- {
- echo "<div class=\"usermenu\">\n";
- echo "It's your turn in these games:<br />\n";
- echo "Please log in to see this information.\n";
- echo "</div>\n\n";
- }
-
/*
* display gameinfo: re/contra, comment-box, play-card button, games played by others
*/
" Verwendung der [deutschen] Kartenbilder mit Genehmigung <br />der Spielkartenfabrik Altenburg GmbH,(c) ASS Altenburger <br />\n".
" - ASS Altenburger Spielkarten - Spielkartenfabrik Altenburg GmbH <br />\n".
" a Carta Mundi Company Email: info@spielkarten.com Internet: www.spielkarten.com</p>\n";
- echo " <p class=\"right\"> See the latest changes <a href=\"http://nubati.net/cgi-bin/gitweb.cgi?p=e-DoKo.git;a=summary\">\n".
+ echo " <p class=\"right\"> See the latest changes <a href=\"http://nubati.net/cgi-bin/gitweb.cgi?p=e-DoKo.git;a=summary\">\n".
" via git </a> <br />or download the source via <br />\n'git clone http://nubati.net/git/e-DoKo.git' <br />\n".
" <a href=\"http://www.dreamhost.com/green.cgi\">\n".
" <img alt=\"Green Web Hosting! This site hosted by DreamHost.\"".