|
|
|
|
123
|
<h4 class="modal-title" id="myModalLabel">编辑</h4>
|
123
|
<h4 class="modal-title" id="myModalLabel">编辑</h4>
|
124
|
</div>
|
124
|
</div>
|
125
|
<div class="modal-body">
|
125
|
<div class="modal-body">
|
126
|
<div class="editor-content" id="mdeditor" style="height: 70%;">
|
|
|
127
|
<?php echo $text;?>
|
|
|
128
|
</div>
|
|
|
|
|
126
|
<div class="editor-content" id="mdeditor" style="height: 70%;"><?php echo $text;?></div>
|
129
|
<!-- <textarea class="form-control" rows="20" style="resize:vertical" id="mdeditor" name="mdeditor"><?php echo $text;?></textarea> -->
|
127
|
<!-- <textarea class="form-control" rows="20" style="resize:vertical" id="mdeditor" name="mdeditor"><?php echo $text;?></textarea> -->
|
130
|
<!-- begin code -->
|
128
|
<!-- begin code -->
|
131
|
<!-- <textarea class="form-control" id="mdeditor" name="mdeditor"><?php echo $text;?></textarea> -->
|
129
|
<!-- <textarea class="form-control" id="mdeditor" name="mdeditor"><?php echo $text;?></textarea> -->
|