You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
<!-- IF loggedIn -->
|
|
|
|
<div class="clearfix quick-reply">
|
|
|
|
<div class="icon pull-left hidden-xs">
|
|
|
|
<a href="<!-- IF posts.user.userslug -->{config.relative_path}/user/{posts.user.userslug}<!-- ELSE -->#<!-- ENDIF posts.user.userslug -->">
|
|
|
|
<!-- IF loggedInUser.picture -->
|
|
|
|
<img component="user/picture" data-uid="{loggedInUser.uid}" src="{loggedInUser.picture}" align="left" itemprop="image" />
|
|
|
|
<!-- ELSE -->
|
|
|
|
<div component="user/picture" data-uid="{loggedInUser.uid}" class="user-icon" style="background-color: {loggedInUser.icon:bgColor};">{loggedInUser.icon:text}</div>
|
|
|
|
<!-- ENDIF loggedInUser.picture -->
|
|
|
|
<!-- IF loggedInUser.status -->
|
|
|
|
<i component="user/status" class="fa fa-circle status {loggedInUser.status}" title="[[global:{loggedInUser.status}]]"></i>
|
|
|
|
<!-- ENDIF loggedInUser.status -->
|
|
|
|
</a>
|
|
|
|
</div>
|
|
|
|
<form method="post" action="{config.relative_path}/compose">
|
|
|
|
<input type="hidden" name="tid" value="{tid}" />
|
|
|
|
<input type="hidden" name="_csrf" value="{config.csrf_token}" />
|
|
|
|
<div class="quickreply-message">
|
|
|
|
<textarea name="content" component="topic/quickreply/text" class="form-control" rows="5"></textarea>
|
|
|
|
</div>
|
|
|
|
<button type="submit" component="topic/quickreply/button" class="btn btn-primary pull-right">Post quick reply</button>
|
|
|
|
</form>
|
|
|
|
</div>
|
|
|
|
<!-- ENDIF loggedIn -->
|