mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
9 lines
188 B
HTML
9 lines
188 B
HTML
<config autoescape="on" />
|
|
|
|
<script>
|
|
<!--@if($msg)-->
|
|
parent.alertUploadMessage('{$msg}');
|
|
<!--@else-->
|
|
parent.afterUploadConfigImage('{$name}', '{$tmpFileName}');
|
|
<!--@end-->
|
|
</script>
|