Bug #3303
Mis à jour par Alexey Lavrentev il y a presque 3 ans
As of txm-bfm.huma-num.fr instance, the "properties" parameter is mandatory in internal only partly implemented.
Internal links for "Concordance", "Contexts", "Lexicon" and "Index" commands.
Example : like
<pre><a class="command" command="lexicon" path="/GRAAL"></pre> ...></pre>
does not work; require the "properties" attribute to be set.
<pre><a class="command" command="lexicon" properties="word" path="/GRAAL"></pre> Subsequently all pages containing these links must be updated.
works.
The It would be better if the default "word" property (word) must could be used if the "properties" attribute is absent, as this is the case for in earlier versions.
Links from external links.
A way to provide multiple values (e.g. "lemma, word") must be specified (why is webpages using the white space required after the comma?)
URI syntax still work without this parameter.
Admin Manual must be updated to document use this parameter and all the parameters currently implemented (nlinesperpage, contexts, references..., see the parent ticket). parameter.
Internal links for "Concordance", "Contexts", "Lexicon" and "Index" commands.
Example : like
<pre><a class="command" command="lexicon" path="/GRAAL"></pre> ...></pre>
does not work; require the "properties" attribute to be set.
<pre><a class="command" command="lexicon" properties="word" path="/GRAAL"></pre> Subsequently all pages containing these links must be updated.
works.
The It would be better if the default "word" property (word) must could be used if the "properties" attribute is absent, as this is the case for in earlier versions.
Links from external links.
A way to provide multiple values (e.g. "lemma, word") must be specified (why is webpages using the white space required after the comma?)
URI syntax still work without this parameter.
Admin Manual must be updated to document use this parameter and all the parameters currently implemented (nlinesperpage, contexts, references..., see the parent ticket). parameter.