|
Server : Apache/2.2.17 (Unix) mod_ssl/2.2.17 OpenSSL/0.9.8e-fips-rhel5 DAV/2 PHP/5.2.17 System : Linux localhost 2.6.18-419.el5 #1 SMP Fri Feb 24 22:47:42 UTC 2017 x86_64 User : nobody ( 99) PHP Version : 5.2.17 Disable Function : NONE Directory : /home/queenjbs/xe/files/cache/template_compiled/ |
Upload File : |
<?php if(!defined("__ZBXE__")) exit();?>
<!--Meta:modules/syndication/tpl/css/syndication.css--><?php Context::addCSSFile("modules/syndication/tpl/css/syndication.css", true, "all", ""); ?>
<!--Meta:modules/syndication/tpl/js/syndication.js--><?php Context::addJsFile("modules/syndication/tpl/js/syndication.js", true, ""); ?>
<?php
require_once("./classes/xml/XmlJsFilter.class.php");
$oXmlFilter = new XmlJSFilter("modules/syndication/tpl/filter/","insert_service.xml");
$oXmlFilter->compile();
?>
<h3 class="xeAdmin"><?php @print($__Context->lang->syndication);?> <span class="gray"><?php @print($__Context->lang->cmd_management);?></span></h3>
<p class="summary"><?php @print($__Context->lang->about_syndication);?></p>
<form action="./" method="get" onsubmit="return procFilter(this, insert_service);">
<input type="hidden" name="year" value="<?php @print($__Context->year);?>" />
<table cellspacing="0" class="rowTable">
<tr>
<th scope="row"><div><?php @print($__Context->lang->my_syndication_url);?></div></th>
<td>
http://<input type="text" id="site_url" name="site_url" value="<?php @print($__Context->site_url);?>" class="inputTypeText siteUrl" />
<span class="button green"><input type="button" value="<?php @print($__Context->lang->cmd_check_syndication_echo);?>" onclick="pingSite(jQuery('#site_url').val())" /></span>
<p><?php @print($__Context->lang->about_my_syndication_url);?></p>
<p class="ping_test_result"></p>
</td>
</tr>
<tr>
<th scope="row"><div><?php @print($__Context->lang->syndication_service);?></div></th>
<td>
<ul class="syndiService">
<?php $Context->__idx[0]=0;if(count($__Context->services)) foreach($__Context->services as $__Context->key => $__Context->val){$__Context->__idx[1]=($__Context->__idx[1]+1)%2; $__Context->cycle_idx = $__Context->__idx[1]+1; ?>
<li>
<input type="checkbox" name="target_services" value="<?php @print($__Context->val->service);?>" id="target_service_<?php @print($__Context->val->service);?>" <?php if($__Context->val->selected){ ?>checked="checked"<?php } ?> />
<label for="target_service_<?php @print($__Context->val->service);?>"><?php @print($__Context->val->service);?></label>
<?php if($__Context->val->selected){ ?><span class="button green small"><input type="button" value="<?php @print($__Context->lang->cmd_check_syndication_status);?>" onclick="checkSyndicationStatus('<?php @print($__Context->val->service);?>')" /></span><?php } ?>
</li>
<?php } ?>
</ul>
<div class="print_result_status"></div>
<p><?php @print($__Context->lang->about_syndication);?></p>
</td>
</tr>
<tr>
<th scope="row"><div><?php @print($__Context->lang->except_module);?></div></th>
<td>
<select name="_except_module" id="_except_module" size="10" class="exceptModuleList">
<?php @$__Context->except_module_srls = array();?>
<?php $Context->__idx[1]=0;if(count($__Context->except_module)) foreach($__Context->except_module as $__Context->v){$__Context->__idx[2]=($__Context->__idx[2]+1)%2; $__Context->cycle_idx = $__Context->__idx[2]+1; ?>
<?php @$__Context->except_module_srls[] = $__Context->v->module_srl;?>
<option value="<?php @print($__Context->v->module_srl);?>"><?php @print($__Context->v->browser_title);?> (<?php @print($__Context->v->mid);?>)</option>
<?php } ?>
</select>
<ul class="midCommand">
<li><a href="<?php @print(getUrl('','module','module','act','dispModuleSelectList','id','except_module'));?>" onclick="popopen(this.href, 'ModuleSelect');return false;" class="button blue"><span><?php @print($__Context->lang->cmd_insert);?></span></a></li>
<li><a href="#" onclick="removeExceptModule('except_module');return false;" class="button red"><span><?php @print($__Context->lang->cmd_delete);?></span></a></li>
</ul>
<p><?php @print($__Context->lang->about_except_module);?></p>
<input type="hidden" name="except_module" id="except_module" value="<?php @print(implode(',',$__Context->except_module_srls));?>" />
</td>
</tr>
<tr>
<th colspan="2" class="button">
<span class="button black strong"><input type="submit" value="<?php @print($__Context->lang->cmd_apply);?>" accesskey="s" /></span>
</th>
</tr>
</table>
</form>