Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

development.notice.php 2.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. <div class="section development-notice">
  2. <p>
  3. <a href="<?php p($_['reasons-use-nextcloud-pdf-link']); ?>" id="open-reasons-use-nextcloud-pdf" class="link-button icon-file" target="_blank"><?php p($l->t('Reasons to use Nextcloud in your organization'));?></a>
  4. </p>
  5. <p>
  6. <?php print_unescaped(str_replace(
  7. [
  8. '{communityopen}',
  9. '{githubopen}',
  10. '{licenseopen}',
  11. '{linkclose}',
  12. ],
  13. [
  14. '<a href="https://nextcloud.com/contribute" target="_blank" rel="noreferrer noopener">',
  15. '<a href="https://github.com/nextcloud" target="_blank" rel="noreferrer noopener">',
  16. '<a href="https://www.gnu.org/licenses/agpl-3.0.html" target="_blank" rel="noreferrer noopener">',
  17. '</a>',
  18. ],
  19. $l->t('Developed by the {communityopen}Nextcloud community{linkclose}, the {githubopen}source code{linkclose} is licensed under the {licenseopen}AGPL{linkclose}.')
  20. )); ?>
  21. </p>
  22. <p class="social-button">
  23. <?php print_unescaped(str_replace(
  24. [
  25. '{facebookimage}',
  26. '{twitterimage}',
  27. '{mastodonimage}',
  28. '{rssimage}',
  29. '{mailimage}',
  30. '{facebookopen}',
  31. '{twitteropen}',
  32. '{mastodonopen}',
  33. '{rssopen}',
  34. '{newsletteropen}',
  35. '{linkclose}',
  36. '{facebooktext}',
  37. '{twittertext}',
  38. '{mastodontext}',
  39. '{rsstext}',
  40. '{mailtext}',
  41. ],
  42. [
  43. image_path('core', 'facebook.svg'),
  44. image_path('core', 'twitter.svg'),
  45. image_path('core', 'mastodon.svg'),
  46. image_path('core', 'rss.svg'),
  47. image_path('core', 'mail.svg'),
  48. '<a target="_blank" rel="noreferrer noopener" href="https://www.facebook.com/Nextclouders/">',
  49. '<a target="_blank" rel="noreferrer noopener" href="https://twitter.com/nextclouders">',
  50. '<a target="_blank" rel="noreferrer noopener" href="https://mastodon.xyz/@nextcloud">',
  51. '<a target="_blank" rel="noreferrer noopener" href="https://nextcloud.com/news/">',
  52. '<a target="_blank" rel="noreferrer noopener" href="https://newsletter.nextcloud.com/?p=subscribe&amp;id=1">',
  53. '</a>',
  54. $l->t('Like our Facebook page'),
  55. $l->t('Follow us on Twitter'),
  56. $l->t('Follow us on Mastodon'),
  57. $l->t('Check out our blog'),
  58. $l->t('Subscribe to our newsletter'),
  59. ],
  60. '{facebookopen}<img width="50" src="{facebookimage}" title="{facebooktext}" alt="{facebooktext}">{linkclose}
  61. {twitteropen}<img width="50" src="{twitterimage}" title="{twittertext}" alt="{twittertext}">{linkclose}
  62. {mastodonopen}<img width="50" src="{mastodonimage}" title="{mastodontext}" alt="{mastodontext}">{linkclose}
  63. {rssopen}<img class="img-circle" width="50" src="{rssimage}" title="{rsstext}" alt="{rsstext}">{linkclose}
  64. {newsletteropen}<img width="50" src="{mailimage}" title="{mailtext}" alt="{mailtext}">{linkclose}'
  65. )); ?>
  66. </p>
  67. </div>