convertbugfree.html.php 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. <tr class='text-center'>
  2. <th><?php echo $lang->convert->item?></th>
  3. <th><?php echo $lang->convert->count?></th>
  4. <th><?php echo $lang->convert->info?></th>
  5. </tr>
  6. <tr>
  7. <th><?php echo $lang->convert->bugfree->users;?></th>
  8. <td><?php echo $result['users'];?></td>
  9. <td class='f-12px'><?php if(isset($info['users'])) echo join('<br />', $info['users']);?></td>
  10. </tr>
  11. <tr>
  12. <th><?php echo $lang->convert->bugfree->executions;?></th>
  13. <td><?php echo $result['executions'];?></td>
  14. <td class='f-12px'><?php if(isset($info['executions'])) echo join('<br />', $info['executions']);?></td>
  15. </tr>
  16. <tr>
  17. <th><?php echo $lang->convert->bugfree->modules;?></th>
  18. <td><?php echo $result['modules'];?></td>
  19. <td class='f-12px'><?php if(isset($info['modules'])) echo join('<br />', $info['modules']);?></td>
  20. </tr>
  21. <tr>
  22. <th><?php echo $lang->convert->bugfree->bugs;?></th>
  23. <td><?php echo $result['bugs'];?></td>
  24. <td class='f-12px'><?php if(isset($info['bugs'])) echo join('<br />', $info['bugs']);?></td>
  25. </tr>
  26. <?php if($version > 1):?>
  27. <tr>
  28. <th><?php echo $lang->convert->bugfree->cases;?></th>
  29. <td><?php echo $result['cases'];?></td>
  30. <td class='f-12px'><?php if(isset($info['cases'])) echo join('<br />', $info['cases']);?></td>
  31. </tr>
  32. <tr>
  33. <th><?php echo $lang->convert->bugfree->results;?></th>
  34. <td><?php echo $result['results'];?></td>
  35. <td class='f-12px'><?php if(isset($info['results'])) echo join('<br />', $info['results']);?></td>
  36. </tr>
  37. <?php endif;?>
  38. <tr>
  39. <th><?php echo $lang->convert->bugfree->actions;?></th>
  40. <td><?php echo $result['actions'];?></td>
  41. <td class='f-12px'><?php if(isset($info['actions'])) echo join('<br />', $info['actions']);?></td>
  42. </tr>
  43. <tr>
  44. <th><?php echo $lang->convert->bugfree->files;?></th>
  45. <td><?php echo $result['files'];?></td>
  46. <td class='f-12px'><?php if(isset($info['files'])) echo join('<br />', $info['files']);?></td>
  47. </tr>