📄 select_image.php
字号:
<?php/*Copyright Intermesh 2003Author: Merijn Schering <mschering@intermesh.nl>Version: 1.0 Release date: 08 July 2003This program is free software; you can redistribute it and/or modify itunder the terms of the GNU General Public License as published by theFree Software Foundation; either version 2 of the License, or (at youroption) any later version.*/require_once('../../Group-Office.php');require_once($GO_LANGUAGE->get_language_file('filesystem'));$GO_HANDLER = $GO_MODULES->modules['email']['url'].'attach_inline.php';$GO_FILTER_TYPES = array('jpg','bmp','gif','png','jpeg');$GO_CONFIG->window_mode = 'popup';$target_frame = '_self';$GO_MULTI_SELECT = false;require_once($GO_MODULES->modules['filesystem']['path'].'index.php');?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -