Lines Matching full:echo

18 <form action="<?php echo wl() ?>" method="post" name="doodle__form" id="<?php echo $template['formI…
20 <input type="hidden" name="sectok" value="<?php echo getSecurityToken() ?>" />
22 <input type="hidden" name="id" value="<?php echo $ID ?>" >
23 <input type="hidden" name="formId" value="<?php echo $template['formId'] ?>" >
36 <th class="centeralign" colspan="<?php echo ($c+1) ?>">
37 <?php echo $template['title'] ?>
41 <th class="col0"><?php echo $lang['fullname'] ?></th>
43 …<td class="centeralign" style="width:<?php echo $template['fieldwidth'] ?>"><?php echo $choice ?><…
52 echo $userData['editLinks'].$fullname.' ('.$userData['username'].')';
54 echo $userData['editLinks'].$fullname;
56 echo $userData['editLinks'].$userData['username'];
61 echo $userData['choice'][$col];
69 echo ' <th class="rightalign"><b>';
70 echo $template['result'];
71 echo '</b></th>';
73 echo '<th class="centeralign"><b>';
74 echo $template['count'][$col];
75 echo '</b></th>';
82 echo $template['inputTR']
87 <td colspan="<?php echo $c+1 ?>">
88 <?php echo $template['msg'] ?>
125 <th class="centeralign" colspan="<?php echo ($c1+3) ?>">
126 <?php echo $template['title'] ?>
132 <th class="col0"><?php echo '' ?>
138 <td class="centeralign" style="width:<?php echo $template['fieldwidth'] ?>">
143 echo $userData['editLinks'].$fullname.' ('.$userData['username'].')';
145 echo $userData['editLinks'].$fullname;
147 echo $userData['editLinks'].$userData['username'];
164 echo $trArrayUser[0];
167 echo ' <th class="rightalign"><b>';
168 echo $template['result'];
169 echo '</b></th>';
178 <td class="rightalign" ><?php echo $choice ?>
182 echo $userAuswahl[$col][$userZahl];
185 echo $trArrayCheck[$checkbox];
189 echo '<th class="centeralign"><b>';
190 echo $template['count'][$checkbox];
191 echo '</b></th>';
202 echo $trArrayCheck[count($trArrayCheck) -1];
206 <td colspan="<?php echo $c+1 ?>">
207 <?php echo $template['msg'] ?>