/[dtapublic]/projs/dtats/trunk/projs/2018/20180707_cgi_web_tools/active/index.php
ViewVC logotype

Annotation of /projs/dtats/trunk/projs/2018/20180707_cgi_web_tools/active/index.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 169 - (hide annotations) (download)
Sun Jul 8 16:25:59 2018 UTC (5 years, 11 months ago) by dashley
File size: 944 byte(s)
Add initial port of CGI-BIN utilities.
1 dashley 169 <?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     ?>

Properties

Name Value
svn:eol-style native
svn:keywords Header

dashley@gmail.com
ViewVC Help
Powered by ViewVC 1.1.25