mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
#131 관리자 페이지에서 공식사이트로부터 최신 버전을 확인할 수 있도록 하였고 현재버전/설치된 경로등에 대한 안내를 하도록 하였음.
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2533 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
7926e4f851
commit
c438b60e68
8 changed files with 77 additions and 1 deletions
|
|
@ -3,9 +3,35 @@
|
|||
|
||||
<h3>{$lang->welcome_to_zeroboard_xe}</h3>
|
||||
|
||||
<table cellspacing="0" class="tableType4">
|
||||
<col width="200" />
|
||||
<col />
|
||||
<caption>{$lang->env_information}</caption>
|
||||
<!--@if($current_version < $released_version)-->
|
||||
<tr>
|
||||
<th scope="row">{$lang->released_version}</th>
|
||||
<td>
|
||||
{$released_version}
|
||||
(<a href="{$download_link}" onclick="window.open(this.href);return false;">download</a>)
|
||||
<p>{$lang->about_download_link}</p>
|
||||
</td>
|
||||
</tr>
|
||||
<!--@end-->
|
||||
<tr>
|
||||
<th scope="row">{$lang->current_version}</th>
|
||||
<td>
|
||||
{$current_version}
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">{$lang->current_path}</th>
|
||||
<td>{$installed_path}/</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<form action="./" method="get" onsubmit="return procFilter(this, update_env_config);">
|
||||
<table cellspacing="0" class="tableType4">
|
||||
<col width="250" />
|
||||
<col width="200" />
|
||||
<col />
|
||||
<caption>{$lang->env_setup}</caption>
|
||||
<tr>
|
||||
|
|
@ -19,6 +45,7 @@
|
|||
<!--@end-->
|
||||
<!--@end-->
|
||||
</select>
|
||||
<p>{$lang->about_lang_env}</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue