d3efeb32099a761309c14a819e33ab7b27518b0d
[acontent.git] / docs / themes / default / tests / test_questions / header.tmpl.php
1 <div style="background-color: #f3f3f3; padding: 5px 10px; margin: 0px; border-top: 1px solid">
2         <?php if ($this->weight): ?>
3                 <div style="float: right; width: 50%; text-align: right; font-weight: bold">
4                         <?php if ($this->score=='' && $this->score !== FALSE) echo '<span style="color:red">'._AT('unmarked').'</span>'; ?>
5                         <?php if ($this->score !== FALSE && $this->question_id): ?>
6                                 <input type="text" name="scores[<?php echo $this->question_id; ?>]" value="<?php echo $this->score; ?>" size="5" style="font-weight: bold; text-align: right" maxlength="5"/> / 
7                         <?php elseif ($this->score !== FALSE): ?>
8                                 <?php echo $this->score; ?> /
9                         <?php endif; ?>
10                         <?php echo $this->weight; ?> <?php echo _AT('points'); ?>
11                 </div>
12         <?php endif; ?>
13
14         <h3 style="color: black"><?php echo _AT('question'); ?> <?php echo $this->number; ?>: <span style="padding-left: 10px"><?php echo $this->type; ?></span></h3>
15 </span>
16         </strong>
17 </div>
18 <div class="row" style="padding-bottom: 20px">