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

iframe_view.twig « templates « assets - github.com/HuasoFoundries/phpPgAdmin6.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ee8f4d100097db2d3e547f289ba8dd6e45ca6ab7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{% include 'header.twig' %}

<body class="flexbox_body {{lang.applangdir}}">
    <div class="flexbox_wrapper">
        <div id="masking_overlay"></div>
        <div id="browser_container">

            <iframe src="{{subfolder}}/src/views/browser" name="browser" id="browser" class="browser_container" frameborder="0" />
            <p>Your browser does not support iframes.</p>
            </iframe>
        </div>

        <iframe src="{{subfolder}}{{url}}" name="detail" id="detail" class="detail_container" frameborder="0" />
        <p>Your browser does not support iframes.</p>
        </iframe>

    </div>
    {% include 'footer_iframe.twig' %}