confirmation_message.tpl
来自「php聊天源码」· TPL 代码 · 共 16 行
TPL
16 行
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-type" content='<?=$_SESSION['template']->get_content_type()?>; charset="###CHARACTER_ENCODING###"' /> <title> </title> <script type="text/javascript"> /*<![CDATA[*/ alert('<?=$_SESSION['translator']->out('CONFIRM_MSG')?>'); /*]]>*/ </script> <!-- $Id: confirmation_message.tpl,v 1.2.2.2 2004/08/10 09:51:51 letreo Exp $ --> </head> <body> </body></html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?