comparison browser_side/menu.py @ 147:60ea800b7237

browser side: fixed about menu + updated website URL
author Goffi <goffi@goffi.org>
date Sun, 09 Dec 2012 23:38:30 +0100
parents ddfcc4cb6cee
children 8635bc9db9bf
comparison
equal deleted inserted replaced
146:d15fbb208ba0 147:60ea800b7237
119 _dialog = dialog.GenericDialog("Contrat Social", _frame) 119 _dialog = dialog.GenericDialog("Contrat Social", _frame)
120 _dialog.setSize('80%', '80%') 120 _dialog.setSize('80%', '80%')
121 _dialog.show() 121 _dialog.show()
122 122
123 def onAbout(self): 123 def onAbout(self):
124 _about = HTML("""<b>Libervia</b>, a Salut à Toi project<br /> 124 _about = HTML("""<b>Libervia</b>, a Salut &agrave; Toi project<br />
125 <br /> 125 <br />
126 You can contact the author at <a href="mailto:goffi@goffi.org">goffi@goffi.org</a><br /> 126 You can contact the author at <a href="mailto:goffi@goffi.org">goffi@goffi.org</a><br />
127 Blog available (mainly in french) at <a href="http://www.goffi.org" target="_blank">http://www.goffi.org</a><br /> 127 Blog available (mainly in french) at <a href="http://www.goffi.org" target="_blank">http://www.goffi.org</a><br />
128 Project page: <a href="http://wiki.goffi.org/wiki/Salut_à_Toi"target="_blank">http://wiki.goffi.org/wiki/Salut_à_Toi</a><br /> 128 Project page: <a href="http://sat.goffi.org"target="_blank">http://sat.goffi.org</a><br />
129 <br /> 129 <br />
130 Any help welcome :) 130 Any help welcome :)
131 <p style='font-size:small;text-align:center'>This project is dedicated to Roger Poisson</p> 131 <p style='font-size:small;text-align:center'>This project is dedicated to Roger Poisson</p>
132 """) 132 """)
133 _dialog = dialog.GenericDialog("About", _about) 133 _dialog = dialog.GenericDialog("About", _about)