Lines Matching refs:this

26 		   $this->helper =& plugin_load('helper', 'news');
28 $this->helper->setSubFeed($_REQUEST['subfeeds']);
30 … $this->pagedata = $this->helper->_readFile($this->helper->getMetaFN('pagedata','.ser'),true);
40 $this->output = '';
47 $this->prune();
50 $this->confirm();
53 $this->is_prev_deleted =array();
54 $this->prev_deleted = "";
56 $this->helper->setSubFeed($_REQUEST['subfeed_dir']);
57 … $this->pagedata = $this->helper->_readFile($this->helper->getMetaFN('pagedata','.ser'),true);
62 $this->output=$this->generate($_REQUEST['subfeeds']);
65 $this->subfeed_selected = $_REQUEST['subfeed_inx'];
66 if($this->subfeed_selected > 0) {
67 $this->subfeed_name= $_REQUEST['subfeeds'];
85 $this->prev_deleted = implode(",", $prev_deleted);
86 $this->is_prev_deleted = $prev_deleted;
96 …ptln('<div style="width:90%;margin:auto;display:none;" class="news_info"><p>' . $this->getLang('i…
99 ptln(' <input type="hidden" name="page" value="'.$this->getPluginName().'" />');
100 …ptln(' <input type="hidden" name="prev_del" id ="prev_del" value="' .$this->prev_deleted. '" />');
106 ptln(' <input type="submit" name="cmd[prune]" value="'.$this->getLang('btn_prune').'" />');
107 … ptln(' <input type="submit" name="cmd[restore]" value="'.$this->getLang('btn_restore').'" />');
108 …ptln(' <input type="submit" name="cmd[confirm]" onclick="return confirm_del();" value="'.$this->g…
109 …ptln(' <input type="submit" name="cmd[generate]" value="'.$this->getLang('btn_generate').'" />');
110 …name="subfeeds" onchange="subfeedshandler()" ><option value="NotSet">' . $this->getLang('select_fe…
111 $this->subfeed_options();
113 …ptln(' <input type="submit" id = "subfeedbtn" name="cmd[subfeed]" value="'.$this->getLang('btn_co…
114 ptln(' <input type="button" id = "news_infobtn" value="'.$this->getLang('btn_info').'" />');
116 $this->table_header();
117 foreach($this->pagedata as $md5=>$pageinfo) {
118 $this->pagedata_row($md5,$pageinfo);
121 $this->table_footer();
125 if($this->output) {
127 echo print_r($this->output,true);
128 echo $this->subfeed_name;
135 $theader = $this->theader("Delete") . $this->theader("Page") . $this->theader("GM Time") .
136 $this->theader("Local Time");
146 if(in_array($md5,$this->is_prev_deleted)) return;
153 $row .= $this->cell($info['id'] ) . $this->cell($info['gmtime']) .
154 $this->cell(date('r',$info['time']));
171 if($this->subfeed_selected == 0 && isset($_REQUEST['subfeed_dir'])) {
181 if($this->subfeed_selected == $index || $file == $sbname_check) {
203 unset($this->pagedata[$d]);
212 $this->helper->setSubFeed($_REQUEST['subfeed_dir']);
213 $meta_dir =$this->helper->getMetaDirectory();
220 unset($this->pagedata[$d]);
222 $pfile =$this->helper->getMetaFN('pagedata', '.ser');
223 $this->helper->_writeFile($pfile,$this->pagedata,true);
245 …$newsChannelTtl = isset($ini_array[$which]['ttl']) ? $ini_array[$which]['ttl'] : $this->getConf('t…
249 $newsChannelDescription = $this->getConf('desc');
250 $newsChannelTitle=$this->getConf('title');
251 $newsChannelTtl = $this->getConf('ttl');
255 $ttl = $this->getConf('ttl');