include('menu.en.inc'); $this->title = 'Beta 6 planets'; $this->addStylesheet('b6pp'); $envType = array( "0" => "excellent", "1" => "good", "2" => "not so great", "3" => "bad", "4" => "infernal", "5" => "not so great", "6" => "bad", "7" => "good" ); $pType = array( // "0" => array( "Earth-like planet", "this planet is very similar to Earth"), "0" => array( "temperate planet", "this planet is very similar to Earth, but the temperature is more constant - the planet has no icecaps and no dry deserts"), "1" => array( "planetary ocean", "this planet's surface is covered by an ocean; it should be quite cloudy, but not to the point of hiding the surface"), "2" => array( "Mars-like planet", "this planet is very similar to Mars; it has a relatively thin atmosphere, but isn't too friendly" ), "3" => array( "dead world", "this very rocky planet has almost no atmosphere"), "4" => array( "lava world", "this planet's volcanism is downright crazy; it has an atmosphere, but you sure as hell wish it didn't." ), "5" => array( "desert world", "this planet is a sand desert, with a very clear atmosphere." ), "6" => array( "ice world", "this planet is very cold, covered in snow; even the surface of its ocean is frozen." ), "7" => array( "jungle world", "this planet is covered in forests and jungles; it doesn't really have seas and oceans, but rather gigantic swamps." ) ); $this->startContents(); ?>
Rate a picture - Top ratings - You rated =$args['rated']?> out of =$args['total']?> pictures.
if ($args['page'] == 'nu'): ?>
It would seem that you have rated all of the currently available pictures.
Please come back later!
elseif ($args['page'] == 'vp') : ?>
Planet detailsPlanet size: = $args['pic']['p_size'] ?> / 10 Environment: = $envType[$args['pic']['p_type']] ?> Type: = $pType[$args['pic']['p_type']][0] ?> Description: = $pType[$args['pic']['p_type']][1] ?> if (is_null($args['cr'])) : ?>
Rate this picture
Each planet you rate grants you 120 '>contribution credits. else: ?>RatingsYour rating: = $args['cr'] ?> / 5 Average rating: = $args['ar'] ?> Total votes: = $args['nv'] ?> endif; ?> |
||
= $pic['votes'] ?> vote= $pic['votes'] > 1 ? "s" : "" ?> | = sprintf("%.2f", $pic['rating']) ?> / 5.00 |
... which kind of explains why this page is blank.
endif; ?> $this->endContents(); ?>