source: trunk/calendar/templates/celepar/head.tpl @ 2

Revision 2, 743 bytes checked in by niltonneto, 17 years ago (diff)

Removida todas as tags usadas pelo CVS ($Id, $Source).
Primeira versão no CVS externo.

  • Property svn:eol-style set to native
  • 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="0" cellspacing="0">
18        <tr>
19                {header_column}
20        </tr>
21</table>
22<!-- END head_table -->
23<!-- BEGIN head_col -->
24{str}
25<!-- END head_col -->
Note: See TracBrowser for help on using the repository browser.