Rev 13438 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 13438 | Rev 17228 | ||
---|---|---|---|
Line 4... | Line 4... | ||
4 | syntax:!href ``parms text'' |
4 | syntax:!href ``parms text'' |
5 | mean:Creates a hypertext reference pointing to the wims server. <br |
5 | mean:Creates a hypertext reference pointing to the wims server. <br>\ |
6 | Whenever possible, this command should be used instead of a direct use of\ |
6 | Whenever possible, this command should be used instead of a direct use of\ |
7 | html tag ``<a href="...">''. <br |
7 | html tag ``<a href="...">''. <br>\ |
8 | ``parms'' is the string of parameters to the call to wims server,\ |
8 | ``parms'' is the string of parameters to the call to wims server,\ |
9 | which should not contain white spaces. Usually a ``cmd=...'' pair should be at least present;\ |
9 | which should not contain white spaces. Usually a ``cmd=...'' pair should be at least present;\ |
10 | on the other hand, the session number and prefered language will be directly added by the server. \ |
10 | on the other hand, the session number and prefered language will be directly added by the server. \ |
11 | <br |
11 | <br>\ |
12 | ``text'' is the text on which the hypertext link sits. It can be\ |
12 | ``text'' is the text on which the hypertext link sits. It can be\ |
13 | any text or a <img...> tag, but dynamic insertions are not accepted yet.\ |
13 | any text or a <img...> tag, but dynamic insertions are not accepted yet.\ |
14 | <br |
14 | <br>There is no need to add the end tag ``</a>''.\ |
15 | <p>The target of the reference can be controlled via the variable\ |
15 | <p>The target of the reference can be controlled via the variable\ |
16 | ``wims_ref_target''. It can also be defined via an optional word\ |
16 | ``wims_ref_target''. It can also be defined via an optional word\ |
17 | ``target=...''. Note that in this case the target must start with ``wims_''.\ |
17 | ``target=...''. Note that in this case the target must start with ``wims_''.\ |
18 | </p>\ |
18 | </p>\ |
19 | <p>The CSS class (class='...') of the link can be controlled via the variable\ |
19 | <p>The CSS class (class='...') of the link can be controlled via the variable\ |