]> git.mxchange.org Git - friendica.git/blob - view/admin_logs.tpl
added index to config and pconfig table
[friendica.git] / view / admin_logs.tpl
1 <div id='adminpage'>
2         <h1>$title - $page</h1>
3         
4         <form action="$baseurl/admin/logs" method="post">
5
6         {{ inc field_checkbox.tpl with $field=$debugging }}{{ endinc }}
7         {{ inc field_input.tpl with $field=$logfile }}{{ endinc }}
8         {{ inc field_select.tpl with $field=$loglevel }}{{ endinc }}
9         
10         <div class="submit"><input type="submit" name="page_logs" value="$submit" /></div>
11         
12         </form>
13         
14         <h3>$logname</h3>
15         <div style="width:100%; height:400px; overflow: auto; "><pre>$data</pre></div>
16 <!--    <iframe src='$baseurl/$logname' style="width:100%; height:400px"></iframe> -->
17         <!-- <div class="submit"><input type="submit" name="page_logs_clear_log" value="$clear" /></div> -->
18 </div>