2018-08-22 17:27:12 +08:00

17 lines
309 B
PHP

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title><?=$form->getTitle()?></title>
<?=implode("\r\n",$form->getScript())?>
<?=$form->getSuccessScript()?>
</head>
<body>
<script>
(function () {
var create = <?=$form->formScript()?>
create();
})();
</script>
</body>
</html>