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/branches/maserati@11729 201d5d3c-b55e-5fd7-737f-ddc643e51545
26 lines
552 B
HTML
26 lines
552 B
HTML
<div class="x_page-header">
|
|
<h1>{$lang->menu_gnb_sub['multilingual']}</h1>
|
|
</div>
|
|
<p>{$lang->multilingual_desc}</p>
|
|
|
|
<div cond="$XE_VALIDATOR_MESSAGE" class="x_aleart x_alert-{$XE_VALIDATOR_MESSAGE_TYPE}">
|
|
<p>{$XE_VALIDATOR_MESSAGE}</p>
|
|
</div>
|
|
|
|
{@$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>
|