Hi.
There is bluefish, quanta and screem.
>
> Hi.
>
> I am using Glade as a HTML template editor, even if Glade doesn't have
> support for this.
> I choosed Glade because linux doesn't have yet a good html editor (which
> supports tables and forms) and
> Starrofice is a monster for my P166/64 megs. Even it whould have, I
> still need some specialized features referring to templates.
>
> I use a program called "xml2html" which translates glade's xml files to
> nice html template.
> To achieve such effects I use some DIRTY HACKS like:
> - a GtkHSeparator with X Fill set to "No" is considerred a block
> start/stop (a block is repeated as many times as the size of the
> variable embedded in it)
> - if a cell in a GtkTable is a GtkAlignment widget, then its name is
> copied into the <TD ...> tag. (for example, I use often
> "bgcolor=#dddddd" as a name for an alignment and this would generate:
> <TD bgcolor=#dddddd> in template..
>
> ... and so on ...
>
> I would release this engine in the near future because it's cool and
> makes web programming WAY faster.
> (You don't have to write ANY html tags in your php code, It simplifies
> access to SQL tables etc, etc)
> But for this I need a reasonable HTML template editor.
>
> I atach here 3 files: a glade xml source of a template (loggedin.glade),
> the template itself (loggedin.html) and the output html (output.html)
> saved by the browser.
>
> Hope this is a good idea,
> Calin
> <?xml version="1.0"?>
> <GTK-Interface>
>
> <project>
> <name>loggedin</name>
> <program_name>loggedin</program_name>
> <directory></directory>
> <source_directory>src</source_directory>
> <pixmaps_directory>pixmaps</pixmaps_directory>
> <language>C</language>
> <gnome_support>True</gnome_support>
> <gettext_support>True</gettext_support>
> <use_widget_names>False</use_widget_names>
> <output_main_file>True</output_main_file>
> <output_support_files>True</output_support_files>
> <output_build_files>True</output_build_files>
> <backup_source_files>True</backup_source_files>
> <main_source_file>interface.c</main_source_file>
> <main_header_file>interface.h</main_header_file>
> <handler_source_file>callbacks.c</handler_source_file>
> <handler_header_file>callbacks.h</handler_header_file>
> <support_source_file>support.c</support_source_file>
> <support_header_file>support.h</support_header_file>
> <translatable_strings_file></translatable_strings_file>
> </project>
>
> <widget>
> <class>GtkWindow</class>
> <name>window1</name>
> <title>window1</title>
> <type>GTK_WINDOW_TOPLEVEL</type>
> <position>GTK_WIN_POS_NONE</position>
> <modal>False</modal>
> <allow_shrink>False</allow_shrink>
> <allow_grow>True</allow_grow>
> <auto_shrink>False</auto_shrink>
> <wmclass_name>bgcolor=#FFFFFF background="../images/backdrop.gif"
>topmargin="0" bottomma
> rgin="0" leftmargin="0" rightmargin="0"
>marginheight="0" marginwidth="0"</wmclass_name>
>
> <widget>
> <class>GtkFrame</class>
> <name>frame1</name>
> <label>loggedin.php</label>
> <label_xalign>0</label_xalign>
> <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
>
> <widget>
> <class>GtkAlignment</class>
> <name>alignment1</name>
> <xalign>0.5</xalign>
> <yalign>0.5</yalign>
> <xscale>1</xscale>
> <yscale>1</yscale>
>
> <widget>
> <class>GtkTable</class>
> <name>width="80%"</name>
> <rows>13</rows>
> <columns>3</columns>
> <homogeneous>False</homogeneous>
> <row_spacing>0</row_spacing>
> <column_spacing>0</column_spacing>
>
> <widget>
> <class>GtkAlignment</class>
> <name></name>
> <xalign>0</xalign>
> <yalign>0.5</yalign>
> <xscale>1</xscale>
> <yscale>1</yscale>
> <child>
> <left_attach>0</left_attach>
> <right_attach>1</right_attach>
> <top_attach>1</top_attach>
> <bottom_attach>2</bottom_attach>
> <xpad>0</xpad>
> <ypad>0</ypad>
> <xexpand>False</xexpand>
> <yexpand>True</yexpand>
> <xshrink>False</xshrink>
> <yshrink>False</yshrink>
> <xfill>True</xfill>
> <yfill>True</yfill>
> </child>
>
> <widget>
> <class>GtkLabel</class>
> <name>label2</name>
> <label><f1>Surgery</f></label>
> <justify>GTK_JUSTIFY_CENTER</justify>
> <wrap>False</wrap>
> <xalign>0.5</xalign>
> <yalign>0.5</yalign>
> <xpad>0</xpad>
> <ypad>0</ypad>
> </widget>
> </widget>
>
> <widget>
> <class>GtkAlignment</class>
> <name></name>
> <xalign>0</xalign>
> <yalign>0.5</yalign>
> <xscale>1</xscale>
> <yscale>1</yscale>
> <child>
> <left_attach>1</left_attach>
> <right_attach>2</right_attach>
> <top_attach>1</top_attach>
> <bottom_attach>2</bottom_attach>
> <xpad>0</xpad>
> <ypad>0</ypad>
> <xexpand>False</xexpand>
> <yexpand>False</yexpand>
> <xshrink>False</xshrink>
> <yshrink>False</yshrink>
> <xfill>False</xfill>
> <yfill>False</yfill>
> </child>
>
> <widget>
> <class>GtkOptionMenu</class>
> <name>form_surgery{-form_surgery-}</name>
> <width>180</width>
> <can_focus>True</can_focus>
> <items>{form_surgeries}
> {@if
>($this->data["form_surgeries"][$blockcrt]==$this->data["form_surgery"])
> $retval="selected"; else $retval="";
>$tmp=ereg_replace("\?.*$","",$GLOBALS["HTTP_REFERER"]);
>if (substr($tmp,-9)=="login.php") $retval="";@}
> </items>
> <initial_choice>0</initial_choice>
> </widget>
> </widget>
>
> <widget>
> <class>GtkAlignment</class>
> <name></name>
> <xalign>0.5</xalign>
> <yalign>0.5</yalign>
> <xscale>1</xscale>
> <yscale>1</yscale>
> <child>
> <left_attach>0</left_attach>
> <right_attach>3</right_attach>
> <top_attach>0</top_attach>
> <bottom_attach>1</bottom_attach>
> <xpad>0</xpad>
> <ypad>0</ypad>
> <xexpand>True</xexpand>
> <yexpand>True</yexpand>
> <xshrink>False</xshrink>
> <yshrink>False</yshrink>
> <xfill>True</xfill>
> <yfill>True</yfill>
> </child>
>
> <widget>
> <class>GtkLabel</class>
> <name>label1</name>
> <label><f1><blockquote><p
>align="justify"><b>You are logged in.</b>
> Please select the problem you have and then click <b>Go</b> to
> view the possibile appointments you can have</p></blockquote>
> {#<f1>=<FONT SIZE=2><FONT FACE="Geneva, Arial,
>Helvetica">#}
> {#</f>=</FONT>#}
> {#<sp>=&nbsp&nbsp&nbsp&nbsp&nbsp#}
> {-pat_nr-}
> {@if($GLOBALS["next"]) Header("Location:
>loggedin.php");@}</label>
> <justify>GTK_JUSTIFY_CENTER</justify>
> <wrap>False</wrap>
> <xalign>0.5</xalign>
> <yalign>0.5</yalign>
> <xpad>0</xpad>
> <ypad>0</ypad>
> </widget>
> </widget>
>
> <widget>
> <class>GtkAlignment</class>
> <name></name>
> <xalign>0</xalign>
> <yalign>0.5</yalign>
> <xscale>1</xscale>
> <yscale>1</yscale>
> <child>
> <left_attach>2</left_attach>
> <right_attach>3</right_attach>
> <top_attach>1</top_attach>
> <bottom_attach>2</bottom_attach>
> <xpad>0</xpad>
> <ypad>0</ypad>
> <xexpand>False</xexpand>
> <yexpand>False</yexpand>
> <xshrink>False</xshrink>
> <yshrink>False</yshrink>
> <xfill>False</xfill>
> <yfill>False</yfill>
> </child>
>
> <widget>
> <class>GtkButton</class>
> <name>SubmitSurg{-SubmitSurg-}</name>
> <can_focus>True</can_focus>
> <label>Go</label>
> </widget>
> </widget>
>
> <widget>
> <class>GtkAlignment</class>
> <name></name>
> <xalign>0.5</xalign>
> <yalign>0.5</yalign>
> <xscale>1</xscale>
> <yscale>1</yscale>
> <child>
> <left_attach>0</left_attach>
> <right_attach>3</right_attach>
> <top_attach>8</top_attach>
> <bottom_attach>9</bottom_attach>
> <xpad>0</xpad>
> <ypad>0</ypad>
> <xexpand>False</xexpand>
> <yexpand>True</yexpand>
> <xshrink>False</xshrink>
> <yshrink>False</yshrink>
> <xfill>True</xfill>
> <yfill>True</yfill>
> </child>
>
> <widget>
> <class>GtkLabel</class>
> <name>label6</name>
> <label><f1><a
>href="logout.php">Logout</a></f></label>
> <justify>GTK_JUSTIFY_CENTER</justify>
> <wrap>False</wrap>
> <xalign>0.5</xalign>
> <yalign>0.5</yalign>
> <xpad>0</xpad>
> <ypad>0</ypad>
> </widget>
> </widget>
>
> <widget>
> <class>GtkAlignment</class>
> <name></name>
> <xalign>0.5</xalign>
> <yalign>0.5</yalign>
> <xscale>1</xscale>
> <yscale>1</yscale>
> <child>
> <left_attach>0</left_attach>
> <right_attach>3</right_attach>
> <top_attach>9</top_attach>
> <bottom_attach>10</bottom_attach>
> <xpad>0</xpad>
> <ypad>0</ypad>
> <xexpand>False</xexpand>
> <yexpand>True</yexpand>
> <xshrink>False</xshrink>
> <yshrink>False</yshrink>
> <xfill>True</xfill>
> <yfill>True</yfill>
> </child>
>
> <widget>
> <class>GtkLabel</class>
> <name>label7</name>
> <label><f1>You have the appointment:</f></label>
> <justify>GTK_JUSTIFY_CENTER</justify>
> <wrap>False</wrap>
> <xalign>0.5</xalign>
> <yalign>0.5</yalign>
> <xpad>0</xpad>
> <ypad>0</ypad>
> </widget>
> </widget>
>
> <widget>
> <class>GtkAlignment</class>
> <name></name>
> <xalign>0</xalign>
> <yalign>0.5</yalign>
> <xscale>1</xscale>
> <yscale>1</yscale>
> <child>
> <left_attach>0</left_attach>
> <right_attach>1</right_attach>
> <top_attach>11</top_attach>
> <bottom_attach>12</bottom_attach>
> <xpad>0</xpad>
> <ypad>0</ypad>
> <xexpand>False</xexpand>
> <yexpand>True</yexpand>
> <xshrink>False</xshrink>
> <yshrink>False</yshrink>
> <xfill>True</xfill>
> <yfill>True</yfill>
> </child>
>
> <widget>
> <class>GtkLabel</class>
> <name>label8</name>
> <width>200</width>
>
><label><f1>{@$retval=ereg_replace("([0-9]{4})([0-9]{2})([0-9]{2}).*",
>"\\3-\\2-\\1",
>$this->data["crt_diary_date"]);@}</f></label>
> <justify>GTK_JUSTIFY_CENTER</justify>
> <wrap>False</wrap>
> <xalign>0.5</xalign>
> <yalign>0.5</yalign>
> <xpad>0</xpad>
> <ypad>0</ypad>
> </widget>
> </widget>
>
> <widget>
> <class>GtkAlignment</class>
> <name></name>
> <xalign>0</xalign>
> <yalign>0.5</yalign>
> <xscale>1</xscale>
> <yscale>1</yscale>
> <child>
> <left_attach>1</left_attach>
> <right_attach>2</right_attach>
> <top_attach>11</top_attach>
> <bottom_attach>12</bottom_attach>
> <xpad>0</xpad>
> <ypad>0</ypad>
> <xexpand>False</xexpand>
> <yexpand>False</yexpand>
> <xshrink>False</xshrink>
> <yshrink>False</yshrink>
> <xfill>True</xfill>
> <yfill>True</yfill>
> </child>
>
> <widget>
> <class>GtkLabel</class>
> <name>label9</name>
> <label><f1>{crt_diary_time}</f></label>
> <justify>GTK_JUSTIFY_CENTER</justify>
> <wrap>False</wrap>
> <xalign>0.5</xalign>
> <yalign>0.5</yalign>
> <xpad>0</xpad>
> <ypad>0</ypad>
> </widget>
> </widget>
>
> <widget>
> <class>GtkAlignment</class>
> <name></name>
> <xalign>0</xalign>
> <yalign>0.5</yalign>
> <xscale>1</xscale>
> <yscale>1</yscale>
> <child>
> <left_attach>2</left_attach>
> <right_attach>3</right_attach>
> <top_attach>11</top_attach>
> <bottom_attach>12</bottom_attach>
> <xpad>0</xpad>
> <ypad>0</ypad>
> <xexpand>False</xexpand>
> <yexpand>False</yexpand>
> <xshrink>False</xshrink>
> <yshrink>False</yshrink>
> <xfill>True</xfill>
> <yfill>True</yfill>
> </child>
>
> <widget>
> <class>GtkLabel</class>
> <name>label10</name>
> <label><f1>{crt_diary_cabin}</f></label>
> <justify>GTK_JUSTIFY_CENTER</justify>
> <wrap>False</wrap>
> <xalign>0.5</xalign>
> <yalign>0.5</yalign>
> <xpad>0</xpad>
> <ypad>0</ypad>
> </widget>
> </widget>
>
> <widget>
> <class>GtkAlignment</class>
> <name></name>
> <xalign>0</xalign>
> <yalign>0.5</yalign>
> <xscale>1</xscale>
> <yscale>1</yscale>
> <child>
> <left_attach>0</left_attach>
> <right_attach>1</right_attach>
> <top_attach>5</top_attach>
> <bottom_attach>6</bottom_attach>
> <xpad>0</xpad>
> <ypad>0</ypad>
> <xexpand>False</xexpand>
> <yexpand>True</yexpand>
> <xshrink>False</xshrink>
> <yshrink>False</yshrink>
> <xfill>True</xfill>
> <yfill>True</yfill>
> </child>
>
> <widget>
> <class>GtkLabel</class>
> <name>label3</name>
> <width>200</width>
> <label><f1><a
>href="select.php?diary={diary_id}">{@$retval=ereg_replace("([0-9]{4})([0-9]{2})([0-9]{2}).*",
> "\\3-\\2-\\1",
>$this->data["diary_date"][$blockcrt]);@}</a></f></label>
> <justify>GTK_JUSTIFY_CENTER</justify>
> <wrap>False</wrap>
> <xalign>0.5</xalign>
> <yalign>0.5</yalign>
> <xpad>0</xpad>
> <ypad>0</ypad>
> </widget>
> </widget>
>
> <widget>
> <class>GtkAlignment</class>
> <name></name>
> <xalign>0</xalign>
> <yalign>0.5</yalign>
> <xscale>1</xscale>
> <yscale>1</yscale>
> <child>
> <left_attach>1</left_attach>
> <right_attach>2</right_attach>
> <top_attach>5</top_attach>
> <bottom_attach>6</bottom_attach>
> <xpad>0</xpad>
> <ypad>0</ypad>
> <xexpand>False</xexpand>
> <yexpand>False</yexpand>
> <xshrink>False</xshrink>
> <yshrink>False</yshrink>
> <xfill>True</xfill>
> <yfill>True</yfill>
> </child>
>
> <widget>
> <class>GtkLabel</class>
> <name>label4</name>
> <label><f1>{diary_time}</f></label>
> <justify>GTK_JUSTIFY_CENTER</justify>
> <wrap>False</wrap>
> <xalign>0.5</xalign>
> <yalign>0.5</yalign>
> <xpad>0</xpad>
> <ypad>0</ypad>
> </widget>
> </widget>
>
> <widget>
> <class>GtkAlignment</class>
> <name></name>
> <xalign>0</xalign>
> <yalign>0.5</yalign>
> <xscale>1</xscale>
> <yscale>1</yscale>
> <child>
> <left_attach>2</left_attach>
> <right_attach>3</right_attach>
> <top_attach>5</top_attach>
> <bottom_attach>6</bottom_attach>
> <xpad>0</xpad>
> <ypad>0</ypad>
> <xexpand>False</xexpand>
> <yexpand>False</yexpand>
> <xshrink>False</xshrink>
> <yshrink>False</yshrink>
> <xfill>True</xfill>
> <yfill>True</yfill>
> </child>
>
> <widget>
> <class>GtkLabel</class>
> <name>label5</name>
> <label><f1>{diary_cabin}</f></label>
> <justify>GTK_JUSTIFY_CENTER</justify>
> <wrap>False</wrap>
> <xalign>0.5</xalign>
> <yalign>0.5</yalign>
> <xpad>0</xpad>
> <ypad>0</ypad>
> </widget>
> </widget>
>
> <widget>
> <class>GtkHSeparator</class>
> <name>hseparator2</name>
> <width>30</width>
> <child>
> <left_attach>0</left_attach>
> <right_attach>3</right_attach>
> <top_attach>3</top_attach>
> <bottom_attach>4</bottom_attach>
> <xpad>0</xpad>
> <ypad>0</ypad>
> <xexpand>False</xexpand>
> <yexpand>True</yexpand>
> <xshrink>False</xshrink>
> <yshrink>False</yshrink>
> <xfill>False</xfill>
> <yfill>True</yfill>
> </child>
> </widget>
>
> <widget>
> <class>GtkHSeparator</class>
> <name>hseparator3</name>
> <width>30</width>
> <child>
> <left_attach>0</left_attach>
> <right_attach>3</right_attach>
> <top_attach>6</top_attach>
> <bottom_attach>7</bottom_attach>
> <xpad>0</xpad>
> <ypad>0</ypad>
> <xexpand>False</xexpand>
> <yexpand>True</yexpand>
> <xshrink>False</xshrink>
> <yshrink>False</yshrink>
> <xfill>False</xfill>
> <yfill>True</yfill>
> </child>
> </widget>
>
> <widget>
> <class>GtkHSeparator</class>
> <name>hseparator4</name>
> <child>
> <left_attach>0</left_attach>
> <right_attach>3</right_attach>
> <top_attach>4</top_attach>
> <bottom_attach>5</bottom_attach>
> <xpad>0</xpad>
> <ypad>0</ypad>
> <xexpand>False</xexpand>
> <yexpand>True</yexpand>
> <xshrink>False</xshrink>
> <yshrink>False</yshrink>
> <xfill>True</xfill>
> <yfill>True</yfill>
> </child>
> </widget>
>
> <widget>
> <class>GtkAlignment</class>
> <name>bgcolor="#dddddd"</name>
> <xalign>0</xalign>
> <yalign>0.5</yalign>
> <xscale>1</xscale>
> <yscale>1</yscale>
> <child>
> <left_attach>0</left_attach>
> <right_attach>1</right_attach>
> <top_attach>2</top_attach>
> <bottom_attach>3</bottom_attach>
> <xpad>0</xpad>
> <ypad>0</ypad>
> <xexpand>False</xexpand>
> <yexpand>True</yexpand>
> <xshrink>False</xshrink>
> <yshrink>False</yshrink>
> <xfill>True</xfill>
> <yfill>True</yfill>
> </child>
>
> <widget>
> <class>GtkLabel</class>
> <name>label11</name>
> <label><f1><i>Date</i></f></label>
> <justify>GTK_JUSTIFY_CENTER</justify>
> <wrap>False</wrap>
> <xalign>0.5</xalign>
> <yalign>0.5</yalign>
> <xpad>0</xpad>
> <ypad>0</ypad>
> </widget>
> </widget>
>
> <widget>
> <class>GtkAlignment</class>
> <name>bgcolor="#dddddd"</name>
> <xalign>0</xalign>
> <yalign>0.5</yalign>
> <xscale>1</xscale>
> <yscale>1</yscale>
> <child>
> <left_attach>1</left_attach>
> <right_attach>2</right_attach>
> <top_attach>2</top_attach>
> <bottom_attach>3</bottom_attach>
> <xpad>0</xpad>
> <ypad>0</ypad>
> <xexpand>False</xexpand>
> <yexpand>False</yexpand>
> <xshrink>False</xshrink>
> <yshrink>False</yshrink>
> <xfill>True</xfill>
> <yfill>True</yfill>
> </child>
>
> <widget>
> <class>GtkLabel</class>
> <name>label12</name>
> <label><f1><i>Hour</i></f></label>
> <justify>GTK_JUSTIFY_CENTER</justify>
> <wrap>False</wrap>
> <xalign>0.5</xalign>
> <yalign>0.5</yalign>
> <xpad>0</xpad>
> <ypad>0</ypad>
> </widget>
> </widget>
>
> <widget>
> <class>GtkAlignment</class>
> <name>bgcolor="#dddddd"</name>
> <xalign>0</xalign>
> <yalign>0.5</yalign>
> <xscale>1</xscale>
> <yscale>1</yscale>
> <child>
> <left_attach>2</left_attach>
> <right_attach>3</right_attach>
> <top_attach>2</top_attach>
> <bottom_attach>3</bottom_attach>
> <xpad>0</xpad>
> <ypad>0</ypad>
> <xexpand>False</xexpand>
> <yexpand>False</yexpand>
> <xshrink>False</xshrink>
> <yshrink>False</yshrink>
> <xfill>True</xfill>
> <yfill>True</yfill>
> </child>
>
> <widget>
> <class>GtkLabel</class>
> <name>label13</name>
> <label><f1><i>Cabin</i></f></label>
> <justify>GTK_JUSTIFY_CENTER</justify>
> <wrap>False</wrap>
> <xalign>0.5</xalign>
> <yalign>0.5</yalign>
> <xpad>0</xpad>
> <ypad>0</ypad>
> </widget>
> </widget>
>
> <widget>
> <class>GtkAlignment</class>
> <name>bgcolor="#dddddd"</name>
> <xalign>0</xalign>
> <yalign>0.5</yalign>
> <xscale>1</xscale>
> <yscale>1</yscale>
> <child>
> <left_attach>0</left_attach>
> <right_attach>1</right_attach>
> <top_attach>10</top_attach>
> <bottom_attach>11</bottom_attach>
> <xpad>0</xpad>
> <ypad>0</ypad>
> <xexpand>False</xexpand>
> <yexpand>True</yexpand>
> <xshrink>False</xshrink>
> <yshrink>False</yshrink>
> <xfill>True</xfill>
> <yfill>True</yfill>
> </child>
>
> <widget>
> <class>GtkLabel</class>
> <name>label14</name>
> <label><f1><i>Date</i></f></label>
> <justify>GTK_JUSTIFY_CENTER</justify>
> <wrap>False</wrap>
> <xalign>0.5</xalign>
> <yalign>0.5</yalign>
> <xpad>0</xpad>
> <ypad>0</ypad>
> </widget>
> </widget>
>
> <widget>
> <class>GtkAlignment</class>
> <name>bgcolor="#dddddd"</name>
> <xalign>0</xalign>
> <yalign>0.5</yalign>
> <xscale>1</xscale>
> <yscale>1</yscale>
> <child>
> <left_attach>1</left_attach>
> <right_attach>2</right_attach>
> <top_attach>10</top_attach>
> <bottom_attach>11</bottom_attach>
> <xpad>0</xpad>
> <ypad>0</ypad>
> <xexpand>False</xexpand>
> <yexpand>False</yexpand>
> <xshrink>False</xshrink>
> <yshrink>False</yshrink>
> <xfill>True</xfill>
> <yfill>True</yfill>
> </child>
>
> <widget>
> <class>GtkLabel</class>
> <name>label15</name>
> <label><f1><i>Hour</i></f></label>
> <justify>GTK_JUSTIFY_CENTER</justify>
> <wrap>False</wrap>
> <xalign>0.5</xalign>
> <yalign>0.5</yalign>
> <xpad>0</xpad>
> <ypad>0</ypad>
> </widget>
> </widget>
>
> <widget>
> <class>GtkAlignment</class>
> <name>bgcolor="#dddddd"</name>
> <xalign>0</xalign>
> <yalign>0.5</yalign>
> <xscale>1</xscale>
> <yscale>1</yscale>
> <child>
> <left_attach>2</left_attach>
> <right_attach>3</right_attach>
> <top_attach>10</top_attach>
> <bottom_attach>11</bottom_attach>
> <xpad>0</xpad>
> <ypad>0</ypad>
> <xexpand>False</xexpand>
> <yexpand>False</yexpand>
> <xshrink>False</xshrink>
> <yshrink>False</yshrink>
> <xfill>True</xfill>
> <yfill>True</yfill>
> </child>
>
> <widget>
> <class>GtkLabel</class>
> <name>label16</name>
> <label><f1><i>Cabin</i></f></label>
> <justify>GTK_JUSTIFY_CENTER</justify>
> <wrap>False</wrap>
> <xalign>0.5</xalign>
> <yalign>0.5</yalign>
> <xpad>0</xpad>
> <ypad>0</ypad>
> </widget>
> </widget>
>
> <widget>
> <class>GtkAlignment</class>
> <name></name>
> <xalign>0.5</xalign>
> <yalign>0.5</yalign>
> <xscale>1</xscale>
> <yscale>1</yscale>
> <child>
> <left_attach>0</left_attach>
> <right_attach>3</right_attach>
> <top_attach>12</top_attach>
> <bottom_attach>13</bottom_attach>
> <xpad>0</xpad>
> <ypad>0</ypad>
> <xexpand>False</xexpand>
> <yexpand>True</yexpand>
> <xshrink>False</xshrink>
> <yshrink>False</yshrink>
> <xfill>True</xfill>
> <yfill>True</yfill>
> </child>
>
> <widget>
> <class>GtkLabel</class>
> <name>label17</name>
> <label><a href="cancel.php"><f1>Cancel current
>appointment date</f></a></label>
> <justify>GTK_JUSTIFY_CENTER</justify>
> <wrap>False</wrap>
> <xalign>0.5</xalign>
> <yalign>0.5</yalign>
> <xpad>0</xpad>
> <ypad>0</ypad>
> </widget>
> </widget>
>
> <widget>
> <class>GtkAlignment</class>
> <name>bgcolor="#ddddff"</name>
> <xalign>1</xalign>
> <yalign>0.5</yalign>
> <xscale>1</xscale>
> <yscale>1</yscale>
> <child>
> <left_attach>0</left_attach>
> <right_attach>3</right_attach>
> <top_attach>7</top_attach>
> <bottom_attach>8</bottom_attach>
> <xpad>0</xpad>
> <ypad>0</ypad>
> <xexpand>False</xexpand>
> <yexpand>True</yexpand>
> <xshrink>False</xshrink>
> <yshrink>False</yshrink>
> <xfill>True</xfill>
> <yfill>True</yfill>
> </child>
>
> <widget>
> <class>GtkLabel</class>
> <name>label18</name>
> <label><a
>href=loggedin.php?next=20><f1><i>Next</i></f></a></label>
> <justify>GTK_JUSTIFY_CENTER</justify>
> <wrap>False</wrap>
> <xalign>0.5</xalign>
> <yalign>0.5</yalign>
> <xpad>0</xpad>
> <ypad>0</ypad>
> </widget>
> </widget>
> </widget>
> </widget>
> </widget>
> </widget>
>
> </GTK-Interface>
--
Ent�o Linus, o que faremos essa noite?
A mesma coisa que fazemos todas as noites Tux. Tentar dominar o mundo!
_______________________________________________
Glade-devel maillist - [EMAIL PROTECTED]
http://lists.helixcode.com/mailman/listinfo/glade-devel
Re: [Glade-devel] Glade as an HTML editor?
Paulo Henrique Baptista de Oliveira Thu, 28 Sep 2000 07:30:42 -0700
- [Glade-devel] Glade as an HTML editor? Calin Vatavu
- Paulo Henrique Baptista de Oliveira
