Beispiel #1
0
<?php

/**
 * @package iCMS
 * @copyright 2007-2015, iDreamSoft
 * @license http://www.idreamsoft.com iDreamSoft
 * @author coolmoo <*****@*****.**>
 * @$Id: files.manage.php 179 2013-03-29 03:21:28Z coolmoo $
 */
defined('iPHP') or exit('What are you doing?');
iACP::head(false);
?>
<script type="text/javascript">
$(function() {
})
</script>
<style>
.widget-title span.icon { width: 24px; }
</style>
<div class="widget-box widget-plain" id="spider-list">
  <div class="widget-title"> <span class="icon">
    <input type="checkbox" class="checkAll" data-target=".spider-list" />
    </span>
    <h5 class="brs">采集列表</h5>
  </div>
  <div class="widget-content nopadding">
    <form action="<?php 
echo APP_FURI;
?>
&do=mpublish" method="post" class="form-inline" id="<?php 
echo APP_FORMID;
Beispiel #2
0
<?php

/**
 * @package iCMS
 * @copyright 2007-2010, iDreamSoft
 * @license http://www.idreamsoft.com iDreamSoft
 * @author coolmoo <*****@*****.**>
 * @$Id: links.manage.php 738 2013-04-07 11:27:17Z coolmoo $
 */
defined('iPHP') or exit('What are you doing?');
iACP::head();
?>
<script type="text/javascript">
$(function(){
	$("#<?php 
echo APP_FORMID;
?>
").batch();
});
</script>

<div class="iCMS-container">
  <div class="widget-box">
    <div class="widget-title"> <span class="icon"> <i class="fa fa-search"></i> </span>
      <h5>搜索</h5>
    </div>
    <div class="widget-content">
      <form action="<?php 
echo __SELF__;
?>
" method="get" class="form-inline">
Beispiel #3
0
<?php

/**
 * @package iCMS
 * @copyright 2007-2010, iDreamSoft
 * @license http://www.idreamsoft.com iDreamSoft
 * @author coolmoo <*****@*****.**>
 * @$Id: files.manage.php 179 2013-03-29 03:21:28Z coolmoo $
 */
defined('iPHP') or exit('What are you doing?');
iACP::head($navbar);
?>
<script type="text/javascript">
var click_type = {'file':'文件','dir':'目录'};

function modal_callback(obj){
  var state = window.parent.modal_<?php 
echo $this->callback;
?>
('<?php 
echo $this->target;
?>
',obj);
  if(state=='off'){
    window.top.iCMS_MODAL.destroy();
  }
}
$(function(){
    $('input[type=file]').uniform();
    <?php 
if ($this->click) {