|
|
@@ -2,7 +2,8 @@ |
|
|
|
|
|
|
|
<html> |
|
|
|
<head> |
|
|
|
<meta charset="utf-8"> |
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0"> |
|
|
|
<link rel="stylesheet" href="../css/common.css"/> |
|
|
|
<link rel="stylesheet" href="../css/popup.css"/> |
|
|
|
|
|
|
@@ -18,16 +19,15 @@ |
|
|
|
</div> |
|
|
|
|
|
|
|
<div id="templates" style="display: none"> |
|
|
|
<div id="process-item-template"> |
|
|
|
<div class="panel-section panel-section-header"> |
|
|
|
<div class="text-section-header" id="process-type"></div> |
|
|
|
<div class="text-section-header" id="url"></div> |
|
|
|
<div id="process-item-template" class="item-panel"> |
|
|
|
<div class="item-details"> |
|
|
|
<h2 class="item-title" id="type"></h2> |
|
|
|
<div class="item-url" id="url"></div> |
|
|
|
</div> |
|
|
|
|
|
|
|
<div class="panel-section panel-section-footer"> |
|
|
|
<button id="open" class="panel-section-footer-button">Open</button> |
|
|
|
<div class="panel-section-footer-separator"></div> |
|
|
|
<button id="remove" class="panel-section-footer-button default">Remove</button> |
|
|
|
<div class="item-actions"> |
|
|
|
<button id="open" class="item-button">Open</button> |
|
|
|
<button id="remove" class="item-button">Remove</button> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |