vtigerossez/modules/Rss/ListView.html

46 lines
1.4 KiB
HTML
Raw Permalink Normal View History

<!--*********************************************************************************
** The contents of this file are subject to the vtiger CRM Public License Version 1.0
* ("License"); You may not use this file except in compliance with the License
* The Original Code is: vtiger CRM Open Source
* The Initial Developer of the Original Code is vtiger.
* Portions created by vtiger are Copyright (C) vtiger.
* All Rights Reserved.
*
********************************************************************************/
-->
<!-- BEGIN: main -->
<style>
.rssFolder {
font: bold 11px Verdana, Arial, Helvetica, Sans-serif;
text-decoration: none;
}
.rssFolder:hover {
text-decoration: underline;
}
.rssSelectedTitle {
background-color: #CCCCCC;
}
.rssNews {
font: 12px Arial, Helvetica, Sans-serif bold;
}
</style>
<script language="JavaScript" type="text/javascript" src="general.js"></script>
<script language="JavaScript" type="text/javascript" src="modules/Rss/Rss.js">
var httpRequest = false;
</script>
<form action="index.php" method="POST">
<input type="hidden" name="action" value="Save">
<input type="hidden" name="module" value="Rss">
<input type="hidden" name="return_action" value="index">
<input type="hidden" name="return_module" value="Rss">
{RSSFEEDS_TITLE}
<br>
{RSSFEEDS}
<br>
{RSSDETAILS}
<br>
</form>
<!-- END: main -->