修改了后台新闻中心的宽度布局

This commit is contained in:
Li Jianxuan 2012-04-13 08:00:41 +00:00
parent dbc466b034
commit d6eef3e24e
3 changed files with 15 additions and 21 deletions

View File

@ -71,13 +71,12 @@ $(document).ready(function(){
<?= $this->partial('news/left.phtml'); ?>
</div>
<div id="rightPanel">
<section class="column width6">
<form name="form" id="archivesadd" method="post" action="#">
<fieldset>
<legend>新闻信息</legend>
<input type="hidden" id="image" class="half title" value="" name="image"/>
<input type="hidden" id="image" class="full title" value="" name="image"/>
<p>
<label class="required" for="producttitle">标题</label><br/>
<input type="text" id="producttitle" class="half title" value="" name="title"/>
@ -85,12 +84,12 @@ $(document).ready(function(){
<p>
<label for="source" class="required">来源</label><br/>
<input type="text" id="source" class="half title" value="中国西部环境与生态科学数据中心" name="source"/>
<input type="text" id="source" class="full title" value="中国西部环境与生态科学数据中心" name="source"/>
</p>
<p>
<label for="description">内容简介(描述)</label><br/>
<textarea id="description" class="small half" name="description"></textarea>
<textarea id="description" class="small full" name="description"></textarea>
<small id="enablelen"></small>
</p>
@ -153,7 +152,7 @@ $(document).ready(function(){
<p><textarea id="keyword" class="small full" name="keyword"></textarea></p>
</section>
</div>
</section>
<!-- End of Left column/section -->
</div>
<script type="text/javascript">

View File

@ -24,4 +24,4 @@
<script type="text/javascript">
setTimeout("self.location='/admin/news/newslist/typeid/<?php echo $this->infos['typeid'];?>'",5000);
</script>
</li>
</div>

View File

@ -71,7 +71,6 @@ $(document).ready(function(){
<?= $this->partial('news/left.phtml'); ?>
</div>
<div id="rightPanel">
<section class="column width6">
<h3>发布新闻</h3>
@ -87,12 +86,12 @@ $(document).ready(function(){
<p>
<label for="source" class="required">来源</label><br/>
<input type="text" id="source" class="half title" value="<?php echo $this->ev['source']; ?>" name="source"/>
<input type="text" id="source" class="full title" value="<?php echo $this->ev['source']; ?>" name="source"/>
</p>
<p>
<label for="description">内容简介(描述)</label><br/>
<textarea id="description" class="small half" name="description"><?php echo $this->ev['description']; ?></textarea>
<textarea id="description" class="small full" name="description"><?php echo $this->ev['description']; ?></textarea>
<small id="enablelen"></small>
</p>
@ -132,7 +131,6 @@ $(document).ready(function(){
</select>
</p>
</div>
<div class="column width3">
<p>
<input type="checkbox" id="pubtimeturn" name="pubtimer" value="1" /><label id="pubtimelable" for="productcat">定时发布?</label><br/>
@ -141,15 +139,13 @@ $(document).ready(function(){
</p>
</div>
</div>
<div class="clearfix leading">
<div class="content-box">
<header>
<h3>新闻标签</h3>
</header>
<section>
输入Tag标签多个用半角逗号 " , "隔开每个Tag标签长度小于6个汉字
<p><textarea id="keyword" class="small full" name="keyword"><?php echo $this->ev['keywords']; ?></textarea></p>
</section>
新闻标签:<br />
输入Tag标签多个用半角逗号 " , "隔开每个Tag标签长度小于6个汉字
<textarea id="keyword" class="small full" name="keyword"><?php echo $this->ev['keywords']; ?></textarea>
</div>
</div>
<div id="return"></div>
<p class="box"><input type="button" onclick="addon();" id="submit" class="btn btn-green big" value="提交"/> or <input type="reset" class="btn" value="重置"/></p>
@ -157,7 +153,6 @@ $(document).ready(function(){
</fieldset>
</form>
</section>
</div>
<script type="text/javascript">
$(function(){