Initial import
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
<?php
|
||||
/**
|
||||
* @var $id
|
||||
*/
|
||||
$_GET['webview_mode'] = 1;
|
||||
?>
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport"
|
||||
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
||||
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
||||
<title>Document</title>
|
||||
</head>
|
||||
<body>
|
||||
<?= $this->render('/_mobile_view_mode') ?>
|
||||
<iframe style="border: 0; width: 100%; height: calc(100% - 50px)" src="<?= Yii::$app->params['portal'] . '/file-system/file-preview-delivery/'. $id . '/' ?>">
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user