Permalink
Cannot retrieve contributors at this time
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
71 lines (67 sloc)
2.86 KB
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!--To put this html into an existing HTML document, you must copy the JavaScript and--> | |
| <!--paste it in a specific location within the destination HTML document. You must then copy--> | |
| <!--and paste the table in a different location.--> | |
| <html> | |
| <head> | |
| <title>Admissions Home Page</title> | |
| <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> | |
| <meta name="description" content="Fireworks Splice HTML"> | |
| <!-- Fireworks 3.0 Dreamweaver 3.0 target. Created Fri Feb 11 11:19:49 GMT-0800 (Pacific Standard Time) 2000 --> | |
| <link rel="stylesheet" href="general.css"> | |
| </head> | |
| <body bgcolor="#ffffff"> | |
| <!--The following section is an HTML table which reassembles the sliced image in a browser.--> | |
| <!--Copy the table section including the opening and closing table tags, and paste the data where--> | |
| <!--you want the reassembled image to appear in the destination document. --> | |
| <!-------------------------- BEGIN COPYING THE HTML HERE ----------------------------> | |
| <!-- Image with table --> <!--------------------------- STOP COPYING THE HTML HERE ---------------------------> | |
| <table cellpadding=5 width=600 align="center"> | |
| <tr> | |
| <td colspan=2 height="33"> | |
| <center> | |
| <img src="images/gl_wordmark.gif" width="500" height="42" alt="Oklahoma City University"> | |
| </center> | |
| </td> | |
| </tr> | |
| <tr> | |
| <td width=250 valign=top> | |
| <dl> | |
| <dt><img src="images/adm_topstar.jpg" width="248" height="345"> | |
| </dl> | |
| </td> | |
| <td width=350 valign=top> | |
| <dl> | |
| <dt><a href="undergraduate/index.htm"><b><span class="navlinks">Undergraduate | |
| Admissions</span></b></a> | |
| <dd> </dd> | |
| <dt> <a href="graduate/index.htm"><b class="navlinks">Graduate Admissions</b></a></dt> | |
| <dd> </dd> | |
| <dt><a href="graduate/index.htm"><b></b></a> <a href="Law/index.htm"><b><span class="navlinks">Law | |
| School Admissions</span></b></a> </dt> | |
| <dd> </dd> | |
| <dt><a href="plus/index.htm"><b><span class="navlinks">Prior Learning | |
| University Studies Program</span></b><span class="navlinks"> (PLUS Admissions)</span></a></dt> | |
| </dl> | |
| <p><a href="international/index.htm"><b><span class="navlinks">International | |
| Student Admissions</span></b></a> </p> | |
| <p> <a href="financialaid/index.htm"><b><span class="navlinks">Financial | |
| Aid</span></b></a> </p> | |
| <dl> | |
| <dd> | |
| </dl> | |
| </td> | |
| </tr> | |
| <tr> | |
| <td colspan="2" valign=top> | |
| <div align="center"> | |
| <p><font face="Arial, Helvetica, sans-serif">Oklahoma City University<br> | |
| 2501 N. Blackwelder<br> | |
| Oklahoma City, Oklahoma 73106-1493<br> | |
| 405.521.5000 </font></p> | |
| <p><a href="mailto:uadmissions@okcu.edu"><font face="Arial, Helvetica, sans-serif" size="2">uadmissionsr@okcu.edu</font></a></p> | |
| </div> | |
| </td> | |
| </tr> | |
| </table> | |
| </body> | |
| </html> |