root/trunk/rms-web/header.php

Revision 4570, 0.6 kB (checked in by erijo, 2 years ago)

Undo r4567 since rms-web has not been replaced by licqweb.
Also fixed most of the images (they were broken) by copying them from
licqweb.

  • Property svn:eol-style set to native
Line 
1<html>
2<head>
3
4<script type="text/javascript">
5<!--
6function popupSettings()
7{
8  window.open("settings.php", "Licq RMS Web Settings",
9    "status = 1, height = 185, width = 250, resizable = 0" )
10}
11
12function popupHelp()
13{
14  window.open("help.php", "Licq RMS Help",
15    "status = 1, height = 185, width = 250, resizable = 0" )
16}
17
18function doLogout()
19{
20}
21 
22//-->
23</script>
24
25</head>
26<body>
27
28<center>
29  <a href="javascript:popupSettings()">Settings</a>&nbsp;&nbsp;
30  <a href="javascript:popupHelp()">Help</a>&nbsp;&nbsp;
31  <a href="logout.php" target="LicqWindow">Logout</a>
32</center>
33</body>
34</html>
Note: See TracBrowser for help on using the browser.