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

Revision 3526, 2.1 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">
4  <tr>
5    <td rowspan="4" align="center" valign="top" class="subfolderlist">
6      &nbsp;<p>
7     
8      <div id="mydmstreebox" style="top:0px; left:0px; width:200px; height:400px; border:dotted 0px silver; text-align:left;">
9<?php  print $uimydms->getFolderTree($path, 0, $folder, true); ?>
10</div>
11
12
13
14      <div id="mydmsinfobox" style="top:0px; left:0px; width:200px; height:200px; border:dotted 0px red; text-align:left;">
15
16<!--
17
18
19      <table cellpadding="0" cellspacing="10">
20                <tr>
21                        <td class="infos" valign="top"><?php printMLText("owner");?>:</td>
22                </tr>
23                <tr>
24                        <td class="infos">
25                                <?php
26                                        $owner = $folder->getOwner();
27                                        print "<a class=\"infos\" href=\"mailto:".$owner->getEmail()."\">".$owner->getFullName()."</a>";
28                                ?>
29                        </td>
30                </tr>
31                <tr>
32                        <td class="infos" valign="top"><?php printMLText("comment");?>:</td>
33                </tr>
34                <tr>
35                        <td class="infos"><?php print $folder->getComment();?></td>
36                </tr>
37        </table>
38-->
39      </div>
40
41   
42
43    </td>
44    <td width="45" height="53" background="<?php echo(printImgPath("line_vert.gif")) ?>">
45      &nbsp;
46    </td>
47    <td height="53" valign="top">
48      <table cellpadding="0" cellspacing="0">
49        <tr>
50          <td><img src="<?php echo(printImgPath("path_left.gif")) ?>"
51                 width="53" height="19" border="0" alt=""></td>
52          <td class="path">
53            <?php echo($txtpath) ?>
54          </td>
55          <td><img src="<?php echo(printImgPath("path_right.gif")) ?>"
56                 width="42" height="19" border="0" alt=""></td>
57        </tr>
58      </table>
59    </td>
60  </tr>
61  <tr>
62    <td width="45" background="<?php echo(printImgPath("line_vert.gif")) ?>">
63      &nbsp;
64    </td>
65    <td valign="top">
66      <ul>
Note: See TracBrowser for help on using the repository browser.