Difference between revisions of "Software List"

From WolfTech
Jump to navigation Jump to search
m
 
m
 
(11 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
<table width="730"  border="0" align="center" cellpadding="10" cellspacing="2">
 
<table width="730"  border="0" align="center" cellpadding="10" cellspacing="2">
            <tr>
+
<tr><td colspan="2" valign="top"><table width="700" border="1" cellpadding="1" cellspacing="1" bordercolor="#000000" bgcolor="#000000">
            <td colspan="2" valign="top">               <table width="700" border="1" cellpadding="1" cellspacing="1" bordercolor="#000000" bgcolor="#000000">
+
<tr><td width="139" bordercolor="#000000" bgcolor="#9999CC"><div align="center">
              <tr>
+
<p><strong>WolfTech Software<br /></strong><strong>
                <td width="139" bordercolor="#000000" bgcolor="#9999CC"><div align="center">
+
<input type="submit" name="Submit" value="Search" /></strong></p>
                  <p><strong>WolfTech Software<br />
+
</div></td>
                  </strong><strong>
+
<td colspan="2" bgcolor="#FFFFFF">
                    <input type="submit" name="Submit" value="Search" />
+
<div align="center">
                  </strong></p>
+
<strong>Display By:
                </div>                 </td>
+
<select name="orderby" id="orderby">
                <td colspan="2" bgcolor="#FFFFFF">
+
<option value="alpha" selected="selected">Alphabetical</option>
        <div align="center">
+
<option value="category">Category</option>
          <strong>Display By:
+
</select>
          <select name="orderby" id="orderby">
 
            <option value="alpha" selected="selected">Alphabetical</option>
 
            <option value="category">Category</option>
 
          </select>
 
 
&nbsp;Vendor:
 
&nbsp;Vendor:
 
<select name="orderby" id="orderby">
 
<select name="orderby" id="orderby">
  <option value="1">Company1</option>
+
<option value="1">Company1</option>
  <option value="2">Company2</option>
+
<option value="2">Company3</option>
 
</select>
 
</select>
 
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />
 
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />
          </strong><strong>Keyword:
+
</strong><strong>Keyword:
 
<input name="keyword" type="text" size="25" />
 
<input name="keyword" type="text" size="25" />
 
</strong>
 
</strong>
 
<br />
 
<br />
 
<input type="checkbox" name="checkbox" value="checkbox" />
 
<input type="checkbox" name="checkbox" value="checkbox" />
      Linux <img src="/includes/images/software/Linux.gif" width="16" height="16" />      <input type="checkbox" name="checkbox" value="checkbox" />
+
Linux [[image:icon-linux.gif]]<input type="checkbox" name="checkbox" value="checkbox" />
      Linux 64 <img src="/includes/images/software/Linux_64.gif" width="16" height="16" />     
+
Linux 64 [[image:icon-linux_64.gif]]<input type="checkbox" name="checkbox" value="checkbox" />
      <input type="checkbox" name="checkbox" value="checkbox" />
+
Macintosh [[image:icon-macintosh.gif]]<br /><input type="checkbox" name="checkbox" value="checkbox" />
      Macintosh <img src="/includes/images/software/Macintosh.gif" width="16" height="16" />  <br />
+
Solaris [[image:icon-solaris.gif]]<input type="checkbox" name="checkbox" value="checkbox" />
      <input type="checkbox" name="checkbox" value="checkbox" />
+
Windows [[image:icon-windows.gif]]<input type="checkbox" name="checkbox" value="checkbox" />
      Solaris
+
Windows 64 [[image:icon-windows_64.gif]]<br />
      <img src="/includes/images/software/Solaris.gif" width="16" height="16" />
+
Software Available to: NCSU, COE, ECE, BME <br />
      <input type="checkbox" name="checkbox" value="checkbox" />
+
</div>         
      Windows
+
</td>
      <img src="/includes/images/software/Windows.gif" width="16" height="16" />
+
</tr>
      <input type="checkbox" name="checkbox" value="checkbox" />
+
</table>               
      Windows 64 <img src="/includes/images/software/Windows_64.gif" width="16" height="16" /><br />
+
<br />
      Software Available to: NCSU, COE, ECE, BME <br />
+
  </div>         
+
<php>
        </td>
+
require_once('wiki-main-functions.inc');
              </tr>
+
list_software($oses, $orderby, $keyword_search);
            </table>               
+
</php>
             
 
             
 
              <br />
 
<div id=Nav>
 
  <?PHP
 
 
 
  list_software($oses, $orderby, $keyword_search);
 
  ?>
 

Latest revision as of 11:14, 27 October 2006

WolfTech Software
<input type="submit" name="Submit" value="Search" />

Display By: <select name="orderby" id="orderby"> <option value="alpha" selected="selected">Alphabetical</option> <option value="category">Category</option> </select>  Vendor: <select name="orderby" id="orderby"> <option value="1">Company1</option> <option value="2">Company3</option> </select>       
Keyword: <input name="keyword" type="text" size="25" />
<input type="checkbox" name="checkbox" value="checkbox" /> Linux Icon-linux.gif<input type="checkbox" name="checkbox" value="checkbox" /> Linux 64 Icon-linux 64.gif<input type="checkbox" name="checkbox" value="checkbox" /> Macintosh Icon-macintosh.gif
<input type="checkbox" name="checkbox" value="checkbox" /> Solaris Icon-solaris.gif<input type="checkbox" name="checkbox" value="checkbox" /> Windows Icon-windows.gif<input type="checkbox" name="checkbox" value="checkbox" /> Windows 64 Icon-windows 64.gif
Software Available to: NCSU, COE, ECE, BME


<php> require_once('wiki-main-functions.inc'); list_software($oses, $orderby, $keyword_search); </php>