Example #1
0
<h1><?php 
echo sLS("Kontakt", "Contact");
?>
</h1>

<p><?php 
webyep_longText(sWYLS(sLS("Adresse DE", "Adresse EN"), sLS("Address DE", "Address EN")), true, "", true);
?>
</p>

<p>»»» <?php 
echo sLS("Plan zum Vergrößern anklicken:", "Click the plan to zoom:");
?>
<br />
<?php 
webyep_image(sWYLS("Plan", "Plan"), false, 'class="bordered"', "", "", 220, 0, true);
?>
</p>

<p>»»» <?php 
echo sLS("Anfahrtsplan und Beschreibung als PDF herunterladen:", "Download map and directions:");
?>
&nbsp;
<?php 
webyep_attachment(sWYLS("Anfahrtsplan", "Directions"));
?>
</p>

</div>

<?php 
Example #2
0
<div id="mainContent" class="noSubMenu">

<h1><?php 
echo sLS("Unsere Partner", "Our Partners");
?>
</h1>
<div style="height: 20px"></div>
<table cellspacing="0" cellpadding="0" border="0" width="100%">
<?php 
foreach (WYLoopElement::aLoopIDs(sWYLS("Termine", "Events")) as $webyep_oCurrentLoop->iLoopID) {
    $webyep_oCurrentLoop->loopStart(false);
    ?>
<tr>
<td valign="top" style="padding-right: 20px" width="1%">
    <?php 
    webyep_image(sWYLS("Logo", "Logo"), false, 'class="bordered"', "", "", 120, 0, false);
    ?>
</td>
<td valign="top">
    <div class="loopControls"><?php 
    $webyep_oCurrentLoop->showEditButtons();
    ?>
</div>
    <h2><?php 
    webyep_shortText(sWYLS("Titel", "Title"), false);
    ?>
</h2>
    <div><?php 
    webyep_longText(sWYLS("Beschreibung", "Description"), false, "", true);
    ?>
</div>
Example #3
0
<?php

include_once "../main.inc.php";
$sPageTitle = sLS("Leben in Balance", "Life in Balance");
include_once "../header.inc.php";
?>

<div id="mainContent">
<?php 
webyep_richText("Text", false, "../tinymce.css");
?>
<div style="height: 100px"></div>
</div>

<div id="sidebarRight">
    <?php 
webyep_image(sWYLS("Bild", "Image"), false, '', "", "", 192, 0, false);
?>
    <div class="imageCaption"><?php 
webyep_longText(sWYLS("Bildtext", "Caption"), false, "", true);
?>
</div>
</div>

<?php 
include_once "../footer.inc.php";
Example #4
0
<?php

include_once "../main.inc.php";
$sPageTitle = sLS("Leben in Balance", "Life in Balance");
include_once "../header.inc.php";
?>
<div id="sidebarLeft">
    <?php 
webyep_image(sWYLS("Foto", "Photo"), false, '', "", "", 120, 0, false);
?>
</div>
<div id="mainContent">

<h2><?php 
webyep_shortText("Name", false);
?>
</h2>

<table cellpadding="0" cellspacing="0" border="0" id="teamAttributes">
<tr>
    <td class="fieldLabel"><?php 
echo sLS("Ausbildung", "Education");
?>
:</td>
    <td><?php 
webyep_longText(sWYLS("Ausbildung", "Education"), false, "", true);
?>
</td>
</tr>
<tr>
    <td class="fieldLabel"><?php 
Example #5
0
    echo sLS("Wo", "Where");
    ?>
:&nbsp;</strong><?php 
    webyep_longText(sWYLS("Wo", "Where"), false, "", true);
    ?>
</p>
    <?php 
    webyep_richText("Text", false, "../tinymce.css");
    ?>
    <?php 
    webyep_attachment(sWYLS("Anhang", "Attachment"));
    ?>
</td>
<td valign="top" style="padding-left: 20px">
    <?php 
    webyep_image(sWYLS("Bild", "Image"), false, 'class="bordered zoomable"', "", "", 192, 0, true);
    ?>
    <div class="imageCaption"><?php 
    webyep_longText(sWYLS("Bildtext", "Caption"), false, "", true);
    ?>
</div>
</td>
</tr>
<?php 
    $webyep_oCurrentLoop->loopEnd();
}
?>
</table>
</div>