2013-02-20 18:33:05 -07:00
|
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html>
|
|
|
|
|
<head>
|
2014-04-03 15:50:04 -07:00
|
|
|
|
<title>${TitleSupport}</title>
|
2013-02-20 18:33:05 -07:00
|
|
|
|
</head>
|
|
|
|
|
<body>
|
2015-05-17 18:27:48 -07:00
|
|
|
|
<div id="logPage" data-role="page" class="page type-interior" data-require="scripts/logpage">
|
2013-02-20 18:33:05 -07:00
|
|
|
|
|
|
|
|
|
<div data-role="content">
|
|
|
|
|
<div class="content-primary">
|
|
|
|
|
<div data-role="controlgroup" data-type="horizontal" class="localnav" data-mini="true">
|
2014-04-03 15:50:04 -07:00
|
|
|
|
<a href="support.html" data-role="button">${TabGeneral}</a>
|
2014-07-03 19:22:57 -07:00
|
|
|
|
<a href="log.html" data-role="button" class="ui-btn-active">${TabLogs}</a>
|
2015-05-21 13:53:14 -07:00
|
|
|
|
<a href="supporter.html" data-role="button" class="tabSupporterMembership">${TabDonate}</a>
|
|
|
|
|
<a href="supporterkey.html" data-role="button" class="tabSupporterMembership">${TabSupporterKey}</a>
|
2014-04-03 15:50:04 -07:00
|
|
|
|
<a href="about.html" data-role="button">${TabAbout}</a>
|
2013-02-20 18:33:05 -07:00
|
|
|
|
</div>
|
2015-05-17 18:27:48 -07:00
|
|
|
|
|
2014-07-03 19:22:57 -07:00
|
|
|
|
<p>${HeaderServerLogFiles}</p>
|
2014-07-04 12:17:22 -07:00
|
|
|
|
<div class="serverLogs readOnlyContent">
|
2015-05-17 18:27:48 -07:00
|
|
|
|
|
2014-07-03 19:22:57 -07:00
|
|
|
|
</div>
|
2013-02-20 18:33:05 -07:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|