abruf weiter gebaut

This commit is contained in:
Frederik Jaeckel 2022-11-20 20:40:51 +01:00
parent d54f3805ab
commit 2b80f22897
3 changed files with 174 additions and 25 deletions

View file

@ -11,23 +11,44 @@ full copyright notices and license terms. -->
<field name="url" colspan="3"/>
<label name="nohtml"/>
<field name="nohtml"/>
<label xalign="0.0" colspan="6" id="labtempl"
string="URL parameter placeholders: ${isin}, ${nsin}, ${symbol}"/>
<separator colspan="6" id="sepsymb" string="Test parameters"/>
<label colspan="6" xalign="0.0" id="lab1"
string="Configure a source for receiving course data here. The source is queried with the parameters according to schedule."/>
<label colspan="6" xalign="0.0" id="lab2"
string="Select a website where the price data, ISIN, date, etc. is contained in the loaded HTML file."/>
<label colspan="6" xalign="0.0" id="lab3"
string="Purely javascript-based websites do not work here."/>
<separator colspan="6" id="seprgx" string="Regular expressions to find data"/>
<label name="rgxdate"/>
<field name="rgxdate"/>
<label name="rgxrate"/>
<field name="rgxrate"/>
<newline/>
<label name="rgxisin"/>
<field name="rgxisin"/>
<label name="rgxnsin"/>
<field name="rgxnsin"/>
<label name="rgxsymbol"/>
<field name="rgxsymbol"/>
<label name="isin"/>
<field name="isin"/>
<label name="nsin"/>
<field name="nsin"/>
<label name="symbol"/>
<field name="symbol"/>
<notebook colspan="6">
<page id="pgparam" col="6" string="Test parameters">
<label name="used_url"/>
<field name="used_url" colspan="5"/>
<separator name="text" colspan="6" string="Result"/>
<field name="text" colspan="6" xexpand="1"/>
<label name="isin"/>
<field name="isin"/>
<label name="nsin"/>
<field name="nsin"/>
<label name="symbol"/>
<field name="symbol"/>
<separator name="text" colspan="6" string="Result"/>
<field name="text" colspan="6" xexpand="1"/>
</page>
<page id="pginfo" col="1" string="How to">
<label xalign="0.0" id="lab1"
string="Configure a source for receiving course data here. The source is queried with the parameters according to schedule."/>
<label xalign="0.0" id="lab2"
string="Select a website where the price data, ISIN, date, etc. is contained in the loaded HTML file."/>
<label xalign="0.0" id="lab3"
string="Purely javascript-based websites do not work here."/>
</page>
</notebook>
</form>