-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPreboardingHome.aspx
More file actions
23 lines (23 loc) · 1.1 KB
/
PreboardingHome.aspx
File metadata and controls
23 lines (23 loc) · 1.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<%@ Page Language="C#" AutoEventWireup="true" MasterPageFile="~/SmartStart.Master" CodeBehind="PreboardingHome.aspx.cs" Inherits="CAPRES.PreboardingHome" %>
<asp:Content ID="Content1" ContentPlaceHolderID="head" runat="server">
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="body" runat="server">
<div class="container text-center">
<h3>Congratulations! Your application has been considered. Please
comply with the following requirements:
</h3>
<ul class="list-unstyled">
<li>SSS</li>
<li>TIN</li>
<li>PhilHealth</li>
<li>Pag-Ibig</li>
</ul>
<h3>Kindly submit these documents to one of these persons:</h3>
<asp:BulletedList ID="blPreboarders" runat="server" CssClass="list-unstyled">
</asp:BulletedList>
<h3>We would also like you to fill out additional forms. Please click the button
below to begin.</h3>
<asp:Button ID="btnStart" runat="server" CssClass="btn btn-lg btn-primary"
Text="START" onclick="btnStart_Click" />
</div>
</asp:Content>