|
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121 |
- <!DOCTYPE html>
- <html>
- <head>
- <meta charset="utf-8">
- <meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no">
- <title>修改<?php echo $row['title']?>-会员中心-<?php echo $cfg_webname;?></title>
- <script src="<?php echo $cfg_cmsurl;?>/static/web/js/jquery.min.js"></script>
- <link rel="stylesheet" href="<?php echo $cfg_cmsurl;?>/static/web/css/bootstrap.min.css">
- <link rel="stylesheet" href="<?php echo $cfg_cmsurl;?>/static/web/font/css/font-awesome.min.css">
- <link rel="stylesheet" href="<?php echo $cfg_cmsurl;?>/static/web/css/style.css">
- <link rel="stylesheet" href="<?php echo $cfg_cmsurl;?>/static/web/css/user.css">
- <script src="<?php echo $cfg_cmsurl;?>/static/web/js/member.album.js"></script>
- </head>
- <body class="body-bg">
- <?php pasterTempletDiy('top.htm');?>
- <div class="container py-3">
- <div class="row">
- <div class="col-md-12">
- <div class="pannel-main-container shadow-sm rounded">
- <nav class="navbar navbar-expand-lg mb-3 p-0">
- <ol class="breadcrumb mr-auto">
- <li class="breadcrumb-item"><a href="<?php echo $cfg_memberurl;?>/">会员中心</a></li>
- <li class="breadcrumb-item">修改<?php echo $row['title']?></li></li>
- </ol>
- <span class="navbar-text"><a href="javascript:history.back(-1);" class="btn btn-outline-success">返回</a></span>
- </nav>
- <form name="addcontent" action="album_edit.php" method="post" enctype="multipart/form-data" onsubmit="return checkSubmit();">
- <input type="hidden" name="dopost" value="save">
- <input type="hidden" name="aid" value="<?php echo $row['id'];?>">
- <input type="hidden" name="idhash" value="<?php echo hash('sha256', $row['id'].$cfg_cookie_encode);?>">
- <input type="hidden" name="channelid" value="<?php echo $row['channel'];?>">
- <input type="hidden" name="oldlitpic" value="<?php echo $row['litpic'];?>">
- <input type="hidden" name="sortrank" value="<?php echo $row['sortrank'];?>">
- <input type="hidden" name="imagebody" id="imagebody" value="">
- <div class="form-group row">
- <label class="col-sm-2 col-form-label">标题</label>
- <div class="col-sm-10"><input type="text" name="title" id="title" class="form-control" value="<?php echo $row['title']?>"></div>
- </div>
- <div class="form-group row">
- <label class="col-sm-2 col-form-label">标签</label>
- <div class="col-sm-10"><input type="text" name="tags" id="tags" class="form-control" value="<?php echo GetTags($row['id']);?>"></div>
- </div>
- <div class="form-group row">
- <label class="col-sm-2 col-form-label">作者</label>
- <div class="col-sm-10"><input type="text" name="writer" id="writer" class="form-control" value="<?php echo $cfg_ml->M_UserName?>"></div>
- </div>
- <div class="form-group row">
- <label class="col-sm-2 col-form-label">发布栏目</label>
- <div class="col-sm-10">
- <?php
- $typeOptions = GetOptionList($row["typeid"],$row["channel"]);
- echo "<select name='typeid' class='form-control'>";
- echo $typeOptions;
- echo "</select>";
- ?>
- <span class="text-danger">*</span>(不能选择带颜色的分类)
- </div>
- </div>
- <div class="form-group row">
- <label class="col-sm-2 col-form-label">描述</label>
- <div class="col-sm-10"><textarea name="description" id="description" class="form-control"><?php echo $row["description"];?></textarea></div>
- </div>
- <?php
- //自定义字段
- PrintAutoFieldsEdit($row['fieldset'],$addRow,'autofield');
- ?>
- <input name="maxwidth" type="hidden" id="maxwidth" value="<?php echo $abinfo->GetAtt('maxwidth');?>">
- <input name="prow" type="hidden" value="<?php echo $abinfo->GetAtt('row');?>">
- <input name="pcol" type="hidden" value="<?php echo $abinfo->GetAtt('col');?>">
- <input name="ddmaxwidth" type="hidden" value="<?php echo $abinfo->GetAtt('ddmaxwidth');?>">
- <div class="form-group">
- <label>表现方式:</label>
- <label><input type="radio" name="pagestyle" id="pagestyle1" onclick="checkMuList()" value="1" <?php if ($cfg_album_style==1) echo " checked='checked'";?>> 多页多图显示(适用于表情等)</label>
- <label><input type="radio" name="pagestyle" id="pagestyle2" onclick="checkMuList()" value="2" <?php if ($cfg_album_style==2) echo " checked='checked'";?>> 多页单图显示(幻灯)</label>
- <label><input type="radio" name="pagestyle" id="pagestyle3" onclick="checkMuList()" value="3" <?php if ($cfg_album_style==3) echo " checked='checked'";?>> 多行多列显示(缩略图)</label>
- <div id="spagelist" style="<?php if ($abinfo->GetAtt('value')!=2) echo 'display:none';?>">每页图片数:<input name="pagpicnum" id="pagpicnum" value="<?php echo $abinfo->GetAtt('pagpicnum');?>"></div>
- </div>
- <div class="form-group">
- <label>手工上传</label>
- <span>图片数目:<input type="text" name="picnum" value="5" id="picnum" class="form-control d-inline-block w-25"></span>
- <button type="button" name="kkkup" id="kkkup2" class="btn btn-success" onclick="MakeUpload(0);">增加</button>(最大60幅)
- </div>
- <div id="uploadfield"></div>
- <?php
- $j = 1;
- if (is_array($dtp->CTags))
- {
- foreach($dtp->CTags as $ctag){
- if ($ctag->GetName()=="img"){
- ?>
- <div><label><input type="checkbox" name="isokcheck<?php echo $j;?>" id="isokcheck<?php echo $j;?>" value="1" onclick="CheckSelTable(<?php echo $j;?>)" checked="1"> 显示隐藏图片<?php echo $j;?>选框</label></div>
- <div id="seltb<?php echo $j;?>">
- <p>本地上传:<input type="text" name="imgfile<?php echo $j;?>" class="form-control"></p>
- <p>
- <div id="divpicview<?php echo $j;?>" class="divpre"></div>
- <img src="<?php echo trim($ctag->GetInnerText());?>" id="picview<?php echo $j;?>" name="picview<?php echo $j;?>">
- </p>
- <p>简介:<textarea name="imgmsg<?php echo $j;?>" class="form-control"><?php echo trim($ctag->GetAtt('text'))?></textarea></p>
- </div>
- <?php
- $j++;
- }
- }
- }
- $dtp->Clear();
- ?>
- <script>
- startNum = <?php echo $j;?>;
- </script>
- <div class="text-center">
- <button type="submit" class="btn btn-success">提交</button>
- <button type="reset" class="btn btn-outline-success" onclick="location.reload();">重置</button>
- </div>
- </form>
- </div>
- </div>
- </div>
- </div>
- <?php pasterTempletDiy('foot.htm');?>
- </body>
- </html>
|