本文整理汇总了PHP中show_fckeditor函数的典型用法代码示例。如果您正苦于以下问题:PHP show_fckeditor函数的具体用法?PHP show_fckeditor怎么用?PHP show_fckeditor使用的例子?那么恭喜您, 这里精选的函数代码示例或许可以为您提供帮助。
在下文中一共展示了show_fckeditor函数的15个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的PHP代码示例。
示例1: css_include_tag
<meta http-equiv=Content-Language content=zh-CN>
<title>SMG</title>
<?php
css_include_tag('admin');
use_jquery();
?>
</head>
<body style="background:#E1F0F7">
<form id="picture_add" enctype="multipart/form-data" action="picture.post.php" method="post">
<table width="795" border="0">
<tr bgcolor="#f9f9f9" height="25px;" style="font-weight:bold; font-size:13px;">
<td colspan="2" width="795"> 添加图片</td>
</tr>
<tr align="center" bgcolor="#f9f9f9" height="25px;">
<td width="100">标 题</td><td width="695" align="left"><?php
show_fckeditor('title', 'Title', true, "80");
?>
</td>
</tr>
<tr align="center" bgcolor="#f9f9f9" height="25px;">
<td>优先级</td><td align="left"><input type="text" size="10" id="priority" name="picture[<?php
if ($role == 'dept_admin') {
echo 'dept_';
}
?>
priority]" class="number">(1-100)</td>
</tr>
<tr align="center" bgcolor="#f9f9f9" height="25px;" id=newsshow3 >
<td>关键词</td><td align="left"><input type="text" size="50" name="picture[keywords]">(请用空格或者","分隔开关键词,比如:高考 升学)</td>
</tr>
<tr align="center" bgcolor="#f9f9f9" height="25px;">
示例2: show_fckeditor
<body>
<div id=icaption>
<div id=title>添加调查表</div>
<a href="index.php" id=btn_back></a>
</div>
<form id="vote_form" method="post" enctype="multipart/form-data" action="vote.post.php">
<div id=itable>
<table cellspacing="1" align="center" width="1026">
<tr class=tr4>
<td align="center" width="15%">标题:</td>
<td width="85%" align="left"><input type="text" class="required" name="vote[name]"></td>
</tr>
<tr class=tr4>
<td align="center">描述:</td>
<td align="left"><?php
show_fckeditor('vote[description]', 'Admin', false, "120");
?>
</td>
</tr>
<tr class=tr4>
<td align="center">添加图片:</td>
<td align="left"><input name="image" type="file"></td>
</tr>
<!--
<tr class=tr4>
<td>所属类别:</td>
<td align="left">
<select name="vote[category_id]">
<?php
for ($i = 0; $i < $count; $i++) {
?>
示例3: show_fckeditor
<td class=td1>上传照片</td>
<td>
<input type="hidden" name="MAX_FILE_SIZE1" value="2097152">
<input type="file" name="photo" id="photo" >(请上传小于2M的照片)<?php
if ($id != '') {
?>
<a target="_blank" href="<?php
echo $famous->mr_zp;
?>
">点击查看照片</a><?php
}
?>
</td>
</tr>
<tr class="tr4">
<td class=td1>个人简介</td><td><?php
show_fckeditor('mr[mr_jj]', 'Admin', true, "265", $famous->mr_jj);
?>
</td>
</tr>
<tr class="btools">
<td colspan="10" align="center"><input id="submit" type="submit" value="完成"></td>
</tr>
</table>
<input type="hidden" name="id" value="<?php
echo $id;
?>
">
</form>
</body>
</html>
示例4: show_fckeditor
" />
</td>
</tr>
<?php
}
}
?>
<?php
if ($record->list_type == 1) {
include_once '_custom_list_edit.php';
}
?>
<tr class=tr4>
<td class=td1>说明</td>
<td><?php
show_fckeditor('mlist[comment]', 'Admin', false, "215", $record->comment);
?>
</td>
</tr>
<tr class="btools">
<td colspan="10" align="center">
<input id="submit" type="submit" value="保 存"> <input type="hidden" name="id" id="id" value="<?php
echo $record->id;
?>
">
</td>
</tr>
</table>
</div>
</form>
</body>
示例5: show_fckeditor
<table width="795" border="0" id="list">
<form id="menu_form" method="post" action="position.post.php">
<tr class=tr1>
<td colspan="2"> 添加职位</td>
</tr>
<tr class=tr3>
<td width=150>职位名:</td>
<td width=645 align="left"><input type="text" id="name" name="post[name]" class="required"></td>
</tr>
<tr class=tr3>
<td>优先级:</td>
<td align="left"><input type="text" name="post[priority]" class="required"></td>
</tr>
<tr class="normal_news tr3">
<td height=265>职位介绍</td><td><?php
show_fckeditor('post[jieshao]', 'Admin', true, "265");
?>
</td>
</tr>
<tr class=tr3>
<td colspan="2"><button type="submit">提 交</button></td>
</tr>
<input type="hidden" name="db_table" value="<?php
echo $post_table;
?>
">
<input type="hidden" name="url" value="<?php
echo $post_url;
?>
">
<input type="hidden" name="post_type" value="edit">
示例6: htmlspecialchars_decode
} else {
echo "发表新";
}
?>
日志 </div>
</div>
<div id="c_menu_pg_p">标题:
<input name="text" id="diary_title" value="<?php
echo htmlspecialchars_decode($diary[0]->title);
?>
"/>
</div>
<div class="c_menu_con_title">内容:</div>
<div id="c_menu_pg_con">
<?php
show_fckeditor('news[content]', 'Front', true, "215", htmlspecialchars_decode($diary[0]->content));
?>
<input type="hidden" id="category_id" value="<?php
echo $diary[0]->category_id;
?>
"/>
<input id="edit_id" type="hidden" value="<?php
echo $edit_id;
?>
"/>
</div>
<div class="c_menu_con_title" id="diary_content" style="height:30px; margin-top:20px; line-height:26px; font-size:12px;">
</div>
<div class="c_menu_con_title" style="margin-top:20px;">
<input type="button" id="sub" value="发布"/>
<input type="reset" id="no_sub" value="取消发布" />
示例7: show_fckeditor
?>
">(元)</td>
</tr>
<tr class=tr3 id=target_url>
<td>演示页面</td><td align="left"><input type="text" size="50" name=ad[show_page] value="<?php
echo $ad->show_page;
?>
"></td>
</tr>
<tr id=newsshow1 class="normal_news tr3">
<td height=160>简短描述</td>
<td>
<?php
show_fckeditor('ad[description]', 'Admin', true, "160", $ad->description);
?>
</td>
</tr>
<tr class="tr3">
<td colspan="2" width="795" align="center"><input id="submit" type="submit" value="发布广告"></td>
</tr>
</table>
<input type="hidden" name="id" value="<?php
echo $id;
?>
">
<input type="hidden" name="ad[relationship]" id="hidden_related_ad" value="<?php
echo $ad->relationship;
?>
">
示例8: show_fckeditor
if ($project->id) {
?>
<tr class="tr4" id="result_tool">
<td align="center" width="100">结果报表</td>
<td align="left"><a href="/admin/question/problem_result.php?id=<?php
echo $id;
?>
"><img id="img_edit_result" src="/images/admin/btn_edit.png" border=0 title="编辑" style="cursor:pointer;" /></a></td>
</tr>
<?php
}
?>
<tr class=tr4>
<td align="center">介绍:</td>
<td align="left"><?php
show_fckeditor('post[description]', 'Admin', false, "120", $project->description);
?>
</td>
</tr>
<tr class=btools>
<td colspan="2"><input id="submit" type="submit" value="发布测评"></td>
</tr>
</table>
<input type="hidden" name="id" id="project_id" value="<?php
echo $id;
?>
">
<input type="hidden" name="post[problem_type]" value="<?php
echo $project->problem_type;
?>
" />
示例9: show_fckeditor
<?php
if ($news->video_photo_src) {
echo " <a href=\"{$news->video_photo_src}\" target=\"_blank\">查看</a>";
}
?>
</td>
</tr>
<tr id=newsshow1 class="normal_news tr4">
<td height=100>简短描述</td><td><?php
show_fckeditor('news[description]', 'Admin', true, "100", $news->description);
?>
</td>
</tr>
<tr id=newsshow1 class="normal_news tr4">
<td height=265>新闻内容</td><td><?php
show_fckeditor('news[content]', 'Admin', true, "265", $news->content);
?>
</td>
</tr>
<tr class="tr3">
<td colspan="2" width="795" align="center"><input id="submit" type="submit" value="发布新闻"></td>
</tr>
</table>
<input type="hidden" name="news[category_id]" id="category_id" value="<?php
echo $news->category_id;
?>
">
<input type="hidden" name="news[image_flag]" value="<?php
echo $news->image_flag;
?>
" id="hidden_image_flag">
示例10: show_fckeditor
>(请上传小于2M的照片)<?php
if ($item->image) {
?>
<a target="_blank" href="<?php
echo $item->image;
?>
">点击查看照片</a><?php
}
?>
</td>
</tr>
<tr class="tr4">
<td>图片说明</td>
<td align="left">
<?php
show_fckeditor('item[comment]', 'Admin', false, "100", $item->comment);
?>
</td>
</tr>
<tr class="tr3">
<td colspan="2" width="795" align="center"><input id="finish" type="submit" value="保存"></td>
</tr>
</table>
<input type="hidden" name="id" value="<?php
echo $id;
?>
">
<input type="hidden" name="list_id" value="<?php
echo $list_id;
?>
"></input>
示例11: show_fckeditor
</head>
<body style="background:#E1F0F7">
<form id="news_add" enctype="multipart/form-data" action="email.post.php" method="post">
<table width="795" border="0">
<tr class=tr1>
<td colspan="6" width="795"> 添加电子邮件</td>
</tr>
<tr class=tr3>
<td width="130">标题</td><td width="695" align="left"><input type="text" value="<?php
echo $email->title;
?>
" name="email[title]" class="required" id="news_title"></td>
</tr>
<tr class="normal_news tr3">
<td height=265>内容</td><td><?php
show_fckeditor('email[connent]', 'Admin', true, "265", $email->connent);
?>
</td>
</tr>
<tr class=tr3>
<td colspan="2" width="795" align="center"><input id="submit" type="submit" value="发布"></td>
</tr>
<input type="hidden" name=id value=<?php
echo $id;
?>
>
</table>
</form>
</body>
</html>
示例12: show_fckeditor
?>
" name="column_name"></td>
</tr>
<tr class=tr4>
<td class=td1>密码:</td>
<td><input type="password" name="old_password"></td>
</tr>
<tr class=tr4>
<td class=td1>新密码:</td>
<td ><input type="password" name="new_password" id="new_password"></input></td>
</tr>
<tr class=tr4>
<td class=td1>确认新密码:</td>
<td ><input type="password" id="re_new_password"></input></td>
</tr>
<tr class=tr4>
<td class=td1>个人简介:</td>
<td><?php
show_fckeditor('description', 'Admin', false, "215", $user->description);
?>
</td>
</tr>
<tr class=tr3>
<td colspan="2"><button id="btn_submit" type="submit">提 交</button></td>
</tr>
</form>
</table>
</div>
</body>
</html>
示例13: show_fckeditor
<td align="left"><?php
show_fckeditor('post[book]', 'Admin', false, "120", $teach->book);
?>
</td>
</tr>
<tr class=tr4>
<td align="center">宝宝玩具推荐:</td>
<td align="left"><?php
show_fckeditor('post[toy]', 'Admin', false, "120", $teach->toy);
?>
</td>
</tr>
<tr class=tr4>
<td align="center">妈妈温馨反馈:</td>
<td align="left"><?php
show_fckeditor('post[recommand_comment]', 'Admin', false, "120", $teach->recommand_comment);
?>
</td>
</tr>
<tr class=btools>
<td colspan="2"><input id="submit" type="submit" value="发布测评"></td>
</tr>
</table>
<input type="hidden" name="id" value="<?php
echo $id;
?>
">
</div>
</form>
</body>
示例14: show_fckeditor
<td width=150>职位名:</td>
<td width=645 align="left"><input type="text" name="post[name]" value="<?php
echo $position->name;
?>
" class="required"></td>
</tr>
<tr class=tr3>
<td>优先级:</td>
<td align="left"><input type="text" name="post[priority]" value="<?php
echo $position->priority;
?>
" class="required"></td>
</tr>
<tr class="normal_news tr3">
<td height=265>职位介绍</td><td><?php
show_fckeditor('post[jieshao]', 'Admin', true, "265", $position->jieshao);
?>
</td>
</tr>
<tr class=tr3>
<td colspan="2"><button type="submit">提 交</button></td>
</tr>
<input type="hidden" name="db_table" value="<?php
echo $post_table;
?>
">
<input type="hidden" name="url" value="<?php
echo $post_url;
?>
">
<input type="hidden" name="post_type" value="edit">
示例15: show_fckeditor
?>
><?php
if ($id != '') {
?>
<a href="<?php
echo $city->photo;
?>
" target="_blank">点击查看<?php
}
?>
</td>
</tr>
<tr class=tr4>
<td class=td1>城市简介</td>
<td>
<?php
show_fckeditor('city[description]', 'Admin', false, "265", $city->description);
?>
</td>
</tr>
<tr class="btools">
<td colspan="10" align="center"><input id="submit" type="submit" value="完成"> <input type="hidden" name="id" value="<?php
echo $city->id;
?>
"></td>
</tr>
</table>
</div>
</form>
</body>
</html>