Rev 229 Rev 239
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3   3  
4 <html xmlns="http://www.w3.org/1999/xhtml"> 4 <html xmlns="http://www.w3.org/1999/xhtml">
5 <head> 5 <head>
6 <title><?php echo $sg->pageTitle() ?></title> 6 <title><?php echo $sg->pageTitle() ?></title>
7 <link rel="stylesheet" type="text/css" href="<?php echo $sg->config->base_url.$sg->config->pathto_admin_template ?>main.css" /> 7 <link rel="stylesheet" type="text/css" href="<?php echo $sg->config->base_url.$sg->config->pathto_admin_template ?>main.css" />
8 <!-- 8 <!--
9 This page was generated by singapore <http://singapore.sourceforge.net> 9 This page was generated by singapore <http://singapore.sourceforge.net>
10 singapore is free software licensed under the terms of the GNU GPL. 10 singapore is free software licensed under the terms of the GNU GPL.
11 --> 11 -->
12 </head> 12 </head>
13   13  
14 <body> 14 <body>
15   15  
16 <div id="crumb"> 16 <div id="crumb">
17 <?php echo $sg->crumbLine() ?> 17 <?php echo $sg->crumbLine() ?>
18 </div> 18 </div>
19   19  
20 <div id="header"><img src="<?php echo $sg->config->base_url.$sg->config->pathto_admin_template ?>images/header.gif" alt="<?php echo $sg->config->gallery_name ?>" /></div> 20 <div id="header"><img src="<?php echo $sg->config->base_url.$sg->config->pathto_admin_template ?>images/header.gif" alt="<?php echo $sg->config->gallery_name ?>" /></div>
21   21  
22 <div id="sgAdminBar"> 22 <div id="sgAdminBar">
23 <?php 23 <?php
24 $sections = $sg->adminLinksArray(); 24 $sections = $sg->adminLinksArray();
25 foreach($sections[0] as $text => $url): ?> 25 foreach($sections[0] as $text => $url): ?>
26 <a href="<?php echo $url ?>"><?php echo $text ?></a> 26 <a href="<?php echo $url ?>"><?php echo $text ?></a>
27 <?php endforeach; ?> 27 <?php endforeach; ?>
28 <?php for($i=1;$i<count($sections);$i++): ?> 28 <?php for($i=1;$i<count($sections);$i++): ?>
29 <span class="sgAdminBarSeparator"></span> 29 <span class="sgAdminBarSeparator"></span>
30 <?php foreach($sections[$i] as $text => $url): ?> 30 <?php foreach($sections[$i] as $text => $url): ?>
31 <a href="<?php echo $url ?>"><?php echo $text ?></a> 31 <a href="<?php echo $url ?>"><?php echo $text ?></a>
32 <?php endforeach; ?> 32 <?php endforeach; ?>
33 <?php endfor; ?> 33 <?php endfor; ?>
34 </div> 34 </div>
35   35  
36 <?php echo $sg->showMessages(); ?> 36 <?php echo $sg->showMessages(); ?>
37   37  
38 <!-- start of generated content --> 38 <!-- start of generated content -->
39   39