[virtualcommons-developer] commit/vcweb: dieg...@gmail.com: chat form sketch
Status: Beta
Brought to you by:
alllee
From: <com...@bi...> - 2013-03-27 21:37:03
|
1 new commit in vcweb: https://bitbucket.org/virtualcommons/vcweb/commits/4a51b1e2c2ad/ Changeset: 4a51b1e2c2ad User: dieg...@gmail.com Date: 2013-03-27 22:36:51 Summary: chat form sketch Affected #: 1 file diff -r d6f1de14bbcb0eda4c678329b03a7b2ed6dca41b -r 4a51b1e2c2ada637e97f641bcb52d59c9a5989be vcweb/broker/templates/broker/participate.html --- a/vcweb/broker/templates/broker/participate.html +++ b/vcweb/broker/templates/broker/participate.html @@ -274,6 +274,25 @@ <script type='text/html' id='REGULAR'> + <form> + <div class="span1" > + <a href="#" class="btn btn-primary" data-bind="submitChatOptionLocal"> + <i class="icon-home icon-white"></i> + <span><strong>Talk within group FREE</strong> + <input id="chat_within_group" hidden="True"> + </span> + </a> + </div> + <div class="span1"> + <a href="#" class="btn btn-primary" data-bind="submitChatOptionGlobal"> + <i class="icon-globe icon-white"></i> + <span><strong>Talk with other group $$ 2h</strong></span> + <input id="chat_between_group" hidden="True"> + </a> + </div> + </form> + + <div class='row'><div class='span4'><h3>My Current Earnings</h3> Repository URL: https://bitbucket.org/virtualcommons/vcweb/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |