⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 preview.inc.php

📁 ATutor是一个学习管理系统(LCMS/LMS), 为教师和学生建立一个网络教学平台。
💻 PHP
字号:
<?php/****************************************************************//* ATutor														*//****************************************************************//* Copyright (c) 2002-2006 by Greg Gay & Joel Kronenberg        *//* Adaptive Technology Resource Centre / University of Toronto  *//* http://atutor.ca												*//*                                                              *//* This program is free software. You can redistribute it and/or*//* modify it under the terms of the GNU General Public License  *//* as published by the Free Software Foundation.				*//****************************************************************/// $Id: preview.inc.php 5866 2005-12-15 16:16:03Z joel $if (!defined('AT_INCLUDE_PATH')) { exit; }?>	<div class="row"><?php 			echo '<h2>'.AT_print(stripslashes($_POST['title']), 'content.title').'</h2>';		if ($_POST['body_text']) {			echo format_content(stripslashes($_POST['body_text']), $_POST['formatting'], $_POST['glossary_defs']);		} else { 			global $msg;					$msg->printInfos('NO_PAGE_CONTENT');			} ?>			</div>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -