Initial commit
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
<div class="control-group newstext_control">
|
||||
<label class="control-label">{modelFieldTemp_name}<span>{tips}</span></label>
|
||||
<div class="controls">
|
||||
<div class="news_editor" editor_name="{modelFieldTemp_field}" editor_width="{style_formwidth}" editor_height="{style_formheight}" imgwidth="{imgwidth}" imgheight="{imgheight}">
|
||||
<script id="{modelFieldTemp_field}" name="{modelFieldTemp_field}" type="text/plain"><?=$r?htmlspecialchars_decode($r['{modelFieldTemp_field}']):'{defaultval}'?></script>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user