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.

layout.public.php 5.0KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  1. <!DOCTYPE html>
  2. <html class="ng-csp" data-placeholder-focus="false" lang="<?php p($_['language']); ?>" data-locale="<?php p($_['locale']); ?>" translate="no" >
  3. <head data-requesttoken="<?php p($_['requesttoken']); ?>">
  4. <meta charset="utf-8">
  5. <title>
  6. <?php
  7. p(!empty($_['application'])?$_['application'].' - ':'');
  8. p($theme->getTitle());
  9. ?>
  10. </title>
  11. <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
  12. <?php if ($theme->getiTunesAppId() !== '') { ?>
  13. <meta name="apple-itunes-app" content="app-id=<?php p($theme->getiTunesAppId()); ?>">
  14. <?php } ?>
  15. <meta name="apple-mobile-web-app-capable" content="yes">
  16. <meta name="apple-mobile-web-app-status-bar-style" content="black">
  17. <meta name="apple-mobile-web-app-title" content="<?php p((!empty($_['application']) && $_['appid'] !== 'files')? $_['application']:$theme->getTitle()); ?>">
  18. <meta name="mobile-web-app-capable" content="yes">
  19. <meta name="theme-color" content="<?php p($theme->getColorPrimary()); ?>">
  20. <link rel="icon" href="<?php print_unescaped(image_path($_['appid'], 'favicon.ico')); /* IE11+ supports png */ ?>">
  21. <link rel="apple-touch-icon" href="<?php print_unescaped(image_path($_['appid'], 'favicon-touch.png')); ?>">
  22. <link rel="apple-touch-icon-precomposed" href="<?php print_unescaped(image_path($_['appid'], 'favicon-touch.png')); ?>">
  23. <link rel="mask-icon" sizes="any" href="<?php print_unescaped(image_path($_['appid'], 'favicon-mask.svg')); ?>" color="<?php p($theme->getColorPrimary()); ?>">
  24. <link rel="manifest" href="<?php print_unescaped(image_path($_['appid'], 'manifest.json')); ?>">
  25. <?php emit_css_loading_tags($_); ?>
  26. <?php emit_script_loading_tags($_); ?>
  27. <?php print_unescaped($_['headers']); ?>
  28. </head>
  29. <body id="<?php p($_['bodyid']);?>">
  30. <?php include('layout.noscript.warning.php'); ?>
  31. <?php foreach ($_['initialStates'] as $app => $initialState) { ?>
  32. <input type="hidden" id="initial-state-<?php p($app); ?>" value="<?php p(base64_encode($initialState)); ?>">
  33. <?php }?>
  34. <div id="skip-actions">
  35. <?php if ($_['id-app-content'] !== null) { ?><a href="<?php p($_['id-app-content']); ?>" class="button primary skip-navigation skip-content"><?php p($l->t('Skip to main content')); ?></a><?php } ?>
  36. <?php if ($_['id-app-navigation'] !== null) { ?><a href="<?php p($_['id-app-navigation']); ?>" class="button primary skip-navigation"><?php p($l->t('Skip to navigation of app')); ?></a><?php } ?>
  37. </div>
  38. <header id="header">
  39. <div class="header-left">
  40. <div id="nextcloud" class="header-appname">
  41. <?php if ($_['logoUrl']): ?>
  42. <a href="<?php print_unescaped($_['logoUrl']); ?>"
  43. aria-label="<?php p($l->t('Go to %s', [$_['logoUrl']])); ?>">
  44. <div class="logo logo-icon"></div>
  45. </a>
  46. <?php else: ?>
  47. <div class="logo logo-icon"></div>
  48. <?php endif; ?>
  49. <?php if (isset($template) && $template->getHeaderTitle() !== '') { ?>
  50. <?php p($template->getHeaderTitle()); ?>
  51. <?php } else { ?>
  52. <?php p($theme->getName()); ?>
  53. <?php } ?>
  54. </div>
  55. <?php if (isset($template) && $template->getHeaderDetails() !== '') { ?>
  56. <div class="header-shared-by">
  57. <?php p($template->getHeaderDetails()); ?>
  58. </div>
  59. <?php } ?>
  60. </div>
  61. <div class="header-right">
  62. <?php
  63. /** @var \OCP\AppFramework\Http\Template\PublicTemplateResponse $template */
  64. if (isset($template) && $template->getActionCount() !== 0) {
  65. $primary = $template->getPrimaryAction();
  66. $others = $template->getOtherActions(); ?>
  67. <span id="header-primary-action" class="<?php if ($template->getActionCount() === 1) {
  68. p($primary->getIcon());
  69. } ?>">
  70. <a href="<?php p($primary->getLink()); ?>" class="primary button">
  71. <span><?php p($primary->getLabel()) ?></span>
  72. </a>
  73. </span>
  74. <?php if ($template->getActionCount() > 1) { ?>
  75. <div id="header-secondary-action">
  76. <button id="header-actions-toggle" class="menutoggle icon-more-white"></button>
  77. <div id="header-actions-menu" class="popovermenu menu">
  78. <ul>
  79. <?php
  80. /** @var \OCP\AppFramework\Http\Template\IMenuAction $action */
  81. foreach ($others as $action) {
  82. print_unescaped($action->render());
  83. }
  84. ?>
  85. </ul>
  86. </div>
  87. </div>
  88. <?php } ?>
  89. <?php
  90. } ?>
  91. </div>
  92. </header>
  93. <main id="content" class="app-<?php p($_['appid']) ?>">
  94. <h1 class="hidden-visually">
  95. <?php if (isset($template) && $template->getHeaderTitle() !== '') { ?>
  96. <?php p($template->getHeaderTitle()); ?>
  97. <?php } else { ?>
  98. <?php p($theme->getName()); ?>
  99. <?php } ?>
  100. </h1>
  101. <?php print_unescaped($_['content']); ?>
  102. </main>
  103. <?php if (isset($template) && $template->getFooterVisible() && ($theme->getLongFooter() !== '' || $_['showSimpleSignUpLink'])) { ?>
  104. <footer>
  105. <p><?php print_unescaped($theme->getLongFooter()); ?></p>
  106. <?php
  107. if ($_['showSimpleSignUpLink']) {
  108. ?>
  109. <p>
  110. <a href="https://nextcloud.com/signup/" target="_blank" rel="noreferrer noopener">
  111. <?php p($l->t('Get your own free account')); ?>
  112. </a>
  113. </p>
  114. <?php
  115. }
  116. ?>
  117. </footer>
  118. <?php } ?>
  119. </body>
  120. </html>