Lines Matching full:template
3 * This is the HTML template for the doodle table.
7 * The variable $template will be inherited from syntax.php and can be used here.
11 $template = $this->template; variable
12 $c = count($template['choices']);
17 <form action="<?php echo wl() ?>" method="post" name="doodle__form" id="<?php echo $template['formI…
22 <input type="hidden" name="formId" value="<?php echo $template['formId'] ?>" >
31 <?php echo $template['title'] ?>
36 <?php foreach ($template['choices'] as $choice) { ?>
37 …<td class="centeralign" style="width:<?php echo $template['fieldwidth'] ?>"><?php echo $choice ?><…
41 <?php foreach ($template['doodleData'] as $fullname => $userData) { ?>
54 <th class="rightalign"><b><?php echo $template['result'] ?></b></th>
56 <th class="centeralign"><b><?php echo $template['count'][$col] ?></b></th>
62 echo $template['inputTR']
65 <?php if (!empty($template['msg'])) { ?>
68 <?php echo $template['msg'] ?>