Commit de5602b9 authored by 梅玉龙's avatar 梅玉龙

增加字段

parent c332c448
<?php <?php
$edit_id = $edit_id?:'remark';
// 默认文字 // 默认文字
switch ($edit_id) { switch ($edit_id) {
case 'stand_remark': case 'stand_remark':
...@@ -26,7 +27,7 @@ switch ($edit_id) { ...@@ -26,7 +27,7 @@ switch ($edit_id) {
<script charset='gbk' src='<?= STATIC_SOURCE_URL ?>/common/js/kindeditor-4.1.10/lang/zh_CN.js'></script> <script charset='gbk' src='<?= STATIC_SOURCE_URL ?>/common/js/kindeditor-4.1.10/lang/zh_CN.js'></script>
</head> </head>
<body style="backgroud:none;"> <body style="backgroud:none;">
<textarea name="remark" id="<?= $edit_id ?>" cols="0" rows="0" <textarea name="<?= $edit_id ?>" id="<?= $edit_id ?>" cols="0" rows="0"
style="width:835px;height:155px;display:none;"></textarea> style="width:835px;height:155px;display:none;"></textarea>
<script> <script>
document.getElementById('<?=$edit_id?>').value = window.parent.document.getElementById('<?=$edit_id?>').value; document.getElementById('<?=$edit_id?>').value = window.parent.document.getElementById('<?=$edit_id?>').value;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment