mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12434 201d5d3c-b55e-5fd7-737f-ddc643e51545
26 lines
665 B
HTML
26 lines
665 B
HTML
<div class="x_page-header">
|
|
<h1>{$lang->menu_gnb_sub['multilingual']} <a class="x_icon-question-sign" href="./help/index.html#UMAN_content_langcode" target="_blank">{$lang->help}</a></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>
|