Surprise! We've been running on hardware provided by BuyVM for a few months and wanted to show them a little appreciation.
Running a paste site comes with unique challenges, ones that aren't always obvious and hard to control. As such, BuyVM offered us a home where we could worry less about the hosting side of things and focus on maintaining a clean and useful service! Go check them out and show them some love!
Submitted on December 17, 2012 at 10:08 AM

Section 1 (Text)

<form action="reder.php"" method="POST">



  <div class="midt">
            
           
           
            <input type="hidden" value="<?php echo $row['id']; ?>" name="s_id" />
            
			

			<label>Dato:</label>
            <input  class="password"type="text" name="s_content"value="<?php echo $row['s_content']; ?>"/><br>
			
	<label>Grad:</label>
            <input  class="password"type="text" name="s_grad" value="<?php echo $row['s_grad']; ?>"/><br>
            
            <label>Aktivitet:</label>
            <input  class="password"type="text" name="s_aktiv" value="<?php echo $row['s_aktiv']; ?>"/><br>
            
             <label>Aftens Int:</label>
            <input  class="password"type="text" name="s_ansvar" value="<?php echo $row['s_ansvar']; ?>"/><br>
            
            <label>Butler1:</label>
            <input  class="password"type="text" name="s_butler1" value="<?php echo $row['s_butler1']; ?>"/><br>
            
            <label>Butler 2:</label>
            <input  class="password"type="text" name="s_butler2" value="<?php echo $row['s_butler2']; ?>"/><br>
            
            <label>Overbutler:</label>
            <input  class="password"type="text" name="s_nogle" value="<?php echo $row['s_nogle']; ?>"/><br>
            

</div>
<div class="card">
</div>


			<input class="sendbhb" type="submit" name="submit" value="Opret"/>
		



</form>