|
|
@@ -1,77 +1,80 @@ |
|
|
|
<!DOCTYPE html
|
|
|
|
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
|
|
<!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="text/html; charset=<?php echo $cfg_soft_lang; ?>">
|
|
|
|
<title><?php echo $diy->name;?></title>
|
|
|
|
<title><?php echo $diy->name; ?></title>
|
|
|
|
<link rel="stylesheet" href="../static/css/bootstrap.min.css">
|
|
|
|
<link href="../static/font-awesome/css/font-awesome.min.css" rel="stylesheet">
|
|
|
|
<link href="css/base.css" rel="stylesheet" type="text/css" />
|
|
|
|
<link rel="stylesheet" href="../static/font-awesome/css/font-awesome.min.css">
|
|
|
|
<link rel="stylesheet" href="css/base.css">
|
|
|
|
</head>
|
|
|
|
|
|
|
|
<body background='images/allbg.gif' leftmargin='8' topmargin='8'>
|
|
|
|
<body background="images/allbg.gif" leftmargin="8" topmargin="8">
|
|
|
|
<div class="bodytitle mt-3">
|
|
|
|
<div class="bodytitleleft"></div>
|
|
|
|
<div class="bodytitletxt" style="padding-left:10px;"><?php echo $diy->name;?>内容列表</div>
|
|
|
|
<div class="bodytitletxt" style="padding-left:10px;"><?php echo $diy->name; ?>列表</div>
|
|
|
|
</div>
|
|
|
|
<form action="diy_list.php" method="post">
|
|
|
|
<input type="hidden" name="diyid" value="<?php echo $diyid;?>" />
|
|
|
|
<table width="98%" border="0" cellpadding="1" cellspacing="1" align="center" class="table maintable"
|
|
|
|
style="background:#CFCFCF;">
|
|
|
|
<input type="hidden" name="diyid" value="<?php echo $diyid; ?>">
|
|
|
|
<table width="98%" border="0" cellpadding="1" cellspacing="1" align="center" class="table maintable" style="background:#CFCFCF">
|
|
|
|
<tr>
|
|
|
|
<td colspan="3" height="28" background='images/tbg.gif'>
|
|
|
|
<div style='float:left'> <a href='diy_main.php'><b>自定义表单管理</b></a> > <b>内容列表</b></div>
|
|
|
|
<div style='float:right;padding-right:8px;'>
|
|
|
|
<a href="../plus/diy.php?action=list&diyid=<?php echo $diy->diyid; ?>" target="_blank"><img
|
|
|
|
src='images/gtk-tmp.png' align='left' title='预览' alt='预览' /><u>前台预览</u></a>
|
|
|
|
</div>
|
|
|
|
<td colspan="3" height="28" background="images/tbg.gif">
|
|
|
|
<div style="float:left"><a href="diy_main.php">自定义表单管理</a> > <?php echo $diy->name; ?></div>
|
|
|
|
<div style="float:right;padding-right:10px"><a href="/plus/diy.php?action=list&diyid=<?php echo $diy->diyid; ?>" target="_blank"><img src="images/gtk-tmp.png" align="left" title="前台预览">前台预览</a></div>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
{dede:datalist}
|
|
|
|
<?php
|
|
|
|
if(!empty($fields))
|
|
|
|
{
|
|
|
|
$allowhtml = array('htmltext');
|
|
|
|
$fields['sta'] = $fields['ifcheck'] == 1 ? '已审核' : '未审核';
|
|
|
|
echo '<tr bgcolor="#F8FDE3"><td width="20%"><input type="checkbox" name="id[]" value="'.$fields['id'].'" class="np" />id</td><td><a href="diy_list.php?action=edit&diyid='.$diy->diyid.'&id='.$fields['id'].'">'.$fields['id'].'</a> 状态: '.$fields['sta'].'</td><td width="10%" align="center"><a href="diy_list.php?action=edit&diyid='.$diy->diyid.'&id='.$fields['id'].'"><img src="images/feedback-edit.gif" border="0" width="45" height="18"></a></td></tr>';
|
|
|
|
foreach($fieldlist as $field=>$fielddata)
|
|
|
|
{
|
|
|
|
if($fields[$field]=='') continue;
|
|
|
|
if($fielddata[1]=='img')
|
|
|
|
if(!empty($fields))
|
|
|
|
{
|
|
|
|
$fields[$field] = "<a href='{$fields[$field]}' target='_blank'><img src='images/channeladd.gif' border='0' /> 图片附件</a>\r\n";
|
|
|
|
}
|
|
|
|
else if($fielddata[1]=='addon')
|
|
|
|
{
|
|
|
|
$fields[$field] = "<a href='{$fields[$field]}' target='_blank'><img src='images/channeladd.gif' border='0' /> 其它附件</a>";
|
|
|
|
}
|
|
|
|
else
|
|
|
|
{
|
|
|
|
if(!in_array($fielddata[1],$allowhtml)){
|
|
|
|
$fields[$field] = dede_htmlspecialchars($fields[$field]);
|
|
|
|
$allowhtml = array('htmltext');
|
|
|
|
$fields['sta'] = $fields['ifcheck'] == 1 ?'已审核':'未审核';
|
|
|
|
echo '<tr bgcolor="#F8FDE3" height="28"><td width="18%"><input type="checkbox" name="id[]" value="'.$fields['id'].'" class="np"></td><td><a href="diy_list.php?action=edit&diyid='.$diy->diyid.'&id='.$fields['id'].'">'.$fields['id'].'</a> '.$fields['sta'].'</td><td width="12%" align="center"><a href="diy_list.php?action=edit&diyid='.$diy->diyid.'&id='.$fields['id'].'"><img src="images/feedback-edit.gif" border="0" width="46" height="18"></a></td></tr>';
|
|
|
|
foreach($fieldlist as $field=>$fielddata)
|
|
|
|
{
|
|
|
|
if($fields[$field]=='') continue;
|
|
|
|
if($fielddata[1]=='img'){
|
|
|
|
$fields[$field] = "<a href='{$fields[$field]}' target='_blank'><img src='images/channeladd.gif' border='0'>图片附件</a>\r\n";
|
|
|
|
}
|
|
|
|
else if($fielddata[1]=='addon'){
|
|
|
|
$fields[$field] = "<a href='{$fields[$field]}' target='_blank'><img src='images/channeladd.gif' border='0'>其它附件</a>";
|
|
|
|
} else {
|
|
|
|
if(!in_array($fielddata[1],$allowhtml)){
|
|
|
|
$fields[$field] = dede_htmlspecialchars($fields[$field]);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
echo '<tr height="28"><td bgcolor="#fff">'.$fielddata[0].'</td><td bgcolor="#fff" colspan="2">'.$fields[$field].'</td></tr>';
|
|
|
|
}
|
|
|
|
} else {
|
|
|
|
echo '<tr height="28"><td bgcolor="#fff">暂无记录</td></tr>';
|
|
|
|
}
|
|
|
|
echo '<tr><td bgcolor="#ffffff" >'.$fielddata[0].'</td><td bgcolor="#ffffff" colspan="2">'.$fields[$field].'</td></tr>';
|
|
|
|
}
|
|
|
|
} else {
|
|
|
|
echo "<tr><td bgcolor=\"#ffffff\">暂无记录</td></tr>";
|
|
|
|
}
|
|
|
|
?>
|
|
|
|
?>
|
|
|
|
{/dede:datalist}
|
|
|
|
<tr>
|
|
|
|
<td colspan="3" bgcolor="#ffffff">{dede:pagelist listsize=5 /}</td>
|
|
|
|
<td colspan="3" bgcolor="#fff">{dede:pagelist listsize='8'/}</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td colspan="3" height='36' align="center" bgcolor="#F8FCF1">
|
|
|
|
<label><input type="radio" name="action" value="check" class='np' /> 审核</label>
|
|
|
|
<label><input type="radio" name="action" value="delete" class='np' /> 删除</label>
|
|
|
|
|
|
|
|
<button type="submit" name="submit" class='btn btn-success'>提交</button>
|
|
|
|
<td colspan="3" height="36" bgcolor="#F8FCF1">
|
|
|
|
<label><input type="button" name="select" onClick="selAll()" value="全选"></label>
|
|
|
|
<label><input type="button" name="select" onClick="noSelAll()" value="取消"></label>
|
|
|
|
<label><input type="radio" name="action" class="btn btn-success btn-sm" value="check">审核</label>
|
|
|
|
<label><input type="radio" name="action" class="btn btn-success btn-sm" value="delete">删除</label>
|
|
|
|
<label><input type="submit" name="submit" class="btn btn-success btn-sm" value="提交"></label>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
</form>
|
|
|
|
<script>
|
|
|
|
function selAll(){
|
|
|
|
var a = document.getElementsByTagName("input");
|
|
|
|
for (var i = 0; i < a.length; i++){
|
|
|
|
if (a[i].type == "checkbox") a[i].checked = true;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
function noSelAll(){
|
|
|
|
var a = document.getElementsByTagName("input");
|
|
|
|
for (var i = 0; i < a.length; i++){
|
|
|
|
if (a[i].type == "checkbox") a[i].checked = false;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
</script>
|
|
|
|
</body>
|
|
|
|
|
|
|
|
</html> |