Advertisement
Guest User

bleh

a guest
Apr 25th, 2015
210
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.84 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
  2.    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4.   <head>
  5.     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  6.  
  7.     <title>Mailing</title>
  8.     <meta name="keywords" content="enter,keywords,here" />
  9.     <meta name="description" content="enter,desc,here" />
  10.  
  11.     <link href="styles.css" rel="stylesheet" type="text/css" />
  12.      <script src="http://code.jquery.com/jquery-latest.min.js" type="text/javascript"></script>
  13.      
  14.     </head>
  15.  
  16.     <body>
  17.  
  18.     <div class="logo"><img src="images/ou_logo.png" alt="OURC Logo"/></div>
  19.     <div class="heading"> OURC Admin Control Panel </div>
  20.    
  21.     <div id='cssmenu'>
  22.     <ul>
  23.     <li class='active'><a href='#'><span>Race Results</span></a></li>
  24.     <li><a href='#'><span>Race Events</span></a></li>
  25.     <li><a href='#'><span>Other Events</span></a></li>
  26.     <li><a href='#'><span>News</span></a></li>
  27.     <li><a href='#'><span>Membership</span></a></li>  
  28.     <li class='last'></li><li><a href='#'><span>Mailings</span></a></li>
  29.     </ul>
  30.     </div>
  31.    
  32.     <div id='emailTextBody'>
  33.     <form action="http://students.open.ac.uk/mct/tt284/reflect/reflect.php" method="post"> 
  34.     <p><b>Email body</b><br/>
  35.     <textarea name="textArea" cols="60" rows="25">Type your email text here</textarea></p>
  36.     </div>
  37.    
  38.     <div id="dateOption">
  39.     <p><label>Date to send:</label>
  40.     <input type="text" id="date" name="send_date" value="DD/MM/YY"/></p>
  41.     </div>
  42.    
  43.     <div id="file">
  44.     <p><label>Select file: <input type="file" name="attachment" accept="text/plain"/></label></p>
  45.     </div>
  46.    
  47.     <p><input type="hidden" name="sessionID" value="ABCDEF01-AABB-CCDD-EEFF-ABCDEF012345"/></p>
  48.  
  49.     <div id="submitButton">
  50.     <p><input type="submit" name="submit" value="Submit" /></p>
  51.    
  52.     </form>
  53.     </div>
  54.    
  55.     <div class="footer">&copy; 2015 OURC</div>
  56.     </body>
  57. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement