2023-09-05 15:21:01 +02:00
|
|
|
<div class="row">
|
|
|
|
<div class="col12">
|
|
|
|
<?php $pictureSize = $this->getData(['module', $this->getUrl(0), 'posts', $this->getUrl(1), 'pictureSize']) === null ? '100' : $this->getData(['module', $this->getUrl(0), 'posts', $this->getUrl(1), 'pictureSize']); ?>
|
|
|
|
<?php if ($this->getData(['module', $this->getUrl(0), 'posts', $this->getUrl(1), 'hidePicture']) == false) {
|
|
|
|
echo '<img class="blogArticlePicture blogArticlePicture' . $this->getData(['module', $this->getUrl(0), 'posts', $this->getUrl(1), 'picturePosition']) .
|
|
|
|
' pict' . $pictureSize . '" src="' . helper::baseUrl(false) . self::FILE_DIR . 'source/' . $this->getData(['module', $this->getUrl(0), 'posts', $this->getUrl(1), 'picture']) .
|
|
|
|
'" alt="' . $this->getData(['module', $this->getUrl(0), 'posts', $this->getUrl(1), 'picture']) . '">';
|
|
|
|
} ?>
|
|
|
|
<?php echo $this->getData(['module', $this->getUrl(0), 'posts', $this->getUrl(1), 'content']); ?>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="row verticalAlignMiddle">
|
|
|
|
<div class="col12 blogDate">
|
|
|
|
<!-- bloc signature et date -->
|
|
|
|
<?php echo template::ico('user'); ?>
|
|
|
|
<?php echo $module::$articleSignature; ?>
|
|
|
|
<?php echo template::ico('calendar-empty'); ?>
|
|
|
|
<?php echo helper::dateUTF8($module::$dateFormat, $this->getData(['module', $this->getUrl(0), 'posts', $this->getUrl(1), 'publishedOn'])) . ' - ' . helper::dateUTF8($module::$timeFormat, $this->getData(['module', $this->getUrl(0), 'posts', $this->getUrl(1), 'publishedOn'])); ?>
|
|
|
|
<!-- Bloc edition -->
|
|
|
|
<?php if (
|
|
|
|
|
|
|
|
$this->getUser('password') === $this->getInput('ZWII_USER_PASSWORD')
|
|
|
|
and
|
|
|
|
( // Propriétaire
|
|
|
|
($this->getData(['module', $this->getUrl(0), 'posts', $this->getUrl(1), 'editConsent']) === $module::EDIT_OWNER
|
|
|
|
and ($this->getData(['module', $this->getUrl(0), 'posts', $this->getUrl(1), 'userId']) === $this->getUser('id')
|
|
|
|
or $this->getUser('group') === self::GROUP_ADMIN)
|
|
|
|
)
|
|
|
|
or (
|
|
|
|
// Groupe
|
|
|
|
($this->getData(['module', $this->getUrl(0), 'posts', $this->getUrl(1), 'editConsent']) === self::GROUP_ADMIN
|
2023-09-22 15:19:18 +02:00
|
|
|
or $this->getData(['module', $this->getUrl(0), 'posts', $this->getUrl(1), 'editConsent']) === self::GROUP_EDITOR)
|
2023-09-05 15:21:01 +02:00
|
|
|
and $this->getUser('group') >= $this->getData(['module', $this->getUrl(0), 'posts', $this->getUrl(1), 'editConsent'])
|
|
|
|
)
|
|
|
|
or (
|
|
|
|
// Tout le monde
|
|
|
|
$this->getData(['module', $this->getUrl(0), 'posts', $this->getUrl(1), 'editConsent']) === $module::EDIT_ALL
|
|
|
|
and $this->getUser('group') >= $module::$actions['config']
|
|
|
|
)
|
|
|
|
)
|
|
|
|
) : ?>
|
|
|
|
<a href="<?php echo helper::baseUrl() . $this->getUrl(0) . '/edit/' . $this->getUrl(1); ?>">
|
|
|
|
<?php echo template::ico('pencil'); ?> Éditer
|
|
|
|
</a>
|
|
|
|
<?php endif; ?>
|
|
|
|
<!-- Bloc RSS-->
|
|
|
|
<?php if ($this->getData(['module', $this->getUrl(0), 'config', 'feeds'])) : ?>
|
|
|
|
<div id="rssFeed">
|
|
|
|
<a type="application/rss+xml" href="<?php echo helper::baseUrl() . $this->getUrl(0) . '/rss'; ?>" target="_blank">
|
|
|
|
<img src='module/blog/ressource/feed-icon-16.gif' />
|
|
|
|
<?php
|
|
|
|
echo '<p>' . $this->getData(['module', $this->getUrl(0), 'config', 'feedsLabel']) . '</p>';
|
|
|
|
?>
|
|
|
|
</a>
|
|
|
|
</div>
|
|
|
|
<?php endif; ?>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<?php if ($this->getData(['module', $this->getUrl(0), 'posts', $this->getUrl(1), 'commentClose'])) : ?>
|
|
|
|
<p>Cet article ne reçoit pas de commentaire.</p>
|
|
|
|
<?php else : ?>
|
|
|
|
<div class="row">
|
|
|
|
<div class="col12" id="comment">
|
|
|
|
<h3>
|
|
|
|
<?php
|
|
|
|
echo template::ico('comment', ['margin' => 'right']);
|
|
|
|
if ($module::$nbCommentsApproved > 0) {
|
|
|
|
echo $module::$nbCommentsApproved . ' commentaire' . ($module::$nbCommentsApproved > 1 ? 's' : '');
|
|
|
|
} else {
|
|
|
|
echo 'Pas encore de commentaire';
|
|
|
|
}
|
|
|
|
?>
|
|
|
|
</h3>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<?php echo template::formOpen('blogArticleForm'); ?>
|
|
|
|
<?php echo template::text('blogArticleCommentShow', [
|
|
|
|
'placeholder' => 'Rédiger un commentaire...',
|
|
|
|
'readonly' => true
|
|
|
|
]); ?>
|
|
|
|
<div id="blogArticleCommentWrapper" class="displayNone">
|
|
|
|
<?php if ($this->getUser('password') === $this->getInput('ZWII_USER_PASSWORD')) : ?>
|
|
|
|
<?php echo template::text('blogArticleUserName', [
|
|
|
|
'label' => 'Nom',
|
|
|
|
'readonly' => true,
|
|
|
|
'value' => $module::$editCommentSignature
|
|
|
|
]); ?>
|
|
|
|
<?php echo template::hidden('blogArticleUserId', [
|
|
|
|
'value' => $this->getUser('id')
|
|
|
|
]); ?>
|
|
|
|
<?php else : ?>
|
|
|
|
<div class="row">
|
|
|
|
<div class="col9">
|
|
|
|
<?php echo template::text('blogArticleAuthor', [
|
|
|
|
'label' => 'Nom'
|
|
|
|
]); ?>
|
|
|
|
</div>
|
|
|
|
<div class="col1 textAlignCenter verticalAlignBottom">
|
|
|
|
<div id="blogArticleOr">Ou</div>
|
|
|
|
</div>
|
|
|
|
<div class="col2 verticalAlignBottom">
|
|
|
|
<?php echo template::button('blogArticleLogin', [
|
|
|
|
'href' => helper::baseUrl() . 'user/login/' . str_replace('/', '_', $this->getUrl()) . '__comment',
|
|
|
|
'value' => 'Connexion'
|
|
|
|
]); ?>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<?php endif; ?>
|
|
|
|
<?php echo template::textarea('blogArticleContent', [
|
|
|
|
'label' => 'Commentaire avec maximum ' . $this->getData(['module', $this->getUrl(0), 'posts', $this->getUrl(1), 'commentMaxlength']) . ' caractères',
|
|
|
|
'class' => 'editorWysiwygComment',
|
|
|
|
'noDirty' => true,
|
|
|
|
'maxlength' => $this->getData(['module', $this->getUrl(0), 'posts', $this->getUrl(1), 'commentMaxlength'])
|
|
|
|
]); ?>
|
|
|
|
<div id="blogArticleContentAlarm"> </div>
|
|
|
|
<?php if ($this->getUser('password') !== $this->getInput('ZWII_USER_PASSWORD')) : ?>
|
|
|
|
<div class="row">
|
|
|
|
<div class="col12">
|
|
|
|
<?php echo template::captcha('blogArticleCaptcha', [
|
|
|
|
'limit' => $this->getData(['config', 'connect', 'captchaStrong']),
|
|
|
|
'type' => $this->getData(['config', 'connect', 'captchaType'])
|
|
|
|
]); ?>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<?php endif; ?>
|
|
|
|
<div class="row">
|
|
|
|
<div class="col2 offset8">
|
|
|
|
<?php echo template::button('blogArticleCommentHide', [
|
|
|
|
'class' => 'buttonGrey',
|
|
|
|
'value' => 'Annuler'
|
|
|
|
]); ?>
|
|
|
|
</div>
|
|
|
|
<div class="col2">
|
|
|
|
<?php echo template::submit('blogArticleSubmit', [
|
|
|
|
'value' => 'Envoyer',
|
|
|
|
'ico' => ''
|
|
|
|
]); ?>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<?php endif; ?>
|
|
|
|
<div class="row">
|
|
|
|
<div class="col12">
|
|
|
|
<?php foreach ($module::$comments as $commentId => $comment) : ?>
|
|
|
|
<div class="block">
|
|
|
|
<h4>
|
|
|
|
<?php echo template::ico('user'); ?>
|
|
|
|
<?php echo $module::$commentsSignature[$commentId]; ?>
|
|
|
|
<?php echo template::ico('calendar-empty'); ?>
|
|
|
|
<?php echo helper::dateUTF8($module::$dateFormat, $comment['createdOn']) . ' - ' . helper::dateUTF8($module::$timeFormat, $comment['createdOn']); ?>
|
|
|
|
</h4>
|
|
|
|
<?php echo $comment['content']; ?>
|
|
|
|
</div>
|
|
|
|
<?php endforeach; ?>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<?php echo $module::$pages; ?>
|