aboutsummaryrefslogtreecommitdiffstats
path: root/www/my_reports.html
blob: 900e00ba94661b6b2e4a374b29c7f6aec4b2ede1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
    <div class="wrapper" id="my-reports-page" data-role="page" data-add-back-btn="true">
        <div data-id="locate" id="saved-reports-header" data-role="header" data-position="fixed">
            <h1>Saved Reports</h1>
        </div>
        <div class="table-cell">

            <div class="container" data-role="content">
                <div class="content" id="reports" role="main" data-enhance="false">
                </div>
            </div>
        </div><!-- .table-cell -->
    </div>