Files
IlLievitario-App/js/modules/about/aboutViewTemplate.html
T

38 lines
1.4 KiB
HTML

<div data-role="content">
<br>
<center>
<h1 style='font-size: xx-large;'><%= app.Name %><sup style='font-size: medium;'>&copy;</sup></h1>
<p>Copyright 2014<br>Lievitario è un marchio registrato</p>
<br>Applicazione Ricettario del <br><br>'<i><b>Gruppo La Pasta Madre</b></i>'<br><br>
<b>Versione:</b> <%= app.Version %><br><br>
<b>Sviluppatore:</b> <%= app.Author %><br><br>
<br><b>Dettagli Sviluppo: </b><br>S.O.:<%= app.Agent.os.name %><br>Versione: <%= app.Agent.os.version %><br><br>
<b>Librerie Usate: </b><br>JQuery:<%= app.Settings.JQueryVersion %><br>JQueryMobile: <%= app.Settings.JQueryMobileVersion %><br>
<div class="selectable"><b>Key Sync: </b><%= profile.getKeySave() %><br></div>
<br><br>
<b>Ringraziamenti a</b>
<br><br>
<i>Per il supporto morale e di coordinamento</i><br><br>
Alessia B. (Boss)<br>
Francesca M. (ViceBoss)<br><br>
<i>Per il codice del convertitore</i><br><br>
ringrazio l'autore Giuseppe Burgio <a href="http://www.pastamadre.eu/">PastaMadre</a><br><br>
<i>Per l'inserimento di tutte le ricette</i><br><br>
Monica R.<br>
Rita M.<br>
Angela P.<br>
Carlotta G.<br>
Cristina D.<br>
Daria M.o<br>
Giorgia B.<br>
Ire Piu' Pi<br>
Lucia A.<br>
Malek Ben C.<br>
Raffaella G.<br>
Serenella S.<br>
Valentina C.<br>
Valentina D'a.<br>
Valentina V.<br>
Valentina Yaya C.<br>
</center>
</div>