Project

General

Profile

« Previous | Next » 

Revision c483ae19

Added by koszko about 2 years ago

add ability to query page content from repo and display it in the popup

View differences:

html/display-panel.html
21 21
	  display: none;
22 22
      }
23 23

  
24
      .show_hide_next2:not(:checked)+* {
25
	  display: none;
26
      }
27

  
28
      .show_hide_next2:checked+*+* {
29
	  display: none;
30
      }
31

  
24 32
      .hide {
25 33
	  display: none;
26 34
      }
......
34 42
      #container_for_injected>#none_injected:not(:last-child) {
35 43
	  display: none;
36 44
      }
37

  
38
      input#connected_chbx:checked+div+h3 {
39
	  display: none;
40
      }
41 45
    </style>
42 46
  </head>
43 47
  <body>
......
65 69
      </label>
66 70
      <ul id="possible_patterns"></ul>
67 71

  
68
      <input id="connected_chbx" type="checkbox" class="show_next"></input>
72
      <input id="connected_chbx" type="checkbox" class="show_hide_next2"></input>
69 73
      <div>
70 74
	<h3>
71 75
	  Matched pattern: <span id="pattern">...</span>
72 76
	  <button id="view_pattern" class="hide">
73
	  View in settings
77
	    View in settings
78
	  </button>
79
	  <input id="query_started_chbx" type="checkbox" class="show_hide_next2"></input>
80
	  <div id="container_for_repo_responses">
81
	    <h3>Queried from repositories</h3>
82
	  </div>
83
	  <button id="query_pattern">
84
	    Search for matching patterns
74 85
	  </button>
75 86
	</h3>
76 87
	<h3>

Also available in: Unified diff