Untitled
3 years ago in Plain Text
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css">
</head>
<body>
<div class="container">
<br><br><br>
<center>
<h2>Work Permit</h2> <br><br>
</center>
<table class="table">
<thead class="thead-dark">
<tr>
<th>Company information</th>
</tr>
</thead>
<tbody>
<tr>
<td>Name of the company: </td>
</tr>
<tr>
<td>Emergency number: </td>
</tr>
<tr>
<td>Lead manager - name, signature: </td>
</tr>
<tr>
<td>Contact of the company: </td>
</tr>
</tbody>
<thead class="thead-dark">
<tr>
<th>Location information</th>
</tr>
</thead>
<tbody>
<tr>
<td>Building: </td>
</tr>
<tr>
<td>Area: </td>
</tr>
<tr>
<td>Line: </td>
</tr>
<tr>
<td>Exact place of activity: </td>
</tr>
</tbody>
<thead class="thead-dark">
<tr>
<th>Activity Information</th>
</tr>
</thead>
<tbody>
<tr>
<td>Start of activity: </td>
</tr>
<tr>
<td>End of activity: </td>
</tr>
<tr>
<td>P&G employee responsible for the project: </td>
</tr>
<tr>
<td>Work coordinator for operation (name, signature): </td>
</tr>
<tr>
<td>Working on class 1 chemical system? </td>
</tr>
<tr>
<td>Does the contractor use chemicals (glue, paint, thineer etc.)? </td>
</tr>
<tr>
<td>Work on electrical equipment: </td>
</tr>
<tr>
<td>Required checklist: </td>
</tr>
<tr>
<td>Work at hight?: </td>
</tr>
<tr>
<td>Required qualifications: </td>
</tr>
<tr>
<td>Power off equipment? </td>
</tr>
<tr>
<td>Switching on the electric equipment: </td>
</tr>
<tr>
<td>Will the contractor come in contact with enzymes? </td>
</tr>
<tr>
<td>Use knife: </td>
</tr>
<tr>
<td>Required OOP</td>
</tr>
<tr>
<td>Required workplace security</td>
</tr>
<tr>
<td>Waste disposal</td>
</tr>
<tr>
<td>Risk</td>
</tr>
<tr>
<td>Safety and operational measures</td>
</tr>
</tbody>
</table>
</div>
</body>
</html>