convertredmine.html.php 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  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->redmine->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->redmine->groups;?></th>
  13. <td><?php echo $result['groups'];?></td>
  14. <td class='f-12px'><?php if(isset($info['groups'])) echo join('<br />', $info['groups']);?></td>
  15. </tr>
  16. <tr>
  17. <th><?php echo $lang->convert->redmine->products;?></th>
  18. <td><?php echo $result['products'];?></td>
  19. <td class='f-12px'><?php if(isset($info['products'])) echo join('<br />', $info['products']);?></td>
  20. </tr>
  21. <tr>
  22. <th><?php echo $lang->convert->redmine->executions;?></th>
  23. <td><?php echo $result['executions'];?></td>
  24. <td class='f-12px'><?php if(isset($info['executions'])) echo join('<br />', $info['executions']);?></td>
  25. </tr>
  26. <tr>
  27. <th><?php echo $lang->convert->redmine->stories;?></th>
  28. <td><?php echo $result['stories'];?></td>
  29. <td class='f-12px'><?php if(isset($info['stories'])) echo join('<br />', $info['stories']);?></td>
  30. </tr>
  31. <tr>
  32. <th><?php echo $lang->convert->redmine->tasks;?></th>
  33. <td><?php echo $result['tasks'];?></td>
  34. <td class='f-12px'><?php if(isset($info['tasks'])) echo join('<br />', $info['tasks']);?></td>
  35. </tr>
  36. <tr>
  37. <th><?php echo $lang->convert->redmine->bugs;?></th>
  38. <td><?php echo $result['bugs'];?></td>
  39. <td class='f-12px'><?php if(isset($info['bugs'])) echo join('<br />', $info['bugs']);?></td>
  40. </tr>
  41. <tr>
  42. <th><?php echo $lang->convert->redmine->productPlans;?></th>
  43. <td><?php echo $result['productPlans'];?></td>
  44. <td class='f-12px'><?php if(isset($info['productPlans'])) echo join('<br />', $info['productPlans']);?></td>
  45. </tr>
  46. <tr>
  47. <th><?php echo $lang->convert->redmine->teams;?></th>
  48. <td><?php echo $result['teams'];?></td>
  49. <td class='f-12px'><?php if(isset($info['teams'])) echo join('<br />', $info['teams']);?></td>
  50. </tr>
  51. <tr>
  52. <th><?php echo $lang->convert->redmine->releases;?></th>
  53. <td><?php echo $result['releases'];?></td>
  54. <td class='f-12px'><?php if(isset($info['releases'])) echo join('<br />', $info['releases']);?></td>
  55. </tr>
  56. <tr>
  57. <th><?php echo $lang->convert->redmine->builds;?></th>
  58. <td><?php echo $result['builds'];?></td>
  59. <td class='f-12px'><?php if(isset($info['builds'])) echo join('<br />', $info['builds']);?></td>
  60. </tr>
  61. <tr>
  62. <th><?php echo $lang->convert->redmine->docLibs;?></th>
  63. <td><?php echo $result['docLibs'];?></td>
  64. <td class='f-12px'><?php if(isset($info['docLibs'])) echo join('<br />', $info['docLibs']);?></td>
  65. </tr>
  66. <tr>
  67. <th><?php echo $lang->convert->redmine->docs;?></th>
  68. <td><?php echo $result['docs'];?></td>
  69. <td class='f-12px'><?php if(isset($info['docs'])) echo join('<br />', $info['docs']);?></td>
  70. </tr>
  71. <tr>
  72. <th><?php echo $lang->convert->redmine->files;?></th>
  73. <td><?php echo $result['files'];?></td>
  74. <td class='f-12px'><?php if(isset($info['files'])) echo join('<br />', $info['files']);?></td>
  75. </tr>