inital commit
This commit is contained in:
448
webroot/V1.0/RTG-CHARGE-OFF-M2C-CRM-LETTER-1.html
Normal file
448
webroot/V1.0/RTG-CHARGE-OFF-M2C-CRM-LETTER-1.html
Normal file
@@ -0,0 +1,448 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<title>RTG-CHARGE-OFF-M2C-CRM-LETTER-1</title>
|
||||
<!-- Tell the browser to be responsive to screen width -->
|
||||
<meta
|
||||
content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"
|
||||
name="viewport">
|
||||
<!-- Bootstrap 3.3.6 -->
|
||||
<link rel="stylesheet" href="http://cloud-height.com/RTG/bootstrap/css/bootstrap.min.css">
|
||||
<!-- Font Awesome -->
|
||||
<link rel="stylesheet"
|
||||
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.5.0/css/font-awesome.min.css">
|
||||
<!-- Ionicons -->
|
||||
<link rel="stylesheet"
|
||||
href="https://cdnjs.cloudflare.com/ajax/libs/ionicons/2.0.1/css/ionicons.min.css">
|
||||
<!-- Theme style -->
|
||||
<link rel="stylesheet" href="http://cloud-height.com/RTG/dist/css/AdminLTE.min.css">
|
||||
<!-- AdminLTE Skins. Choose a skin from the css/skins
|
||||
folder instead of downloading all of them to reduce the load. -->
|
||||
<link rel="stylesheet" href="http://cloud-height.com/RTG/dist/css/skins/_all-skins.min.css">
|
||||
|
||||
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
|
||||
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
|
||||
<!--[if lt IE 9]>
|
||||
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
|
||||
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
|
||||
<![endif]-->
|
||||
<style>
|
||||
.form-group.required .control-label:before{
|
||||
color: red;
|
||||
content: "*";
|
||||
position: absolute;
|
||||
margin-left: -7px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body class="hold-transition skin-blue sidebar-mini">
|
||||
<div class="wrapper" >
|
||||
|
||||
|
||||
|
||||
<!-- Content Wrapper. Contains page content -->
|
||||
<div class="content-wrapper">
|
||||
<!-- Content Header (Page header) -->
|
||||
<section class="content-header">
|
||||
<h1>R.T.G M.2.M. Letter generator by M.2.C Academy - V1.0</h1>
|
||||
<ol class="breadcrumb">
|
||||
<li><a href="#"><i class="fa fa-dashboard"></i> Home</a></li>
|
||||
<li class="active">RTG-CHARGE-OFF-M2C-CRM-LETTER-1</li>
|
||||
</ol>
|
||||
</section>
|
||||
|
||||
<!-- Main content -->
|
||||
<section class="content">
|
||||
<div class="row">
|
||||
|
||||
<!-- right column -->
|
||||
<div class="col-md-12">
|
||||
<!-- Horizontal Form -->
|
||||
<div class="box box-info">
|
||||
<div class="box-header with-border">
|
||||
<h3 class="box-title"> Enter Your Information Below</h3>
|
||||
</div>
|
||||
<!-- /.box-header -->
|
||||
<!-- form start -->
|
||||
<form class="form-horizontal" method="post" action="http://cloud-height.com/RTG/V1.0/RTG-CHARGE-OFF-M2C-CRM-LETTER-1.php">
|
||||
<div class="box-body">
|
||||
<div class="row">
|
||||
|
||||
<!-- right column -->
|
||||
<div class="col-md-7">
|
||||
<div class="form-group required">
|
||||
<label class="col-sm-5 control-label">CRA REPORT</label>
|
||||
|
||||
<div class="col-sm-7">
|
||||
<input type="text" name="cra_report" class="form-control" required >
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group required">
|
||||
<label class="col-sm-5 control-label">FIRST NAME</label>
|
||||
|
||||
<div class="col-sm-7">
|
||||
<input type="text" name="first_name" class="form-control" required>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="form-group required">
|
||||
<label class="col-sm-5 control-label">LAST NAME</label>
|
||||
|
||||
<div class="col-sm-7">
|
||||
<input type="text" name="last_name" class="form-control" required >
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="form-group required">
|
||||
<label class="col-sm-5 control-label">STREET NO</label>
|
||||
|
||||
<div class="col-sm-7">
|
||||
<input type="text" name="street_no" class="form-control" required>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="form-group required">
|
||||
<label class="col-sm-5 control-label">STREET NAME</label>
|
||||
|
||||
<div class="col-sm-7">
|
||||
<input type="text" name="street_name" class="form-control" required >
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="form-group required">
|
||||
<label class="col-sm-5 control-label">CITY</label>
|
||||
|
||||
<div class="col-sm-7">
|
||||
<input type="text" name="city" class="form-control" required >
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="form-group required">
|
||||
<label class="col-sm-5 control-label">STATE</label>
|
||||
|
||||
<div class="col-sm-7">
|
||||
<input type="text" name="state" class="form-control" required >
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="form-group required">
|
||||
<label class="col-sm-5 control-label">PERSONAL TRACKING NUMBER(20 Digit)</label>
|
||||
|
||||
<div class="col-sm-7">
|
||||
<input type="text" name="personal_tracking_number" class="form-control" maxlength="20" required >
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="form-group required">
|
||||
<label class="col-sm-5 control-label">CREDIT BUREAU & CREDIT BUREAU ADDRESS</label>
|
||||
|
||||
<div class="col-sm-7">
|
||||
<textarea name="credit_bureau_name_address" class="form-control" rows="3" cols="47" required></textarea>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="form-group required">
|
||||
<label class="col-sm-5 control-label">Sincerely</label>
|
||||
|
||||
<div class="col-sm-7">
|
||||
<input type="text" name="sincerely" class="form-control" required >
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<hr/>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row">
|
||||
|
||||
<!-- right column -->
|
||||
<div class="col-md-7">
|
||||
|
||||
|
||||
<div class="form-group">
|
||||
<div class="col-sm-6">
|
||||
CREDITOR #1:<br/>
|
||||
<input type="text" name="creditor1" class="form-control" >
|
||||
</div>
|
||||
|
||||
<div class="col-sm-6">
|
||||
ACCOUNT #1 ALLEGED:<br/>
|
||||
<input type="text" name="account1" class="form-control" >
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="form-group">
|
||||
<div class="col-sm-6">
|
||||
CREDITOR #2:<br/>
|
||||
<input type="text" name="creditor2" class="form-control" >
|
||||
</div>
|
||||
|
||||
<div class="col-sm-6">
|
||||
ACCOUNT #2 ALLEGED:<br/>
|
||||
<input type="text" name="account2" class="form-control" >
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="form-group">
|
||||
<div class="col-sm-6">
|
||||
CREDITOR #3:<br/>
|
||||
<input type="text" name="creditor3" class="form-control" >
|
||||
</div>
|
||||
|
||||
<div class="col-sm-6">
|
||||
ACCOUNT #3 ALLEGED:<br/>
|
||||
<input type="text" name="account3" class="form-control" >
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="form-group">
|
||||
<div class="col-sm-6">
|
||||
CREDITOR #4:<br/>
|
||||
<input type="text" name="creditor4" class="form-control" >
|
||||
</div>
|
||||
|
||||
<div class="col-sm-6">
|
||||
ACCOUNT #4 ALLEGED:<br/>
|
||||
<input type="text" name="account4" class="form-control" >
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="form-group">
|
||||
<div class="col-sm-6">
|
||||
CREDITOR #5:<br/>
|
||||
<input type="text" name="creditor5" class="form-control" >
|
||||
</div>
|
||||
|
||||
<div class="col-sm-6">
|
||||
ACCOUNT #5 ALLEGED:<br/>
|
||||
<input type="text" name="account5" class="form-control" >
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<div class="col-sm-6">
|
||||
CREDITOR #6:<br/>
|
||||
<input type="text" name="creditor6" class="form-control" >
|
||||
</div>
|
||||
|
||||
<div class="col-sm-6">
|
||||
ACCOUNT #6 ALLEGED:<br/>
|
||||
<input type="text" name="account6" class="form-control" >
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<div class="col-sm-6">
|
||||
CREDITOR #7:<br/>
|
||||
<input type="text" name="creditor7" class="form-control" >
|
||||
</div>
|
||||
|
||||
<div class="col-sm-6">
|
||||
ACCOUNT #7 ALLEGED:<br/>
|
||||
<input type="text" name="account7" class="form-control" >
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<div class="col-sm-6">
|
||||
CREDITOR #8:<br/>
|
||||
<input type="text" name="creditor8" class="form-control" >
|
||||
</div>
|
||||
|
||||
<div class="col-sm-6">
|
||||
ACCOUNT #8 ALLEGED:<br/>
|
||||
<input type="text" name="account8" class="form-control" >
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<div class="col-sm-6">
|
||||
CREDITOR #9:<br/>
|
||||
<input type="text" name="creditor9" class="form-control" >
|
||||
</div>
|
||||
|
||||
<div class="col-sm-6">
|
||||
ACCOUNT #9 ALLEGED:<br/>
|
||||
<input type="text" name="account9" class="form-control" >
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<div class="col-sm-6">
|
||||
CREDITOR #10:<br/>
|
||||
<input type="text" name="creditor10" class="form-control" >
|
||||
</div>
|
||||
|
||||
<div class="col-sm-6">
|
||||
ACCOUNT #10 ALLEGED:<br/>
|
||||
<input type="text" name="account10" class="form-control" >
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<div class="col-sm-6">
|
||||
CREDITOR #11:<br/>
|
||||
<input type="text" name="creditor11" class="form-control" >
|
||||
</div>
|
||||
|
||||
<div class="col-sm-6">
|
||||
ACCOUNT #11 ALLEGED:<br/>
|
||||
<input type="text" name="account11" class="form-control" >
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<div class="col-sm-6">
|
||||
CREDITOR #12:<br/>
|
||||
<input type="text" name="creditor12" class="form-control" >
|
||||
</div>
|
||||
|
||||
<div class="col-sm-6">
|
||||
ACCOUNT #12 ALLEGED:<br/>
|
||||
<input type="text" name="account12" class="form-control" >
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="form-group">
|
||||
<div class="col-sm-6">
|
||||
CREDITOR #13:<br/>
|
||||
<input type="text" name="creditor13" class="form-control" >
|
||||
</div>
|
||||
|
||||
<div class="col-sm-6">
|
||||
ACCOUNT #13 ALLEGED:<br/>
|
||||
<input type="text" name="account13" class="form-control" >
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<div class="col-sm-6">
|
||||
CREDITOR #14:<br/>
|
||||
<input type="text" name="creditor14" class="form-control" >
|
||||
</div>
|
||||
|
||||
<div class="col-sm-6">
|
||||
ACCOUNT #14 ALLEGED:<br/>
|
||||
<input type="text" name="account14" class="form-control" >
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<div class="col-sm-6">
|
||||
CREDITOR #15:<br/>
|
||||
<input type="text" name="creditor15" class="form-control" >
|
||||
</div>
|
||||
|
||||
<div class="col-sm-6">
|
||||
ACCOUNT #15 ALLEGED:<br/>
|
||||
<input type="text" name="account15" class="form-control" >
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="form-group">
|
||||
<div class="col-sm-6">
|
||||
CREDITOR #16:<br/>
|
||||
<input type="text" name="creditor16" class="form-control" >
|
||||
</div>
|
||||
|
||||
<div class="col-sm-6">
|
||||
ACCOUNT #16 ALLEGED:<br/>
|
||||
<input type="text" name="account16" class="form-control" >
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<div class="col-sm-6">
|
||||
CREDITOR #17:<br/>
|
||||
<input type="text" name="creditor17" class="form-control" >
|
||||
</div>
|
||||
|
||||
<div class="col-sm-6">
|
||||
ACCOUNT #17 ALLEGED:<br/>
|
||||
<input type="text" name="account17" class="form-control" >
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="form-group">
|
||||
<div class="col-sm-6">
|
||||
CREDITOR #18:<br/>
|
||||
<input type="text" name="creditor18" class="form-control" >
|
||||
</div>
|
||||
|
||||
<div class="col-sm-6">
|
||||
ACCOUNT #18 ALLEGED:<br/>
|
||||
<input type="text" name="account18" class="form-control" >
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<hr/>
|
||||
|
||||
|
||||
<div class="form-group">
|
||||
<div class="col-sm-offset-5 col-sm-7">
|
||||
<button type="submit" class="btn btn-info pull-left">Generate
|
||||
PDF</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
<!-- /.box-body -->
|
||||
<div class="box-footer"></div>
|
||||
<!-- /.box-footer -->
|
||||
</form>
|
||||
</div>
|
||||
<!-- /.box -->
|
||||
|
||||
</div>
|
||||
<!--/.col (right) -->
|
||||
</div>
|
||||
<!-- /.row -->
|
||||
|
||||
|
||||
</section>
|
||||
<!-- /.content -->
|
||||
</div>
|
||||
<!-- /.content-wrapper -->
|
||||
<footer class="main-footer">
|
||||
<strong>Copyright © 2019 <a href="#" >R.T.G M.2.M. Letter generator by M.2.C Academy - V1.0</a>.
|
||||
</strong> All rights reserved.
|
||||
</footer>
|
||||
<!-- Add the sidebar's background. This div must be placed
|
||||
immediately after the control sidebar -->
|
||||
<div class="control-sidebar-bg"></div>
|
||||
</div>
|
||||
<!-- ./wrapper -->
|
||||
|
||||
<!-- jQuery 2.2.0 -->
|
||||
<script src="http://cloud-height.com/RTG/plugins/jQuery/jQuery-2.2.0.min.js"></script>
|
||||
<!-- Bootstrap 3.3.6 -->
|
||||
<script src="http://cloud-height.com/RTG/bootstrap/js/bootstrap.min.js"></script>
|
||||
<!-- FastClick -->
|
||||
<script src="http://cloud-height.com/RTG/plugins/fastclick/fastclick.js"></script>
|
||||
<!-- AdminLTE App -->
|
||||
<script src="http://cloud-height.com/RTG/dist/js/app.min.js"></script>
|
||||
<!-- AdminLTE for demo purposes -->
|
||||
<script src="http://cloud-height.com/RTG/dist/js/demo.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user