steffen: server/kolab-horde-fbview/kolab-horde-fbview/fbview/kronolith/templates/dayView busyblock.tpl, NONE, 1.1 header.tpl, NONE, 1.1 legend.inc, NONE, 1.1 linesblock.tpl, NONE, 1.1 meetingblock.tpl, NONE, 1.1 row.tpl, NONE, 1.1 section.tpl, NONE, 1.1 unknownblock.tpl, NONE, 1.1

cvs at intevation.de cvs at intevation.de
Mon Oct 31 12:43:24 CET 2005


Author: steffen

Update of /kolabrepository/server/kolab-horde-fbview/kolab-horde-fbview/fbview/kronolith/templates/dayView
In directory doto:/tmp/cvs-serv18388/kolab-horde-fbview/kolab-horde-fbview/fbview/kronolith/templates/dayView

Added Files:
	busyblock.tpl header.tpl legend.inc linesblock.tpl 
	meetingblock.tpl row.tpl section.tpl unknownblock.tpl 
Log Message:
Fbview in separate package

--- NEW FILE: busyblock.tpl ---
<div onclick="<tag:evclick />" class="busy" style="cursor:pointer;top:-<tag:top />px;height:15px;white-space:nowrap;overflow:hidden;text-align:center;position:relative;width:<tag:width />%;left:<tag:left />%;"><tag:label /></div>

--- NEW FILE: header.tpl ---
<table style="width:100%;" cellspacing="0">
    <tr>
      <th class="header">
        <tag:prev_url />
      </th>

      <th class="header" style="width:100%">
        <tag:title />
      </th>

      <th class="header">
        <tag:next_url />
      </th>
    </tr>
</table>

--- NEW FILE: legend.inc ---
<table style="width:100%;" cellspacing="0" cellpadding="0">
    <tr>
        <td style="width:150px">
            
        </td>
        <td>
            <table border="0" cellpadding="0" cellspacing="4">
            <tr>
                <td width="15" class="busy"> </td>
                <td class="legend" style="padding-right:10px;"><?php echo _("Busy") ?></td>
                <td width="15" class="free"> </td>
                <td class="legend" style="padding-right:10px;"><?php echo _("Possible Meeting Time") ?></td>
                <td width="15" class="unknown"> </td>
                <td class="legend" style="padding-right:10px;"><?php echo _("No Information") ?></td>
            </tr>
            </table>
        </td>
    </tr>
</table>    



--- NEW FILE: linesblock.tpl ---
<div style="z-index:1;top:-<tag:top />px;height:15px;white-space:nowrap;overflow:hidden;text-align:center;position:relative;width:100%;left:0%;\">
    <table style="width:100%; height:100%; text-align:center" cellspacing="0" cellpading="0">
        <tr>
            <td style="width:6.25%"> </td>
            <td style="width:6.25%; border-left: 1px solid #666666"> </td>
            <td style="width:6.25%; border-left: 1px solid #666666"> </td>
            <td style="width:6.25%; border-left: 1px solid #666666"> </td>
            <td style="width:6.25%; border-left: 1px solid #666666"> </td>
            <td style="width:6.25%; border-left: 1px solid #666666"> </td>
            <td style="width:6.25%; border-left: 1px solid #666666"> </td>
            <td style="width:6.25%; border-left: 1px solid #666666"> </td>
            <td style="width:6.25%; border-left: 1px solid #666666"> </td>
            <td style="width:6.25%; border-left: 1px solid #666666"> </td>
            <td style="width:6.25%; border-left: 1px solid #666666"> </td>
            <td style="width:6.25%; border-left: 1px solid #666666"> </td>
            <td style="width:6.25%; border-left: 1px solid #666666"> </td>
            <td style="width:6.25%; border-left: 1px solid #666666"> </td>
            <td style="width:6.25%; border-left: 1px solid #666666"> </td>
            <td style="width:6.25%; border-left: 1px solid #666666"> </td>
        </tr>
    </table>
</div>

--- NEW FILE: meetingblock.tpl ---
<div class="free" style="top:-<tag:top />px;height:15px;white-space:nowrap;overflow:hidden;text-align:center;position:relative;width:<tag:width />%;left:<tag:left />%;\"><tag:label /></div>

--- NEW FILE: row.tpl ---
        <tr>
            <td style="width:150px">
                <tag:name />
            </td>
            <td class="item0" style="border:1px solid;height:20px;line-height:15px" valign="center">
                <div style="height:15px;overflow:hidden; white-space:nowrap;">
                <tag:blocks />
                </div>
            </td>
        </tr>

--- NEW FILE: section.tpl ---
<div class="menuheader" style="text-align:center"><tag:title /></div>
<table style="width:100%;" cellspacing="0" cellpadding="0">
    <tr>
        <td style="width:150px">
            Name
        </td>
        <td style="border: 1px solid black;">
            <tag:hours />
        </td>
    </tr>
    <tag:rows />
</table>    

--- NEW FILE: unknownblock.tpl ---
<div class="unknown" style="top:-<tag:top />px;height:15px;white-space:nowrap;overflow:hidden;text-align:center;position:relative;width:<tag:width />%;left:<tag:left />%;\"> </div>





More information about the commits mailing list