示例#1
0
" />
		<?php 
}
?>

		<label for="pagetext" style="position: relative;">
			<?php 
echo Lang::txt('COM_WIKI_FIELD_PAGETEXT');
?>
:
			<span class="required"><?php 
echo Lang::txt('COM_WIKI_REQUIRED');
?>
</span>
			<?php 
echo \Components\Wiki\Helpers\Editor::getInstance()->display('revision[pagetext]', 'pagetext', $this->revision->get('pagetext'), '', '35', '40');
?>
		</label>

	<?php 
if ($this->sub) {
    ?>
		<div class="field-wrap">
			<div class="grid">
				<div class="col span-half">
					<div id="file-manager" data-instructions="<?php 
    echo Lang::txt('COM_WIKI_CLICK_OR_DROP_FILE');
    ?>
" data-action="<?php 
    echo rtrim(Request::base(true), '/');
    ?>
示例#2
0
            ?>
" />
						<?php 
        }
        ?>

						<label for="comment_<?php 
        echo $this->comment->get('id');
        ?>
_content">
							<span class="label-text"><?php 
        echo Lang::txt('COM_WIKI_ENTER_COMMENTS');
        ?>
</span>
							<?php 
        echo \Components\Wiki\Helpers\Editor::getInstance()->display('comment[ctext]', 'comment_' . $this->comment->get('id') . '_content', '', 'minimal no-footer', '35', '4');
        ?>
						</label>

						<label id="comment-anonymous-label" for="comment-anonymous">
							<input class="option" type="checkbox" name="comment[anonymous]" id="comment-anonymous" value="1" />
							<?php 
        echo Lang::txt('COM_WIKI_POST_COMMENT_ANONYMOUSLY');
        ?>
						</label>

						<?php 
        echo Html::input('token');
        ?>

						<p class="submit">
示例#3
0
        ?>
 /> &#x272D;&#x272D;&#x272D;&#x272D;&#x272D; <?php 
        echo Lang::txt('COM_WIKI_FIELD_RATING_FIVE');
        ?>
</label>
					</fieldset>
				<?php 
    }
    ?>
				<label>
					<?php 
    echo Lang::txt('COM_WIKI_FIELD_COMMENTS');
    ?>
:
					<?php 
    echo \Components\Wiki\Helpers\Editor::getInstance()->display('comment[ctext]', 'ctext', $this->mycomment->get('ctext'), '', '35', '15');
    ?>
				</label>

				<input type="hidden" name="comment[created]" value="<?php 
    echo $this->escape($this->mycomment->get('created'));
    ?>
" />
				<input type="hidden" name="comment[id]" value="<?php 
    echo $this->escape($this->mycomment->get('id'));
    ?>
" />
				<input type="hidden" name="comment[created_by]" value="<?php 
    echo $this->escape($this->mycomment->get('created_by'));
    ?>
" />