Rev Author Line No. Line
228 kaklik 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3  
4 <html xmlns="http://www.w3.org/1999/xhtml">
5 <head>
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" />
8 <!--
9 This page was generated by singapore <http://singapore.sourceforge.net>
10 singapore is free software licensed under the terms of the GNU GPL.
11 -->
12 </head>
13  
14 <body>
15  
16 <div id="crumb">
17 <?php echo $sg->crumbLine() ?>
18 </div>
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>
21  
22 <div id="sgAdminBar">
23 <?php
24 $sections = $sg->adminLinksArray();
25 foreach($sections[0] as $text => $url): ?>
26 <a href="<?php echo $url ?>"><?php echo $text ?></a>
27 <?php endforeach; ?>
28 <?php for($i=1;$i<count($sections);$i++): ?>
29 <span class="sgAdminBarSeparator"></span>
30 <?php foreach($sections[$i] as $text => $url): ?>
31 <a href="<?php echo $url ?>"><?php echo $text ?></a>
32 <?php endforeach; ?>
33 <?php endfor; ?>
34 </div>
35  
36 <?php echo $sg->showMessages(); ?>
37  
38 <!-- start of generated content -->
39