PageRenderTime 30ms CodeModel.GetById 31ms RepoModel.GetById 0ms app.codeStats 0ms

/branches/SM-1_4_10/locales/support/smstats/templates/level2partial.tpl

#
Smarty Template | 80 lines | 60 code | 20 blank | 0 comment | 0 complexity | 5654f4f53d3e6bf40f099f558218e993 MD5 | raw file
Possible License(s): AGPL-1.0, GPL-2.0
  1. <?php
  2. ob_start("ob_gzhandler");
  3. $title="KDE's GUI messages translation statistics";
  4. $location="/ KDE Internationalization Home / GUI Statistics";
  5. include("header.php");
  6. ?>
  7. <h2>{TXT_REV} branch / {TXT_TEAMNAME} team partialy translated files from {TXT_DATE}</h2>
  8. <table cellpadding="1" cellspacing="0" border="0" width="100%" bgcolor="#8b898b"><tr><td>
  9. <table cellpadding="0" cellspacing="0" border="0" width="100%" bgcolor="#ececec"><tr><td>
  10. <table cellpadding="2" cellspacing="0" border="0" width="100%">
  11. <tr>
  12. <td><font size="2"><b>
  13. <a class="package" href="../../../index.php">top</a> <font color="#ff0000">&gt;</font>
  14. <a class="package" href="../../index.php">{TXT_REV}</a><font color="#ff0000"> &gt;</font>
  15. <a class="package" href="../index.php">partial</a> <font color="#ff0000">&gt;</font>
  16. {TXT_TEAMCODE} <font color="#ff0000">&gt;</font>
  17. </b></font></td>
  18. <td align="right"><font size="2">
  19. last update: <b>{TXT_RUNDATE}</b> &nbsp;
  20. </font></td>
  21. </tr>
  22. </table>
  23. </td></tr></table>
  24. </td></tr></table>
  25. <img src="../../../img/px.png" height="5" width="1"><br>
  26. <table cellspacing="0" cellpadding="0" border="0" width="100%">
  27. <tr valign="top">
  28. <td width="120">
  29. <table cellspacing="0" cellpadding="0" border="0" bgcolor="#8b898b" width="120"><tr><td>
  30. <table cellspacing="1" cellpadding="2" border="0" width="100%">
  31. <tr bgcolor="#e0e0e0">
  32. <td><font size="2"><b>teams</b></font></td>
  33. </tr>
  34. {TEAMLIST}
  35. </table>
  36. </td></tr>
  37. </table>
  38. </td>
  39. <td width="10"><img src="../../../img/px.png" height="1" width="10"></td>
  40. <td width="100%">
  41. <a href="#partialy">Partialy Translated PO files</a> |
  42. <a href="#totaly">Totaly Untranslated PO files</a> |
  43. <a href="#obsolete">Obsolete Translated PO files</a> |
  44. <a href="../../{TXT_TEAMCODE}/index.php">Full statistics</a><br>
  45. <hr noshade size="1">
  46. {CONTENT}
  47. </td>
  48. </tr>
  49. </table>
  50. <img src="../../../img/px.png" height="5" width="1"><br>
  51. <table cellpadding="1" cellspacing="0" border="0" width="100%" bgcolor="#8b898b">
  52. <tr><td>
  53. <table cellpadding="2" cellspacing="0" border="0" width="100%" bgcolor="#ececec">
  54. <tr align="center"><td><font size="2">
  55. <a href="../../../index.php">index</a> |
  56. <a href="../../../about.php">about</a> |
  57. <a href="../../../help.php">help</a>
  58. </font></td></tr></table>
  59. </td></tr></table>
  60. <?php include("footer.php"); ob_end_flush(); ?>