BioTorrents.de’s version of Gazelle
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

personal.twig 6.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  1. <table cellpadding="6" cellspacing="1" border="0" width="100%" class="layout border user_options" id="personal_settings">
  2. <tr class="colhead_dark">
  3. <td colspan="2">
  4. <strong>Personal Settings</strong>
  5. </td>
  6. </tr>
  7. <tr id="pers_avatar_tr">
  8. <td class="label tooltip_interactive"
  9. title="Please link to an avatar which follows the &lt;a href=&quot;rules.php&quot;&gt;site rules&lt;/a&gt;. The avatar width should be 150 pixels and will be resized if necessary."
  10. data-title-plain="Please link to an avatar which follows the site rules. The avatar width should be 150 pixels and will be resized if necessary.">
  11. <strong>Avatar URL</strong>
  12. </td>
  13. <td>
  14. <input type="text" size="50" name="avatar" id="avatar" value="{{ avatar }}" />
  15. </td>
  16. </tr>
  17. {% include 'user/setting/donor.twig' with {'enabled': donor.enabled, 'reward': donor.reward, 'title': donor.title, 'user': user} only %}
  18. <tr id="pers_proftitle_tr">
  19. <td class="label tooltip" title="You can customize your profile information with text and BBCode. Entering a title will label your profile information section. Unlock additional profile info boxes via Donor Ranks.">
  20. <strong>Profile heading</strong>
  21. </td>
  22. <td><input type="text" size="50" name="profile_title" id="profile_title" value="{{ profile.0.title }}" />
  23. </td>
  24. </tr>
  25. <tr id="pers_profinfo_tr">
  26. <td class="label tooltip" title="You can customize your profile information with text and BBCode. Entering a title will label your profile information section. Unlock additional profile info boxes via Donor Ranks.">
  27. <strong>Profile</strong>
  28. </td>
  29. <td>
  30. {{ profile.0.ta.emit|raw }}
  31. </td>
  32. </tr>
  33. {% if profile.1.enabled %}
  34. <tr id="pers_proftitle2_tr">
  35. <td class="label tooltip" title="Congratulations! You've unlocked this option by reaching Donor Rank #2.
  36. Thanks for donating. You can customize your profile information with text and BBCode. Entering a title will label your profile information section.">
  37. <strong>Profile 2 heading</strong>
  38. </td>
  39. <td><input type="text" size="50" name="profile_title_1" id="profile_title_1" value="{{ profile.1.title }}" />
  40. </td>
  41. </tr>
  42. <tr id="pers_profinfo2_tr">
  43. <td class="label tooltip" title="Congratulations! You've unlocked this option by reaching Donor Rank #2.
  44. Thanks for donating. You can customize your profile information with text and BBCode. Entering a title will label your profile information section.">
  45. <strong>Profile 2</strong>
  46. </td>
  47. <td>
  48. {{ profile.1.ta.emit|raw }}
  49. </td>
  50. </tr>
  51. {% endif %}
  52. {% if profile.2.enabled %}
  53. <tr id="pers_proftitle3_tr">
  54. <td class="label tooltip" title="Congratulations! You've unlocked this option by reaching Donor Rank #3.
  55. Thanks for donating. You can customize your profile information with text and BBCode. Entering a title will label your profile information section.">
  56. <strong>Profile 3 heading</strong>
  57. </td>
  58. <td><input type="text" size="50" name="profile_title_2" id="profile_title_2" value="{{ profile.2.title }}" />
  59. </td>
  60. </tr>
  61. <tr id="pers_profinfo3_tr">
  62. <td class="label tooltip" title="Congratulations! You've unlocked this option by reaching Donor Rank #3. Thanks for donating. You can customize your profile information with text and BBCode. Entering a title will label your profile information section.">
  63. <strong>Profile 3</strong>
  64. </td>
  65. <td>
  66. {{ profile.2.ta.emit|raw }}
  67. </td>
  68. </tr>
  69. {% endif %}
  70. {% if profile.3.enabled %}
  71. <tr id="pers_proftitle4_tr">
  72. <td class="label tooltip" title="Congratulations! You've unlocked this option by reaching Donor Rank #4. Thanks for donating. You can customize your profile information with text and BBCode. Entering a title will label your profile information section.">
  73. <strong>Profile 4 heading</strong>
  74. </td>
  75. <td><input type="text" size="50" name="profile_title_3" id="profile_title_3" value="{{ profile.3.title }}" />
  76. </td>
  77. </tr>
  78. <tr id="pers_profinfo4_tr">
  79. <td class="label tooltip" title="Congratulations! You've unlocked this option by reaching Donor Rank #4. Thanks for donating. You can customize your profile information with text and BBCode. Entering a title will label your profile information section.">
  80. <strong>Profile 4</strong>
  81. </td>
  82. <td>
  83. {{ profile.3.ta.emit|raw }}
  84. </td>
  85. </tr>
  86. {% endif %}
  87. {% if profile.4.enabled %}
  88. <tr id="pers_proftitle5_tr">
  89. <td class="label tooltip" title="Congratulations! You've unlocked this option by reaching Donor Rank #5. Thanks for donating. You can customize your profile information with text and BBCode. Entering a title will label your profile information section.">
  90. <strong>Profile 5 heading</strong>
  91. </td>
  92. <td><input type="text" size="50" name="profile_title_4" id="profile_title_4" value="{{ profile.4.title }}" />
  93. </td>
  94. </tr>
  95. <tr id="pers_profinfo5_tr">
  96. <td class="label tooltip" title="Congratulations! You've unlocked this option by reaching Donor Rank #5. Thanks for donating. You can customize your profile information with text and BBCode. Entering a title will label your profile information section.">
  97. <strong>Profile 5</strong>
  98. </td>
  99. <td>
  100. {{ profile.4.ta.emit|raw }}
  101. </td>
  102. </tr>
  103. {% endif %}
  104. <tr id="pers_lastfm_tr">
  105. <td class="label tooltip_interactive" title="This is used to display &lt;a href=&quot;http://www.last.fm/&quot;&gt;Last.fm&lt;/a&gt; information on your profile. Entering your Last.fm username will allow others to see your Last.fm account." data-title-plain="This is used to display Last.fm information on your profile. Entering your Last.fm username will allow others to see your Last.fm account.">
  106. <strong>Last.fm username</strong>
  107. </td>
  108. <td><input type="text" size="50" name="lastfm_username" id="lastfm_username" value="{{ user.LastFMusername }}" />
  109. </td>
  110. </tr>
  111. </table>