晋太元中,武陵人捕鱼为业。缘溪行,忘路之远近。忽逢桃花林,夹岸数百步,中无杂树,芳草鲜美,落英缤纷。渔人甚异之,复前行,欲穷其林。 林尽水源,便得一山,山有小口,仿佛若有光。便舍船,从口入。初极狭,才通人。复行数十步,豁然开朗。土地平旷,屋舍俨然,有良田、美池、桑竹之属。阡陌交通,鸡犬相闻。其中往来种作,男女衣着,悉如外人。黄发垂髫,并怡然自乐。 见渔人,乃大惊,问所从来。具答之。便要还家,设酒杀鸡作食。村中闻有此人,咸来问讯。自云先世避秦时乱,率妻子邑人来此绝境,不复出焉,遂与外人间隔。问今是何世,乃不知有汉,无论魏晋。此人一一为具言所闻,皆叹惋。余人各复延至其家,皆出酒食。停数日,辞去。此中人语云:“不足为外人道也。”(间隔 一作:隔绝) 既出,得其船,便扶向路,处处志之。及郡下,诣太守,说如此。太守即遣人随其往,寻向所志,遂迷,不复得路。 南阳刘子骥,高尚士也,闻之,欣然规往。未果,寻病终。后遂无问津者。
|
Server : Apache System : Linux srv.rainic.com 4.18.0-553.47.1.el8_10.x86_64 #1 SMP Wed Apr 2 05:45:37 EDT 2025 x86_64 User : rainic ( 1014) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/akaindir/www/crm/modules/Vtiger/ |
Upload File : |
<?php
/*********************************************************************************
* The contents of this file are subject to the SugarCRM Public License Version 1.1.2
* ("License"); You may not use this file except in compliance with the
* License. You may obtain a copy of the License at http://www.sugarcrm.com/SPL
* Software distributed under the License is distributed on an "AS IS" basis,
* WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for
* the specific language governing rights and limitations under the License.
* The Original Code is: SugarCRM Open Source
* The Initial Developer of the Original Code is SugarCRM, Inc.
* Portions created by SugarCRM are Copyright (C) SugarCRM, Inc.;
* All Rights Reserved.
* Contributor(s): ______________________________________.
********************************************************************************/
/*********************************************************************************
* $Header$
* Description: Contains a variety of utility functions used to display UI
* components such as form headers and footers. Intended to be modified on a per
* theme basis.
********************************************************************************/
require_once('include/logging.php');
global $app_strings;
$log = LoggerManager::getLogger('layout_utils');
/**
* Create HTML to display formatted form title of a form in the left pane
* param $left_title - the string to display as the title in the header
*/
function get_left_form_header ($left_title)
{
global $image_path;
$the_header = <<<EOQ
<table width="100%" cellpadding="0" cellspacing="0" border="0"><tbody><tr>
<td width="4" height="20"><img src="themes/images/head_start.gif"></td>
<td class="leftFormHeader" vAlign="middle" align="left" noWrap height="20">$left_title</td>
<td width="4" height="20"><img src="themes/images/head_end.gif"></td>
</tr></tbody></table>
<table width="100%" cellpadding="3" cellspacing="0" border="0" class="formOuterBorder"><tbody><tr><td align="left">
EOQ;
return $the_header;
}
/**
* Create HTML to display formatted form footer of form in the left pane.
*/
function get_left_form_footer() {
return ("</td></tr></tbody></table>\n");
}
/**
* Create HTML to display formatted form title.
* param $form_title - the string to display as the title in the header
* param $other_text - the string to next to the title. Typically used for form buttons.
* param $show_help - the boolean which determines if the print and help links are shown.
*/
function get_form_header ($form_title, $other_text, $show_help)
{
global $image_path;
global $app_strings;
$the_form = <<<EOQ
<!--table width="100%" cellpadding="0" cellspacing="0" border="0" class="formHeaderULine"><tbody><tr>
<td valign="bottom">
<table width="100%" cellpadding="0" cellspacing="0" border="0"><tbody><tr>
<td vAlign="middle" class="formHeader" align="left" noWrap height="15">$form_title </td>
</tr></tbody></table></td-->
EOQ;
if ($other_text) {
$the_form .= "<td width='20'><IMG height='1' src='themes/images/blank.gif'></td>\n";
$the_form .= "<td valign='bottom' class='formHeader' width='100%'>$other_text</td>\n";
}
else {
$the_form .= "<td><IMG height='1' src='themes/images/blank.gif'></td>\n";
}
if ($show_help==true) {
$the_form .= "<td class='bodySmall' align='right'>[ <A href='phprint.php?jt=".session_id().$GLOBALS['request_string']."'>".$app_strings['LNK_PRINT']."</A> ]</td>\n";
$the_form .= "<td class='bodySmall' align='right'>[ <A href='http://www.vtiger.com/products/crm/document.html' target='_blank'>".$app_strings['LNK_HELP']."</A> ]</td>\n";
}
$the_form .= <<<EOQ
</tr>
</tbody></table>
EOQ;
return $the_form;
}
/**
* Create HTML to display formatted form footer
*/
function get_form_footer() {
}
/**
* Create HTML to display formatted module title.
* param $module - the string to next to the title. Typically used for form buttons.
* param $module_title - the string to display as the module title
* param $show_help - the boolean which determines if the print and help links are shown.
*/
function get_module_title ($module, $module_title, $show_help) {
global $image_path;
global $app_strings;
$the_title = "<table width='100%' cellpadding='0' cellspacing='0' border='0'><tbody><tr><td>\n";
$the_title .= "<table cellpadding='0' cellspacing='0' border='0'><tbody><tr>\n";
$the_title .= "<td vAlign='middle' align='center'>\n";
if (is_file($image_path.$module.".gif")) {
$the_title .= "<IMG src='".$image_path.$module.".gif' border='0'>\n";
}
$the_title .= "</td><td class='moduleTitle' vAlign='middle' align='left' noWrap width='100%'> ";
$the_title .= $module_title."</td></tr></tbody></table></td>\n";
$the_title .= "<td width='100%'><IMG height='1' src='themes/images/blank.gif'></td>";
if ($show_help) {
// $the_title .= "<td class='bodySmall' nowrap align='right'> <A href='phprint.php?jt=".session_id().$GLOBALS['request_string']."'><img align=absmiddle hspace=3 border=0 src='themes/images/print.gif'>".$app_strings['LNK_PRINT']."</A> </td>\n";
// $the_title .= "<td class='bodySmall' nowrap align='right'> <A href='http://www.vtiger.com/products/crm/document.html' target='_blank'><img align=absmiddle hspace=3 border=0 src='themes/images/help_icon.gif'>".$app_strings['LNK_HELP']."</A></td>\n";
}
else {
$the_title .= "<td class='bodySmall' align='right'> </td>\n";
$the_title .= "<td class='bodySmall' align='right'> </td>\n";
}
$the_title .= "</tr><tr><td colspan='4' width='100%' class='hline'><IMG width='100%' height='1' src='themes/images/blank.gif'></td>";
$the_title .= "</tr></tbody></table>\n";
return $the_title;
}
/**
* Create a header for a popup.
* param $theme - The name of the current theme
*/
function insert_popup_header($theme)
{
global $app_strings, $default_charset;
$charset = $default_charset;
if(isset($app_strings['LBL_CHARSET']))
{
$charset = $app_strings['LBL_CHARSET'];
}
$out = '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">';
$out .= '<HTML><HEAD>';
$out .= '<meta http-equiv="Content-Type" content="text/html; charset='.$charset.'">';
$out .= '<title>'.$app_strings['LBL_BROWSER_TITLE'].'</title>';
$out .= '<style type="text/css">@import url("themes/'.$theme.'/style.css"); </style>';
$out .= '</HEAD><BODY leftMargin="5" topMargin="5" MARGINHEIGHT="0" MARGINWIDTH="0">';
echo $out;
}
/**
* Create a footer for a popup.
*/
function insert_popup_footer()
{
echo <<< EOQ
</BODY>
</HTML>
EOQ;
}
?>