Advertisement
Guest User

Untitled

a guest
Feb 25th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <!DOCTYPE html>
  2.   <html>
  3.     <head>
  4.       <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
  5.       <link rel="stylesheet" href="master.css">
  6.     </head>
  7.     <body dir="ltr" class="ss-base-body">
  8.       <section class="header">
  9.         <img src="https://lh3.googleusercontent.com/YhQJkcWmVWRozfj7xnbhPP1UYBis9PPF2fvrUEK-RhJjmbJ5NVKO5FkbMgwCW0j-Z_SGcUP5rw=w4792" alt="">
  10.         <h1>Disciplinary Action Form</h1>
  11.         <p>This form will be used by Staff Members to write up members of FZRP in case they broke FZRP Rules and Regulations</p>
  12.       </section>
  13.       <section class="form">
  14.         <p class="require">* Required</p>
  15.         <form action="https://docs.google.com/forms/d/e/1FAIpQLSf5G4f3OPDS8oBq_9raS_QgqyGW-tw5gKXooHpxZqdCp3E5Xw/formResponse" class="main-form">
  16.           <p class="bold">Generated By <span class="require">*</span></p>
  17.           <input name="entry.2124481843" type="text" />
  18.           <p class="bold">Infraction Recipient <span class="require">*</span></p>
  19.           <input name="entry.1547628827" type="text" />
  20.           <p class="require">This is a required question</p>
  21.           <p class="bold">Infraction Time <span class="require">*</span></p>
  22.           <input name="entry.518754949" type="time" />
  23.           <p>Example: 11:00 AM</p>
  24.           <p class="require">This is a required question</p>
  25.           <p class="bold">Time Zone <span class="require">*</span></p>
  26.           <input name="entry.1135104441" type="text" />
  27.           <p class="bold">Infraction Date <span class="require">*</span></p>
  28.           <input name="entry.33302176" type="text" />
  29.           <p class="require">This is a required question</p>
  30.           <p class="bold">Policy & Section Broken <span class="require">*</span></p>
  31.           <p>State which rule was broken. For more detail visit the Rules & Regulations of FZRP</p>
  32.           <input name="entry.873565827" type="text" class="policy-broken"></input>
  33.           <p class="bold">Request/Resolution <span class="require">*</span></p>
  34.           <input name="entry.102671064" type="text">
  35.           <br>
  36.           <input type="submit" class="submit" />
  37.         </form>
  38.       </section>
  39.     </body>
  40.   </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement