bagder: curl-www/libcurl/c _example.html, 1.17, 1.18 _example-templ.html, 1.4, 1.5

[email protected] Fri, 17 Dec 2010 22:21:08 +0000
Newsgroups gmane.comp.web.curl.www.cvs
Message-ID <[email protected]>
Update of /cvsroot/curl/curl-www/libcurl/c
In directory giant.haxx.se:/var/tmp/cvs-serv24280

Modified Files:
	_example.html _example-templ.html 
Log Message:
example list as a float with a border


Index: _example-templ.html
===================================================================
RCS file: /cvsroot/curl/curl-www/libcurl/c/_example-templ.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- _example-templ.html	2 Aug 2010 20:37:07 -0000	1.4
+++ _example-templ.html	17 Dec 2010 22:21:06 -0000	1.5
@@ -15,14 +15,17 @@
        "/libcurl/c/example.html", %cfile%)
 
 TITLE(%cfile%)
-<table><tr valign="top"><td>
-<a href="http://github.com/bagder/curl/raw/master/docs/examples/%cfile%">Download %cfile%</a>
 
-#include "%rawfile%"
-</td><td>
+<div style="float: right; border: 1px solid black; margin: 4px; padding: 4px; ">
 SUBTITLE(All Examples)
 
 #include "allex.t"
+</div>
+
+<table><tr valign="top"><td>
+<a href="http://github.com/bagder/curl/raw/master/docs/examples/%cfile%">Download %cfile%</a>
+
+#include "%rawfile%"
 </td></tr></table>
 <p>
  You'll also find all examples in the distribution archive, in the

Index: _example.html
===================================================================
RCS file: /cvsroot/curl/curl-www/libcurl/c/_example.html,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- _example.html	20 Sep 2010 20:35:58 -0000	1.17
+++ _example.html	17 Dec 2010 22:21:06 -0000	1.18
@@ -14,6 +14,11 @@
 WHERE3(libcurl, "/libcurl/", C API index, "/libcurl/c/", Example Source Codes)
 
 TITLE(libcurl - small example snippets)
+
+<div style="float: right; border: 1px solid black; "> 
+SUBTITLE(All Examples)
+#include "allex.t"
+</div>
 <table><tr valign="top"><td>
 <p>
  We're trying to gather example source codes here, that show how to write
@@ -126,11 +131,8 @@
  You'll also find these examples in the distribution archive, in the
  <b>docs/examples directory</b>.
 
-</td><td>
-SUBTITLE(All Examples)
-
-#include "allex.t"
-</td></tr></table>
+</td>
+</tr></table>
 
 #include "_footer.html"