Re: [Jaws-project-developers] gadget?
Status: Alpha
Brought to you by:
ionmx
|
From: <pj...@ho...> - 2004-10-22 19:41:55
|
pues ahora se puede leer, pero no se puede entender, ya que no tiene
redacción; te sugiero leer lo que escribes antes de enviarlo. Saludos.
Pablo.
----- Original Message -----
From: <ch...@gn...>
To: <mal...@gm...>
Cc: <jaw...@li...>
Sent: Friday, October 22, 2004 2:59 PM
Subject: Re: [Jaws-project-developers] gadget?
> Bueno pue si un disculpa, nadamas que no estoy acostrumbrado a escribir
> muy otrtograficamemte! pero pues ya que! :-Dbueno con ese gadget creo que
si funciono dandolo de alta en el registro,
> pero al entrar no muestra ninguna pagina puse el archivo "pag.html" en
> templates, el la carpeta de theme, y no funciono!!bueno spero que se pueda
hacer que salga la pagina en el layout..
> gracias!
>
> > Compañero Chopan:
> >
> > jeje lo mismo quería decir, pero no me atreví, la verdad es que hay que
> > respetar a nuestro prójimo. Y yo te respeto tu forma de escribir, sin
> > embargo, tienes también obligación de respetar a todos los que formamos
> > parte de la lista de correos. Y aquí todos nos esforzamos por darnos a
> > entender con los demás y respetar las buenas normas
> > ortográficas.
> > Saludos..
> >
> >
> > On Fri, 22 Oct 2004 00:04:59 -0500, Jorge Gajon <co...@ga...>
> > wrote:
> >> Compadre, esfuérzate un poquito mas en escribir bien. No manches!.
> >>
> >>
> >>
> >> ch...@gn... wrote:
> >> > heyt ke ondax! pues nunka habia escrito aki.. por ps la verdad no c
> >> > mucho de progrmamacion de php y todo eso.. pero ps en eso ando..!! y
> >> > kieria sabe si se puede hace un tipo gadget ke muestra una pagina en
> >> > el centro del layout..!! una ves lo ise kon una verison anteriso
> >> > pero ahora ne la 4 no puedo me sale gadget enable!! estubre tratando
> >> > kon mysql agregando el nombre y todo pero parece ke no jalakon el
> >> > gadget de chatbox le borre unas kosas y pues si jala la ves pasada..
> >> > espero y me ayuden kon eso haber si se puede.. chanse es algo muy
> >> > fasil o una pregunta muy tonta pero ps no se :sbueno saludos!! y
> >> > gracias de antemano!
> >> > <?PHP
> >> >
> >> > class pag extends gadget
> >> > {
> >> > var $tpl;
> >> >
> >> > function pag ()
> >> > {
> >> > $this->name = "pag";
> >> > $this->description = "pa meter tus propias paginas";
> >> > $this->version = "0.3";
> >> > $this->load_translation();
> >> >
> >> > // add actions
> >> > $this->add_action("default_action","normal","Default
> >> > Action"); $this->add_action
> >> > ("display","layout");
> >> > $this->add_action("admin","admin","Gadget
> >> > administration");
> >> > $this->add_action("set_limit","admin","Gadget
> >> > administration");
> >> > $this->add_action("delete_selected","admin","Gadget
> >> > administration"); $this->tpl = new
> >> >
template($GLOBALS["path"]."themes/".$GLOBALS["app"]->theme."/");>> >
$this->tpl->load ("pag.html");
> >> > }
> >> >
> >> > function default_action()
> >> > {
> >> > return $this->display();
> >> > }
> >> >
> >> > function display ()
> >> > {
> >> > $this->tpl->set_block("display");
> >> > }
> >> > }
> >> > ?>
> >> >
> >> >
> >> >
> >> >
> >> > -------------------------------------------------------
> >> > This SF.net email is sponsored by: IT Product Guide on
> >> > ITManagersJournal Use IT products in your business? Tell us what you
> >> > think of them. Give us Your Opinions, Get Free ThinkGeek Gift
> >> > Certificates! Click to find out more
> >> > http://productguide.itmanagersjournal.com/guidepromo.tmpl
> >> > _______________________________________________
> >> > Jaws-project-developers mailing list
> >> > Jaw...@li...
> >> > https://lists.sourceforge.net/lists/listinfo/jaws-project-developers
> >> >
> >>
> >> -------------------------------------------------------
> >> This SF.net email is sponsored by: IT Product Guide on
> >> ITManagersJournal Use IT products in your business? Tell us what you
> >> think of them. Give us Your Opinions, Get Free ThinkGeek Gift
> >> Certificates! Click to find out more
> >> http://productguide.itmanagersjournal.com/guidepromo.tmpl
> >> _______________________________________________
> >> Jaws-project-developers mailing list
> >> Jaw...@li...
> >> https://lists.sourceforge.net/lists/listinfo/jaws-project-developers
> >>
> >
> >
> > --
> > ATTE.
> > Marco Alfonso Ocampo
> > www.maop.tk
> >
> >
> > -------------------------------------------------------
> > This SF.net email is sponsored by: IT Product Guide on
> > ITManagersJournal Use IT products in your business? Tell us what you
> > think of them. Give us Your Opinions, Get Free ThinkGeek Gift
> > Certificates! Click to find out more
> > http://productguide.itmanagersjournal.com/guidepromo.tmpl
> > _______________________________________________
> > Jaws-project-developers mailing list
> > Jaw...@li...
> > https://lists.sourceforge.net/lists/listinfo/jaws-project-developers
>
>
>
>
>
> -------------------------------------------------------
> This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
> Use IT products in your business? Tell us what you think of them. Give us
> Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out
more
> http://productguide.itmanagersjournal.com/guidepromo.tmpl
> _______________________________________________
> Jaws-project-developers mailing list
> Jaw...@li...
> https://lists.sourceforge.net/lists/listinfo/jaws-project-developers
>
|