]> git.vanrenterghem.biz Git - www.vanrenterghem.biz.git/blobdiff - phpBB2/templates/subSilver/viewtopic_poll_result.tpl
Verwijder verouderde bestanden.
[www.vanrenterghem.biz.git] / phpBB2 / templates / subSilver / viewtopic_poll_result.tpl
diff --git a/phpBB2/templates/subSilver/viewtopic_poll_result.tpl b/phpBB2/templates/subSilver/viewtopic_poll_result.tpl
deleted file mode 100644 (file)
index 45d11ea..0000000
+++ /dev/null
@@ -1,36 +0,0 @@
-<tr> 
-  <td class="row2" colspan="2"><br clear="all" />
-       <table cellspacing="0" cellpadding="4" border="0" align="center">
-         <tr> 
-               <td colspan="4" align="center"><span class="gen"><b>{POLL_QUESTION}</b></span></td>
-         </tr>
-         <tr> 
-               <td align="center"> 
-                 <table cellspacing="0" cellpadding="2" border="0">
-                       <!-- BEGIN poll_option -->
-                       <tr> 
-                         <td><span class="gen">{poll_option.POLL_OPTION_CAPTION}</span></td>
-                         <td> 
-                               <table cellspacing="0" cellpadding="0" border="0">
-                                 <tr> 
-                                       <td><img src="templates/subSilver/images/vote_lcap.gif" width="4" alt="" height="12" /></td>
-                                       <td><img src="{poll_option.POLL_OPTION_IMG}" width="{poll_option.POLL_OPTION_IMG_WIDTH}" height="12" alt="{poll_option.POLL_OPTION_PERCENT}" /></td>
-                                       <td><img src="templates/subSilver/images/vote_rcap.gif" width="4" alt="" height="12" /></td>
-                                 </tr>
-                               </table>
-                         </td>
-                         <td align="center"><b><span class="gen">&nbsp;{poll_option.POLL_OPTION_PERCENT}&nbsp;</span></b></td>
-                         <td align="center"><span class="gen">[ {poll_option.POLL_OPTION_RESULT} ]</span></td>
-                       </tr>
-                       <!-- END poll_option -->
-                 </table>
-               </td>
-         </tr>
-         <tr> 
-               <td colspan="4" align="center"><span class="gen"><b>{L_TOTAL_VOTES} : {TOTAL_VOTES}</b></span></td>
-         </tr>
-       </table>
-       <br clear="all" />
-  </td>
-</tr>