source: contrib/resources/templates/default/head.tpl @ 3524

Revision 3524, 1.9 KB checked in by afernandes, 13 years ago (diff)

Ticket #1416 - Disponibilizado módulo de recursos para a comunidade

  • Property svn:executable set to *
Line 
1<!-- BEGIN head -->
2<script language="Javascript">
3function openwindow(url)
4{
5       
6        var window_features =   "scrollbars=yes,resizable=yes,location=no,menubar=no," +
7                                                        "personalbar=no,status=no,titlebar=no,toolbar=no," +
8                                                        "screenX=screen.width/3,screenY=screen.height/3,top=screen.height/3,left=screen.width/3,width=" +
9                                                        screen.width/4*3 + ",height=" + screen.height/8*3;
10       
11        self.open(url,'', window_features);
12}
13</script>
14{row}<br />
15<!-- END head -->
16<!-- BEGIN head_table -->
17<table id="calendar_head_table" class="calendar_head_table" border="0" width="100%" cols="{cols}" cellpadding="6" cellspacing="0">
18        <tr>
19                <td rowspan=10>
20       
21        <div id="divSubContainer">
22                <table cellpadding="0" cellspacing="0" width="100%">
23                <tbody><tr>
24                <!-- Sidebox Column -->
25<td id="tdSidebox" valign="top"><div id="thesideboxcolumn" style="width: 203px;"><div id="sideresize"></div>
26<div class="divSidebox">
27        <div class="divSideboxHeader"><span>Recursos Men&uacute;</span></div>
28
29        <div>
30                <table cellpadding="0" cellspacing="0" width="100%">
31                <tbody><tr class="divSideboxEntry">
32                        <td class="textSidebox" align="center" valign="middle" width="20"><img class="sideboxstar" src="/resources/templates/default/images/orange-ball.png" alt="ball" height="9" width="9"></td><td class="textSidebox"><a class="textSidebox" href="index.php?menuaction=resources.uiresources.search">Lista del registro</a></td>
33                </tr>
34                <tr class="divSideboxEntry">
35                        <td class="textSidebox" align="center" valign="middle" width="20"><img class="sideboxstar" src="/resources/templates/default/images/orange-ball.png" alt="ball" height="9" width="9"></td><td class="textSidebox"><a class="textSidebox" href=""></a><a class="textSidebox" href="index.php?menuaction=resources.uiresources.edit"  >A&ntilde;adir</a></td>
36                </tr>
37
38                </tbody></table>       
39        </div>
40</div>
41
42<div class="sideboxSpace"></div>
43
44</td> <td>
45
46
47
48
49<!-- END head_table -->
50<!-- BEGIN head_col -->
51
52<!-- END head_col -->
Note: See TracBrowser for help on using the repository browser.