~alexharrington/xibo/pyclient-1.1.0a22

« back to all changes in this revision

Viewing changes to server/template/footer.php

  • Committer: Alex Harrington
  • Date: 2009-12-31 11:38:50 UTC
  • Revision ID: alex@longhill.org.uk-20091231113850-bz5flhqq2gsw0qxf
Converted to 2.0 repo format and fixed lineendings

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?php
2
 
/*
3
 
 * Xibo - Digitial Signage - http://www.xibo.org.uk
4
 
 * Copyright (C) 2006,2007,2008 Daniel Garner and James Packer
5
 
 *
6
 
 * This file is part of Xibo.
7
 
 *
8
 
 * Xibo is free software: you can redistribute it and/or modify
9
 
 * it under the terms of the GNU Affero General Public License as published by
10
 
 * the Free Software Foundation, either version 3 of the License, or
11
 
 * any later version. 
12
 
 *
13
 
 * Xibo is distributed in the hope that it will be useful,
14
 
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
15
 
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16
 
 * GNU Affero General Public License for more details.
17
 
 *
18
 
 * You should have received a copy of the GNU Affero General Public License
19
 
 * along with Xibo.  If not, see <http://www.gnu.org/licenses/>.
20
 
 */
21
 
 defined('XIBO') or die("Sorry, you are not allowed to directly access this page.<br /> Please press the back button in your browser.");
22
 
?>
23
 
 
24
 
 
25
 
<div id="system_working" style="display:none;"><img src="img/loading.gif"></div>
26
 
 
27
 
<div id="system_message" style="text-align: center;">
28
 
        <span>Message</span>
29
 
</div>
30
 
 
31
 
<div id="div_dialog"></div>
32
 
<div id="help_dialog"></div>
33
 
 
34
 
<div class="footer" style="display:block;">Copyright &copy; 2009 Daniel Garner et al, <a href="http://www.xibo.org.uk" title="Xibo Digital Signage">Xibo Digital Signage</a></div>
35
 
 
36
 
</div> <!-- Ends the content div -->
37
 
</div> <!-- Ends contentwrap div -->
38
 
</div> <!-- Ends the container div -->
39
 
 
40
 
</body>
 
1
<?php
 
2
/*
 
3
 * Xibo - Digitial Signage - http://www.xibo.org.uk
 
4
 * Copyright (C) 2006,2007,2008 Daniel Garner and James Packer
 
5
 *
 
6
 * This file is part of Xibo.
 
7
 *
 
8
 * Xibo is free software: you can redistribute it and/or modify
 
9
 * it under the terms of the GNU Affero General Public License as published by
 
10
 * the Free Software Foundation, either version 3 of the License, or
 
11
 * any later version. 
 
12
 *
 
13
 * Xibo is distributed in the hope that it will be useful,
 
14
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 
15
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
16
 * GNU Affero General Public License for more details.
 
17
 *
 
18
 * You should have received a copy of the GNU Affero General Public License
 
19
 * along with Xibo.  If not, see <http://www.gnu.org/licenses/>.
 
20
 */
 
21
 defined('XIBO') or die("Sorry, you are not allowed to directly access this page.<br /> Please press the back button in your browser.");
 
22
?>
 
23
 
 
24
 
 
25
<div id="system_working" style="display:none;"><img src="img/loading.gif"></div>
 
26
 
 
27
<div id="system_message" style="text-align: center;">
 
28
        <span>Message</span>
 
29
</div>
 
30
 
 
31
<div id="div_dialog"></div>
 
32
<div id="help_dialog"></div>
 
33
 
 
34
<div class="footer" style="display:block;">Copyright &copy; 2009 Daniel Garner et al, <a href="http://www.xibo.org.uk" title="Xibo Digital Signage">Xibo Digital Signage</a></div>
 
35
 
 
36
</div> <!-- Ends the content div -->
 
37
</div> <!-- Ends contentwrap div -->
 
38
</div> <!-- Ends the container div -->
 
39
 
 
40
</body>
41
41
</html>
 
 
b'\\ No newline at end of file'