[CMF-checkins] CVS: CMF - synOverview.dtml:1.1 synPolicies.dtml:1.1 synProps.dtml:1.1 synReports.dtml:1.1

andrew@digicool.com andrew@digicool.com
Fri, 18 May 2001 17:29:48 -0400 (EDT)


Update of /cvs-repository/CMF/CMFDefault/dtml
In directory korak.digicool.com:/tmp/cvs-serv26027/dtml

Added Files:
	synOverview.dtml synPolicies.dtml synProps.dtml 
	synReports.dtml 
Log Message:

*SyndicationTool/SyndicationInfo object for enabling and
configuring Syndication services in the CMF.
DTML for the ZMI configuration, DTML Methods for configuartion
via the CMF, added help for CMFDefault and related files to the
help for Syndication.



--- Added File synOverview.dtml in package CMF ---
<html><head><title>portal_syndication overview</title></head>
<body bgcolor="#ffffff">
<dtml-var manage_tabs>

<h4>Syndication Tool Overview</h4>

    See the online help by clicking the 'Help' link on the Management Forms.
    To turn on syndication, visit the Properties Tab in the management interface.
    <br>
    More online documentation is available at:  
    <a href="http://cmf.zope.org/doc/admin/syndication/">Syndication Administration</a>

</body>
</html>

--- Added File synPolicies.dtml in package CMF ---
<body bgcolor="#ffffff">
<dtml-var manage_tabs>
<h2>Default Syndication Policies</h2>
<form action="editSyPolicies" method="POST">
<table width="100%" border="0">
  <tr>
     <th valign="top" align="left">Sy Module Policies</th>
  </tr>
  <tr>
     <td colspan="2">
       <table width="90%" border="1"><tr><td>
       <table>
         <tr>
           <th>Policies are not yet implemented</th>
           <th>&nbsp;</th>
         </tr>
       </table>
       </td></tr></table>
     </td>
  </tr>
  <tr>
   <td> <br /> </td>
  </tr>
</table>
</form>
</body>
</html>

--- Added File synProps.dtml in package CMF ---
<html><head><title>portal_syndication properties</title></head>
<body bgcolor="#ffffff">
<dtml-var manage_tabs>
<h2>Sitewide Default Syndication Properties</h2>
<dtml-if expr="portal_syndication.isSiteSyndicationAllowed()"> 
<form action="editProperties" method="POST">
<table width="100%" border="0">
  <tr>
     <th valign="top" align="left">Sy Module Properties</th>
  </tr>
  <tr>
     <td colspan="2">
       <table width="90%" border="1"><tr><td>
       <table>
         <tr>
           <th>Element</th>
           <th>Default Value</th>
         </tr>
	<dtml-with portal_syndication>
         <tr>
           <td>
             UpdatePeriod
           </td>
           <td>
		 <select name="updatePeriod">
			<dtml-in buildUpdatePeriods>
				<option value="&dtml-sequence-key;"
				<dtml-if expr="_['sequence-key'] == getUpdatePeriod()">
				selected="selected"</dtml-if>>&dtml-sequence-item;
				</option>
			</dtml-in>
		</select>
           </td>
         </tr>
         <tr>
           <td>
             UpdateFrequency
           </td>
           <td>
             <input type="text" name="updateFrequency"
              value="&dtml-syUpdateFrequency;" size="3">
           </td>
         </tr>
		 <tr>
           <td>
             UpdateBase
           </td>
           <td>
             <input type="text" name="updateBase"
              value="&dtml-syUpdateBase;" size="70">
           </td>
         </tr>
           <tr>
           <td>
             Max Syndicated Items
           </td>
           <td>
             <input type="text" name="max_items"
              value="&dtml-max_items;" size="3">
           </td>
         </tr>
	</dtml-with>
         <tr>
           <td colspan="2">
             <input type="submit" name="edit" value=" Save ">
           </td>
         </tr>

       </table>
       </td></tr></table>
     </td>
  </tr>
  <tr>
   <td> <br /> </td>
  </tr>
</table>
</form>
<form action="editProperties" method="post">
<input type="submit" value="Disable Syndication"></input>
<input type="hidden" name="isAllowed:int" value="0"></input>
</form>
<dtml-else>
<form action="editProperties" method="post">
<input type="submit" value="Enable Syndication">
<input type="hidden" name="isAllowed:int" value="1">
</dtml-if>
</body>
</html>

--- Added File synReports.dtml in package CMF ---
<body bgcolor="#ffffff">
<dtml-var manage_tabs>
<h2>Sitewide Syndication Reporting Facility</h2>
<form action="generateSyReport" method="POST">
<table width="100%" border="0">
  <tr>
     <th valign="top" align="left">Syndication Reports</th>
  </tr>


  <tr>
     <td colspan="2">
       <table width="90%" border="1"><tr><td>
       <table>
         <tr>
           <th>Reports are not yet implemented</th>
           <th>&nbsp;</th>
         </tr>
       </table>
       </td></tr></table>
     </td>
  </tr>
  <tr>
   <td> <br /> </td>
  </tr>
</table>
</form>
</body>
</html>