Re: [Jaws-project-developers] gadget?
Status: Alpha
Brought to you by:
ionmx
|
From: Marco A. <mal...@gm...> - 2004-10-22 06:39:20
|
Compa=F1ero Chopan:
jeje lo mismo quer=EDa decir, pero no me atrev=ED, la verdad es que hay
que respetar a nuestro pr=F3jimo. Y yo te respeto tu forma de escribir,
sin embargo, tienes tambi=E9n obligaci=F3n de respetar a todos los que
formamos parte de la lista de correos. Y aqu=ED todos nos esforzamos por
darnos a entender con los dem=E1s y respetar las buenas normas
ortogr=E1ficas.
Saludos..
On Fri, 22 Oct 2004 00:04:59 -0500, Jorge Gajon <co...@ga...> wrote:
> Compadre, esfu=E9rzate un poquito mas en escribir bien. No manches!.
>=20
>=20
>=20
> ch...@gn... wrote:
> > heyt ke ondax! pues nunka habia escrito aki.. por ps la verdad no c muc=
ho
> > de progrmamacion de php y todo eso.. pero ps en eso ando..!! y kieria s=
abe
> > 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 n=
o
> > 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 u=
nas 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 =3D "pag";
> > $this->description =3D "pa meter tus propias paginas";
> > $this->version =3D "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 administratio=
n");
> > $this->add_action("set_limit","admin","Gadget
> > administration"); $this->add_action("del=
ete_selected","admin","Gadget
> > administration"); $this->tpl =3D new
> > template($GLOBALS["path"]."themes/".$GLOBALS["app"]->th=
eme."/"); $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 ITManagersJourna=
l
> > 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
> >
>=20
> -------------------------------------------------------
> 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 mo=
re
> http://productguide.itmanagersjournal.com/guidepromo.tmpl
> _______________________________________________
> Jaws-project-developers mailing list
> Jaw...@li...
> https://lists.sourceforge.net/lists/listinfo/jaws-project-developers
>=20
--=20
ATTE.
Marco Alfonso Ocampo
www.maop.tk
|