Subversion Repositories wimsdev

Rev

Rev 13438 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
32 reyssat 1
!! +exec+ +html+
11210 bpr 2
tit:href
3
type:$type_exec
11292 bpr 4
syntax:!href ``parms text''
17228 bpr 5
mean:Creates a hypertext reference pointing to the wims server. <br>\
11210 bpr 6
  Whenever possible, this command should be used instead of a direct use of\
17228 bpr 7
  html tag ``&lt;a href="..."&gt;''. <br>\
11292 bpr 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;\
11210 bpr 10
  on the other hand, the session number and prefered language will be directly added by the server. \
17228 bpr 11
  <br>\
11292 bpr 12
  ``text'' is the text on which the hypertext link sits. It can be\
11223 bpr 13
  any text or a &lt;img...&gt; tag, but dynamic insertions are not accepted yet.\
17228 bpr 14
  <br>There is no need to add the end tag ``&lt;/a&gt;''.\
11210 bpr 15
  <p>The target of the reference can be controlled via the variable\
11292 bpr 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_''.\
13438 obado 18
  </p>\
19
  <p>The CSS class (class='...') of the link can be controlled via the variable\
20
  ``wims_ref_class''.</p>\
21
  <p>The title (title='...') of the link can be controlled via the variable\
22
  ``wims_ref_title''.</p>\
23
  <p>The HTML ID (id='...') of the link can be controlled via the variable\
24
  ``wims_ref_id''.</p>