Subversion Repositories wimsdev

Rev

Rev 11288 | Rev 13306 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 11288 Rev 13292
Line 45... Line 45...
45
 \$table_header
45
 \$table_header
46
 <caption>\$wims_name_slib</caption>
46
 <caption>\$wims_name_slib</caption>
47
 \$table_tr<th>\$wims_name_name</th><td class="tt">\$slib_detail</td></tr>
47
 \$table_tr<th>\$wims_name_name</th><td class="tt">\$slib_detail</td></tr>
48
 \$table_tr<th>\$wims_name_title</th><td>\$slib_title</td></tr>
48
 \$table_tr<th>\$wims_name_title</th><td>\$slib_title</td></tr>
49
 \$table_tr<th>\$wims_name_Author</th><td>\$slib_author</td></tr>
49
 \$table_tr<th>\$wims_name_Author</th><td>\$slib_author</td></tr>
50
 \$table_tr<th>\$wims_name_call1</th><td class="tt">!readproc slib/\$slib_detail [parameters]
50
 \$table_tr<th>\$wims_name_call1</th><td><code>!readproc slib/\$slib_detail [parameters]</code>
51
 <br />(\$wims_name_result slib_out) </td></tr>
51
 <br />(\$wims_name_result <span class="tt">slib_out</span>)</td></tr>
52
 \$table_tr<th>\$wims_name_call2</th><td class="tt">slib(\$slib_detail [parameters])</td></tr>
52
 \$table_tr<th>\$wims_name_call2</th><td><code>slib(\$slib_detail [parameters])</code></td></tr>
53
 \$table_tr<th>\$wims_name_Parameters</th><td>
53
 \$table_tr<th>\$wims_name_Parameters</th><td>
54
 !if \$slpcnt>1
54
 !if \$slpcnt>1
55
  !if + isin \$slpcnt
55
  !if + isin \$slpcnt
56
   \$wims_name_variable_list
56
   \$wims_name_variable_list
57
  !else
57
  !else
Line 67... Line 67...
67
   and up
67
   and up
68
  !endif
68
  !endif
69
  </th>
69
  </th>
70
  <td>\$(slp\$i)
70
  <td>\$(slp\$i)
71
  !if \$(slpdflt\$i)!=\$empty
71
  !if \$(slpdflt\$i)!=\$empty
72
   <em>(\$wims_name_default: \$(slpdflt\$i))</em>
72
  <div class="param_default"><em>(\$wims_name_default: <span class="tt">\$(slpdflt\$i)</span>)</em></div>
73
  !endif
73
  !endif
74
  </td></tr>
74
  </td></tr>
75
 !next i
75
 !next i
76
 \$table_tr<th>\$wims_name_Output</th><td>\$slib_out</td></tr>
76
 \$table_tr<th>\$wims_name_Output</th><td>\$slib_out</td></tr>
77
 !if \$slib_comment!=\$empty
77
 !if \$slib_comment!=\$empty
78
  \$table_tr<th>\$wims_name_comment</th><td>\$slib_comment</td></tr>
78
  \$table_tr<th>\$wims_name_comment</th><td>\$slib_comment</td></tr>
79
 !endif
79
 !endif
80
 !if \$slib_require!=\$empty
80
 !if \$slib_require!=\$empty
81
    \$table_tr<th>\$wims_name_Required_Software</th><td class="tt">\$slib_require</td></tr>
81
  \$table_tr<th>\$wims_name_Required_Software</th><td class="tt">\$slib_require</td></tr>
82
 !endif
82
 !endif
83
 !if \$slib_example!=\$empty
83
 !if \$slib_example!=\$empty
84
!set excnt=!linecnt \$slib_example
84
  !set excnt=!linecnt \$slib_example
85
  \$table_tr<th>\$wims_name_Example OEF </th><td>
85
  \$table_tr<th>\$wims_name_Example OEF </th><td>
86
  !for i=1 to \$excnt
86
  !for i=1 to \$excnt
87
 !set  slib_exemple=!line \$i of \$slib_example
87
 !set  slib_exemple=!line \$i of \$slib_example
88
 <hr />
88
  <hr />
89
<p class="tt spacer">\text{A=slib(\$slib_detail \$slib_exemple)}</p>
89
  <code>\text{A=slib(\$slib_detail \$slib_exemple)}</code>
90
  !set slib_wims_backslash=\$wims_backslash_insmath
90
  !set slib_wims_backslash=\$wims_backslash_insmath
91
  !set wims_backslash_insmath=yes
91
  !set wims_backslash_insmath=yes
92
  !readproc  slib/\$slib_detail \$slib_exemple
92
  !readproc  slib/\$slib_detail \$slib_exemple
93
   <p>\$wims_name_Output:</p>
93
   <p>\$wims_name_Output:</p>
94
  !if table notin \$slib_out and object notin \$slib_out and bubble notin \$slib_out and geogebra notin \$slib_detail
94
  !if table notin \$slib_out and object notin \$slib_out and bubble notin \$slib_out and geogebra notin \$slib_detail