mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
22 lines
411 B
HTML
22 lines
411 B
HTML
<div class="x_page-header">
|
|
<h1>{$lang->cmd_multilingual}</h1>
|
|
</div>
|
|
<p>{$lang->multilingual_desc}</p>
|
|
|
|
{@$use_in_page = true}
|
|
<include target="multilingual_v17.html" />
|
|
<script>
|
|
jQuery(function($){
|
|
$('#g11n')
|
|
.xeMultilingualWindow(
|
|
{
|
|
create_type: 'save',
|
|
modify_type: 'save',
|
|
view_delete: true,
|
|
view_use: false,
|
|
list_count: 10
|
|
}
|
|
)
|
|
.trigger('before-open.g11n');
|
|
});
|
|
</script>
|