本文整理汇总了PHP中OxWindow::AddTitle方法的典型用法代码示例。如果您正苦于以下问题:PHP OxWindow::AddTitle方法的具体用法?PHP OxWindow::AddTitle怎么用?PHP OxWindow::AddTitle使用的例子?那么恭喜您, 这里精选的方法代码示例或许可以为您提供帮助。您也可以进一步了解该方法所在类OxWindow
的用法示例。
在下文中一共展示了OxWindow::AddTitle方法的15个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于我们的系统推荐出更棒的PHP代码示例。
示例1: explode
exit;
}
if ($fmdo == 'yes') {
$id = explode("`", $id);
foreach ($id as $var) {
$query = "DELETE FROM `#@__erradd` WHERE `id` = '{$var}'";
$dsql->ExecuteNoneQuery($query);
}
ShowMsg("成功删除指定的文档!", "erraddsave.php");
exit;
} else {
require_once DEDEINC . "/oxwindow.class.php";
$wintitle = "删除";
$wecome_info = "<a href='erraddsave.php'>错误管理</a>::删除错误";
$win = new OxWindow();
$win->Init("erraddsave.php", "js/blank.js", "POST");
$win->AddHidden("fmdo", "yes");
$win->AddHidden("dopost", $dopost);
$win->AddHidden("id", $id);
$win->AddTitle("你确实要删除“ {$id} ”这些错误提示?");
$winform = $win->GetWindow("ok");
$win->Display();
exit;
}
exit;
}
$sql = "SELECT * FROM `#@__erradd`";
$dlist = new DataListCP();
$dlist->SetTemplet(DEDEADMIN . "/templets/erradd.htm");
$dlist->SetSource($sql);
$dlist->display();
示例2: OxWindow
UpTags($dsql,$tag,$ID,0,$typeid,$arcrank);
//---------------------------------
//返回成功信息
//----------------------------------
$msg = "
请选择你的后续操作:
<a href='../archives_do.php?aid=".$ID."&dopost=editArchives&channelid=-2'><u>查看更改</u></a>
<a href='$artUrl' target='_blank'><u>预览文档</u></a>
<a href='../catalog_do.php?cid=$typeid&dopost=listArchives'><u>管理信息</u></a>
<a href='../catalog_main.php'><u>网站栏目管理</u></a>
";
$wintitle = "成功更改信息!";
$wecome_info = "文章管理::更改信息";
$win = new OxWindow();
$win->AddTitle("成功更改信息:");
$win->AddMsgItem($msg);
$winform = $win->GetWindow("hand"," ",false);
$win->Display();
ClearAllLink();
?>
示例3: OxWindow
exit;
} else {
if ($dopost == "delete") {
if (empty($job)) {
$job = "";
}
if ($job == "") {
require_once DEDEINC . "/oxwindow.class.php";
$wintitle = "删除插件";
$wecome_info = "<a href='plus_main.php'>插件管理</a>::删除插件";
$win = new OxWindow();
$win->Init("plus_edit.php", "js/blank.js", "POST");
$win->AddHidden("job", "yes");
$win->AddHidden("dopost", $dopost);
$win->AddHidden("aid", $aid);
$win->AddTitle("你确实要删除'" . $title . "'这个插件?");
$win->AddMsgItem("<font color='red'>警告:在这里删除仅仅删除菜单项,要干净删除请在模块管理处删除!<br /><br /> <a href='module_main.php?moduletype=plus'>模块管理>></a> </font>");
$winform = $win->GetWindow("ok");
$win->Display();
exit;
} else {
if ($job == "yes") {
$dsql->ExecuteNoneQuery("DELETE FROM #@__plus WHERE aid='{$aid}';");
ShowMsg("成功删除一个插件,请刷新导航菜单!", "plus_main.php");
exit;
}
}
} else {
if ($dopost == "saveedit") {
$inquery = "UPDATE #@__plus SET plusname='{$plusname}',menustring='{$menustring}',filelist='{$filelist}' WHERE aid='{$aid}';";
$dsql->ExecuteNoneQuery($inquery);
示例4: BookView
require_once(dirname(__FILE__).'/../../include/inc_arcbook_view.php');
$bv = new BookView($bookid,'book');
$artUrl = $bv->MakeHtml();
$bv->Close();
//---------------------------------
//返回成功信息
//----------------------------------
$msg = "
请选择你的后续操作:
<a href='../story_add_photo.php?bookid={$bookid}'><u>继续发布</u></a>
<a href='$artUrl' target='_blank'><u>预览漫画</u></a>
<a href='$artcontentUrl' target='_blank'><u>预览内容</u></a>
<a href='../story_list_content.php?bookid={$bookid}'><u>本书所有内容</u></a>
<a href='../story_books.php'><u>管理所有图书</u></a>
";
$wintitle = "成功发布图片!";
$wecome_info = "连载管理::发布图片";
$win = new OxWindow();
$win->AddTitle("成功发布图片:");
$win->AddMsgItem($msg);
$winform = $win->GetWindow("hand"," ",false);
$win->Display();
ClearAllLink();
?>
示例5: ShowMsg
if (!$dsql->ExecuteNoneQuery($inQuery)) {
ShowMsg("把数据保存到数据库时出错,请检查!" . str_repolace("'", "`", $dsql->GetError() . $inQuery), "-1");
$dsql->Close();
exit;
}
$arcID = $cid;
//生成HTML
//---------------------------------
//$artUrl = MakeArt($arcID,true);
if (empty($artcontentUrl)) {
$artcontentUrl = "";
}
if ($artcontentUrl == "") {
$artcontentUrl = $cfg_mainsite . $cfg_cmspath . "/book/show-photo.php?id={$arcID}&bookid={$bookid}&chapterid={$chapterid}";
}
require_once DEDEROOT . '/book/include/story.view.class.php';
$bv = new BookView($bookid, 'book');
$artUrl = $bv->MakeHtml();
$bv->Close();
//---------------------------------
//返回成功信息
//----------------------------------
$msg = "\n 请选择你的后续操作:\n<a href='story_photo_edit.php?cid={$cid}'><u>继续修改</u></a>\n \n<a href='{$artUrl}' target='_blank'><u>预览漫画</u></a>\n \n<a href='{$artcontentUrl}' target='_blank'><u>预览内容</u></a>\n \n<a href='story_list_content.php?bookid={$bookid}'><u>管理所有内容</u></a>\n \n<a href='story_books.php'><u>管理所有图书</u></a>\n";
$wintitle = "成功修改内容!";
$wecome_info = "连载管理::修改漫画内容";
$win = new OxWindow();
$win->AddTitle("成功发布漫画:");
$win->AddMsgItem($msg);
$winform = $win->GetWindow("hand", " ", false);
$win->Display();
//ClearAllLink();
示例6: OxWindow
if ($v['type'] == 'dir') {
$v['type'] = '目录';
} else {
$v['type'] = '文件';
}
$filelist .= "{$v['type']}|{$v['name']}\r\n";
}
if (file_exists(DEDEDATA . "/module/{$hash}-readme.php")) {
$setupinfo = "已安装 <a href='module_main.php?action=uninstall&hash={$hash}'>卸载</a>";
} else {
$setupinfo = "未安装 <a href='module_main.php?action=setup&hash={$hash}'>安装</a>";
}
$win = new OxWindow();
$win->Init("", "js/blank.js", "");
$wecome_info = "模块管理";
$win->AddTitle("<a href='module_main.php'>模块管理</a> >> 模块详情: {$infos['name']}");
$msg = "<style>.dtb{border-bottom:1px dotted #cccccc}</style>\r\n <table width='98%' border='0' cellspacing='0' cellpadding='0'>\r\n <tr>\r\n <td width='20%' height='28' class='dtb'>模块名称:</td>\r\n <td width='80%' class='dtb'>{$infos['name']}</td>\r\n </tr>\r\n <tr>\r\n <td height='28' class='dtb'>语言:</td>\r\n <td class='dtb'>{$infos['lang']} {$alertMsg}</td>\r\n </tr>\r\n <tr>\r\n <td height='28' class='dtb'>文件大小:</td>\r\n <td class='dtb'>{$infos['filesize']}</td>\r\n </tr>\r\n <tr>\r\n <td height='28' class='dtb'>是否已安装:</td>\r\n <td class='dtb'>{$setupinfo}</td>\r\n </tr>\r\n <tr>\r\n <td height='28' class='dtb'>团队名称:</td>\r\n <td class='dtb'>{$infos['team']}</td>\r\n </tr>\r\n <tr>\r\n <td height='28' class='dtb'>发布时间:</td>\r\n <td class='dtb'>{$infos['time']}</td>\r\n </tr>\r\n <tr>\r\n <td height='28' class='dtb'>电子邮箱:</td>\r\n <td class='dtb'>{$infos['email']}</td>\r\n </tr>\r\n <tr>\r\n <td height='28' class='dtb'>官方网址:</td>\r\n <td class='dtb'>{$infos['url']}</td>\r\n </tr>\r\n <tr>\r\n <td height='28' class='dtb'>使用协议:</td>\r\n <td class='dtb'><a href='module_main.php?action=showreadme&hash={$hash}' target='_blank'>点击浏览...</a></td>\r\n </tr>\r\n <tr>\r\n <td height='28'>模块包含的文件:<br />(文件路径相对于当前目录)</td><td> </td>\r\n </tr>\r\n <tr>\r\n <td height='164' colspan='2'>\r\n <textarea name='filelists' id='filelists' style='width:90%;height:200px'>{$filelist}</textarea>\r\n </td>\r\n </tr>\r\n</table>\r\n ";
$win->AddMsgItem("<div style='padding-left:10px;line-height:150%'>{$msg}</div>");
$winform = $win->GetWindow('hand', '');
$win->Display();
$dm->Clear();
exit;
} else {
if ($action == 'edit') {
$dm = new DedeModule($mdir);
$minfos = $dm->GetModuleInfo($hash);
extract($minfos, EXTR_SKIP);
if (!isset($lang)) {
$lang = 'gb2312';
}
if (!isset($moduletype)) {
示例7: Date
\t\t\t\t\t\t</tr>
\t\t<tr>
\t\t\t<td height="30" colspan="2" style="color:#999"><strong>百度站内搜索</strong>百度站内搜索旨在帮助站长低成本地为网站用户提供高质量的网站内搜索服务。使用百度站内搜索工具,您可以轻松打造网站专属的搜索引擎,自定义个性化的展现样式、功能模块等,并通过搜索广告获得收入。</td>
\t\t</tr>
\t\t</tbody>
\t\t</table>
\t\t</td>
\t\t</tr>
\t</tbody>
</table>
当您看到这个页面的时候,则说明已经完成DedeCMS百度站内搜索模块的安装和站点绑定。<br />
您还需要完成以下步骤才能完成DedeCMS百度站内搜索功能的部署:<br/><br/>
1.<b>提交索引</b>:登录系统后台,在【模块】-【百度站内搜索】-【站内搜索】中提交站点索引,如果您是第一次使用,需要选择【重新提交全量索引】,如果您已经提交过,每次添加完新内容后则直接使用【提交增量索引】功能;<br/><br/>
2.<b>部署代码</b>:您在模板对应位置插入标签 <font color='red'>{dede:baidusitemap/}</font>,或者可以直接复制下面文本框中的代码,粘贴到模板对应位置,重新更新HTML,即可查看百度搜索框。<br/><br/>
<textarea name="" rows="6" cols="80">
<script type="text/javascript">document.write(unescape('%3Cdiv id="bdcs"%3E%3C/div%3E%3Cscript charset="utf-8" src="http://znsv.baidu.com/customer_search/api/js?sid={$site_id}') + '&plate_url=' + (encodeURIComponent(window.location.href)) + '&t=' + (Math.ceil(new Date()/3600000)) + unescape('"%3E%3C/script%3E'));</script>
</textarea><br/><br/>
<script type="text/javascript">document.write(unescape('%3Cdiv id="bdcs"%3E%3C/div%3E%3Cscript charset="utf-8" src="http://znsv.baidu.com/customer_search/api/js?sid={$site_id}') + '&plate_url=' + (encodeURIComponent(window.location.href)) + '&t=' + (Math.ceil(new Date()/3600000)) + unescape('"%3E%3C/script%3E'));</script>
也可以登录后台,在【模块】-【百度站内搜索】-【搜索框管理】中根据自己需求创建符合站点样式的搜索框。<br/><br/>
CopyRight 2010 DesDev Inc. All rights reserved Powered by <a target="_blank" href="http://www.dedecms.com/">DedeCMS</a> <a target="_blank" href="百度站内搜索模块">百度站内搜索模块</a>
</div>
EOT;
$msg = "<div style=\"line-height:36px;\">{$msg}</div>";
$wintitle = '百度站内搜索';
$wecome_info = 'DedeCMS百度站内搜索模块 》';
$win = new OxWindow();
$win->AddTitle($wintitle);
$win->AddMsgItem($msg);
$winform = $win->GetWindow('hand', ' ', false);
$win->Display();
}
示例8: UpIndexKey
}
}
//生成HTML
UpIndexKey($id, $arcrank, $typeid, $sortrank, $tags);
if ($cfg_remote_site == 'Y' && $isremote == "1") {
if ($serviterm != "") {
list($servurl, $servuser, $servpwd) = explode(',', $serviterm);
$config = array('hostname' => $servurl, 'username' => $servuser, 'password' => $servpwd, 'debug' => 'TRUE');
} else {
$config = array();
}
if (!$ftp->connect($config)) {
exit('Error:None FTP Connection!');
}
}
$arcUrl = MakeArt($id, TRUE, TRUE, $isremote);
if ($arcUrl == "") {
$arcUrl = $cfg_phpurl . "/view.php?aid={$id}";
}
ClearMyAddon($id, $title);
//返回成功信息
$msg = "\r\n 请选择你的后续操作:\r\n <a href='soft_add.php?cid={$typeid}'><u>发布新软件</u></a>\r\n \r\n <a href='archives_do.php?aid=" . $id . "&dopost=editArchives'><u>继续修改</u></a>\r\n \r\n <a href='{$arcUrl}' target='_blank'><u>查看软件</u></a>\r\n \r\n <a href='catalog_do.php?cid={$typeid}&dopost=listArchives'><u>已发布软件管理</u></a>\r\n \r\n <a href='catalog_main.php'><u>网站栏目管理</u></a>\r\n ";
$wintitle = "成功修改一个软件!";
$wecome_info = "文章管理::修改软件";
$win = new OxWindow();
$win->AddTitle("成功修改软件:");
$win->AddMsgItem($msg);
$winform = $win->GetWindow("hand", " ", FALSE);
$win->Display();
}
}
示例9: ShowMsg
ShowMsg("系统模型,禁止删除!", "-1");
exit;
}
if (empty($job)) {
$job = "";
}
//确认提示
if ($job == "") {
$wintitle = "会员模型管理-删除会员模型";
$wecome_info = "<a href='member_model_main.php'>会员模型管理</a>::删除会员模型";
$win = new OxWindow();
$win->Init("member_model_edit.php", "js/blank.js", "POST");
$win->AddHidden("job", "yes");
$win->AddHidden("dopost", $dopost);
$win->AddHidden("id", $id);
$win->AddTitle("!将删除所有与该会员模型相关的文件和数据<br />你确实要删除 \"" . $row['name'] . "\" 这个会员模型?");
$winform = $win->GetWindow("ok");
$win->Display();
exit;
} else {
if ($job == "yes") {
$row = $dsql->GetOne("SELECT `table` FROM `#@__member_model` WHERE id='{$id}'", MYSQL_ASSOC);
if (!is_array($row)) {
ShowMsg("你所指定的会员模型信息不存在!", "-1");
exit;
}
//删除表
$dsql->ExecuteNoneQuery("DROP TABLE IF EXISTS `{$row['table']}`;");
//删除频道配置信息
$dsql->ExecuteNoneQuery("DELETE FROM `#@__member_model` WHERE id='{$id}'");
UpDateMemberModCache();
示例10: OxWindow
<?php
require(dirname(__FILE__)."/config.php");
CheckPurview('co_AddNote');
if(empty($job)) $job="";
if($job=="")
{
require_once(dirname(__FILE__)."/../include/pub_oxwindow.php");
$wintitle = "导入采集规则";
$wecome_info = "<a href='co_main.php'><u>采集点管理</u></a>::导入采集规则";
$win = new OxWindow();
$win->Init("co_get_corule.php","js/blank.js","POST");
$win->AddHidden("job","yes");
$win->AddTitle("请在下面输入你要导入的文本配置:");
$win->AddMsgItem("<textarea name='notes' style='width:100%;height:300px'></textarea>");
$winform = $win->GetWindow("ok");
$win->Display();
exit();
}
else
{
CheckPurview('co_AddNote');
require_once(dirname(__FILE__)."/../include/pub_dedetag.php");
$dtp = new DedeTagParse();
$dbnotes = $notes;
$notes = stripslashes($notes);
$dtp->LoadString($notes);
if(!is_array($dtp->CTags))
{
ShowMsg("该规则不合法,无法保存!","-1");
$dsql->Close();
exit();
示例11: OxWindow
<?php
require(dirname(__FILE__)."/config.php");
CheckPurview('co_EditNote');
if(empty($job)) $job="";
if($job=="")
{
require_once(dirname(__FILE__)."/../include/pub_oxwindow.php");
$wintitle = "更改采集规则";
$wecome_info = "<a href='co_main.php'><u>采集点管理</u></a>::更改采集规则";
$win = new OxWindow();
$win->Init("co_edit_text.php","js/blank.js","POST");
$win->AddHidden("job","yes");
$win->AddHidden("nid",$nid);
$win->AddTitle("文本配置专家更改模式:[<a href='co_edit.php?nid={$nid}'>使用可视化修改模式</a>]");
$dsql = new DedeSql(false);
$row = $dsql->GetOne("Select * From #@__conote where nid='$nid' ");
$dsql->Close();
$win->AddMsgItem("<textarea name='notes' style='width:100%;height:500px' rows='20'>{$row['noteinfo']}</textarea>");
$winform = $win->GetWindow("ok");
$win->Display();
exit();
}
else
{
CheckPurview('co_EditNote');
require_once(dirname(__FILE__)."/../include/pub_dedetag.php");
$dtp = new DedeTagParse();
$dbnotes = $notes;
$notes = stripslashes($notes);
$dtp->LoadString($notes);
if(!is_array($dtp->CTags)){
示例12: dirname
* @license http://help.dedecms.com/usersguide/license.html
* @link http://www.dedecms.com
*/
require dirname(__FILE__) . "/config.php";
CheckPurview('co_AddNote');
if (empty($job)) {
$job = '';
}
if ($job == '') {
require_once DEDEINC . "/../include/oxwindow.class.php";
$wintitle = "导入采集规则";
$wecome_info = "<a href='co_main.php'><u>采集点管理</u></a>::导入采集规则";
$win = new OxWindow();
$win->Init("co_get_corule.php", "js/blank.js", "POST");
$win->AddHidden("job", "yes");
$win->AddTitle("请在下面输入你要导入的文本配置:(建议用base64编码[支持不编码的规则,但不兼容旧版规则])");
$win->AddMsgItem("<textarea name='notes' style='width:100%;height:300px'></textarea>");
$winform = $win->GetWindow("ok");
$win->Display();
exit;
} else {
CheckPurview('co_AddNote');
require_once DEDEINC . "/dedetag.class.php";
$notes = trim($notes);
//对Base64格式的规则进行解码
if (ereg('^BASE64:', $notes)) {
if (!ereg(':END$', $notes)) {
ShowMsg('该规则不合法,Base64格式的采集规则为:BASE64:base64编码后的配置:END !', '-1');
exit;
}
$notess = explode(':', $notes);
示例13: array
}
}
}
//导入单表模型微数据
$dsql->SetQuery("SELECT id,addtable FROM `#@__channeltype` WHERE id < -1 ");
$dsql->Execute();
$doarray = array();
while ($row = $dsql->GetArray()) {
$tb = str_replace('#@__', $cfg_dbprefix, $row['addtable']);
if (empty($tb) || isset($doarray[$tb])) {
continue;
} else {
$sql = "INSERT INTO `#@__arctiny`(id, typeid, typeid2, arcrank, channel, senddate, sortrank, mid) \n SELECT aid, typeid, 0, arcrank, channel, senddate, 0, mid FROM `{$tb}` ";
$rs = $dsql->ExecuteNoneQuery($sql);
$doarray[$tb] = 1;
}
}
$win = new OxWindow();
$win->Init("sys_repair.php", "js/blank.js", "POST' enctype='multipart/form-data' ");
$win->mainTitle = "系统修复工具";
$wecome_info = "<a href='sys_repair.php'>系统错误修复工具</a> >> 高级综合检测修复";
$win->AddTitle('本工具用于检测和修复你的系统可能存在的错误');
$msg = "\n <table width='98%' border='0' cellspacing='0' cellpadding='0' align='center'>\n <tr>\n <td height='250' valign='top'>\n 完成所有修复操作,移除错误记录 {$errnum} 条!\n <hr />\n <br />\n <a href='index_body.php' style='font-size:14px;'><b>完成修正或无错误返回>></b></a>\n </td>\n </tr>\n </table>\n ";
$win->AddMsgItem("<div style='padding-left:20px;line-height:150%'>{$msg}</div>");
$winform = $win->GetWindow('hand', '');
$win->Display();
exit;
}
}
}
}
示例14: AnalyseHtmlBody
if ($vs[1] == 'htmltext' || $vs[1] == 'textdata') {
${$vs[0]} = AnalyseHtmlBody(${$vs[0]}, $description, $vs[1]);
}
${$vs[0]} = GetFieldValueA(${$vs[0]}, $vs[1], $aid);
$inadd_f .= ',`' . $vs[0] . "` ='" . ${$vs[0]} . "' ";
}
}
}
if ($addtable != '') {
$upQuery = "Update `{$addtable}` set `title`='{$title}',`typeid`='{$typeid}',`arcrank`='{$arcrank}',litpic='{$litpic}',userip='{$userip}'{$inadd_f} where aid='{$aid}' ";
if (!$dsql->ExecuteNoneQuery($upQuery)) {
ShowMsg("更新附加表 `{$addtable}` 时出错,请联系管理员!", "javascript:;");
exit;
}
}
UpIndexKey($aid, 0, $typeid, $sortrank, '');
$artUrl = MakeArt($aid, true);
if ($artUrl == '') {
$artUrl = $cfg_phpurl . "/view.php?aid={$aid}";
}
//返回成功信息
$msg = " 请选择你的后续操作:\r\n\t\t<a href='archives_sg_add.php?cid={$typeid}'><u>发布新内容</u></a>\r\n\t\t \r\n\t\t<a href='archives_do.php?channelid={$channelid}&aid=" . $aid . "&dopost=edit'><u>查看更改</u></a>\r\n\t\t \r\n\t\t<a href='{$artUrl}' target='_blank'><u>查看内容</u></a>\r\n\t\t \r\n\t\t<a href='content_sg_list.php?channelid={$channelid}'><u>管理内容</u></a>\r\n\t\t";
$wintitle = "成功更改内容!";
$wecome_info = "内容管理::更改内容";
$win = new OxWindow();
$win->AddTitle("成功更改内容:");
$win->AddMsgItem($msg);
$winform = $win->GetWindow("hand", " ", false);
$win->Display();
}
}
示例15: CheckPurview
@set_time_limit(0);
CheckPurview('c_Del');
$row = $dsql->GetOne("SELECT * FROM #@__diyforms WHERE diyid='{$diyid}'");
if (empty($job)) {
$job = "";
}
//确认提示
if ($job == "") {
$wintitle = "自定义表单管理-删除自定义表单";
$wecome_info = "<a href='diy_main.php'>自定义表单管理</a>::删除自定义表单";
$win = new OxWindow();
$win->Init("diy_edit.php", "js/blank.js", "POST");
$win->AddHidden("job", "yes");
$win->AddHidden("dopost", $dopost);
$win->AddHidden("diyid", $diyid);
$win->AddTitle("!将删除所有与该自定义表单相关的文件和数据<br />你确实要删除 \"" . $row['name'] . "\" 这个自定义表单?");
$winform = $win->GetWindow("ok");
$win->Display();
exit;
} else {
if ($job == "yes") {
$row = $dsql->GetOne("SELECT `table` FROM `#@__diyforms` WHERE diyid='{$diyid}'", MYSQL_ASSOC);
if (!is_array($row)) {
ShowMsg("你所指定的自定义表单信息不存在!", "-1");
exit;
}
//删除表
$dsql->ExecuteNoneQuery("DROP TABLE IF EXISTS `{$row['table']}`;");
//删除频道配置信息
$dsql->ExecuteNoneQuery("DELETE FROM `#@__diyforms` WHERE diyid='{$diyid}'");
ShowMsg("成功删除一个自定义表单!", "diy_main.php");