Welcome to mirror list, hosted at ThFree Co, Russian Federation.

layout.noscript.warning.php « templates « core - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7d7a32bfbf460f59bbac7c42deba96dde687e473 (plain)
1
2
3
4
5
6
7
8
9
10
11
<noscript>
	<div id="nojavascript">
		<div>
			<?php print_unescaped(str_replace(
					['{linkstart}', '{linkend}'],
					['<a href="https://www.enable-javascript.com/" target="_blank" rel="noreferrer noopener">', '</a>'],
					$l->t('This application requires JavaScript for correct operation. Please {linkstart}enable JavaScript{linkend} and reload the page.')
				)); ?>
		</div>
	</div>
</noscript>