snappymail/integrations/nextcloud/snappymail/templates/index_embed.php
2023-02-09 16:53:05 +01:00

19 lines
775 B
PHP

<style id="app-boot-css"><?php echo $_['BaseAppBootCss']; ?></style>
<style id="app-theme-style"><?php echo $_['BaseAppThemeCss']; ?></style>
<div id="rl-app" data-admin="<?php echo $_['Admin']; ?>" spellcheck="false">
<div id="rl-loading">
<div id="rl-loading-desc"><?php echo $_['LoadingDescriptionEsc']; ?></div>
<i class="icon-spinner"></i>
</div>
<div id="rl-loading-error" hidden="">An error occurred.<br>Please refresh the page and try again.</div>
<div id="rl-content" hidden="">
<div id="rl-left"></div>
<div id="rl-right"></div>
</div>
<div id="rl-popups"></div>
<?php echo $_['BaseTemplates']; ?>
</div>
<?php
echo '
<script nonce="'.$_['BaseAppBootScriptNonce'].'" type="text/javascript">'.$_['BaseAppBootScript'].$_['BaseLanguage'].'</script>
';