24 lines
1.2 KiB
HTML
24 lines
1.2 KiB
HTML
<div data-role="content">
|
|
<div style="text-align: center;">
|
|
<% if(profile.data.name){ %>
|
|
<h2 id="benvenuto">Bentornat<% if(profile.data.gender=="male"){%>o<%}else{%>a<%}%>
|
|
<br><%=profile.data.name %></h2>
|
|
<% } %>
|
|
<img id="sfondo" src="https://dl.dropboxusercontent.com/s/6qrdp9mbi1rb92k/sfondo.png">
|
|
</div>
|
|
</div>
|
|
<div data-role="popup" id="nuovoGruppo" data-history="false" data-dismissible="false">
|
|
<div data-role="header"><h1>IMPORTANTE</h1></div>
|
|
<div role="main" class="ui-content">
|
|
<p style="text-align: center;font-style: italic;">
|
|
<img src="https://dl.dropboxusercontent.com/s/xnbrbbe7eejkfv2/festa.png"><br><br>
|
|
Le admin <br><br><b>Alessia, Elena e Francesca</b><br><br>hanno RIFONDATO IL GRUPPO!!<br>
|
|
<br>"<b>Gruppo La Pasta Madre</b>"<br>
|
|
<br>vuoi chiedere di diventare membro?
|
|
</p>
|
|
<p style="text-align: center;">
|
|
<a id="goFbGroup" href="#" class="ui-btn ui-corner-all ui-shadow ui-btn-inline ui-btn-b" data-rel="back">Si</a>
|
|
<a href="#" class="ui-btn ui-corner-all ui-shadow ui-btn-inline ui-btn-b" data-rel="back" data-transition="flow">No</a>
|
|
</p>
|
|
</div>
|
|
</div> |