OSDN Git Service

Add Methods to Push Rich Notifications [0.2.1]
[kit/kit.git] / index.html
index ba3b6e2..7d363b8 100644 (file)
        <div id="kit-tasks"></div>
 
        <div id="last-notification">
-               <a id="last-notification-close"></a><div id="last-notification-title"></div>
-               <div id="last-notification-content"></div><div id="last-notification-app"></div>
+               <img src="" alt="" id="last-notification-img">
+               <a id="last-notification-close"></a>
+               <div id="last-notification-app"></div>
+               <div id="last-notification-title"></div>
+               <div id="last-notification-content"></div>
+               <div id="last-notification-buttons"></div>
        </div>
 
        <div id="notifications">
                <a id="notifications-show-history" class="kit-hyperlink" onclick="launch('ntflist')">通知の履歴</a>
                <div class="kit-toggle">
-                               <input type="checkbox" id="notifications-dnp">
-                               <label for="notifications-dnp"></label>
-                               <label for="notifications-dnp"><span class="fa fa-bed"></span> 非通知モード</label>
+                       <input type="checkbox" id="notifications-dnp">
+                       <label for="notifications-dnp"></label>
+                       <label for="notifications-dnp"><span class="fa fa-bed"></span> 非通知モード</label>
                </div>
        </div>