Lines Matching refs:template

11   $template = $this->template;  variable
12 $c = count($template['choices']);
13 $c1 = count($template['doodleData']);
18 <form action="<?php echo wl() ?>" method="post" name="doodle__form" id="<?php echo $template['formI…
23 <input type="hidden" name="formId" value="<?php echo $template['formId'] ?>" >
29 if ($template['userlist'] == 'vertical'){
37 <?php echo $template['title'] ?>
42 <?php foreach ($template['choices'] as $choice) { ?>
43 …<td class="centeralign" style="width:<?php echo $template['fieldwidth'] ?>"><?php echo $choice ?><…
47 <?php foreach ($template['doodleData'] as $fullname => $userData) { ?>
51 if ($template['printName'] == 'both'){
53 } elseif ($template['printName'] == 'fullname'){
55 }elseif ($template['printName'] == 'username'){
68 if ($template['showSum']){
70 echo $template['result'];
74 echo $template['count'][$col];
82 echo $template['inputTR']
85 <?php if (!empty($template['msg'])) { ?>
88 <?php echo $template['msg'] ?>
103 $trArray = preg_split('[<tr>]', $template['inputTR']);
126 <?php echo $template['title'] ?>
135 foreach ($template['choices'] as $choice) {
137 foreach ($template['doodleData'] as $fullname => $userData) { ?>
138 <td class="centeralign" style="width:<?php echo $template['fieldwidth'] ?>">
142 if ($template['printName'] == 'both'){
144 } elseif ($template['printName'] == 'fullname'){
146 }elseif ($template['printName'] == 'username'){
166 if ($template['showSum']){
168 echo $template['result'];
187 if ($template['showSum']){
190 echo $template['count'][$checkbox];
204 <?php if (!empty($template['msg'])) { ?>
207 <?php echo $template['msg'] ?>