Example #1
0
<?php

echo SSYHTML::getBoxTitled($tLang->lang('approve_title'), $tLang->lang('approve_info'));
echo $tVars['form'];
Example #2
0
<?php

SSYHTML::$menuID = SSY_MENU_LOGIN;
echo SSYHTML::getBoxTitled($tLang->lang('pt_change'), $tLang->lang('info_change', array($tVars['username'])));
echo $tVars['form'];
Example #3
0
<?php

echo SSYHTML::getBoxTitled($tLang->lang('prices_title'), $tLang->lang('prices_info'));
Example #4
0
    echo SSYHTML::getRosePlain();
    ?>
		<br/>
		<?php 
    echo SSYHTML::getMenuS();
    ?>
	</div>
<?php 
}
?>
	<div id="ssy_main"<?php 
echo $faux;
?>
>
		%PAGE%
		<?php 
if (SSYHTML::$wantFooter) {
    echo '<div id="ssy_footersp"></div>';
}
?>
	</div>
	<div class="cl"></div>
	
</div>
<?php 
echo SSYHTML::getFooter();
#echo SSYHTML::getLangMenu();
echo SSYHTML::getAngel();
?>
</body>
Example #5
0
<?php

echo SSYHTML::getBoxTitled($tLang->lang('service_0_title'), $tLang->lang('service_0_info'));
?>

<span class="t" style="">
<span class="ssy800v_R ssy_st_out3">
	<span class="ssy_small_softbox">
	<?php 
/*	foreach ($tLang->lang('soft_1_3') as $txt)
	{
		echo sprintf('<a href="#">%s</a>', $txt);
	}*/
?>
	</span>
	<span class="ssy_st_out3_t ssy800h"><?php 
echo GWF_String::toUpper($tLang->lang('service_0_title'));
?>
</span>
	<span class="ssy800v ssy_st_out2">
		<span class="ssy800v_R ssy_st_out1">
		</span>
	</span>
</span>
</span>
Example #6
0
/**
 * Stupid PHP stuff that is needed in ssy templates.
 * @param array $params
 * @param string $template
 * @return string
 */
function smarty_function_ssymenu($params, $template)
{
    $id = empty($params['id']) ? 0 : $params['id'];
    SSYHTML::$menuID = $id;
    return '';
}
Example #7
0
<?php

$html = sprintf('%s<br/>%s<br/><ul><li>%s</li><li>%s</li><li>%s</li></ul>', $tLang->lang('soft_3_info'), $tLang->lang('soft_3_infoH'), $tLang->lang('soft_3_info1'), $tLang->lang('soft_3_info2'), $tLang->lang('soft_3_info3'));
echo SSYHTML::getBoxTitled($tLang->lang('soft_5_title_2'), $html);
?>

<span class="t" style="">
<span class="ssy800v_R ssy_st_out3">
	<span class="ssy_small_softbox">
	<?php 
foreach ($tLang->lang('soft_1_3') as $txt) {
    echo sprintf('<a href="#">%s</a>', $txt);
}
?>
	</span>
	<span class="ssy_st_out3_t ssy800h"><?php 
echo GWF_String::toUpper($tLang->lang('soft_5_title_2'));
?>
</span>
	<span class="ssy800v ssy_st_out2">
		<span class="ssy800v_R ssy_st_out1">
		</span>
	</span>
</span>
</span>
Example #8
0
<?php

echo SSYHTML::getBoxTitled($tLang->lang('sign_title'), $tVars['info']);
echo $tVars['form'];
Example #9
0
<?php

SSYHTML::$menuID = SSY_MENU_LOGIN;
echo SSYHTML::getBoxTitled($tLang->lang('pt_request'), $tLang->lang('info_request'));
echo $tVars['form'];
Example #10
0
<?php

echo SSYHTML::getBoxTitled($tLang->lang('partner_0_title'), $tLang->lang('partner_0_info'));
?>

<span class="ib" style="margin-top: 40px;">
	<span class="fl ssy_leftlinks">
<?php 
/*$i = 0;
foreach ($tVars['thanks'] as $t)
{ 
	$href = $t->getShowHREF();
	echo sprintf('<a href="%s">%s<br/>%s</a>', $href, $t->displayCat(), $t->display('thx_businame'));
}*/
?>
	</span>
	<span class="ssy480h ssy_rightcontainer" style="min-width: 320px; max-width: 400px;">
		<span class="ib" style="padding: 10px;">
		</span>
	</span>
</span>

Example #11
0
<div>
<?php 
echo SSYHTML::getBoxTitled($tLang->lang('soft_4_title'), $tLang->lang('soft_4_info1') . '<br/>' . $tLang->lang('soft_4_info2'));
#echo SSYHTML::softwareBoxFromID($tLang, 4)
?>


<span class="t" style="">
<span class="ssy800v_R ssy_st_out3">
	<span class="ssy_small_softbox">
	<?php 
foreach ($tLang->lang('soft_4_3') as $txt) {
    echo sprintf('<a href="#">%s</a>', $txt);
}
?>
	</span>
	<span class="ssy_st_out3_t ssy800h"><?php 
echo GWF_String::toUpper($tLang->lang('soft_4_title'));
?>
</span>
	<span class="ssy800v ssy_st_out2">
		<span class="ssy800v_R ssy_st_out1">
		</span>
	</span>
</span>
</span>

</div>
Example #12
0
<?php

SSYHTML::$menuID = SSY_MENU_NEWS;
echo SSYHTML::getBoxTitled($tLang->lang('title'), $tLang->lang('info'));
if (count($tVars['news']) === 0) {
    $tVars['news'] = array(GWF_NEWS::getFakeNews($tLang->lang('title_no_news'), $tLang->lang('msg_no_news')));
}
?>
<span class="t" style="">
<span class="ssy800v_R ssy_st_out3"><span class="ssy_small_softbox">
<?php 
echo sprintf('<a href="/newsletter/subscribe">%s</a>', $tLang->lang('btn_sign'));
echo '<span class="b" style="height: 20px;"></span>';
$iso = GWF_Language::getCurrentISO();
foreach ($tVars['titles'] as $id => $d) {
    $title = $d[0];
    $etitle = Common::urlencodeSEO($d[0]);
    $catid = $d[1];
    $cat = $d[2];
    #($catid === 0) ? GWF_HTML::lang('no_category') : $d[2];
    $cat = Common::urlencodeSEO($cat);
    $newsid = (int) $d[3];
    $url = sprintf(GWF_WEB_ROOT . 'news/%s/%s/%s/%s/%s#newsid_%d', $iso, $catid, $cat, $newsid, $etitle, $newsid);
    echo sprintf('<a href="%s">%s</a>', $url, GWF_HTML::display($title));
}
?>
</span>
	<span class="ssy_st_out3_t ssy800h"><?php 
echo $tVars['page_menu'];
?>
</span>
Example #13
0
<?php

SSYHTML::$menuID = SSY_MENU_SHOP;
?>

<?php 
echo SSYHTML::getBoxTitled($tLang->lang('shop_title'), $tLang->lang('shop_info'));
?>


Example #14
0
<div>
<?php 
echo SSYHTML::getBoxTitled($tLang->lang('when0_title'), $tLang->lang('when0_info'));
?>
<span class="t" style="">
<span class="ssy800v_R ssy_st_out3">
	<span class="ssy_small_softbox">
	<?php 
$index = Common::clamp(intval(Common::getGet('index')), 1, 5);
for ($i = 1; $i <= 5; $i++) {
    $href = GWF_WEB_ROOT . $tLang->lang('menu_U221') . '/' . $i;
    echo sprintf('<a href="%s">%s</a>', $href, $tLang->lang('when' . $i . '_title'));
}
//	foreach ($tLang->lang('soft_1_3') as $txt)
//	{
//		echo sprintf('<a href="#">%s</a>', $txt);
//	}
?>
	</span>
	<span class="ssy_st_out3_t ssy800h"><?php 
#echo GWF_String::toUpper($tLang->lang('soft_1_title_2'));
echo GWF_String::toUpper($tLang->lang(sprintf('when%d_title', $index)));
?>
</span>
	<span class="ssy800v ssy_st_out2">
		<span class="ssy800v_R ssy_st_out1">
			<?php 
echo $tLang->lang(sprintf('when%d_info', $index));
?>
			<?php 
#echo $tLang->lang('when1_info');
Example #15
0
<div>
<?php 
echo SSYHTML::getBoxTitled($tLang->lang('soft_2_title'), $tLang->lang('soft_2_info'));
#echo SSYHTML::softwareBoxFromID($tLang, 2)
?>

<span class="t" style="">
<span class="ssy800v_R ssy_st_out3">
	<span class="ssy_small_softbox">
	<?php 
foreach ($tLang->lang('soft_2_3') as $txt) {
    echo sprintf('<a href="#">%s</a>', $txt);
}
?>
	</span>
	<span class="ssy_st_out3_t ssy800h"><?php 
echo GWF_String::toUpper($tLang->lang('soft_2_title'));
?>
</span>
	<span class="ssy800v ssy_st_out2">
		<span class="ssy800v_R ssy_st_out1">
		</span>
	</span>
</span>
</span>


</div>
Example #16
0
<?php

echo SSYHTML::getBoxTitled($tLang->lang('kunde_0_title'), $tLang->lang('kunde_0_info'));
?>

<span class="t" style="">
<span class="ssy800v_R ssy_st_out3">
	<span class="ssy_small_softbox">
	<?php 
/*	foreach ($tLang->lang('soft_1_3') as $txt)
	{
		echo sprintf('<a href="#">%s</a>', $txt);
	}*/
?>
	</span>
	<span class="ssy_st_out3_t ssy800h"><?php 
echo GWF_String::toUpper($tLang->lang('kunde_0_title'));
?>
</span>
	<span class="ssy800v ssy_st_out2">
		<span class="ssy800v_R ssy_st_out1">
		</span>
	</span>
</span>
</span>
Example #17
0
<?php

SSYHTML::$menuID = SSY_MENU_NEWS;
echo SSYHTML::getBoxTitled($tLang->lang('title'), Module_Assessystem::getInstance()->lang('news_info'));
if (count($tVars['news']) === 0) {
    $tVars['news'] = array(array('news_id' => '0', 'news_date' => '', 'user_name' => '', 'newst_title' => $tLang->lang('title_no_news'), 'newst_message' => $tLang->lang('msg_no_news')));
}
?>
<span class="t" style="">
<span class="ssy800v_R ssy_st_out3"><span class="ssy_small_softbox">
<?php 
echo sprintf('<a href="%snewsletter/subscribe">%s</a>', GWF_WEB_ROOT, $tLang->lang('btn_sign'));
echo '<span class="b" style="height: 20px;"></span>';
$iso = GWF_Language::getCurrentISO();
foreach ($tVars['titles'] as $id => $d) {
    $newsid = $d[0];
    $title = $d[1];
    $catid = 0;
    $cat = 'FOO';
    //	$title = $d[0];
    $etitle = Common::urlencodeSEO($title);
    //	$catid = $d[1];
    //	$cat = 'foo';
    //	$cat = $d[2];#($catid === 0) ? GWF_HTML::lang('no_category') : $d[2];
    //	$cat = Common::urlencodeSEO($cat);
    //	$newsid = (int)$d[3];
    $url = sprintf(GWF_WEB_ROOT . 'news/%s/%s/%s/%s/%s#newsid_%d', $iso, $catid, $cat, $newsid, $etitle, $newsid);
    echo sprintf('<a href="%s">%s</a>', $url, GWF_HTML::display($title));
}
?>
</span>
Example #18
0
<?php

echo SSYHTML::getBox($tLang->lang('thanks_info'));
?>
<div id="ssy_soft_table">
<?php 
$i = 0;
foreach ($tVars['thanks'] as $t) {
    $i++;
    $href = sprintf('/wir_danken/%d/%s', $i, $t);
    $text = $t;
    echo sprintf('<a href="%s">%s</a>', $href, $text);
}
?>
	
</div>
<div class="ssy_bg800R">
<div class="ssy_bg800">
	<?php 
$i = 0;
foreach ($tVars['thanks'] as $t) {
    $i++;
    $href = sprintf('/wir_danken/%d/%s', $i, $t);
    $text = $t;
    echo sprintf('<a href="%s">%s</a>', $href, $text);
}
?>
</div>
<div class="ssy_bg800"><?php 
echo $tVars['current'];
?>
Example #19
0
?>
</div>
<!-- 
<div class="ssy_logotext"></div>
-->

<h1 class="ssy_sitename" style="margin: 20px auto;">
	<?php 
if (strpos($_SERVER['HTTP_HOST'], 'essey.de') !== false) {
    echo 'Essey.de';
} else {
    echo GWF_SITENAME;
}
?>
</h1>


<div style="margin-top: 18px;"><?php 
echo $tLang->lang('home_info');
?>
</div>

<?php 
# var_dump(GWF_Language::getBrowserLang());
?>

<div id="ssy_mainmenu"><span class="ssy_border"><?php 
echo SSYHTML::getMenuS();
?>
</span></div>
Example #20
0
<div><?php 
echo SSYHTML::getRosePlain();
?>
</div>

<?php 
#<div class="ssy_logotext"></div>
?>

<div style="margin-top: 40px;"></div>
<h1><?php 
echo GWF_SITENAME;
?>
</h1>
<div style="margin-top: 40px;"></div>

<?php 
echo GWF_HTML::err(ERR_FILE_NOT_FOUND, GWF_HTML::display($_SERVER['SERVER_NAME'] . $_SERVER['REQUEST_URI']));
?>

<?php 
#SSYHTML::$menuID = SSY_MENU_MAIN;
?>

<?php 
#echo SSYHTML::getRoseHeader();
Example #21
0
<?php

SSYHTML::$menuID = SSY_MENU_ACCOUNT;
echo "HERE";
echo $tVars['form'];
Example #22
0
<?php

SSYHTML::$menuID = SSY_MENU_NEWS;
?>

<?php 
echo SSYHTML::getBox($tLang->lang('title'));
?>

<div style="margin-bottom: 40px;">
<span style="margin-top: 40px; margin-bottom: 50px; display: table;">
	<span class="fl ssy_leftlinks" style="display: table;">
<?php 
echo sprintf('<a href="/newsletter/subscribe">%s</a>', $tLang->lang('btn_sign'));
#echo sprintf('<a href="#">%s</a>', $tVars['cat']);
echo '<span class="b" style="height: 20px;"></span>';
$iso = GWF_Language::getCurrentISO();
foreach ($tVars['titles'] as $id => $d) {
    $title = $d[0];
    $etitle = Common::urlencodeSEO($d[0]);
    $catid = $d[1];
    $cat = $d[2];
    #($catid === 0) ? GWF_HTML::lang('no_category') : $d[2];
    $cat = Common::urlencodeSEO($cat);
    $newsid = (int) $d[3];
    $url = sprintf('/news/%s/%s/%s/%s/%s#newsid_%d', $iso, $catid, $cat, $newsid, $etitle, $newsid);
    echo sprintf('<a href="%s">%s</a>', $url, GWF_HTML::display($title));
}
?>
	</span>
	
Example #23
0
<?php

echo SSYHTML::getBoxTitled($tLang->lang('when5_title'), $tLang->lang('when5_info'));
?>

<span class="t" style="">
<span class="ssy800v_R ssy_st_out3">
	<?php 
echo SSYHTML::smallSoftwareBox($tLang, array('#', '#', '#', '#'));
?>
	<span class="ssy_st_out3_t ssy800h">TEXT_MISSING</span>
	<span class="ssy800v ssy_st_out2">
<!-- 	<span class="ssy_st_out2_t">SEKTORSTUDIE</span> -->
		<span class="ssy800v_R ssy_st_out1">
		</span>
	</span>
</span>
</span>
Example #24
0
<?php

SSYHTML::$menuID = SSY_MENU_LOGIN;
echo $tVars['form'];
Example #25
0
<div>
<?php 
echo SSYHTML::getBoxTitled($tLang->lang('soft_1_title_2'), $tLang->lang('soft_1_info_1'));
#echo SSYHTML::softwareBoxFromID($tLang, 1)
?>

<span class="t" style="">
<span class="ssy800v_R ssy_st_out3">
	<span class="ssy_small_softbox">
	<?php 
$keys = $tLang->lang('soft_nachk3_k');
$index = (int) Common::getGet('index', 0);
$index = Common::clamp($index, 0, count($keys) - 1);
$body = $tLang->lang('soft_nachk3_b');
foreach ($keys as $i => $txt) {
    $href = GWF_WEB_ROOT . 'nachkalkulation/eisdiele/' . $i;
    echo sprintf('<a href="%s">%s</a>', $href, $txt);
}
?>
	</span>
	<span class="ssy_st_out3_t ssy800h"><?php 
echo GWF_String::toUpper($keys[$index]);
?>
</span>
	<span class="ssy800v ssy_st_out2">
		<span class="ssy800v_R ssy_st_out1">
			<?php 
echo $body[$index];
?>
		</span>
	</span>
Example #26
0
<?php

SSYHTML::$menuID = SSY_MENU_MAIN;
echo SSYHTML::getBoxTitled($tLang->lang('contact_title'), $tLang->lang('contact_info', array($tVars['email']) . $tVars['skype']));
echo $tVars['form'];