Xaraya / Postnuke CVS Notices - Message

Note: this list is kept only as a demonstration for CVSNotice. For the latest CVS notices, see the Xaraya and Postnuke sites

View Statistics - Next Notice - Previous Notice

Directory filter : [ all ] / postnuke_modules / postcalendar / pntemplates / default / views / month [ view in CVS ]


Deprecated: Function gmstrftime() is deprecated in /home/mikespub/www/list.php on line 509
Date Directory [filter] File(s) [view] Author [filter]
03 Oct 2002 04:11:37postnuke_modules/postcalendar/pntemplates/default/views/monthlist.html,NONE,1.1Roger Raymond
 add list.html view template

Update of /home/cvsroot/postnuke_modules/postcalendar/pntemplates/default/views/month
In directory ns7.hostnuke.net:/tmp/cvs-serv3978

Added Files:
	list.html 
Log Message:
add list.html view template


--- NEW FILE: list.html ---
[-*Smarty*-]
[-config_load file="default.conf"-]
[-*Load the Language Definitions*-]
[-config_load file="lang.$USER_LANG"-]

<style>
div.highlightNormal:hover {
    background-color:lightblue;
}
div.highlightCurrentDay:hover {
    background-color:lightblue; 
}
td.calDay:hover {
    background-color:#f6f6f6; 
}
td.calDayCurrent:hover {
    background-color:#f6c606; 
}
</style>

[-*Main Navigation*-]
[-include file="$TPL_NAME/views/global/navigation.html"-]
    <table width="100%" border="0" cellpadding="5" cellspacing="0" bgcolor="[-$BGCOLOR2-]">
        <tr>
            <td class="pn-title" width="25%" align="left" valign="middle"><a href="[-$PREV_MONTH_URL-]" style="text-decoration:none;">&lt;&lt;</a></td>
            <td class="pn-title" width="50%" align="center" valign="middle">[-$CURRENT_MONTH_NAME-]</td>
            <td class="pn-title" width="25%" align="right" valign="middle"><a href="[-$NEXT_MONTH_URL-]" style="text-decoration:none;">&gt;&gt;</a></td>
        </tr>
    </table>
[-foreach name=dates item=events key=current_date from=$A_EVENTS-]
    [-if $current_date >= $MONTH_START_DATE && $current_date <= $MONTH_END_DATE-]
    [-foreach name=eventloop key=id item=event from=$events-]
    [-if $smarty.foreach.eventloop.iteration eq 1-]
    <table width="100%" border="0" cellpadding="5" cellspacing="0">
        <tr>
            <td bgcolor="[-$BGCOLOR2-]"><b>[-$current_date|date_format:"%m/%d/%Y"-]</b></td>
        </tr>
    </table>
        [-/if-]
    <table width="100%" border="0" cellpadding="0" cellspacing="0">
        <tr>
            <td>[-$event.startTime|date_format:"%I:%M"-] - duration [-$event.duration_hours-]:[-$event.duration_minutes-]</td>
        </tr>
        <tr>
            <td colspan="2"><a href="[-pc_event_url view=details eid=$event.eid-]" 
                           onmouseover="ol_fgcolor='[-$BGCOLOR1-]';ol_bgcolor='[-$event.catcolor-]'; return overlib('[-$event.hometext|escape:"html"-]');" 
                           onmouseout="ol_fgcolor='[-$BGCOLOR1-]';ol_bgcolor='[-$BGCOLOR2-]'; return nd();">[-$event.title-]</a><br /><br />
            </td>
        </tr>
    </table>
    [-/foreach-]
    [-/if-]
[-/foreach-]


Directory filter : [ all ] / postnuke_modules / postcalendar / pntemplates / default / views / month [ view in CVS ]

View Statistics - Next Notice - Previous Notice


Visit Developer Site - Browse CVS Repository Syndicate via backend.rss
(max. once per hour please)
Powered by CVSNotice 0.1.3