|
@@ -37,7 +37,18 @@
|
|
|
background: #f5f4fd;
|
|
|
font-weight: 600;
|
|
|
}
|
|
|
-
|
|
|
+ .cancel_button{
|
|
|
+ background-color: #ffbd59 !important;
|
|
|
+ border-width: 1px!important;
|
|
|
+ border-color: #ffbd59!important;
|
|
|
+ color: #fff!important;
|
|
|
+ border-radius: 30px!important;
|
|
|
+ padding: 6px 11px!important;
|
|
|
+ height: 28px!important;
|
|
|
+ font-size: 14px!important;
|
|
|
+ line-height: 1!important;
|
|
|
+ font-weight: 600!important;
|
|
|
+ }
|
|
|
|
|
|
#email_holder .whole_body, #email_holder .whole_body div{
|
|
|
max-width: 100% !important;
|
|
@@ -55,13 +66,11 @@
|
|
|
</li>
|
|
|
</ul>
|
|
|
</div>
|
|
|
- <div class="col">
|
|
|
- <div class="box-typical box-typical-padding mb-3">
|
|
|
-
|
|
|
-
|
|
|
+ <div class="card rounded p-4" style="background-color: white;">
|
|
|
+ <div class="box-typical box-typical-padding">
|
|
|
<div class="row">
|
|
|
<div class="col">
|
|
|
- <p style="margin-bottom: 6px;">
|
|
|
+ <p class="mb-3">
|
|
|
<span>To:</span>
|
|
|
<span class="badge badge-pill badge-sams">
|
|
|
supervisor
|
|
@@ -84,22 +93,54 @@
|
|
|
<span class="badge badge-pill badge-sams">
|
|
|
email
|
|
|
</span>
|
|
|
-
|
|
|
</p>
|
|
|
</div>
|
|
|
- </div>
|
|
|
-
|
|
|
+ </div>
|
|
|
</div>
|
|
|
|
|
|
<div class="box-typical box-typical-padding mb-0" id="email_holder"></div>
|
|
|
-
|
|
|
+ </div>
|
|
|
+ <div class="col-md-12 mt-4">
|
|
|
+ <div class="card rounded border-0 shadow" style="background-color:white;">
|
|
|
+ <div class="p-3">
|
|
|
+ <div class="p-3" style="border: 1px solid #eee; border-radius: 6px;">
|
|
|
+ <h3 style="text-align: center; font-family:Ubuntu !important; color: #3c4858 !important; font-size: 30px !important;">Research Admission</h3>
|
|
|
+ <h4 class="mb-4" style="text-align: center; font-family:Ubuntu !important; color: #3c4858 !important;">Further Information Required</h4>
|
|
|
+ <div style="border-bottom: 1px solid #eee;"></div>
|
|
|
+
|
|
|
+ <div class="col-md-12">
|
|
|
+ <div class="row">
|
|
|
+ <div class="col-md-8 mt-3 mb-3">
|
|
|
+ <h5 style="margin: 0px;"> H Rahman </h5>
|
|
|
+ <span style="margin: 0px;"> University of Hull</span>
|
|
|
+ <span> • </span>
|
|
|
+ <span> Masters </span>
|
|
|
+ </div>
|
|
|
+ <div class="col-md-4 mt-3 mb-3" style="text-align: end;">
|
|
|
+ <p style="margin: 0px;">31 May, 2023</p>
|
|
|
+ <p style="margin: 0px;">Our Reference : 12345678</p>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div style="border-bottom: 1px solid #eee;"></div>
|
|
|
+ </div>
|
|
|
+
|
|
|
+ <p class="mt-3">Dear [Applicant’s Name], </p>
|
|
|
+ <p class="mt-3" style="margin: 0px;">Thank you for submitting your research proposal. </p>
|
|
|
+ <p class="mt-3" style="margin: 0px;">To further evaluate your application, the following documents/information are required: </p>
|
|
|
+ <p class="mt-3" style="margin: 0px;">(list of docs/info) </p>
|
|
|
+ <p class="mt-3" style="margin: 0px;">I highly recommend that you provide the required documents/information as soon as possible to avoid any delays in the review process. </p>
|
|
|
+ <p class="mt-3" style="margin: 0px;">Looking forward to hearing from you. </p>
|
|
|
+ <p class="mt-3" style="margin: 0px;">Thanking you</p>
|
|
|
+ <p> [teacher name] </p>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
</div>
|
|
|
+
|
|
|
|
|
|
- <div id="div_send_mail" class="row mt-2">
|
|
|
-
|
|
|
- <div class="col text-right">
|
|
|
-
|
|
|
+ <div id="div_send_mail" class="row mt-3">
|
|
|
+ <div class="col" style="text-align: end;">
|
|
|
<button type="button" class="btn btn-inline cancel_button" data-dismiss="modal">
|
|
|
Cancel
|
|
|
</button>
|