Sha256: 2645b337ce6ae2f345d895f2b3f78f34bc6d61e80f033436388bc60b1f97513c

Contents?: true

Size: 1.54 KB

Versions: 16

Compression:

Stored size: 1.54 KB

Contents

      <div>
      	
			<div class="block">
		    <div class="header">
		      <%=image_tag("btn/btn_friend.png", :class => "header_icon")%>
		      <div class="header_text">
		        Chat
		      </div>
		    </div>
				
				<div id="status" class="dropdown">
			    <dt><a href=""><span>Establecer estado</span></a></dt>
			    <dd>
			        <ul>
					      <li><a href="#" class="option"><img class="flag" src="assets/status/available.png" alt=""/> Disponible <span class="value">chat</span></a></li>
					      <li><a href="#" class="option"><img class="flag" src="assets/status/away.png" alt=""/> Ausente <span class="value">away</span></a></li>
					      <li><a href="#" class="option"><img class="flag" src="assets/status/dnd.png" alt=""/> No molestar <span class="value">dnd</span></a></li>
			        </ul>
			    </dd>
        </div>
				
		  </div>
	
	    <% @contacts = getChatContacts %>

			<div class="users_connected">
				<% unless @contacts.empty? %>
				  <%@contacts.each do |contact| %>
							<div class="user_presence" name='<%=contact.name%>' slug='<%=contact.slug%>'>
								<a title='<%=contact.name%>' class="presence_user_link" width="28">
								  <%=image_tag(contact.logo.url, :alt => contact.name , :size => "28x28")%>
									<% if contact.user.status %>
									<%=image_tag("status/" + contact.user.status + ".png", :class => "presence_status") %></a>
									<% end %>
								</a>
              </div>
				  <%end%>
				<% end %>
			</div>
			
			</div>
 	
			<div id="chat_divs">	
	      <div id="chat_div">
	      </div>
			</div>

Version data entries

16 entries across 16 versions & 2 rubygems

Version Path
social_stream-presence-0.0.18 app/views/xmpp/_chat_contacts.html.erb
social_stream-presence-0.0.17 app/views/xmpp/_chat_contacts.html.erb
social_stream-presence-0.0.16 app/views/xmpp/_chat_contacts.html.erb
social_stream-presence-0.0.15 app/views/xmpp/_chat_contacts.html.erb
social_stream-presence-0.0.14 app/views/xmpp/_chat_contacts.html.erb
social_stream-0.12.1 presence/app/views/xmpp/_chat_contacts.html.erb
social_stream-presence-0.0.13 app/views/xmpp/_chat_contacts.html.erb
social_stream-0.12.0 presence/app/views/xmpp/_chat_contacts.html.erb
social_stream-presence-0.0.12 app/views/xmpp/_chat_contacts.html.erb
social_stream-presence-0.0.10 app/views/xmpp/_chat_contacts.html.erb
social_stream-presence-0.0.9 app/views/xmpp/_chat_contacts.html.erb
social_stream-presence-0.0.8 app/views/xmpp/_chat_contacts.html.erb
social_stream-presence-0.0.7 app/views/xmpp/_chat_contacts.html.erb
social_stream-presence-0.0.6 app/views/xmpp/_chat_contacts.html.erb
social_stream-0.11.8 presence/app/views/xmpp/_chat_contacts.html.erb
social_stream-presence-0.0.5 app/views/xmpp/_chat_contacts.html.erb