add server Env view page

This commit is contained in:
akasima 2013-12-05 16:08:47 +09:00
parent 285797e777
commit 33489f6a5b
6 changed files with 161 additions and 0 deletions

View file

@ -0,0 +1,8 @@
<load target="./js/menu_setup.js" usecdn="true" />
<div class="x_page-header">
<h1>{$lang->server_env}</h1>
</div>
<section class="section">
<textarea style="width:96%;height:400px;">{$str_info}</textarea>
</section>