예제 #1
0
파일: contact.php 프로젝트: bcneb/WebYep
<?php

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

<div id="mainContent" class="noSubMenu">
<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;
예제 #2
0
파일: partners.php 프로젝트: bcneb/WebYep
<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>
</td>
</tr>
<tr>
<td valign="top" colspan=2>
    <div style="height: 1px; padding-top: 20px; margin-top:20px; border-top: 1px solid #C0D445"></div>
</td>
</tr>
<?php 
    $webyep_oCurrentLoop->loopEnd();
}
?>
</table>
</div>
예제 #3
0
파일: therapies.php 프로젝트: bcneb/WebYep
<?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";
예제 #4
0
?>
</td>
</tr>
<tr>
    <td class="fieldLabel"><?php 
echo sLS("Lebenslauf", "Curriculum Vitae");
?>
:</td>
    <td><?php 
webyep_attachment(sWYLS("Lebenslauf", "CV"));
?>
&nbsp;<small>&laquo;&laquo;&laquo;&nbsp;<?php 
echo sLS("zum Herunterladen anlicken", "click to download");
?>
</small></td>
</tr>
<tr>
    <td class="fieldLabel"><?php 
echo sLS("Kontakt", "Contact");
?>
:</td>
    <td><?php 
webyep_longText(sWYLS("Kontakt", "Contact"), false, "", true);
?>
</td>
</tr>
</table>

</div>
<?php 
include_once "../footer.inc.php";
예제 #5
0
파일: text.php 프로젝트: bcneb/WebYep
<!-- Text: =============================================== -->
<div class="WebYepText"><?php 
/* check for installed WYSIWYG HTML editor */
if (file_exists("{$webyep_sIncludePath}/opt/rte") || file_exists("{$webyep_sIncludePath}/opt/tinymce") || file_exists("{$webyep_sIncludePath}/opt/fckeditor") || file_exists("{$webyep_sIncludePath}/opt/ckeditor")) {
    webyep_richText("Text{$sFieldPostfix}", false, "/webyep_text.css", true);
} else {
    webyep_longText("Text{$sFieldPostfix}", false, "", true);
}
?>
</div>