mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 10:11:38 +09:00
delete not used file
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9195 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
e38b406b62
commit
8ac23139e8
1 changed files with 0 additions and 37 deletions
|
|
@ -1,37 +0,0 @@
|
|||
<!--%import("filter/insert_config.xml")-->
|
||||
<!--#include("header.html")-->
|
||||
|
||||
<form action="./" method="get" onsubmit="return procFilter(this, insert_config)">
|
||||
<table cellspacing="0" class="rowTable">
|
||||
<tr>
|
||||
<th scope="col"><div>설치된 XE의 절대경로</div></th>
|
||||
<td>{_XE_PATH_}
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="col" rowspan="2"><div>설치된 XE의 FTP 절대경로 설정</div></th>
|
||||
<td>
|
||||
<input type="text" name="ftp_root_path" value="<!--@if($pwd && $pwd!='/')-->{$pwd}<!--@else-->{$config->ftp_root_path}<!--@end-->" class="inputTypeText w400" />
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<!--@if($list)-->
|
||||
<ul>
|
||||
<!--@foreach($list as $k => $v)-->
|
||||
<!--@if($v)-->
|
||||
<li> <a href="{getUrl('pwd',$pwd.$v)}">{$v}</a></li>
|
||||
<!--@end-->
|
||||
<!--@end-->
|
||||
</ul>
|
||||
<!--@end-->
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr class="row2">
|
||||
<th colspan="2" class="button" style="text-align:center">
|
||||
<span class="button black strong"><input type="submit" value="{$lang->cmd_registration}" accesskey="s" /></span>
|
||||
</th>
|
||||
</tr>
|
||||
</table>
|
||||
</form>
|
||||
Loading…
Add table
Add a link
Reference in a new issue