From 5e2f91273ca6d2fa166aadf7211a1a89ad448222 Mon Sep 17 00:00:00 2001 From: Per Hedbor <ph@opera.com> Date: Thu, 27 Jul 2000 08:34:33 +0200 Subject: [PATCH] Better layout Rev: src/post_modules/GTK/doc_roxen_template:1.3 --- src/post_modules/GTK/doc_roxen_template | 30 ++++++++++++++++--------- 1 file changed, 19 insertions(+), 11 deletions(-) diff --git a/src/post_modules/GTK/doc_roxen_template b/src/post_modules/GTK/doc_roxen_template index 4e9d19be36..ec42ce27c7 100644 --- a/src/post_modules/GTK/doc_roxen_template +++ b/src/post_modules/GTK/doc_roxen_template @@ -6,8 +6,13 @@ <define container='class'> <set variable='var.classname' value='&_.name;'/> - <h1>&_.name;</h1> + <title>PiGTK: &_.name;</title> + <body bgcolor='white' text='black' background='/pgtkdocs/bg.gif'> + <blockquote> + <gtext font='franklin_gothic_demi'>&_.name;</gtext><br /> <contents/> + </blockquote> + </body> </define> <define tag='inherited'> @@ -15,17 +20,17 @@ </define> <define container='inherited-methods'> -<h2>Inherited</h2> -<blockquote><contents/></blockquote> +</blockquote><h2>Inherited Methods</h2><blockquote> + <contents/> </define> <define container='inherited-signals'> -<h2>Inherited</h2> -<blockquote><contents/></blockquote> +</blockquote><h2>Inherited Signals</h2><blockquote> + <contents/> </define> -<define tag='inherits'> - <b>Inherits by <a href='&_.href;'>&_.class;</a></b><br /> +<define tag='inherit'> + <b>Inherits <a href='&_.href;'>&_.class;</a></b><p> </define> <define container='box'> @@ -44,7 +49,7 @@ <define container='doc'> <blockquote><contents/></blockquote> </define> - <h1>Signals</h1><blockquote> + <h2>Signals</h2><blockquote> <contents/></blockquote> </define> @@ -74,8 +79,11 @@ <blockquote><contents/></blockquote> </define> +<define container='h2'> + <gtext font='franklin_gothic_demi' scale='0.8'><contents/></gtext> + <br /> +</define> + <define container='tmpl'> - <body bgcolor='white' text='black'> - <contents/> - </body> + <contents/> </define> \ No newline at end of file -- GitLab