hello
Server : Apache/2.4.52 (Ubuntu) System : Linux HAN2 5.15.0-185-generic #195-Ubuntu SMP Fri Jun 19 17:11:50 UTC 2026 x86_64 User : servadmin ( 1000) PHP Version : 8.1.2-1ubuntu2.25 Disable Function : NONE Directory : /www/docs/video.obu.edu/app/ |
<!DOCTYPE html>
<html data-wf-site="52827cd1023d8b595c000623">
<head>
<meta charset="utf-8">
<title>Ouachita's Application for Admission</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="css/normalize.css">
<link rel="stylesheet" type="text/css" href="css/webflow.css">
<link rel="stylesheet" type="text/css" href="css/obuapplication.webflow.css">
<link rel="icon" type="image/x-icon" href="http://www.obu.edu/files/2013/08/Favicon12.png">
<link rel="stylesheet" href="css/hcolumns.css" type="text/css">
<link href="http://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
</head><body>
<div class="topmenusection">
<nav class="w-container topmenucontainer"><a class="button topnavbutton" href="http://tigernet.obu.edu">Current Students</a><a class="button topnavbutton end" href="http://home.obu.edu">Faculty & Staff</a>
</nav>
</div>
<div class="w-container header">
<a class="w-inline-block" href="#">
<img class="headerlogo" src="images/Ouachita-Logo2.png" alt="Ouachita-Logo2.png">
</a>
</div>
<div class="w-container mainmenucontainer"><a class="button mainmenubutton begin" href="#">ADMISSIONS</a><a class="button mainmenubutton active" href="#">APPLICATION</a><a class="button mainmenubutton" href="#">STEP 1</a><a class="button mainmenubutton" href="#">STEP 2</a><a class="button mainmenubutton"
href="#">STEP 3</a><a class="button mainmenubutton" href="#">STEP 4</a><a class="button mainmenubutton" href="#">STEP 5</a><a class="button mainmenubutton" href="#">STEP 6</a><a class="button mainmenubutton end" href="#">COMPLETE</a>
</div>
<header class="w-container contentheader">
<h1>Welcome to Ouachita's application for admission</h1>
</header>
<div class="w-container contentcontainer">
<div class="w-row content">
<div class="w-col w-col-8 seperator">
<h2>Start a new application</h2>
<div class="w-container">
<div id="columns"></div>
</div>
</div>
<div class="w-col w-col-4">
<h2>... or login to finish</h2>
<div class="w-form">
<form class="loginform" name="wf-form-login-form" data-name="Login Form">
<label for="name">Email:</label>
<input class="w-input" type="text" placeholder="Enter your email address" name="email" data-name="Email"></input>
<label for="email">Password:</label>
<input class="w-input" type="text" placeholder="Enter your password" name="password" data-name="Password" required="required"></input>
<input class="w-button submitbutton" type="submit" value="Login" data-wait="Please wait..."></input>
</form>
<div class="w-form-done">
<p>Thank you! Your submission has been received!</p>
</div>
<div class="w-form-fail">
<p>Oops! Something went wrong while submitting the form :(</p>
</div>
</div>
</div>
</div>
</div>
<footer class="w-container footercontainer">
<div class="w-row footerrow">
<div class="w-col w-col-3">
<img src="images/Footer-Logo.png" alt="Footer-Logo.png">
<p class="footertext light">410 Ouachita St.
<br>Arkadelphia, AR 71998
<br>1.800.DIAL.OBU • 870.245.5000</p>
</div>
<div class="w-col w-col-3">
<p class="footertext">Contact
<br><a href="http://www.obu.edu/about/maps-and-directions/">Maps & Directions</a>
<br>Sitemap
<br>Calendar
</p>
</div>
<div class="w-col w-col-3">
<p class="footertext">Comments or Questions
<br>Privacy Statement
<br>Copyright Infringement
<br>Job Opportunities</p>
</div>
<div class="w-col w-col-3">
<img class="footerinvestimg" src="images/INVEST.png" alt="INVEST.png">
</div>
</div>
</footer>
<div class="w-container copyright">
<div class="copyright">© Copyright 2013 Ouachita Baptist University</div>
</div>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script type="text/javascript" src="js/webflow.js"></script>
<script src="js/jquery.hcolumns.js"></script>
<script>
$(document).ready(function() {
var nodes = {
0: [{
id: 1,
label: "On Campus",
type: "folder"
}, {
id: 2,
label: "Online",
type: "folder"
}, {
id: 3,
label: "Ouachita @ New Life",
type: "folder"
}],
1: [{
id: 11,
label: "Graduate",
type: "folder"
}, {
id: 12,
label: "Undergraduate",
type: "folder"
}],
11: [{
id: 111,
label: "PHP",
type: "link",
url: "https://news.ycombinator.com/news"
}, {
id: 112,
label: "Javascript",
type: "link",
url: "https://news.ycombinator.com/news"
}, {
id: 113,
label: "Hacker News",
type: "link",
url: "https://news.ycombinator.com/news"
}]
};
$("#columns").hColumns({
nodeSource: function(node_id, callback) {
if (node_id === null) {
node_id = 0;
}
if (!(node_id in nodes)) {
return callback("<- Choose School");
}
return callback(null, nodes[node_id]);
}
});
});
</script>
</body>
</html>