Mercurial > roundup-cc
comparison graph.html @ 31:9aca070c86bd
Add the filter 'priority' for the search by status.
author | Magnus Schieder <mschieder@intevation.de> |
---|---|
date | Thu, 22 Nov 2018 19:34:53 +0100 |
parents | 7161ce4e7ab1 |
children |
comparison
equal
deleted
inserted
replaced
30:0d6504d02a6b | 31:9aca070c86bd |
---|---|
109 | 109 |
110 </style> | 110 </style> |
111 </head> | 111 </head> |
112 <body> | 112 <body> |
113 <h1>Filter</h1> | 113 <h1>Filter</h1> |
114 <p>States: status</p> | 114 <p>Search parameters: search_parameters</p> |
115 <p>Keywords: keywords</p> | 115 <p>Keywords: keywords</p> |
116 <div id="content" style="display: inline-block"></div> | 116 <div id="content" style="display: inline-block"></div> |
117 <script type="text/javascript" src="d3.v3.min.js"></script> | 117 <script type="text/javascript" src="d3.v3.min.js"></script> |
118 <script type="text/javascript"> | 118 <script type="text/javascript"> |
119 | 119 |