]> git.mxchange.org Git - friendica.git/blob - view/smarty3/admin_logs.tpl
add warning message about automatically generated templates
[friendica.git] / view / smarty3 / admin_logs.tpl
1 {{*
2  *      AUTOMATICALLY GENERATED TEMPLATE
3  *      DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
4  *
5  *}}<div id='adminpage'>
6         <h1>{{$title}} - {{$page}}</h1>
7         
8         <form action="{{$baseurl}}/admin/logs" method="post">
9     <input type='hidden' name='form_security_token' value='{{$form_security_token}}'>
10
11         {{include file="field_checkbox.tpl" field=$debugging}}
12         {{include file="field_input.tpl" field=$logfile}}
13         {{include file="field_select.tpl" field=$loglevel}}
14         
15         <div class="submit"><input type="submit" name="page_logs" value="{{$submit}}" /></div>
16         
17         </form>
18         
19         <h3>{{$logname}}</h3>
20         <div style="width:100%; height:400px; overflow: auto; "><pre>{{$data}}</pre></div>
21 <!--    <iframe src='{{$baseurl}}/{{$logname}}' style="width:100%; height:400px"></iframe> -->
22         <!-- <div class="submit"><input type="submit" name="page_logs_clear_log" value="{{$clear}}" /></div> -->
23 </div>