mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4616 201d5d3c-b55e-5fd7-737f-ddc643e51545
44 lines
1.9 KiB
HTML
44 lines
1.9 KiB
HTML
<!--%import("filter/insert_act_config.xml")-->
|
|
<!--#include("./header.html")-->
|
|
|
|
<form action="./" method="get" onsubmit="return procFilter(this, insert_act_config);" id="fo_point">
|
|
|
|
<div class="infoText">{$lang->about_act_config}</div>
|
|
|
|
<table cellspacing="0" class="tableType2 topGap">
|
|
<tr>
|
|
<th><div>{$lang->point_insert_document}</div></th>
|
|
<td><input type="text" name="insert_document_act" value="{$config->insert_document_act}" class="inputTypeText w100" /></td>
|
|
</tr>
|
|
<tr class="row2">
|
|
<th><div>{$lang->point_delete_document}</div></th>
|
|
<td><input type="text" name="delete_document_act" value="{$config->delete_document_act}" class="inputTypeText w100" /></td>
|
|
</tr>
|
|
<tr>
|
|
<th><div>{$lang->point_insert_comment}</div></th>
|
|
<td><input type="text" name="insert_comment_act" value="{$config->insert_comment_act}" class="inputTypeText w100" /></td>
|
|
</tr>
|
|
<tr class="row2">
|
|
<th><div>{$lang->point_delete_comment}</div></th>
|
|
<td><input type="text" name="delete_comment_act" value="{$config->delete_comment_act}" class="inputTypeText w100" /></td>
|
|
</tr>
|
|
<tr>
|
|
<th><div>{$lang->point_upload_file}</div></th>
|
|
<td><input type="text" name="upload_file_act" value="{$config->upload_file_act}" class="inputTypeText w100" /></td>
|
|
</tr>
|
|
<tr class="row2">
|
|
<th><div>{$lang->point_delete_file}</div></th>
|
|
<td><input type="text" name="delete_file_act" value="{$config->delete_file_act}" class="inputTypeText w100" /></td>
|
|
</tr>
|
|
<tr>
|
|
<th><div>{$lang->point_download_file}</div></th>
|
|
<td><input type="text" name="download_file_act" value="{$config->download_file_act}" class="inputTypeText w100" /></td>
|
|
</tr>
|
|
<tr class="row2">
|
|
<td colspan="2" class="right">
|
|
<span class="button"><input type="submit" value="{$lang->cmd_registration}" accesskey="s" /></span>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
|
|
</form>
|