source: contrib/Resources/templates/default/head.tpl @ 4362

Revision 4362, 720 bytes 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>
20       
21       
22
23
24
25
26<!-- END head_table -->
27<!-- BEGIN head_col -->
28
29<!-- END head_col -->
Note: See TracBrowser for help on using the repository browser.