Subversion Repositories wimsdev

Rev

Rev 16272 | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 16272 Rev 17228
1
Variables reserved for dynamic insertions
1
Variables reserved for dynamic insertions
2
 
2
 
3
:ins_align
3
:ins_align
4
dynamic insertion
4
dynamic insertion
5
defines the manner in which the inline picture
5
defines the manner in which the inline picture
6
  is aligned with respect to the line. Possible values: bottom, middle or top.
6
  is aligned with respect to the line. Possible values: bottom, middle or top.
7
  Default is empty (which means bottom).
7
  Default is empty (which means bottom).
8
 
8
 
9
:ins_attr
9
:ins_attr
10
dynamic insertion
10
dynamic insertion
11
is used to define miscallaneous attributes of a
11
is used to define miscallaneous attributes of a
12
  dynamic insertion. Examples:
12
  dynamic insertion. Examples:
13
  <pre>  ins_attr = alt="meaning"</pre>
13
  <pre>  ins_attr = alt="meaning"</pre>
14
  or
14
  or
15
  <pre>  ins_attr = align=middle</pre>
15
  <pre>  ins_attr = align=middle</pre>
16
  (aligns the middle of the image with the baseline for the current
16
  (aligns the middle of the image with the baseline for the current
17
  textline), or
17
  textline), or
18
  <pre>  ins_attr = ismap</pre>
18
  <pre>  ins_attr = ismap</pre>
19
  (coordinates of the click will be passed back to the server; if the link
19
  (coordinates of the click will be passed back to the server; if the link
20
  of the element is the wims server, the coordinates will be registered
20
  of the element is the wims server, the coordinates will be registered
21
  under the variable ``no_name''.)
21
  under the variable ``no_name''.)
22
  $resetyes
22
  $resetyes
23
 
23
 
24
:ins_border
24
:ins_border
25
dynamic insertion
25
dynamic insertion
26
is used to define border width of the html
26
is used to define border width of the html
27
  element ``IMG '' resulted from the dynamic insertion. Its value should be a positive
27
  element ``IMG '' resulted from the dynamic insertion. Its value should be a positive
28
  number.
28
  number.
29
  $resetyes
29
  $resetyes
30
 
30
 
31
:ins_density
31
:ins_density
32
dynamic insertion
32
dynamic insertion
33
is used to define the density of the dynamic
33
is used to define the density of the dynamic
34
  insertions. Default value: ``100x100 ''.
34
  insertions. Default value: ``100x100 ''.
35
  <br/>
35
  <br>
36
  <span class="wims_warning">Avoid using this variable!</span> We are planning to
36
  <span class="wims_warning">Avoid using this variable!</span> We are planning to
37
  suppress it. Will be replaced by a server-managed variable.
37
  suppress it. Will be replaced by a server-managed variable.
38
 
38
 
39
:ins_format
39
:ins_format
40
dynamic insertion
40
dynamic insertion
41
can be used to determine the format of the
41
can be used to determine the format of the
42
  graphics file of the dynamic insertion: its value should be either $emph
42
  graphics file of the dynamic insertion: its value should be either $emph
43
  gif'' or ``jpg''. The default value of this variable is
43
  gif'' or ``jpg''. The default value of this variable is
44
  ``gif'' (which can be changed by modifying the file $emph
44
  ``gif'' (which can be changed by modifying the file $emph
45
  wims.conf''; but such change is not recommended). <br/>
45
  wims.conf''; but such change is not recommended). <br>
46
  Some types of dynamic insertions may not be affected by this variable.
46
  Some types of dynamic insertions may not be affected by this variable.
47
 
47
 
48
:ins_quality
48
:ins_quality
49
dynamic insertion
49
dynamic insertion
50
 is used to define quality of the graphics
50
 is used to define quality of the graphics
51
  convertion used in dynamic insertions. Its value should be between 0 and
51
  convertion used in dynamic insertions. Its value should be between 0 and
52
  100. Affects only dynamic insertions whose graphics format is jpg.
52
  100. Affects only dynamic insertions whose graphics format is jpg.
53
 
53
 
54
:ins_tag
54
:ins_tag
55
dynamic insertion
55
dynamic insertion
56
 is used for dynamic insertions within a form.
56
 is used for dynamic insertions within a form.
57
  In this case define<br/>
57
  In this case define<br>
58
  <span class="tt">ins_tag=form </span>``name''
58
  <span class="tt">ins_tag=form </span>``name''
59
  where ``name'' is the name of the html element ``IMG ''
59
  where ``name'' is the name of the html element ``IMG ''
60
  within the form (optional).
60
  within the form (optional).
61
  $resetyes
61
  $resetyes
62
 
62
 
63
:insdraw_size
63
:insdraw_size
64
dynamic insertion
64
dynamic insertion
65
 is the size in pixels for the dynamic insertion.
65
 is the size in pixels for the dynamic insertion.
66
  <span class="tt">ins_filename</span>
66
  <span class="tt">ins_filename</span>
67
  is the name of the graphics file of the dynamic insertion
67
  is the name of the graphics file of the dynamic insertion
68
  (generated by wims). It must be taken just after the command !insdraw
68
  (generated by wims). It must be taken just after the command !insdraw
69
 
69
 
70
:ins_url
70
:ins_url
71
dynamic insertion
71
dynamic insertion
72
 is the url of the graphics file of the dynamic insertion.
72
 is the url of the graphics file of the dynamic insertion.
73
It must be taken just after the command !insdraw
73
It must be taken just after the command !insdraw
74
 
74
 
75
:insplot_data
75
:insplot_data
76
dynamic insertion
76
dynamic insertion
77
 is ...
77
 is ...
78
:insplot_font
78
:insplot_font
79
dynamic insertion
79
dynamic insertion
80
 is ...
80
 is ...
81
:insplot_set
81
:insplot_set
82
dynamic insertion
82
dynamic insertion
83
 is ...
83
 is ...
84
:insplot_split
84
:insplot_split
85
dynamic insertion
85
dynamic insertion
86
 is ...
86
 is ...
87
:insplot_transparent
87
:insplot_transparent
88
dynamic insertion
88
dynamic insertion
89
 is used to define transparent color for insertions. Default is empty (no transparency).
89
 is used to define transparent color for insertions. Default is empty (no transparency).
90
 Usual value: 255,255,255(white is transparent).
90
 Usual value: 255,255,255(white is transparent).
91
 
91