summaryrefslogtreecommitdiff
path: root/views/controls/reader/about-room.ejs
blob: 974fe0fe842028951afbeea222a0c4fb01e95d01 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<div class="aboutRoom vvbox">
	<h1>
		<span class="roomName">[[- name ]]</span>
		<br>
    [[ if (authorpic) { ]]
      <a href="[[- authorlink ]]" class="authorName"><div class="profilePic" style="background-image:url([[- authorpic ]])"></div></a>
    [[ } else { ]]
      <a href="[[- authorlink ]]" class="authorName"><span class="ion-ios7-person-outline"></span></a>
    [[ } ]]
		<a href="[[- authorlink ]]" class="authorName">[[- author ]]</a>
	</h1>
	[[ if (description) { ]]
	<span class="txt description">[[- description ]]</span>
	[[ } ]]
	
	<span class="txt">Last modified [[- date ]]</span>

	<div class="share">
		<h2>Share on–</h2>
		<a id="share_facebook">Facebook</a>
		<a id="share_twitter">Twitter</a>
    <a id="share_embed">Embed</a>
	</div>

	  [[ if (canEdit) { ]]
	   <a href="[[- editlink ]]" class="btn warn marg" id="edit-room-link">Edit Room</a>
	  [[ } ]]
</div>