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

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


Author: steffen

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

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

--- NEW FILE: busyblock.inc ---
<div class="busy" style="top:-%spx;height:15px;white-space:nowrap;overflow:hidden;text-align:center;position:relative;width:%s%%;left:%s%%;"> </div>

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

--- NEW FILE: header.tpl ---
<table style="width:100%;" cellspacing="0" cellpadding="0" border="0">
    <tr>
      <th style="width:150px">
           
      </th>

      <th class="control" style="width:50px">
        <tag:prev_url />
      </th>

      <th class="control">
        <tag:title />
      </th>

      <th class="control" style="width:50px">
        <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: meetingblock.inc ---
<div class="free" style="top:-%spx;height:15px;white-space:nowrap;overflow:hidden;text-align:center;position:relative;width:%s%%;left:%s%%;">%s</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;overflow:hidden;white-space:nowrap;">
                <div style="width:150px;overflow:hidden; white-space:nowrap;">
                <tag:name />
                </div>
            </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 ---
<br />
<table style="width:100%;" cellspacing="0" cellpadding="0">
    <tr>
        <td style="width:150px">
             
        </td>
        <td style="font-weight:bold;"><tag:title /></td>
    </tr>
    <tr>
        <td></td>
        <td style="border: 1px solid black;">
            <tag:hours />
        </td>
    </tr>
    <tag:rows />
</table>    

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

--- 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