<a href="{link controller='Attachment' object=$attachment}{/link}"{if $attachment->canDownload()} class="jsImageViewer" title="{$attachment->filename}"{/if}>
{/if}
- <div class="attachmentThumbnailContainer">
+ <div class="attachmentThumbnailContainer">
<span class="attachmentThumbnailImage">
{if $attachment->hasThumbnail()}
<img src="{link controller='Attachment' object=$attachment}thumbnail=1{/link}" alt="" {if $attachment->thumbnailWidth >= ATTACHMENT_THUMBNAIL_WIDTH && $attachment->thumbnailHeight >= ATTACHMENT_THUMBNAIL_HEIGHT} class="attachmentThumbnailImageScalable"{/if}>
<span class="attachmentFilename">{$attachment->filename}</span>
</span>
</div>
-
+
<ul class="attachmentMetaData inlineList">
<li>
<span class="icon icon16 fa-file-text-o"></span>
<span class="icon icon16 fa-eye"></span>
{#$attachment->downloads}
</li>
- </ul>
-
+ </ul>
+
{if $attachment->hasThumbnail()}
</a>
{/if}
{foreach from=$whoWasOnlineList item=userOnline}
<li><a href="{link controller='User' object=$userOnline}{/link}" title="{$userOnline->username} ({@$userOnline->lastActivityTime|date:$whoWasOnlineTimeFormat})" class="jsTooltip">{@$userOnline->getAvatar()->getImageTag(48)}</a></li>
{/foreach}
- </ul>
+ </ul>
{else}
<ul class="inlineList commaSeparated">
{foreach from=$whoWasOnlineList item=userOnline}
{@$box->render()}
{/foreach}
{/content}
- </div>
+ </div>
</div>
{/hascontent}
{@$__wcf->getAdHandler()->getAds('com.woltlab.wcf.footer.content')}
{/if}
</div>
-
+
{hascontent}
<aside class="sidebar boxesSidebarRight">
<div class="boxContainer">
{event name='boxesSidebarRightBottom'}
{/content}
- </div>
+ </div>
</aside>
{/hascontent}
</div>
</section>
-
+
{hascontent}
<div class="boxesBottom">
<div class="boxContainer">
{@$box->render()}
{/foreach}
{/content}
- </div>
+ </div>
</div>
{/hascontent}
-
+
{hascontent}
- <div class="boxesFooterBoxes">
+ <div class="boxesFooterBoxes">
<div class="layoutBoundary">
<div class="boxContainer">
{content}
{@$box->render()}
{/foreach}
{/content}
- </div>
+ </div>
</div>
</div>
{/hascontent}
{include file='pageFooter'}
</div>
-
+
{include file='pageMenuMobile'}
-
+
{event name='footer'}
<div class="pageFooterStickyNotice">
{@FOOTER_CODE}
<a id="bottom"></a>
-
+
</body>
</html>
{@$box->render()}
{/foreach}
{/content}
- </div>
+ </div>
</div>
</div>
{/hascontent}
{@$box->render()}
{/foreach}
{/content}
- </div>
+ </div>
</div>
{/hascontent}
{if MODULE_WCF_AD && $__disableAds|empty}{@$__wcf->getAdHandler()->getAds('com.woltlab.wcf.sidebar.bottom')}{/if}
{/content}
- </div>
+ </div>
</aside>
{/hascontent}
{/foreach}
{if !$letter|empty}<li class="lettersReset"><a href="{if $searchID}{link controller='MembersList' id=$searchID}sortField={$sortField}&sortOrder={$sortOrder}{/link}{else}{link controller='MembersList'}sortField={$sortField}&sortOrder={$sortOrder}{/link}{/if}" class="button small">{lang}wcf.user.members.sort.letters.all{/lang}</a></li>{/if}
</ul>
- </div>
+ </div>
</section>
-
+
<section class="box">
<form method="post" action="{if $searchID}{link controller='MembersList' id=$searchID}{/link}{else}{link controller='MembersList'}{/link}{/if}">
<h2 class="boxTitle">{lang}wcf.user.members.sort{/lang}</h2>
{@$box->render()}
{/foreach}
{/content}
- </div>
+ </div>
</div>
</div>
{/hascontent}
<span class="icon icon24 fa-search"></span>
<span class="menuOverlayItemTitle">{lang}wcf.global.search{/lang}</span>
</a>
- </li>
+ </li>
<li class="menuOverlayItem" id="pageMainMenuMobilePageOptionsContainer">
<a href="#" class="menuOverlayItemLink box24">
<span class="icon icon24 fa-gears"></span>
{foreach from=$__wcf->getBreadcrumbs() item=$breadcrumb}
<li class="menuOverlayItem">
<a href="{$breadcrumb->getURL()}" class="menuOverlayItemLink">
- <span{if $__breadcrumbsDepth} style="padding-left: {$__breadcrumbsDepth * 20}px" {/if} class="box24">
+ <span{if $__breadcrumbsDepth} style="padding-left: {$__breadcrumbsDepth * 20}px" {/if} class="box24">
<span class="icon icon24 fa-{if $__breadcrumbsDepth}caret-right{else}home{/if}"></span>
<span class="menuOverlayItemTitle">{$breadcrumb->getLabel()}</span>
</span>
<h3>
<a href="{link controller='User' object=$event->getUserProfile()}{/link}" class="userLink" data-user-id="{@$event->getUserProfile()->userID}">{$event->getUserProfile()->username}</a>
<small class="separatorLeft">{@$event->time|time}</small>
- </h3>
+ </h3>
<div>{@$event->getTitle()}</div>
<small class="containerContentType">{lang}wcf.user.recentActivity.{@$event->getObjectTypeName()}{/lang}</small>
</div>
{capture assign='headContent'}
- <style type="text/css">
+ <style type="text/css">
#fieldset1 {
display: none;
}
<dl class="plain inlineDataList">
{include file='userInformationStatistics'}
- </dl>
+ </dl>
</div>
</div>
</li>
{/if}
{/if}
</h3>
-</div>
+</div>
<ul class="inlineList commaSeparated">
{if $__wcf->getSession()->getPermission('user.profile.canViewUserProfile') && $user->isAccessible('canViewProfile')}
{if $user->isVisibleOption('gender') && $user->gender}<li>{lang}wcf.user.gender.{if $user->gender == 1}male{else}female{/if}{/lang}</li>{/if}
{hascontentelse}
<div class="section">
<p class="info">{lang}wcf.user.profile.content.about.noPublicData{/lang}</p>
- </div>
+ </div>
{/hascontent}
<h3>
<a href="{link controller='User' object=$like->getUserProfile()}{/link}" class="userLink" data-user-id="{@$like->getUserProfile()->userID}">{$like->getUserProfile()->username}</a>
<small class="separatorLeft">{@$like->time|time}</small>
- </h3>
+ </h3>
<div>{@$like->getTitle()}</div>
<small class="containerContentType">{lang}wcf.like.objectType.{@$like->getObjectTypeName()}{/lang}</small>
</div>
<ul class="inlineList dotSeparated">
<li>{lang}wcf.user.usersOnline.detail{/lang}</li>
{if $usersOnlineShowRecord && USERS_ONLINE_RECORD}<li>{lang}wcf.user.usersOnline.record{/lang}</li>{/if}
- </ul>
+ </ul>
{if $usersOnlineList|count}
<ul class="inlineList commaSeparated">
<copyright>WoltLab GmbH</copyright>
<license>GNU Lesser General Public License</license>
<version>3.0.0 Alpha 1</version>
- <image>stylePreview-defaultStyle.png</image>
+ <image>stylePreview-defaultStyle.png</image>
</general>
<author>
</select>
</dd>
</dl>
- </div>
+ </div>
</section>
<div class="formSubmit">
<dt></dt>
<dd>
<label><input type="checkbox" name="applyChangesToExistingUsers" value="1"{if $applyChangesToExistingUsers} checked{/if}> {lang}wcf.acp.user.notificationPresetSettings.applyChangesToExistingUsers{/lang}</label>
- <small>{lang}wcf.acp.user.notificationPresetSettings.applyChangesToExistingUsers.description{/lang}</small>
+ <small>{lang}wcf.acp.user.notificationPresetSettings.applyChangesToExistingUsers.description{/lang}</small>
</dd>
</dl>
</div>
<p class="info">{lang}wcf.global.noItems{/lang}</p>
{/if}
</section>
- </div>
+ </div>
</div>
{else}
<p class="info">{lang}wcf.global.noItems{/lang}</p>
</ol>
</li>
</ol>
- </div>
+ </div>
</div>
<div id="spHeader" data-region="wcfHeader">
</div>
</div>
</div>
- </div>
+ </div>
</div>
<script>
<dd>
<div dir="ltr">
<textarea id="individualScss" rows="20" cols="40" name="individualScss">{$variables[individualScss]}</textarea>
- </div>
+ </div>
<small>{lang}wcf.acp.style.advanced.individualScss.description{/lang}</small>
</dd>
</dl>
<span class="dimmed">${$variableName}</span>
</figcaption>
<div class="colorPreview"><div class="jsColorPicker" style="background-color: {$variables[$variableName]}" data-color="{$variables[$variableName]}" data-store="{$variableName}_value"></div></div>
- <input type="hidden" id="{$variableName}_value" name="{$variableName}" value="{$variables[$variableName]}">
+ <input type="hidden" id="{$variableName}_value" name="{$variableName}" value="{$variables[$variableName]}">
</figure>
\ No newline at end of file
<dt></dt>
<dd>
<label><input type="checkbox" id="banned" name="banned" value="1"{if $banned == 1} checked{/if}> {lang}wcf.acp.user.banUser{/lang}</label>
- <small>{lang}wcf.acp.user.banUser.description{/lang}</small>
+ <small>{lang}wcf.acp.user.banUser.description{/lang}</small>
</dd>
</dl>
<dt></dt>
<dd>
<label><input type="checkbox" name="applyChangesToExistingUsers" value="1"{if $applyChangesToExistingUsers} checked{/if}> {lang}wcf.acp.user.option.setDefaults.applyChangesToExistingUsers{/lang}</label>
- <small>{lang}wcf.acp.user.option.setDefaults.applyChangesToExistingUsers.description{/lang}</small>
+ <small>{lang}wcf.acp.user.option.setDefaults.applyChangesToExistingUsers.description{/lang}</small>
</dd>
</dl>
</div>
</section>
{event name='resultOptionSections'}
- </section>
+ </section>
<div class="formSubmit">
<input type="submit" value="{lang}wcf.global.button.submit{/lang}" accesskey="s">
<input type="hidden" name="no_shipping" value="1">
<input type="hidden" name="notify_url" value="'.StringUtil::encodeHTML(LinkHandler::getInstance()->getLink('PaypalCallback')).'">
<input type="hidden" name="quantity" value="1">
- <input type="hidden" name="return" value="'.StringUtil::encodeHTML($returnURL).'">
+ <input type="hidden" name="return" value="'.StringUtil::encodeHTML($returnURL).'">
<button class="small" type="submit">'.WCF::getLanguage()->get('wcf.payment.paypal.button.purchase').'</button>
</form>';
<item name="wcf.global.configureDB.database"><![CDATA[Database Name]]></item>
<item name="wcf.global.configureDB.database.description"><![CDATA[The database must already exist.]]></item>
<item name="wcf.global.configureDB.number"><![CDATA[Installation Number]]></item>
- <item name="wcf.global.configureDB.number.description"><![CDATA[The installation number allows you to install multiple installations of this software into the same database. If this is your first installation in this database, you should enter <em>1</em>.]]></item>
+ <item name="wcf.global.configureDB.number.description"><![CDATA[The installation number allows you to install multiple installations of this software into the same database. If this is your first installation in this database, you should enter <em>1</em>.]]></item>
<item name="wcf.global.configureDB.error"><![CDATA[An error has occurred while trying to connect to your database:
<br><strong>{$exception->getMessage()}{if $exception->getPrevious()}<br>{$exception->getPrevious()->getMessage()}{/if}</strong>]]></item>
<item name="wcf.global.configureDB.conflictedTables"><![CDATA[The following table{if $conflictedTables|count > 1}s{/if} already exist{if $conflictedTables|count == 1}s{/if} within your “{$dbName}” Database:<br>{implode from=$conflictedTables item="table"}{$table}{/implode}.<br><br>To solve this problem, please do one of the following:<br>1. Remove the table{if $conflictedTables|count > 1}s{/if} manually and continue the installation with the “Next” button or<br>2. You re-enter the database access information, but to a different database and continue the installation with the “Next” button or<br>3. Enter a new installation number, not forgetting to continue the installation with the “Next” Button.]]></item>
<h2 class="sectionTitle">{lang}wcf.global.next{/lang}</h2>
<p class="sectionDescription">{lang}wcf.global.next.description{/lang}</p>
</header>
-</section>
+</section>
<form method="post" action="install.php?step={@$nextStep}">
<div class="formSubmit">