From 7a11a1918c28f15403ad3f77254988fe9f25d82e Mon Sep 17 00:00:00 2001 From: Arun Persaud Date: Fri, 24 Jul 2009 22:27:19 -0700 Subject: [PATCH 1/1] CLEANUP: rewrote html output for the rules section for new games made it a bit more compact and ready for more rules --- include/output.php | 71 +++++++++++++++++++++++----------------------- 1 file changed, 36 insertions(+), 35 deletions(-) diff --git a/include/output.php b/include/output.php index 0b45627..33f7b19 100644 --- a/include/output.php +++ b/include/output.php @@ -80,37 +80,38 @@ function output_form_for_new_game($names) ?> -

Rules

-

Some areas are grayed out which means that the rule is not implemented yet and therefore cannot be selected

-

Ten of hearts:

- -

Schweinchen (both foxes), only in normal games or silent solos:

- -

Call Re/Contra, etc.:

- - - +

Rules

+

Gameplay-related

+

Ten of hearts:

+

+ +

+

Schweinchen (both foxes), only in normal games or silent solos:

+

+ +

+

Call Re/Contra, etc.:

+

+ +

+

Scoring-related

+

(not yet implemented)

+

+ Vorbehalt
\n"; if($show) @@ -640,4 +641,4 @@ function output_exchanged_cards() } -?> \ No newline at end of file +?> -- 2.25.1