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-01-19 13:53:02 -07:00
|
|
|
|
<div id="notificationsPage" data-role="page" class="page type-interior notificationConfigurationPage">
|
2014-05-26 21:29:35 -07:00
|
|
|
|
|
|
|
|
|
<div data-role="content">
|
|
|
|
|
<div class="content-primary">
|
|
|
|
|
|
|
|
|
|
<div class="readOnlyContent">
|
2014-07-29 20:31:35 -07:00
|
|
|
|
|
2014-05-27 07:30:21 -07:00
|
|
|
|
<div class="notificationsList" style="margin-top: 1em;">
|
2014-05-26 21:29:35 -07:00
|
|
|
|
</div>
|
2014-07-29 20:31:35 -07:00
|
|
|
|
|
2014-07-26 10:30:15 -07:00
|
|
|
|
<p style="display:none;" class="btnMarkReadContainer"><button class="btnMarkRead" type="button" data-icon="check">${ButtonMarkRead}</button></p>
|
2014-05-26 21:29:35 -07:00
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|