root/trunk/rms-web/main.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<?php include "config.php" ?>
2
3<html>
4  <head>
5    <title>Licq RMS Interface v<?php echo $version; if ($title) echo " " . $title; ?></title>
6  </head>
7  <frameset cols="187,*" border=0 frameborder="2">
8    <frame name="list" src="list.php" marginwidth="0" topmargin="0" leftmargin="0" marginheight="0">
9  <frameset rows="71,*" border=0 frameborder="2">
10    <frame name="header" src="header.php" marginwidth="0" topmargin="0" leftmargin="0" marginheight="0">
11    <frame name="work" src="message.php" marginwidth="0" topmargin="0" leftmargin="0" marginheight="0">
12  </frameset>
13 
14  <body>
15 
16 
17 
18  </body>
19  </frameset>
20</html>
Note: See TracBrowser for help on using the browser.