Changeset 1584

Show
Ignore:
Timestamp:
10/15/07 13:48:55
Author:
johnsa
Message:

public submit: getting options files in place and some preliminaries in the xsl

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/config/configs/democal.options.xml

    r1577 r1584  
    148148 
    149149        <!-- ================================================================== 
     150                          Public event submission web client EventSubmit 
     151             ================================================================== --> 
     152        <UserCal classname="org.bedework.calfacade.configs.EventSubmit"> 
     153          <autoCreateContacts>false</autoCreateContacts> 
     154          <autoDeleteContacts>false</autoDeleteContacts> 
     155          <autoCreateLocations>false</autoCreateLocations> 
     156          <autoDeleteLocations>false</autoDeleteLocations> 
     157 
     158          <!-- Default value for 24 hour mode --> 
     159          <hour24>false</hour24> 
     160 
     161          <!-- Default value for minute increments --> 
     162          <minIncrement>5</minIncrement> 
     163 
     164          <showYearData>false</showYearData> 
     165 
     166          <logPrefix>EventSubmit</logPrefix> 
     167 
     168          <appRoot>/eventsubmitrsrc</appRoot> 
     169          <portalPlatform>@PORTAL-PLATFORM@</portalPlatform> 
     170 
     171          <refreshAction>setup.do</refreshAction> 
     172          <refreshInterval>900</refreshInterval> 
     173        </UserCal> 
     174         
     175        <!-- ================================================================== 
    150176                          Public web client Events 
    151177             ================================================================== --> 
  • trunk/deployment/websubmit/webapp/resources/demoskins/default/default/default.xsl

    r1580 r1584  
    1010  omit-xml-declaration="yes"/> 
    1111 
    12   <!-- ========================================= --> 
    13   <!--       PERSONAL CALENDAR STYLESHEET        --> 
    14   <!-- ========================================= --> 
     12  <!-- ========================================================= --> 
     13  <!--         PUBLIC EVENTS SUBMISSION CALENDAR STYLESHEET      --> 
     14  <!-- ========================================================= --> 
    1515 
    1616  <!-- **********************************************************************