-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathog code
More file actions
132 lines (77 loc) · 2.46 KB
/
og code
File metadata and controls
132 lines (77 loc) · 2.46 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
<div id="viewForm">
<div id="form">
<table id="aLanding_table">
<div>
Course Type
<p id= "trng_cors_typ" ></p>
</div>
<div>
Course Name
<p id = "trng_cors_nm"></p>
</div>
<div>
Start Date
<p id = "trng_cors_strt_dt"></p>
</div>
<div>
End Date
<p id="trng_cors_end_dt"></p>
</div>
<div>
Total Hours
<p id= "trng_cors_totl_nbr_hrs"></p>
</div>
<div>
Location
<p id = "trng_cors_locn"></p>
</div>
<div>
Cost
<p id = "trng_cors_cost"></p>
</div>
<div>
Related Expenses
<p id = "trng_cors_rltd_exp_amt"></p>
</div>
<div>
Is the cost included in this years plan?
<p id = "trng_cors_budg_pln_flg"></p>
</div>
<div>
<h1>VENDOR INFORMATION</h1>
Name
<p id = "vndr_nm"></p>
</div>
<div>
Address
<p id = "vndr_mail_addr"></p>
</div>
<div>
City
<p id =" vndr_mail_city"></p>
</div>
<div>
State
<p id ="vndr_mail_st"></p>
</div>
<div>
Zip Code
<p id ="vndr_mail_zip_cd"></p>
</div>
<!--<script>
function approveThis(){
$.post('/approvalz', {
trng_reqst_immed_supv_apvl_flg : 'Y'
})
};
//reeject
function rejectThis(){
$.post('/approvalz', {
trng_reqst_immed_supv_apvl_flg : 'N'
})
};
</script>
-->
<button onclick = "approveThis()">Approve Me!</button>
<button onclick = "rejectThis()">Reject This!</button>
<div>