-
Notifications
You must be signed in to change notification settings - Fork 565
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
55870bd
commit 328dae8
Showing
9 changed files
with
841 additions
and
170 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,134 @@ | ||
<body> | ||
<style> | ||
body { | ||
margin:0 auto; | ||
padding:0; | ||
background-image: url('background_white.jpg'); | ||
background-position: center; | ||
background-color: #ffffff; | ||
font-family: Monospace; | ||
color: #000000; | ||
} | ||
|
||
i { | ||
color: #000000; | ||
} | ||
|
||
p { | ||
color: #000000; | ||
font-family: Verdana, Geneva, Tahoma, sans-serif; | ||
} | ||
|
||
b { | ||
color: #000000; | ||
} | ||
|
||
#provost-fax-logo { | ||
text-align: center; | ||
} | ||
|
||
#provost-fax-logo img { | ||
width: 200px; | ||
margin-top: 5px; | ||
margin-bottom: 0px; | ||
opacity: 0.; | ||
} | ||
|
||
#width-container { | ||
width: 500px; | ||
min-height:500px; | ||
margin:0 auto; | ||
margin-top: 10px; | ||
margin-bottom: 10px; | ||
padding-left: 20px; | ||
padding-right: 20px; | ||
} | ||
|
||
.message-header-text p { | ||
text-align: center; | ||
} | ||
|
||
.header-title { | ||
font-size: 17px; | ||
font-weight: 600; | ||
margin-bottom: 0px; | ||
color: #FF2E2E; | ||
} | ||
|
||
.header-subtitle { | ||
font-size: 15px; | ||
text-transform: uppercase; | ||
letter-spacing: 1.5px; | ||
color: #FF2E2E; | ||
margin-top: 4px; | ||
} | ||
|
||
.message-body-text { | ||
text-align: left; | ||
font-size: 17px; | ||
margin-bottom: 25px; | ||
} | ||
|
||
.signature-title{ | ||
font-size: 14; | ||
text-transform: uppercase; | ||
margin-top: 2px; | ||
margin-bottom: -10px; | ||
} | ||
|
||
.message-signature-text { | ||
text-align:left; | ||
font-size:10px; | ||
margin-bottom: 5px; | ||
line-height: 1.1; | ||
} | ||
|
||
.subheading{ | ||
text-align: center; | ||
margin-top: -10px; | ||
margin-bottom: -10px; | ||
} | ||
|
||
.sub-subheading{ | ||
text-align: center; | ||
margin-top: -10px; | ||
margin-bottom: -10px; | ||
font-size:12px; | ||
} | ||
|
||
</style> | ||
|
||
<div id="width-container"> | ||
<div id="provost-fax-logo"> | ||
<img src="logo_provost.png" alt="Provost Logo"/> | ||
</div> | ||
|
||
<!--Header Info here--> | ||
<div class="message-header-text"> | ||
<hr style="margin-top:5px; margin-bottom:-15px;"> | ||
<p class="header-title">Delayed Action Order</p> | ||
<p class="header-subtitle">PR301b</p> | ||
<hr style="margin-top:-15px; margin-bottom:15px;"> | ||
</div> <!-- /Heasder Info --> | ||
|
||
|
||
<div class="message-body-text"> | ||
<p class="subheading"><b style="color:blue;"><u>To be completed by Military Police</u></b></p><br> | ||
<b>Appeal Reference Number:</b> <span class="paper_field"></span><br> | ||
<b>Department Representative:</b> <span class="paper_field"></span><br> | ||
<b>Charges of the accused, with reasoning:</b><br><span class="paper_field"></span><br><br> | ||
<b>Reason for PR301b Request:</b><br><span class="paper_field"></span><br><br> | ||
<b>Notes or Comments:</b><br><span class="paper_field"></span><br><br> | ||
<b>Representative Signature:</b> <span class="paper_field"></span><br> | ||
</div> <!-- /message-body-text --> | ||
<hr style="margin-bottom:-30px; margin-top:-10px;"> | ||
<div class="message-signature-text"> | ||
<p class="signature-title">PR301b Function</p> | ||
<p> | ||
A PR301b Delayed Action Order (DAO) allows Military Police to reprosecute a defendant for charges they are previously released from due to the inability to adhere to the required timeframes.<br> | ||
Request of a DAO requires the defendant be released from detainment, the 'PR301b Requested' section on the related PR301a form completed, and this form sent by fax to the Provost Office.<br> | ||
Upon receipt of a response containing the Provost Office's decision the related PR301a form must be updated to indicate the answer. Should a DAO be approved the defendant must be presented with the response from the Provost Office upon, or prior to, being detained. | ||
</p> | ||
</div> <!-- /message-signature-text --> | ||
</div> <!-- /width-container --> | ||
</body > |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.