mirror of https://github.com/scrapy/scrapy.git
12 lines
447 B
HTML
12 lines
447 B
HTML
<div class="xpath_panel">
|
|
<label for="html_input">HTML Input</label>
|
|
<textarea id="html_input-{id}" rows="10" class="form-control">{html_input}</textarea>
|
|
|
|
<label for="xpath_expression">XPath Expression</label>
|
|
<input class="form-control xpath_expression"
|
|
data-target="{id}" type="text" value='{xpath_expression}' />
|
|
|
|
<label for="html_output">Result</label>
|
|
<div id="html_output-{id}" class="html_output"></div>
|
|
</div>
|