| *** River_Rat has joined #zope | 00:02 | |
| *** River-Rat has quit IRC | 00:04 | |
| *** fredvd has joined #zope | 00:04 | |
| *** __mac__1 has quit IRC | 00:08 | |
| *** __mac__ has joined #zope | 00:12 | |
| *** fredvd_ has joined #zope | 00:14 | |
| *** fredvd has quit IRC | 00:14 | |
| *** mcdonc has quit IRC | 00:28 | |
| *** evilbungle has joined #zope | 00:37 | |
| *** mcdonc has joined #zope | 00:44 | |
| *** evilbungle has quit IRC | 00:51 | |
| *** sp0cksbeard has quit IRC | 00:59 | |
| *** kiorky_ has joined #zope | 01:03 | |
| *** kiorky has quit IRC | 01:04 | |
| *** J1m has quit IRC | 01:10 | |
| *** fdrake has quit IRC | 01:24 | |
| *** mr_jolly has joined #zope | 01:46 | |
| *** JFMoore has joined #zope | 01:58 | |
| *** _mup_ has quit IRC | 02:00 | |
| *** _mup_ has joined #zope | 02:00 | |
| *** JFMoore has quit IRC | 02:21 | |
| *** supersheep has quit IRC | 02:26 | |
| *** supersheep has joined #zope | 02:27 | |
| *** mr_jolly has quit IRC | 02:37 | |
| *** River-Rat has joined #zope | 02:57 | |
| *** River_Rat has quit IRC | 03:00 | |
| *** daMaestro has quit IRC | 03:02 | |
| *** Spanktar has quit IRC | 03:25 | |
| *** fredvd_ has quit IRC | 03:28 | |
| *** KageSenshi has joined #zope | 03:30 | |
| *** aodag has joined #zope | 03:36 | |
| *** nande has quit IRC | 03:44 | |
| *** tiwula has quit IRC | 04:17 | |
| *** fdrake has joined #zope | 04:40 | |
| *** kosh has quit IRC | 05:18 | |
| *** tiwula has joined #zope | 05:23 | |
| *** River_Rat has joined #zope | 05:41 | |
| *** River-Rat has quit IRC | 05:43 | |
| *** River_Rat has quit IRC | 06:46 | |
| *** River_Rat has joined #zope | 06:46 | |
| *** tiwula has quit IRC | 07:01 | |
| *** tiwula has joined #zope | 07:08 | |
| *** tiwula has quit IRC | 07:45 | |
| *** __mac__ has joined #zope | 08:06 | |
| *** __mac__ has quit IRC | 08:27 | |
| *** __mac__ has joined #zope | 08:45 | |
| *** menesis has joined #zope | 08:52 | |
| *** __mac__ has quit IRC | 09:00 | |
| *** miano has joined #zope | 09:01 | |
| *** tisto has joined #zope | 09:08 | |
| *** agroszer has joined #zope | 09:19 | |
| *** avoinea has joined #zope | 09:27 | |
| *** aodag has quit IRC | 09:49 | |
| *** __mac__ has joined #zope | 09:53 | |
| *** zagy has joined #zope | 09:55 | |
| *** maurits has joined #zope | 10:02 | |
| *** MrTango has joined #zope | 10:04 | |
| *** xqo has joined #zope | 10:12 | |
| xqo | Hi, how can I make one of the radio buttons created be checked by default? http://hastebin.com/jacapodame.xml | 10:14 |
|---|---|---|
| xqo | i think maybe i could add <input ... checked="checked">, but wouldnt that try checking all the buttons? | 10:21 |
| *** __mac__ has quit IRC | 10:22 | |
| *** MrTango has quit IRC | 10:23 | |
| *** MrTango has joined #zope | 10:24 | |
| *** kiorky_ has quit IRC | 10:36 | |
| *** kiorky has joined #zope | 10:36 | |
| *** __mac__ has joined #zope | 10:54 | |
| *** fredvd has joined #zope | 11:21 | |
| *** eperez has joined #zope | 11:48 | |
| *** eperez has quit IRC | 12:07 | |
| *** eperez has joined #zope | 12:09 | |
| *** RichyB has joined #zope | 12:09 | |
| *** Arfrever has quit IRC | 12:17 | |
| xqo | hi! please save me. | 12:26 |
| xqo | somehow, i suspect by magic, this is making a button that takes you to the next page http://hastebin.com/lilenopego.xml | 12:26 |
| xqo | how do i make my own button | 12:26 |
| xqo | ??? | 12:26 |
| mgedmin | um, you insert an <input type="submit" ... /> into your page template | 12:29 |
| xqo | <BUTTON TEXT_ON_BUTTON="COME ON WORK" ONCLICK="MAGIC()"> | 12:30 |
| mgedmin | well, <button> exists in HTML, but it's rarely used | 12:30 |
| mgedmin | (and very buggy on IE 6) | 12:31 |
| mgedmin | I suggest you avoid it | 12:31 |
| xqo | mgedmin: what would a sample <input ...> look like? | 12:32 |
| mgedmin | you have one right there in that paste you pasted | 12:33 |
| xqo | ok how bout this | 12:33 |
| xqo | can you replace all those references to code | 12:33 |
| xqo | with code? | 12:34 |
| xqo | and which | 12:34 |
| xqo | of them | 12:34 |
| xqo | is doing the work? | 12:34 |
| xqo | i dont mean, plz do, i mean is it possible, and how does it look | 12:34 |
| mgedmin | there's some zope 2 magic with putting foo:method in the request | 12:36 |
| mgedmin | I've never used it | 12:36 |
| mgedmin | it ought to be documented somewhere | 12:36 |
| mgedmin | have you tried the Help tab in the ZMI? | 12:36 |
| xqo | <input type="submit" on_click="goto_page2.html()" button_image="pretty_button.jpg"> how should it look in reality? | 12:36 |
| mgedmin | can't you hire a web developer or something? | 12:37 |
| xqo | im supposed to learn how to do this.. | 12:37 |
| mgedmin | yay | 12:38 |
| xqo | i have 50min left to deliver the most amazing button anyone has ever seen | 12:38 |
| mgedmin | good luck with that | 12:38 |
| xqo | yeah thanks | 12:39 |
| mgedmin | to style buttons with images you're going to need either <input type="img"> or custom CSS | 12:39 |
| mgedmin | sorry, type="image" | 12:39 |
| mgedmin | then <input type="image" src="pretty_button.jpg"> | 12:39 |
| mgedmin | to make it work with Javascript, you need onclick="javascript code to run" | 12:40 |
| mgedmin | to make it work server-side, you need name="SOMETHING" | 12:40 |
| mgedmin | and then some server-side code to notice when "SOMETHING" appears in the request and react | 12:40 |
| mgedmin | (or there's that SOMETHING:method hack which, I think, calls a Python Method called 'SOMETHING' in the same folder?) | 12:40 |
| mgedmin | anyway, I've got to get back to work myself | 12:41 |
| xqo | what is i18n? | 12:41 |
| mgedmin | short for "internationalization" | 12:41 |
| mgedmin | ("i", 18 other letters, then "n", get it?) | 12:41 |
| xqo | lol | 12:42 |
| xqo | so its locale? text is there? | 12:42 |
| *** maurits1 has joined #zope | 12:43 | |
| *** maurits has quit IRC | 12:43 | |
| mgedmin | the i18n xml namespace is used in zope to mark texts for translation | 12:44 |
| *** maurits1 is now known as maurits | 12:44 | |
| *** sunew has joined #zope | 12:52 | |
| *** tisto has quit IRC | 13:02 | |
| *** fdrake has quit IRC | 13:17 | |
| *** __mac__ has quit IRC | 13:19 | |
| xqo | mgedmin are you here? | 13:25 |
| *** J1m has joined #zope | 13:32 | |
| *** __mac__ has joined #zope | 13:59 | |
| *** maurits has quit IRC | 14:10 | |
| *** maurits has joined #zope | 14:11 | |
| *** J1m has quit IRC | 14:25 | |
| *** J1m has joined #zope | 14:29 | |
| benji | autoconf for python: https://savannah.gnu.org/forum/forum.php?forum_id=7440; why am I not excited? | 14:35 |
| *** J1m has quit IRC | 14:45 | |
| *** J1m has joined #zope | 14:46 | |
| *** maurits has quit IRC | 14:48 | |
| *** J1m has quit IRC | 14:50 | |
| *** J1m has joined #zope | 15:09 | |
| *** maurits has joined #zope | 15:13 | |
| mgedmin | it knows about virtualenv but not setuptools/distribute? | 15:13 |
| mgedmin | generating PKG-INFO by hand from a template? | 15:13 |
| mgedmin | interesting approach | 15:14 |
| *** J1m has quit IRC | 15:18 | |
| *** xqo has quit IRC | 15:20 | |
| *** menesis has quit IRC | 15:22 | |
| *** maurits has quit IRC | 15:24 | |
| *** maurits has joined #zope | 15:25 | |
| *** kosh has joined #zope | 15:49 | |
| *** J1m has joined #zope | 16:07 | |
| *** sp0cksbeard has joined #zope | 16:07 | |
| *** menesis has joined #zope | 16:37 | |
| *** fredvd has quit IRC | 16:48 | |
| *** maurits has quit IRC | 17:40 | |
| *** sunew has quit IRC | 17:59 | |
| *** kosh has quit IRC | 18:08 | |
| *** River-Rat has joined #zope | 18:46 | |
| *** LeoRochael has joined #zope | 18:47 | |
| *** River_Rat has quit IRC | 18:48 | |
| *** thetet has joined #zope | 18:49 | |
| *** MrTango has quit IRC | 18:56 | |
| *** supton has joined #zope | 19:03 | |
| *** tiwula has joined #zope | 19:05 | |
| *** m8 has joined #zope | 19:36 | |
| *** River_Rat has joined #zope | 19:42 | |
| *** River-Rat has quit IRC | 19:45 | |
| *** eperez has quit IRC | 19:48 | |
| *** zagy has quit IRC | 19:49 | |
| *** LeoRochael has quit IRC | 19:51 | |
| *** LeoRochael has joined #zope | 19:53 | |
| *** supton_ has joined #zope | 19:59 | |
| *** agroszer has quit IRC | 20:00 | |
| *** supton has quit IRC | 20:03 | |
| *** menesis has quit IRC | 20:12 | |
| *** sunew has joined #zope | 20:14 | |
| *** nande has joined #zope | 20:15 | |
| *** __mac__ has quit IRC | 20:20 | |
| *** mcdonc_ has joined #zope | 20:22 | |
| *** sunew has quit IRC | 20:26 | |
| *** RichyB has quit IRC | 20:34 | |
| *** mcdonc_ has quit IRC | 20:37 | |
| *** mcdonc has quit IRC | 20:37 | |
| *** mcdonc has joined #zope | 20:37 | |
| *** menesis has joined #zope | 21:10 | |
| *** TresEquis has joined #zope | 21:20 | |
| *** benji has quit IRC | 21:28 | |
| *** benji has joined #zope | 21:28 | |
| *** avoinea has quit IRC | 21:45 | |
| *** supton has joined #zope | 21:48 | |
| *** River-Rat has joined #zope | 21:48 | |
| *** KageSenshi has quit IRC | 21:49 | |
| *** KageSenshi has joined #zope | 21:50 | |
| *** River_Rat has quit IRC | 21:50 | |
| *** KageSenshi has quit IRC | 21:55 | |
| *** jan_s has joined #zope | 21:58 | |
| *** KageSenshi has joined #zope | 21:58 | |
| *** jan_s has left #zope | 22:28 | |
| *** TresEquis has quit IRC | 22:30 | |
| *** thetet has quit IRC | 22:48 | |
| *** thetet has joined #zope | 22:51 | |
| *** iElectri1 has joined #zope | 23:17 | |
| *** iElectric has quit IRC | 23:22 | |
| *** supton has quit IRC | 23:26 | |
| *** betabug_ has joined #zope | 23:28 | |
| *** betabug has quit IRC | 23:33 | |
| *** __mac__ has joined #zope | 23:34 | |
| *** River_Rat has joined #zope | 23:35 | |
| *** River-Rat has quit IRC | 23:36 | |
| *** zagy has joined #zope | 23:40 | |
| *** benji has quit IRC | 23:55 | |
| *** benji has joined #zope | 23:55 | |
| *** kosh has joined #zope | 23:56 | |
Generated by irclog2html.py 4.0.0 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!