2014-05-26 21:29:35 -07:00
|
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html>
|
|
|
|
|
<head>
|
2015-01-19 13:53:02 -07:00
|
|
|
|
<title>${TitleNotifications}</title>
|
2014-05-26 21:29:35 -07:00
|
|
|
|
</head>
|
|
|
|
|
<body>
|
2015-06-18 11:29:44 -07:00
|
|
|
|
<div id="notificationsPage" data-role="page" class="page libraryPage noSecondaryNavPage" data-require="scripts/notificationlist,paperbuttonstyle">
|
2014-05-26 21:29:35 -07:00
|
|
|
|
|
|
|
|
|
<div data-role="content">
|
|
|
|
|
|
2015-05-31 14:07:44 -07:00
|
|
|
|
<div class="readOnlyContent" style="margin: auto;max-width:900px;">
|
2014-05-26 21:29:35 -07:00
|
|
|
|
|
2015-05-31 14:07:44 -07:00
|
|
|
|
<h1>${TitleNotifications}</h1>
|
|
|
|
|
<div class="notificationsList" style="margin-top: 1em;">
|
2014-05-26 21:29:35 -07:00
|
|
|
|
</div>
|
2015-05-31 14:07:44 -07:00
|
|
|
|
|
2014-05-26 21:29:35 -07:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|