Esempio n. 1
0
<body>
	<? if(isset($success)) { ?>
		<div class="alert"> <?php 
echo $success;
?>
 </div>
    <? } ?>    
<div id="blog_overview">
	<ul class="btn">
	  	<li><a href="<?php 
echo $ROOT_URL;
?>
_admin/modules_testimonials/view/">Back</a></li>
    </ul>    
</div>    
<? $testi = Testimonials::findTestimonials($_REQUEST['id']); ?>
  <form id="blog_page" action="<? $PHP_SELF; ?>" method="post">
    <h3>ACM Testimonials</h3>
    <fieldset style="width:1050px;">
      <legend>News Panel</legend>
      <ul>
        <li>
          <label for="name">Name</label>
            <input type="text" id="name" name="name" value="<?php 
echo stripslashes($testi->fldTestimonialsName);
?>
">
        </li>
        <li>
          <label for="description">
            <textarea cols="" rows="" id="description" name="description"><?php