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.
60 lines
2.3 KiB
Smarty
60 lines
2.3 KiB
Smarty
|
|
|
|
</div><!--END container -->
|
|
|
|
<div id="chat-modal" class="modal" tabindex="-1" role="dialog" aria-labelledby="Chat" aria-hidden="true">
|
|
<div class="modal-dialog">
|
|
<div class="modal-content">
|
|
<div class="modal-header">
|
|
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
|
|
<h3 id="myModalLabel">[[footer:chat.chatting_with]]</h3>
|
|
</div>
|
|
<div class="modal-body">
|
|
<textarea class="form-control" id="chat-content" cols="40" rows="10" readonly></textarea><br/>
|
|
<input id="chat-message-input" type="text" class="form-control" name="chat-message" placeholder="[[footer:chat.placeholder]]"/>
|
|
</div>
|
|
<div class="modal-footer">
|
|
<button type="button" id="chat-message-send-btn" href="#" class="btn btn-primary btn-lg btn-block
|
|
">[[footer:chat.send]]</button>
|
|
</div>
|
|
</div><!-- /.modal-content -->
|
|
</div><!-- /.modal-dialog -->
|
|
</div><!-- /.modal -->
|
|
|
|
|
|
<div id="alert_window"></div>
|
|
|
|
|
|
<footer id="footer" class="container footer">
|
|
<div class="row footer-stats">
|
|
<div class="col-md-3 col-xs-6">
|
|
<div class="stats-card well">
|
|
<h2><span id="stats_online"></span><br /><small>[[footer:stats.online]]</small></h2>
|
|
</div>
|
|
</div>
|
|
<div class="col-md-3 col-xs-6">
|
|
<div class="stats-card well">
|
|
<h2><span id="stats_users"></span><br /><small>[[footer:stats.users]]</small></h2>
|
|
</div>
|
|
</div>
|
|
<div class="col-md-3 col-xs-6">
|
|
<div class="stats-card well">
|
|
<h2><span id="stats_topics"></span><br /><small>[[footer:stats.topics]]</small></h2>
|
|
</div>
|
|
</div>
|
|
<div class="col-md-3 col-xs-6">
|
|
<div class="stats-card well">
|
|
<h2><span id="stats_posts"></span><br /><small>[[footer:stats.posts]]</small></h2>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="copyright">Copyright © 2013 <a target="_blank" href="http://www.nodebb.org">NodeBB</a> by <a target="_blank" href="https://github.com/psychobunny">psychobunny</a>, <a href="https://github.com/julianlam" target="_blank">julianlam</a>, <a href="https://github.com/barisusakli" target="_blank">barisusakli</a> from <a target="_blank" href="http://www.designcreateplay.com">designcreateplay</a></div>
|
|
</footer>
|
|
|
|
<script>
|
|
require(['forum/footer']);
|
|
</script>
|
|
|
|
</body>
|
|
</html> |