source: contrib/Dms/themes/default/FolderPageStart.html @ 3526

Revision 3526, 1.4 KB checked in by afernandes, 13 years ago (diff)

Ticket #1416 - Disponibilizado modulos Timesheet e DMS para a comunidade.

  • Property svn:executable set to *
  • Property svn:mime-type set to text/plain
Line 
1
2
3<table width="100%" cellpadding="0" cellspacing="0" border="0" height="600" valign=top>
4  <tr>
5    <td rowspan="1" align="center" valign="top" class="subfolderlist" style="width: 250px;">
6      <div id="mydmstreebox" style="top:0px; left:0px; width:250px; border:dotted 0px silver; text-align:left;">
7<?php  print $uimydms->getFolderTree($path, 0, $folder, true); ?>
8</div>
9      <div id="mydmsinfobox" style="top:0px; left:0px; width:250px; height:200px; border:dotted 0px red; text-align:left;">
10     
11<!--
12      <table cellpadding="0" cellspacing="10" style="width:100%;">
13                <tr>
14                        <td class="infos" valign="top"><?php printMLText("owner");?>:</td>
15                </tr>
16                <tr>
17                        <td class="infos">
18                                <?php
19                                        $owner = $folder->getOwner();
20                                        print "<a class=\"infos\" href=\"mailto:".$owner->getEmail()."\">".$owner->getFullName()."</a>";
21                                ?>
22                        </td>
23                </tr>
24                <tr>
25                        <td class="infos" valign="top"><?php printMLText("comment");?>:</td>
26                </tr>
27                <tr>
28                        <td class="infos"><?php print $folder->getComment();?></td>
29                </tr>
30        </table>
31-->
32      </div>
33     
34    </td>
35    <td valign="top">
36      <!-- <ul> -->
Note: See TracBrowser for help on using the repository browser.