コード例 #1
0
ファイル: contact.php プロジェクト: bcneb/WebYep
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 
include_once "../footer.inc.php";
コード例 #2
0
ファイル: about_team_member.php プロジェクト: bcneb/WebYep
    <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 
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>
コード例 #3
0
ファイル: events_category.php プロジェクト: bcneb/WebYep
:&nbsp;</strong><?php 
    webyep_shortText(sWYLS("Wann", "When"), false);
    ?>
</p>
    <p><strong><?php 
    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();
}
コード例 #4
0
ファイル: attachment.php プロジェクト: bcneb/WebYep
<!-- Attachment: ========================================= -->
<?php 
if (webyep_sShortTextContent("DateianhangBeschreibung{$sFieldPostfix}", false) || webyep_bIsEditMode()) {
    ?>
<p class="WebYepAttachment"><span class="WebYepAttachmentDescription"><?php 
    webyep_shortText("DateianhangBeschreibung{$sFieldPostfix}", false);
    ?>
 </span><span class="WebYepAttachmentFilename"><?php 
    webyep_attachment("Dateianhang{$sFieldPostfix}");
    ?>
</span></p>
<?php 
}
コード例 #5
0
ファイル: about.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">

<div><?php 
webyep_richText("Text", false, "../tinymce.css");
?>
</div>
<div><?php 
webyep_attachment("InfoFolder");
?>
</div>

</div>

<div id="sidebarRight">
    <?php 
echo sIMG('/photos/about.jpg', '');
?>
    <div class="imageCaption"><?php 
echo sLS("Ein freundliches, modernes Ambiente erwartet Sie.", "A friendly, modern atmosphere welcomes you.");
?>
</div>
</div>

<?php 
コード例 #6
0
ファイル: attachment.php プロジェクト: bcneb/WebYep
<!-- Attachment: ========================================= -->
<?php 
if (webyep_sShortTextContent("AttachmentDescription{$sFieldPostfix}", false) || webyep_bIsEditMode()) {
    ?>
<p class="WebYepAttachment"><span class="WebYepAttachmentDescription"><?php 
    webyep_shortText("AttachmentDescription{$sFieldPostfix}", false);
    ?>
 </span><span class="WebYepAttachmentFilename"><?php 
    webyep_attachment("AttachedFile{$sFieldPostfix}");
    ?>
</span></p>
<?php 
}