summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
34ca8d6)
there was still a lot of text that wasn't aligned yet. Still not perfect, but much better than before ;)
-.joingame,.sickness,.poverty,.total {
+.joingame,.sickness,.poverty,.total,.message {
- top:24em;
- left:45%;
- right:45%;
+ top:20em;
+ left:40%;
+ right:40%;
+.poverty {
+ top:32em;
+ z-index:15;
+ background-color:#fff;
+}
+
.rules {
margin-top:20em;
}
.rules {
margin-top:20em;
}
*/
if( !myisset("in") )
{
*/
if( !myisset("in") )
{
- echo "<p> You need to answer the <a href=\"$host?me=$me\">question</a>.</p>";
+ echo "<p class=\"message\"> You need to answer the <a href=\"$host?me=$me\">question</a>.</p>";
DB_set_hand_status_by_hash($me,'start');
}
else
DB_set_hand_status_by_hash($me,'start');
}
else
* unless a user tries to cheat ;)
* can also happen if user reloads the page!
*/
* unless a user tries to cheat ;)
* can also happen if user reloads the page!
*/
- echo "<p> You need to answer the <a href=\"$host?me=$me&in=yes\">questions</a>.</p>";
+ echo "<p class=\"message\"> You need to answer the <a href=\"$host?me=$me&in=yes\">questions</a>.</p>";
DB_set_hand_status_by_hash($me,'init');
}
else
{
DB_set_hand_status_by_hash($me,'init');
}
else
{
- echo "Processing what you selected in the last step...<br />";
+ echo "<p class=\"message\">Processing what you selected in the last step...";
/* check if this sickness needs to be handled first */
$gametype = DB_get_gametype_by_gameid($gameid);
/* check if this sickness needs to be handled first */
$gametype = DB_get_gametype_by_gameid($gameid);
DB_set_sickness_by_hash($me,"nines");
}
DB_set_sickness_by_hash($me,"nines");
}
- echo " Ok, done with checking, please go to the <a href=\"$host?me=$me\">next step of the setup</a>.<br />";
+ echo " Ok, done with checking, please go to the <a href=\"$host?me=$me\">next step of the setup</a>.</p>";
/* move on to the next stage*/
DB_set_hand_status_by_hash($me,'poverty');
/* move on to the next stage*/
DB_set_hand_status_by_hash($me,'poverty');
foreach($userids as $user)
{
$To = DB_get_email_by_userid($user);
foreach($userids as $user)
{
$To = DB_get_email_by_userid($user);
- $userhash = DB_get_hash_from_gameid_and_userid($gameid,$user);
- if($userhash != $me)
+ $userhash = DB_get_hash_from_gameid_and_userid($gameid,$user); if($userhash != $me)
{
$message = "Everyone finish the questionary in game ".DB_format_gameid($gameid).", ".
"please visit this link now to continue: \n".
{
$message = "Everyone finish the questionary in game ".DB_format_gameid($gameid).", ".
"please visit this link now to continue: \n".
* set that one in the Game table
* tell people about it.
*/
* set that one in the Game table
* tell people about it.
*/
- echo "<br /> Checking if someone else selected solo, nines, wedding or poverty.<br />";
+ echo "<div class=\"message\">\n";
+ echo "<p> Checking if someone else selected solo, nines, wedding or poverty.</p>";
/* check if everyone has reached this stage */
$userids = DB_get_all_userid_by_gameid($gameid);
/* check if everyone has reached this stage */
$userids = DB_get_all_userid_by_gameid($gameid);
$result = mysql_query("UPDATE Hand_Card SET hand_id='$myhand' WHERE hand_id='$userhand' AND card_id<'27'" );
/* add hidden button with trump in it to get to the next point */
$result = mysql_query("UPDATE Hand_Card SET hand_id='$myhand' WHERE hand_id='$userhand' AND card_id<'27'" );
/* add hidden button with trump in it to get to the next point */
- echo "<div class=\"poverty\">\n";
+ echo "</div><div class=\"poverty\">\n";
echo " <input type=\"hidden\" name=\"exchange\" value=\"-1\" />\n";
echo " <input type=\"hidden\" name=\"trump\" value=\"".$trump."\" />\n";
echo " <input type=\"submit\" class=\"submitbutton\" value=\"select cards to give back\" />\n";
echo " <input type=\"hidden\" name=\"exchange\" value=\"-1\" />\n";
echo " <input type=\"hidden\" name=\"trump\" value=\"".$trump."\" />\n";
echo " <input type=\"submit\" class=\"submitbutton\" value=\"select cards to give back\" />\n";
}
else if(myisset("trump","exchange") && $_REQUEST["trump"]>0 && ($who==$mypos || $who==$mypos*10))
{
}
else if(myisset("trump","exchange") && $_REQUEST["trump"]>0 && ($who==$mypos || $who==$mypos*10))
{
else
{
/* else show all trump, have lowest card pre-selected, have hidden setting for */
else
{
/* else show all trump, have lowest card pre-selected, have hidden setting for */
- echo "<div class=\"poverty\"> you need to get rid of a few cards</div>\n";
+ echo "</div><div class=\"poverty\"> you need to get rid of a few cards</div>\n";
set_gametype($gametype); /* this sets the $CARDS variable */
$mycards = DB_get_hand($me);
set_gametype($gametype); /* this sets the $CARDS variable */
$mycards = DB_get_hand($me);
display_link_card($card,$PREF["cardset"],$type);
echo " <input type=\"hidden\" name=\"trump\" value=\"".$trump."\" />\n";
echo " <input type=\"submit\" class=\"submitbutton\" value=\"select one card to give back\" />\n";
display_link_card($card,$PREF["cardset"],$type);
echo " <input type=\"hidden\" name=\"trump\" value=\"".$trump."\" />\n";
echo " <input type=\"submit\" class=\"submitbutton\" value=\"select one card to give back\" />\n";
}
}
else if($who == $mypos || $who == $mypos*10)
{
}
}
else if($who == $mypos || $who == $mypos*10)
{
- echo "<div class=\"poverty\">\n";
+ echo "</div><div class=\"poverty\">\n";
foreach($userids as $user)
{
$name = DB_get_name_by_userid($user);
foreach($userids as $user)
{
$name = DB_get_name_by_userid($user);
}
}
echo "<a href=\"index.php?me=$me&trump=no\">No,way I take those trump...</a> <br />\n";
}
}
echo "<a href=\"index.php?me=$me&trump=no\">No,way I take those trump...</a> <br />\n";
echo "Your cards are: <br />\n";
$mycards = DB_get_hand($me);
echo "Your cards are: <br />\n";
$mycards = DB_get_hand($me);
break;
case 'play':
case 'gameover':
break;
case 'play':
case 'gameover':
/* has the game started? No, then just wait here...*/
if($gamestatus == 'pre')
{
/* has the game started? No, then just wait here...*/
if($gamestatus == 'pre')
{
- echo "You finished the setup, but not everyone else finished it... ".
- "so you need to wait for the others. Just wait for the an email... <br />";
+ echo "<p class=\"message\"> You finished the setup, but not everyone else finished it... ".
+ "so you need to wait for the others. Just wait for the an email... </p>";
break; /* not sure this works... the idea is that you can
* only play a card after everyone is ready to play */
}
break; /* not sure this works... the idea is that you can
* only play a card after everyone is ready to play */
}