pis #1
							
								
								
									
										22
									
								
								issue.html
									
									
									
									
									
								
							
							
						
						
									
										22
									
								
								issue.html
									
									
									
									
									
								
							@ -1,17 +1,17 @@
 | 
			
		||||
<html>
 | 
			
		||||
<html lang="en">
 | 
			
		||||
  <head>
 | 
			
		||||
        <meta charset="UTF-8"/>
 | 
			
		||||
        <meta name="description" content="OwlBoard - Report an issue with OwlBoard."/>
 | 
			
		||||
        <meta name="robots" content="noindex"/>
 | 
			
		||||
    <meta charset="UTF-8">
 | 
			
		||||
    <meta name="description" content="OwlBoard - Report an issue with OwlBoard.">
 | 
			
		||||
    <meta name="robots" content="noindex">
 | 
			
		||||
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
 | 
			
		||||
    <meta name="application-name" content="OwlBoard">
 | 
			
		||||
    <meta name="author" content="Frederick Boniface">
 | 
			
		||||
    <meta name="theme-color" content="#00b7b7">
 | 
			
		||||
    <link rel="apple-touch-icon" href="/images/app-icons/any/apple-192.png">
 | 
			
		||||
        <link rel="stylesheet" type="text/css" href="./styles/main.css"/>
 | 
			
		||||
        <link rel="stylesheet" type="text/css" href="./styles/issue.css"/>
 | 
			
		||||
        <link rel="icon" type="image/svg+xml" href="./images/icon.svg"/>
 | 
			
		||||
        <link rel="manifest" type="application/json" href="./manifest.json"/>
 | 
			
		||||
    <link rel="stylesheet" type="text/css" href="./styles/main.css">
 | 
			
		||||
    <link rel="stylesheet" type="text/css" href="./styles/issue.css">
 | 
			
		||||
    <link rel="icon" type="image/svg+xml" href="./images/icon.svg">
 | 
			
		||||
    <link rel="manifest" type="application/json" href="./manifest.json">
 | 
			
		||||
    <script src="./js/lib.main.js" defer></script>
 | 
			
		||||
    <script src="./js/issue.js" defer></script>
 | 
			
		||||
    <title>OwlBoard - Report</title>
 | 
			
		||||
@ -43,14 +43,14 @@
 | 
			
		||||
      <p>The data will be available publically in the <a href="https://git.fjla.uk/fred.boniface/owlboard/issues">
 | 
			
		||||
         OwlBoard Issue Tracker</a>.  A preview will be shown before the data is sent.</p>
 | 
			
		||||
      <label for="subject">Subject:</label><br>
 | 
			
		||||
          <input type="text" name="subject" id="subject" class="text-entry"/><br>
 | 
			
		||||
      <input type="text" name="subject" id="subject" class="text-entry"><br>
 | 
			
		||||
      <label for="content">Message:</label><br>
 | 
			
		||||
      <textarea name="message" id="message" class="text-entry-long"></textarea><br>
 | 
			
		||||
      <input type="submit" name="submit" id="submit" label="Preview" class="lookup-button" onclick="submit()">
 | 
			
		||||
      <div id="preflight">
 | 
			
		||||
        <h3>Check & Send</h3>
 | 
			
		||||
        <h3>Check & Send</h3>
 | 
			
		||||
        <h3>---</h3>
 | 
			
		||||
        <h4 id="pre_subject"></h4>
 | 
			
		||||
          <h4 id="pre_subject">Subject</h4>
 | 
			
		||||
            <p id="pre_message"></p>
 | 
			
		||||
            <button id="send" class="lookup-button" onclick="send()">Send</button>
 | 
			
		||||
            <button id="cancel" class="lookup-button" onclick="cancel()">Cancel</button>
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user