diff options
Diffstat (limited to 'mayor-orig/www/skin/sza2010')
-rw-r--r-- | mayor-orig/www/skin/sza2010/base/css/base.css | 85 | ||||
-rw-r--r-- | mayor-orig/www/skin/sza2010/base/css/head.css | 153 | ||||
-rw-r--r-- | mayor-orig/www/skin/sza2010/base/html/alert.phtml | 68 | ||||
-rw-r--r-- | mayor-orig/www/skin/sza2010/base/html/base.phtml | 310 | ||||
-rw-r--r-- | mayor-orig/www/skin/sza2010/base/img/bg.png | bin | 0 -> 83991 bytes | |||
-rw-r--r-- | mayor-orig/www/skin/sza2010/base/img/foot.orig.png | bin | 0 -> 104928 bytes | |||
-rw-r--r-- | mayor-orig/www/skin/sza2010/base/img/foot.png | bin | 0 -> 59467 bytes | |||
-rw-r--r-- | mayor-orig/www/skin/sza2010/base/img/mayor_small_ssl.png | bin | 0 -> 4815 bytes | |||
-rw-r--r-- | mayor-orig/www/skin/sza2010/base/img/meghivo.png | bin | 0 -> 212148 bytes |
9 files changed, 616 insertions, 0 deletions
diff --git a/mayor-orig/www/skin/sza2010/base/css/base.css b/mayor-orig/www/skin/sza2010/base/css/base.css new file mode 100644 index 00000000..22a9fd61 --- /dev/null +++ b/mayor-orig/www/skin/sza2010/base/css/base.css @@ -0,0 +1,85 @@ +/* + Module: base +*/ +@import "head.css"; +@media screen { + + html body { + font-family: Verdana, sans-serif; + font-size: 12px; + margin:0px; + padding:0px; +/* background-color: #1d2e50; */ + background-color: white; + background-image: url("/skin/sza2010/base/img/bg.png"); + background-repeat: repeat-x; + } + + /* set default layout! */ + table { font-size: 12px; } + + form { margin: 0px; } + + div#mayorerror { } + + div.mayorbody { + + padding: 0px; + + } + + #takaro { z-index:150;position: fixed;top:0px; left:0px; right:0px; bottom:0px; background-color: rgba(0,0,0,0.7); } + #updateWindow {background-color: white; position: absolute;z-index:200;margin:auto auto; width:400px;} + #keyHelp { z-index:151;position: absolute; top:200px; left: 200px; right:200px; margin: auto; padding: 20px; width: 300px; + border: solid 1px yellow; border-radius: 20px; border-spacing: 15px; background-color: rgba(0,0,0,0.4); + } + #keyHelp th { color: white; text-align: center; border-bottom: yellow 2px solid; font-size: 20px; font-weight: bold; } + #keyHelp td.key { color: yellow; text-align: right; } + #keyHelp td.desc { color: white; text-align: left; } + + div.mayorfoot { + text-align: center; + font-size: 10px; + width:100%; + } +/* - Alert - */ + + form.mayorAlert { margin: 0px; padding: 0px; } + form.mayorAlert input { display: none; } + div.errorMsg { + margin: 20px 20%; + background-color: #eeffd0; + border: solid 2px #ff0000; + padding: 15px; + } + div.errorMsg span { + font-style: italic; + } + + div.infoMsg { + margin: 20px 20%; + background-color: #eeffd0; + border: solid 2px #0000ff; + padding: 15px; + } + div.infoMsg span { + font-style: italic; + } + + span.alertParam { + color: green; + } +} +@media print { + html body { + font-family: Verdana, sans-serif; + font-size: 12px; + } + div.mayorfoot { + text-align: center; + font-size: 10px; + margin: 5px; + } + div.namepolicy { display: none; } + table.mayorhead { display: none; } +}
\ No newline at end of file diff --git a/mayor-orig/www/skin/sza2010/base/css/head.css b/mayor-orig/www/skin/sza2010/base/css/head.css new file mode 100644 index 00000000..5ceacaa4 --- /dev/null +++ b/mayor-orig/www/skin/sza2010/base/css/head.css @@ -0,0 +1,153 @@ +/* + Module: base +*/ +@media screen { + + div.namepolicy { + background-color: + #1d2e50 ; + border-style: none none solid none; + border-width: 1px; + border-color: white; + color: white; + background-image: url("/skin/sza2010/base/img/bg.png"); + background-repeat: repeat-x; + } + div.namepolicy table { font-size: 10px; width:100%; height:23px; } + div.namepolicy table td { width:30%; } + div.namepolicy table td.right { text-align: right; } + div.namepolicy table td.left { text-align: left;} + div.namepolicy table td.help a { background-color:red; color: white; text-decoration: none; font-weight: bold; padding: 2px 5px; display: block; border: solid 1px white;} + div.namepolicy table td.help a:hover { background-color:lightblue; } + div.namepolicy table th { width:40%;} + div.namepolicy span.nev { padding-right: 14px; } + div.namepolicy table td.language span { vertical-align: middle; } + div.namepolicy table td.language img { margin: 0px 0px 0px 4px; height: 10px; border: solid 1px #777777; } + #langSelect { vertical-align: middle; padding: 0px; margin: 0px;} + + table.mayorhead { font-size: 10px; margin: 13px 3px 30px 3px;} + + table.mayorhead td.namepolicy { padding: 5px; } + table.mayorhead td.namepolicy table { + vertical-align: center; + font-size: 10px; + border-style: solid; + border-width: 2px ; + border-color: #550670; + background-color: #8877aa; + color: white; + } + +/* Új menü */ + + ul#pagemenu { + padding: 1px; + text-align: left; + list-style-type: none; + margin:1px; + } + ul#pagemenu li { + display: inline; + border-width: 0px 0px 0px 1px; + border-color: #8485a2; + border-style: dotted; + padding: 0px; + } + ul#pagemenu li a { + color: rgb(255,255,255); + text-decoration: none; + padding: 0px 5px; + margin: 0px; + } + ul#pagemenu li a:hover { + background-color: rgb(100,100,140); + text-decoration: underline; + } + ul#pagemenu li.active a { + background-color: #620405; + } + ul#pagemenu li.active a:hover { + background-color: rgb(140,100,100); + } + +/* SUB */ + + ul#submenu { + padding: 1px; + text-align: left; +// background-color: #040582; + list-style-type: none; + margin:1px 1px 1px 40px; + } + ul#submenu li { + display: inline; + border-width: 0px 0px 0px 1px; + border-color: #8485a2; + border-style: dotted; + padding: 0px; + } + ul#submenu li a { + color: rgb(255,255,255); + text-decoration: none; + padding: 0px 5px; + margin: 0px; + } + ul#submenu li a:hover { + background-color: rgb(100,100,140); + text-decoration: underline; + } + ul#submenu li.active a { + background-color: #620405; + } + ul#submenu li.active a:hover { + background-color: rgb(140,100,100); + } + +/* f */ + + ul#fmenu { + padding: 1px; + text-align: left; +// background-color: #0405a2; + list-style-type: none; + margin:1px 1px 1px 80px; + } + ul#fmenu li { + display: inline; + border-width: 0px 0px 0px 1px; + border-color: #8485a2; + border-style: dotted; + padding: 0px; + } + ul#fmenu li a { + color: rgb(255,255,255); + text-decoration: none; + padding: 0px 5px; + margin: 0px; + } + ul#fmenu li a:hover { + background-color: rgb(100,100,140); + text-decoration: underline; + } + ul#fmenu li.active a { + background-color: #620405; + } + ul#fmenu li.active a:hover { + background-color: rgb(140,100,100); + } + + #changeSkin { + display: inline; + } + #changeSkin .onChangeSubmit { + background-color: #eeeeee; + font-size:9px; + } + +} +@media print { + + div.namepolicy { display: none; } + table.mayorhead { display: none; } + +}
\ No newline at end of file diff --git a/mayor-orig/www/skin/sza2010/base/html/alert.phtml b/mayor-orig/www/skin/sza2010/base/html/alert.phtml new file mode 100644 index 00000000..138ac3f3 --- /dev/null +++ b/mayor-orig/www/skin/sza2010/base/html/alert.phtml @@ -0,0 +1,68 @@ +<?php +/* + Module: base + + js_alert() + html_alert() +*/ + +// ------------------------------------------------------------------- // +// Az $_SESSION['alert'] két részből áll: típus:hiba // +// típus: alert : javaScript alert // +// message : hibaüzenet után az oldal betöltődik // +// page : hibaüzenet után az oldal nem töltődik be // +// info : információs üzenet // +// ------------------------------------------------------------------- // + +// ---------------------------------------------------------------- // +// Hibaüzenet kiiratása +// visszatérési érték: legyen-e utána megjelenítve a lap? +// --------------------------------------------------------------- // + + function html_alert() { + + global $ALERT_MSG; + + if (!isset($_SESSION['alert']) || (is_array($_SESSION['alert']) && count($_SESSION['alert'])==0)) { + return true; + exit; + } + + $showPage = true; + for ($j = 0; $j < count($_SESSION['alert']); $j++) { + + // Nincs mindig paraméter - ezért a $param nem kap értéket! - így az explode Notice üzenetet váltana ki... + $param = array(); + $tmp = explode(':', $_SESSION['alert'][$j]); + $aType = readVariable($tmp[0], 'enum', 'message', array('message','info','page')); $aCode = $tmp[1]; + for ($p = 2; $p < count($tmp); $p++) $param[] = htmlspecialchars($tmp[$p]); + $pstr = ''; + // preparing $msg + if (!isset($ALERT_MSG[$aCode]) || $ALERT_MSG[$aCode] == '') + $msg = $ALERT_MSG['default'].' (<span class="alertParam">'.$aType.':'.$aCode.')</span>'; + else $msg = $ALERT_MSG[$aCode]; + + // paraméter behelyettesítés + for($i = 0; $i < count($param); $i++) { + $_msg = $msg; + $msg = @str_replace("%$i%",'<span class="alertParam">'.($param[$i]).'</span>',$msg); + if ($param[$i] != '' and $_msg == $msg) $pstr .= '<span class="alertParam">'.($param[$i]).'</span>,'; + } + if ($pstr != '') $msg .= ' (' . substr($pstr,0,-1) . ')'; + if (($aType == 'message') or ($aType == 'page')) { + $title = _ERROR; + $class = 'errorMsg'; + if ($aType == 'page') $showPage = false; + } else { + $title = _INFORMATION; + $class = 'infoMsg'; + } + $msg = '<span>'.$title.':</span> ' . $msg; + echo '<div class="'.$class.'">'.str_replace('***','<br/>',$msg).'</div>'."\n"; + } + + return $showPage; + + } + +?> diff --git a/mayor-orig/www/skin/sza2010/base/html/base.phtml b/mayor-orig/www/skin/sza2010/base/html/base.phtml new file mode 100644 index 00000000..215a21a4 --- /dev/null +++ b/mayor-orig/www/skin/sza2010/base/html/base.phtml @@ -0,0 +1,310 @@ +<?php +/* + Module: base + + html_base($sessionID,$page,$sub,$f,$lang,$skin,$MENU) + html_head($page,$f,$lang,$skin) + html_mayor_head($sessionID,$page,$sub,$f,$lang,$MENU,$skin = 'default') + html_mayor_foot() + //page($page,$sub,$f,$lang,$skin) --> base.php + putValidXHTML() +*/ + + +// ------------------------------------------------------------------- +// html_base() : a html oldal szerkezete +// ------------------------------------------------------------------- + +function html_base($sessionID,$policy,$page,$sub,$f,$lang,$skin,$MENU) { + + _httpHeader(); + + if ($MENU['set'][$policy][$page][$sub][$f]['refresh'] > 0) { + @header("Refresh:".intval($MENU['set'][$policy][$page][$sub][$f]['refresh'])); + } + + html_head($page,$sub,$f,$lang,$skin); + html_mayor_head($sessionID,$page,$sub,$f,$lang,$MENU,$skin); + echo '<div id="mayorerror"></div>'; + + echo '<div class="mayorbody" id="mayorbody">'; + page($page,$sub,$f,$lang,$skin,$policy); + echo '</div>'; + html_mayor_foot(); +} + +// ------------------------------------------------------------------- +// html_head() : html fejlec kiirasa +// ------------------------------------------------------------------- + +function html_head($page,$sub,$f,$lang,$skin) { + + global $INCLUDES, $SSSHH; + + if ($f == '') $f = $page; + ## ---------------------------------------------- + ## Note http://hixie.ch/advocacy/xhtml + ## But this is crazy! Using Doctype sniffing instead... + ## Also read: http://www.mozilla.org/docs/web-developer/faq.html + ## header('Content-type: application/xhtml+xml'); + ## ----------------------------------------------- + echo '<?xml version="1.0" encoding="utf-8"?>'."\n"; + echo '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-transitional.dtd">'."\n"; + echo '<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="hu">'."\n"; + echo '<head>'."\n"; + echo '<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />'."\n"; + echo '<title>'; + if (defined('_SITE')) echo ' - '._SITE.' - '; + echo _MAIN_TITLE; + echo '.'; + echo _MAYORREV; + echo '</title>'."\n"; + includeCSS($page,$sub,$f,$skin); + includeCSS($page,$sub,$f,$skin,'handheld'); // install css for handheld devices + includeJS($page,$sub,$f,$skin); + if ($SSSHH!=null && $SSSHH!='') echo $SSSHH; + + if (is_array(@$INCLUDES['html_head']['global'])) foreach ($INCLUDES['html_head']['global'] as $key => $include) { + if (file_exists("skin/$skin/$include")) { + include("skin/$skin/$include"); + } elseif (file_exists('skin/'._DEFAULT_SKIN.'/'.$include)) { + include('skin/'._DEFAULT_SKIN.'/'.$include); + } + } + if (is_array(@$INCLUDES['html_head'][$page])) foreach ($INCLUDES['html_head'][$page] as $key => $include) { + if (file_exists("skin/$skin/$include")) { + include("skin/$skin/$include"); + } elseif (file_exists('skin/'._DEFAULT_SKIN.'/'.$include)) { + include('skin/'._DEFAULT_SKIN.'/'.$include); + } + } + echo '<link rel="shortcut icon" href="/skin/classic/base/img/favicon.ico" />'."\n"; + echo "</head>\n<body>\n"; + +} + +// ------------------------------------------------------------------- +// mayor_menu(): a menü kiiratása +// ------------------------------------------------------------------- + +function mayor_menu($MENU,$sessionID,$lang = _DEFAULT_LANG,$skin = _DEFAULT_SKIN) { + + global $page, $sub, $f; + + echo '<ul id="pagemenu">'; + // -------------------------------------------------------- + if (is_array($MENU)) { + foreach ($MENU as $aModule => $items) { + if ($aModule != 'modules') { + for ($i = 0; $i < count($items); $i++) { + + if ($page == $aModule and + (!isset($items[$i]['url']) or strpos($_SERVER["REQUEST_URI"],$items[$i]['url']) !== false) + ) echo '<li class="active">'; + else echo '<li>'; + + if (isset($items[$i]['url']) && $items[$i]['url'] != '') { + if ($items[$i]['url'][0] == '&') $href = href("index.php?page=$aModule".$items[$i]['url']); + elseif (substr($items[$i]['url'],0,4) == 'http') $href = href($items[$i]['url'], array()); + elseif (isset($items[$i]['get']) && is_array($items[$i]['get'])) $href = href($items[$i]['url'], $items[$i]['get']); + else $href = href($items[$i]['url']); + } else { + $href = href("index.php?page=$aModule"); + } + echo '<a href="'.$href.'"'.((isset($items[$i]['target']))?' target="'.$items[$i]['target'].'" ':'').'>'.$items[$i]['txt'].'</a>'; + + echo '</li>'; + } + } + } + } + // --------------------------------------------------- + echo '</ul>'; + + // II: SZINT + @$pageArray = $MENU['modules'][$page]; + $aPage = $page; + + if (is_array($pageArray)) { + echo '<ul id="submenu">'; + foreach ($pageArray as $anF => $items) { + if ($anF != 'sub') { + for ($i=0;$i<count($items);$i++) { + if ( + $page == $aPage and + ( + ( + !isset($items[$i]['url']) + and $f == $anF + ) + or + ( + isset($items[$i]['url']) and + strpos($_SERVER["REQUEST_URI"],$items[$i]['url']) !== false + ) + ) + ) echo '<li class="active">'; + else echo '<li>'; + + if (isset($items[$i]['url']) && $items[$i]['url'] != '') { + if ($items[$i]['url'][0] == '&') $href = href("index.php?page=$aPage&f=$anF".$items[$i]['url']); + elseif (substr($items[$i]['url'],0,4) == 'http') $href = href($items[$i]['url'], array()); + elseif (isset($items[$i]['get']) && is_array($items[$i]['get'])) $href = href($items[$i]['url'], $items[$i]['get']); + else $href = href($items[$i]['url']); + } else { + $href = href("index.php?page=$aPage&f=$anF",array('policy','sessionID','lang','skin')); + } + echo '<a href="'.$href.'"'.((isset($items[$i]['target']))?' target="'.$items[$i]['target'].'" ':'').'>'.$items[$i]['txt'].'</a>'; + echo '</li>'; + } + } + } + echo '</ul>'."\n"; + } + + // III: SZINT + @$subArray = $MENU['modules'][$page]['sub'][$sub]; + $aSub = $sub; + + if (is_array($subArray)) { + echo '<ul id="fmenu">'; + + foreach ($subArray as $anF => $items) { + for ($i=0;$i<count($items);$i++) { + if ($aPage == $page and + $aSub == $sub and + $anF == $f and + (!isset($items[$i]['url']) or strpos($_SERVER["REQUEST_URI"],$items[$i]['url']) !== false) + ) echo '<li class="active">'; + else echo '<li>'; + + if (isset($items[$i]['url']) && $items[$i]['url'] != '') { + if ($items[$i]['url'][0] == '&') $href = href("index.php?page=$aPage&sub=$aSub&f=$anF".$items[$i]['url']); + elseif (substr($items[$i]['url'],0,4) == 'http') $href = href($items[$i]['url'], array()); + elseif (isset($items[$i]['get']) && is_array($items[$i]['get'])) $href = href($items[$i]['url'], $items[$i]['get']); + else $href = href($items[$i]['url']); + } else { + $href = href("index.php?page=$aPage&sub=$aSub&f=$anF"); + } + echo '<a href="'.$href.'"'.((isset($items[$i]['target']))?' target="'.$items[$i]['target'].'" ':'').'> '.$items[$i]['txt'].' </a>'; + + echo '</li>'; + } + } + + echo '</ul>'."\n"; + } + +} + +// ------------------------------------------------------------------- +// html_mayor_head() : fejlec kiirasa (logo+menu+lastupdated) +// ------------------------------------------------------------------- + +function html_mayor_head($sessionID,$page,$sub,$f,$lang,$MENU,$skin = _DEFAULT_SKIN) { + + global $INCLUDES, $INSTALLED_MODULES, $LANGUAGES, $SKINS, $SKINSSHOW, $policy; + + _updateWindow(); + + //$imgextra = '-marc15'; + + if (!file_exists($HOME_LOGO = 'skin/'.$skin.'/base/img/mayor_small_ssl'.$imgextra.'.png')) + $HOME_LOGO = 'skin/'._DEFAULT_SKIN.'/base/img/mayor_small_ssl'.$imgextra.'.png'; + //if (!file_exists($HOME_LOGO = 'skin/'.$skin.'/base/img/mayor_small_ssl.gif')) + // $HOME_LOGO = 'skin/'._DEFAULT_SKIN.'/base/img/mayor_small_ssl.gif'; + if (!file_exists($HELP_LOGO = 'skin/'.$skin.'/module-help/img/help_small.jpg')) + $HELP_LOGO = 'skin/'._DEFAULT_SKIN.'/module-help/img/help_small.jpg'; + ## Név, Oldal info, Policy + echo '<div class="namepolicy" id="namepolicy">'."\n"; + echo '<table cellspacing="0" cellpadding="0"><tr>'."\n"; + echo '<td class="language left hideShowContainer">'."\n"; + + echo '<span class="onClickHideShow"><img class="onClickHideShow" id="openLangSelect" src="skin/classic/base/img/flags/'.$lang.'.gif" alt="'.$lang.'" /></span>'."\n"; + + echo '<span id="langSelect" class="openable" style="display: none;">'; + for ($i = 0;$i < count($LANGUAGES); $i++) { + if ($LANGUAGES[$i]!=$lang) echo '<a href="'.href('index.php?lang='.$LANGUAGES[$i],array('skin','policy','page','sub','f','sessionID')).'"><img src="skin/classic/base/img/flags/'.$LANGUAGES[$i].'.gif" alt="'.$LANGUAGES[$i].'" /></a>'; + } + echo '</span>'; + + formBegin(array('id'=>'changeSkin','action'=>href('index.php', array('sessionID','lang')))); + echo '<input type="hidden" name="noModify" value="1" />'; + echo '<select class="onChangeSubmit" name="skin">'; + for ($i=0; $i<count($SKINSSHOW); $i++) { + $_SEL = ($SKINSSHOW[$i]==$skin)? 'selected="selected"':''; + echo '<option value="'.$SKINSSHOW[$i].'" '.$_SEL.'>'.$SKINSSHOW[$i].'</option>'; + } + echo '</select>'; + global $POLICIES; + echo '<select class="onChangeSubmit" name="policy" onchange="submit();">'; + for ($i=0; $i<count($POLICIES); $i++) { + $_SEL = ($POLICIES[$i]==$policy)? 'selected="selected"':''; + echo '<option value="'.$POLICIES[$i].'" '.$_SEL.'>'.$POLICIES[$i].'</option>'; + } + echo '</select>'; + /* Némi javascipt támogatás a session kezelésre ebben a formban */ + $sessionMaxIdleTime=$sessionAlertTime=0; + if ((_SESSIONID!='' && _POLICY!='public') && defined('_SESSION_MAX_IDLE_TIME') && _SESSION_MAX_IDLE_TIME>0) { + $sessionMaxIdleTime=((_SESSION_MAX_IDLE_TIME*1000*60*60)+1000); + if (defined('_SESSION_ALERT_TIME')) $sessionAlertTime = ((_SESSION_MAX_IDLE_TIME*1000*60*60)-(_SESSION_ALERT_TIME*1000*60)); + } + echo '<input type="hidden" id="SESSION_MAX_IDLE_TIME" value="'.$sessionMaxIdleTime.'" />'; + echo '<input type="hidden" id="SESSION_ALERT_TIME" value="'.$sessionAlertTime.'" />'; + /* --- */ + formEnd(); + echo '</td>'."\n"; + echo '<th>'; + //echo $page; + //if ($sub!='') echo ' » '.$sub; + if (is_array(@$INCLUDES['html_mayor_head']['global']['center'])) foreach ($INCLUDES['html_mayor_head']['global']['center'] as $key => $include) { + if (file_exists("skin/$skin/$include")) { + include("skin/$skin/$include"); + } elseif (file_exists('skin/'._DEFAULT_SKIN.'/'.$include)) { + include('skin/'._DEFAULT_SKIN.'/'.$include); + } + } + echo _SITE; + echo '</th>'; + echo '<td class="right">'; + echo '<span class="nev">'._USERCN.'</span>'; + echo '</td>'; + echo '<td class="right">'; + echo '</td>'; + echo '<td class="help">'; + if (isset($sub) && $sub != '') $psf = "$page:$sub:$f"; else $psf = "$page:$f"; + echo '<a title="'._HELP.'" target="_blank" href="wiki/dok.php?id='.$psf.'">?</a>'; + echo '</td></tr>'; + echo '</table>'; + echo '</div>'."\n"; + ## ------------------------ + echo '<table class="mayorhead" cellspacing="0" cellpadding="0">'."\n"; + echo '<tr><td style="width: 40px">'; + echo '<a href="'.href('index.php').'"><img src="'.$HOME_LOGO.'" alt="MaYoR" style="border-width: 0;" /></a>'; + echo '</td>'."\n"; + echo '<td style="vertical-align: middle; text-align: left; width: 99%">'; + mayor_menu($MENU,$sessionID,$lang,$skin); + echo '</td>'; + if (in_array('help',$INSTALLED_MODULES)) { + $link = "index.php?page=help&hpage=$page&hsub=$sub&hf=$f"; + echo '<td>'; + echo '<a href="'.href($link).'" target="_blank">'; + echo '<img src="'.$HELP_LOGO.'" alt="'._HELP.'" style="border-width: 0;" />'; + echo '</a>'; + + echo '</td>'; + } + echo "</tr>\n</table>\n"; + +} + +// ------------------------------------------------------------------- +// html_mayor_foot() : lablec kiirasa ( ) +// ------------------------------------------------------------------- + +function html_mayor_foot() { + echo '<div class="mayorfoot" id="mayorfoot">'._MAIN_FOOTER.'</div>'."\n\n"; + echo "</body>\n</html>"; +} + +?> diff --git a/mayor-orig/www/skin/sza2010/base/img/bg.png b/mayor-orig/www/skin/sza2010/base/img/bg.png Binary files differnew file mode 100644 index 00000000..a124c5df --- /dev/null +++ b/mayor-orig/www/skin/sza2010/base/img/bg.png diff --git a/mayor-orig/www/skin/sza2010/base/img/foot.orig.png b/mayor-orig/www/skin/sza2010/base/img/foot.orig.png Binary files differnew file mode 100644 index 00000000..9bccfb27 --- /dev/null +++ b/mayor-orig/www/skin/sza2010/base/img/foot.orig.png diff --git a/mayor-orig/www/skin/sza2010/base/img/foot.png b/mayor-orig/www/skin/sza2010/base/img/foot.png Binary files differnew file mode 100644 index 00000000..3d1a92ba --- /dev/null +++ b/mayor-orig/www/skin/sza2010/base/img/foot.png diff --git a/mayor-orig/www/skin/sza2010/base/img/mayor_small_ssl.png b/mayor-orig/www/skin/sza2010/base/img/mayor_small_ssl.png Binary files differnew file mode 100644 index 00000000..c2eefd5f --- /dev/null +++ b/mayor-orig/www/skin/sza2010/base/img/mayor_small_ssl.png diff --git a/mayor-orig/www/skin/sza2010/base/img/meghivo.png b/mayor-orig/www/skin/sza2010/base/img/meghivo.png Binary files differnew file mode 100644 index 00000000..38f61f13 --- /dev/null +++ b/mayor-orig/www/skin/sza2010/base/img/meghivo.png |