示例#1
0
<html>
  <head>
    <meta charset="UTF-8">
    <title>.: Pommultimédia - Paste :.</title>
    <link href="style.css" rel="stylesheet" type="text/css">
    <link href="favicon.ico" type="image/x-icon" rel="shortcut icon"/>
  </head>
  <body>
    <div id="corps" style="text-align: center;">
      <h1>
       <?php 
            echo htmlentities($paste->title);
            ?>
      </h1>
      <h2><?php 
            echo $paste->get_subtitle();
            ?>
</h2>
      <div>
        <form method="post" action="?<?php 
            echo $kout[1];
            ?>
">
	  <fieldset class="paste_form">
	    <label for="title">Mot de passe :</label>
	    <input type="password" size="42" id="passwd" name="passwd">
            <br><br>
	    <input type="submit" value="Voir le texte">
	  </fieldset>
        </form>
    </div>