Web version updated to allow sending emails.
This commit is contained in:
18
templates/add.html
Normal file
18
templates/add.html
Normal file
@@ -0,0 +1,18 @@
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" href="//code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css">
|
||||
<link rel="stylesheet" href="/resources/demos/style.css">
|
||||
<script src="https://code.jquery.com/jquery-1.12.4.js"></script>
|
||||
<script src="https://code.jquery.com/ui/1.12.1/jquery-ui.js"></script>
|
||||
<script>
|
||||
$( function() { $( "#tabs" ).tabs(); } );
|
||||
</script>
|
||||
<title>Loan Management</title>
|
||||
</head>
|
||||
<body>
|
||||
<p id="header" align="center"><font face="Arial" size=+2 >Web Mortgage Manager</font></p>
|
||||
|
||||
|
||||
<a href="/?loan={{filename}}">Return to Main Screen</a>.
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user