📄 moduleleadin.php
字号:
<?php System::header();?><?php $module->validate('outjs');?><?php echo menu($module->L('module/@title').'|'.url('System','Module').';'.$module->L('module/notinstall').'|'.url('System','Module','View=NotInstall').';'.$module->L('module/leadin/@title').'|'.url('System','ModuleLeadin').'|#|true');?><div class="content"> <form action="<?php echo url('System','ModuleLeadin');?>" enctype="multipart/form-data" method="post" class="lz_form"> <p><label><?php echo $module->L('module/leadin');?></label><input id="module" name="module" type="file" class="in3"/></p> <?php echo $module->but('submit');?> </form></div><?php System::footer();?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -