remove old readme
[atutor.git] / docs / themes / default / admin / system_preferences / preview.tmpl.php
1
2 <form method="post" action="<?php echo $_SERVER['PHP_SELF']; ?>">
3
4 <div class="input-form">
5         <div class="row">
6                 <h3><?php if (file_exists($this->title_file)) { readfile($this->title_file); } ?></h3>
7         </div>
8
9         <div class="row">
10                 <?php if (file_exists($this->cache_file) && filesize($this->cache_file) > 0) { 
11                         readfile($this->cache_file); 
12                         echo '<p><br /><small>'._AT('new_window').'</small></p>';
13                 } else {
14                         echo _AT('no_content_avail');
15                 }?>
16         </div>
17
18         <div class="row buttons">
19                 <input type="submit" name="back" value="<?php echo _AT('back'); ?>" />
20         </div>
21 </div>
22 </form>