mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 18:51:41 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7583 201d5d3c-b55e-5fd7-737f-ddc643e51545
14 lines
771 B
HTML
14 lines
771 B
HTML
<!--#include("header.html")-->
|
|
<!--%import("css/autoinstall.css")-->
|
|
<!--%import("js/autoinstall.js")-->
|
|
<div class="infoText">
|
|
<p><strong>{$package->title}</strong> [{$package->type}] - {$package->path}</p>
|
|
<p class="caution"><strong>{$lang->description_uninstall}</strong></p>
|
|
<form action="./" method="POST" onsubmit="return procFilter(this, uninstall_package);">
|
|
<input type="hidden" name="package_srl" value="{$package_srl}" />
|
|
<!--@if($need_password)-->
|
|
<p><label for="ftp_password">FTP {$lang->password} ({$lang->about_ftp_password}):</label><input type="password" name="ftp_password" id="ftp_password" class="inputTypeText" /></p>
|
|
<!--@end-->
|
|
<span class="button strong"><input type="submit" value="{$lang->cmd_delete}" /></span>
|
|
</form>
|
|
</div>
|