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']);
16 <form action="<?php echo wl() ?>" method="post" name="doodle__form" id="<?php echo $template['formI…
21 <input type="hidden" name="formId" value="<?php echo $template['formId'] ?>" >
29 <?php echo $template['title'] ?>
34 <?php foreach ($template['choices'] as $choice) { ?>
39 <?php foreach ($template['doodleData'] as $fullname => $userData) { ?>
52 <th class="rightalign"><b><?php echo $template['result'] ?></b></th>
54 <th class="centeralign"><b><?php echo $template['count'][$col] ?></b></th>
60 echo $template['inputTR']
63 <?php if (!empty($template['msg'])) { ?>
66 <?php echo $template['msg'] ?>