1 |
<?php |
2 |
require_once("style/std/stdwpstyle.inc"); |
3 |
?> |
4 |
<?php |
5 |
$thispage = new StdWpStyle(); |
6 |
|
7 |
$thispage->static_page_header_title_std("Server-Based (CGI) Calculators and Utilities", |
8 |
"Server-Based (CGI) Calculators and Utilities", |
9 |
""); |
10 |
?> |
11 |
|
12 |
<p align="center"> |
13 |
This page contains calculators and utilities that run on the server side (CGI). |
14 |
</p> |
15 |
|
16 |
<?php |
17 |
$thispage->static_page_hrule_std(); |
18 |
?> |
19 |
|
20 |
<p> |
21 |
<ul> |
22 |
<li> |
23 |
Microcontroller-Specific |
24 |
<ul> |
25 |
<li> |
26 |
NXP |
27 |
<ul> |
28 |
<li> |
29 |
MPC5748G |
30 |
<ul> |
31 |
<li> |
32 |
<a href="ucspecific/nxp/mpc5748g/utestcensorshipsetsrec/">NXP MPC5748G PASS_LCSTAT.CNS-Clearing UTEST DCF Record S-Record Generation Utility</a> |
33 |
</li> |
34 |
</ul> |
35 |
</li> |
36 |
</ul> |
37 |
</li> |
38 |
</ul> |
39 |
</li> |
40 |
</ul> |
41 |
</p> |
42 |
|
43 |
<?php |
44 |
$thispage->static_page_footer_std(); |
45 |
?> |