示例#1
0
:</h1>
<div class="divider"></div>
<h2><?php 
webyep_shortText(sWYLS('Veranstaltungstitel', 'EventTitle'), false);
?>
</h2>
<p><strong><?php 
echo sLS('Wann', 'When');
?>
:</strong><br /><?php 
webyep_shortText(sWYLS('Wann', 'When'), false);
?>
</p>
<p><strong><?php 
echo sLS('Wo', 'Where');
?>
:</strong><br /><?php 
webyep_shortText(sWYLS('Wo', 'Where'), false);
?>
</p>
<!--
<h2>„Tag der offenen Tür“</h2>
<p><strong>Wann: </strong>15.10.2010, 14.00–20.00 Uhr</p>
<p><strong>Wo: </strong>Therapiezentrum „Leben in Balance“</p>
-->
<div class="divider"></div>
<a href="events.php">»»» <?php 
echo sLS('Weitere Termine', 'More events');
?>
</a>
示例#2
0
<h##PageHeadingLevel## class="WebYepPageHeading"><?php 
webyep_shortText("PageHeading{$sFieldPostfix}", false);
?>
</h##PageHeadingLevel##>
示例#3
0
<?php

if (webyep_sShortTextContent("BlockHeading{$sFieldPostfix}", false) || webyep_bIsEditMode()) {
    ?>
<h##BlockHeadingLevel## class="WebYepBlockHeading"><?php 
    webyep_shortText("BlockHeading{$sFieldPostfix}", false);
    ?>
</h##BlockHeadingLevel##>
<?php 
}
示例#4
0
文件: partners.php 项目: bcneb/WebYep
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>
</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();
示例#5
0
<?php

if (webyep_sShortTextContent("Blocktitel{$sFieldPostfix}", false) || webyep_bIsEditMode()) {
    ?>
<h##BlockHeadingLevel## class="WebYepBlockHeading"><?php 
    webyep_shortText("Blocktitel{$sFieldPostfix}", false);
    ?>
</h##BlockHeadingLevel##>
<?php 
}
示例#6
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 
示例#7
0
<h##PageHeadingLevel## class="WebYepPageHeading"><?php 
webyep_shortText("Seitentitel{$sFieldPostfix}", false);
?>
</h##PageHeadingLevel##>
示例#8
0
</tr>
<tr>
<td valign="top">
    <div class="loopControls"><?php 
    $webyep_oCurrentLoop->showEditButtons();
    ?>
</div>
    <h2><?php 
    webyep_shortText(sWYLS("Titel", "Title"), false);
    ?>
</h2>
    <p><strong><?php 
    echo sLS("Wann", "When");
    ?>
:&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"));
    ?>
示例#9
0
<!-- 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 
}
示例#10
0
<!-- 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 
}