You are viewing a plain text version of this content. The canonical link for it is here.
Posted to site-cvs@tcl.apache.org by ro...@apache.org on 2013/01/29 14:28:19 UTC

svn commit: r1439887 [2/2] - in /tcl/site/websh: ./ download/

Modified: tcl/site/websh/websh.interpclass.initializer
URL: http://svn.apache.org/viewvc/tcl/site/websh/websh.interpclass.initializer?rev=1439887&r1=1439886&r2=1439887&view=diff
==============================================================================
--- tcl/site/websh/websh.interpclass.initializer (original)
+++ tcl/site/websh/websh.interpclass.initializer Tue Jan 29 13:28:19 2013
@@ -139,7 +139,7 @@ proc navBarElement {ref str flag args} {
 
     web::putx {
         <tr valign="top">
-        <td width="10"><img height="11" width="10" src="/websh/images/pfeil.gif"></td>
+        <td width="10"><img height="11" width="10" src="images/pfeil.gif"></td>
         <td class=nav>
         {
 	    navBarElementOne $ref $str $flag
@@ -154,7 +154,7 @@ proc navBarElement {ref str flag args} {
 proc navBarStart {} {
 
     web::putx {
-	<td width="10"><img height="1" border="0" width="10" src="/websh/images/stuntFFFFFF001010.gif"></td>
+	<td width="10"><img height="1" border="0" width="10" src="images/stuntFFFFFF001010.gif"></td>
         <td width="150">
         <table border="0" cellpadding="0" cellspacing="0" width="141">
     }
@@ -172,7 +172,7 @@ proc navBarEnd {} {
 proc redPointElement {text} {
     web::putx {
         <tr valign="top">
-        <td width="10"><img height="10" width="10" src="/websh/images/punkt_rot.gif"></td>
+        <td width="10"><img height="10" width="10" src="images/punkt_rot.gif"></td>
         <td>{web::putx $text}
         </td>
         </tr>
@@ -182,7 +182,7 @@ proc redPointElement {text} {
 proc newsBarElement {title {desc ""}} {
     web::putx {
         <tr valign="top">
-        <td width="10"><img height="10" width="10" src="/websh/images/punkt_rot.gif"></td>
+        <td width="10"><img height="10" width="10" src="images/punkt_rot.gif"></td>
         <td class=news><b>{web::putx $title}</b><br>
         {web::putx $desc}
         </td>
@@ -193,7 +193,7 @@ proc newsBarElement {title {desc ""}} {
 proc newsBarElementGrey {title {desc ""}} {
     web::putx {
         <tr valign="top">
-        <td width="10"><img height="10" width="10" src="/websh/images/punkt_grau.gif"></td>
+        <td width="10"><img height="10" width="10" src="images/punkt_grau.gif"></td>
         <td class=grey><b>{web::putx $title}</b><br>
         {web::putx $desc}
         </td>
@@ -214,7 +214,7 @@ proc uppfeil {link args} {
 	<tr valign="top">
 	{navBarStart}
         <tr valign="top">
-        <td width="10"><a href="{web::putx $link}"><img height="10" border="0" width="10" src="/websh/images/uppfeil.gif"></a></td>
+        <td width="10"><a href="{web::putx $link}"><img height="10" border="0" width="10" src="images/uppfeil.gif"></a></td>
 	<td></td>
 	</tr>
 	{navBarEnd}
@@ -293,7 +293,7 @@ proc navbar_down {{where 0}} {
 
 proc navbar_null {} {
     web::putx {
-	<td width="10"><img height="1" border="0" width="10" src="/websh/images/stuntFFFFFF001010.gif"></td>
+	<td width="10"><img height="1" border="0" width="10" src="images/stuntFFFFFF001010.gif"></td>
         <td width="150">&nbsp;</td>
     }
 }
@@ -339,7 +339,7 @@ proc startHtmlPage {} {
         <head>
         <meta http-equiv="content-type" content="text/html;charset=iso-8859-1">
         <title>Websh - Welcome</title>
-        <script language="JavaScript" src="/websh/buttons.js"></script>
+        <script language="JavaScript" src="buttons.js"></script>
         <link href="websh.css" rel="styleSheet" type="text/css">
         <meta name="description" content="Websh - the rapid development environment to build powerful web applications.">
         <META NAME="keywords" CONTENT="websh, Websh, e-commerce, web application, apache, perl,  php, asp, cold fusion">
@@ -358,23 +358,23 @@ proc putHeader {{mainSectionNr 0} {quick
     web::putx {
         <map name="grafik_navi">
         <area href="mailto:websh-dev@tcl.apache.org" coords="94,2,154,26" shape="rect">
-        <area href="/websh/" coords="4,2,64,26" shape="rect">
-        <area href="/websh/contact.html" coords="184,2,244,26" shape="rect">
+        <area href="./" coords="4,2,64,26" shape="rect">
+        <area href="contact.html" coords="184,2,244,26" shape="rect">
         </map>
         <table border="0" cellpadding="0" cellspacing="0" width="100%" height="76">
         <tr valign="top">
     }
     if {$quickNaviNr == 0} {
         web::putx {
-            <td width="500" bgcolor="#006699"><img height="50" width="300" src="/websh/images/grafik_navi.gif" alt="" border="0" usemap="#grafik_navi"><img height="50" width="200" src="/websh/images/grafik_index.gif" alt=""></td>
+            <td width="500" bgcolor="#006699"><img height="50" width="300" src="images/grafik_navi.gif" alt="" border="0" usemap="#grafik_navi"><img height="50" width="200" src="images/grafik_index.gif" alt=""></td>
         }
     } else {
         web::putx {
-            <td width="500" bgcolor="#006699"><img height="50" width="300" src="/websh/images/grafik_navi_home.gif" alt="" border="0" usemap="#grafik_navi"><img height="50" width="200" src="/websh/images/grafik_index.gif" alt=""></td>
+            <td width="500" bgcolor="#006699"><img height="50" width="300" src="images/grafik_navi_home.gif" alt="" border="0" usemap="#grafik_navi"><img height="50" width="200" src="images/grafik_index.gif" alt=""></td>
         }
     }
     web::putx {
-        <td><img height="50" width="270" src="/websh/images/logo.gif" alt="Websh"></td>
+        <td><img height="50" width="270" src="images/logo.gif" alt="Websh"></td>
 	<td width="5000" bgcolor="#000000">&nbsp;</td>
         </tr>
         <tr>
@@ -391,7 +391,7 @@ proc putHeader {{mainSectionNr 0} {quick
             <td>{web::put [jslink /websh/download.html down b_down_b b_down_a 100 b_down_a.gif "download"]}</td>
             </tr>
             <tr>
-            <td colspan="5"><img height="20" width="500" src="/websh/images/title_neutral.gif" alt="lines"></td>
+            <td colspan="5"><img height="20" width="500" src="images/title_neutral.gif" alt="lines"></td>
             </tr>
         }
     }
@@ -405,11 +405,11 @@ proc putHeader {{mainSectionNr 0} {quick
             <td>{web::put [jslink /websh/download.html down b_down_b b_down_a 100 b_down_a.gif "download"]}</td>
             </tr>
             <tr height="20">
-            <td width="120" height="20"><img height="20" width="120" src="/websh/buttons/b_prod_c.gif"></td>
-            <td width="100" height="20"><img height="20" width="100" src="/websh/images/title.gif"></td>
-            <td width="70" height="20"><img height="20" width="70" src="/websh/images/title.gif"></td>
-            <td width="110" height="20"><img height="20" width="110" src="/websh/images/title.gif"></td>
-            <td width="100" height="20"><img height="20" width="100" src="/websh/images/title.gif"></td>
+            <td width="120" height="20"><img height="20" width="120" src="buttons/b_prod_c.gif"></td>
+            <td width="100" height="20"><img height="20" width="100" src="images/title.gif"></td>
+            <td width="70" height="20"><img height="20" width="70" src="images/title.gif"></td>
+            <td width="110" height="20"><img height="20" width="110" src="images/title.gif"></td>
+            <td width="100" height="20"><img height="20" width="100" src="images/title.gif"></td>
             </tr>
         }
     }
@@ -423,11 +423,11 @@ proc putHeader {{mainSectionNr 0} {quick
             <td>{web::put [jslink /websh/download.html down b_down_b b_down_a 100 b_down_a.gif "download"]}</td>
             </tr>
             <tr height="20">
-            <td width="120" height="20"><img height="20" width="120" src="/websh/images/title.gif"></td>
-            <td width="100" height="20"><img height="20" width="100" src="/websh/buttons/b_docu_c.gif"></td>
-            <td width="70" height="20"><img height="20" width="70" src="/websh/images/title.gif"></td>
-            <td width="110" height="20"><img height="20" width="110" src="/websh/images/title.gif"></td>
-            <td width="100" height="20"><img height="20" width="100" src="/websh/images/title.gif"></td>
+            <td width="120" height="20"><img height="20" width="120" src="images/title.gif"></td>
+            <td width="100" height="20"><img height="20" width="100" src="buttons/b_docu_c.gif"></td>
+            <td width="70" height="20"><img height="20" width="70" src="images/title.gif"></td>
+            <td width="110" height="20"><img height="20" width="110" src="images/title.gif"></td>
+            <td width="100" height="20"><img height="20" width="100" src="images/title.gif"></td>
             </tr>
         }
     }
@@ -441,11 +441,11 @@ proc putHeader {{mainSectionNr 0} {quick
             <td>{web::put [jslink /websh/download.html down b_down_b b_down_a 100 b_down_a.gif "download"]}</td>
             </tr>
             <tr height="20">
-            <td width="120" height="20"><img height="20" width="120" src="/websh/images/title.gif"></td>
-            <td width="100" height="20"><img height="20" width="100" src="/websh/images/title.gif"></td>
-            <td width="70" height="20"><img height="20" width="70" src="/websh/buttons/b_supp_c.gif"></td>
-            <td width="110" height="20"><img height="20" width="110" src="/websh/images/title.gif"></td>
-            <td width="100" height="20"><img height="20" width="100" src="/websh/images/title.gif"></td>
+            <td width="120" height="20"><img height="20" width="120" src="images/title.gif"></td>
+            <td width="100" height="20"><img height="20" width="100" src="images/title.gif"></td>
+            <td width="70" height="20"><img height="20" width="70" src="buttons/b_supp_c.gif"></td>
+            <td width="110" height="20"><img height="20" width="110" src="images/title.gif"></td>
+            <td width="100" height="20"><img height="20" width="100" src="images/title.gif"></td>
             </tr>
         }
     }
@@ -459,11 +459,11 @@ proc putHeader {{mainSectionNr 0} {quick
             <td>{web::put [jslink /websh/download.html down b_down_b b_down_a 100 b_down_a.gif "download"]}</td>
             </tr>
             <tr height="20">
-            <td width="120" height="20"><img height="20" width="120" src="/websh/images/title.gif"></td>
-            <td width="100" height="20"><img height="20" width="100" src="/websh/images/title.gif"></td>
-            <td width="70" height="20"><img height="20" width="70" src="/websh/images/title.gif"></td>
-            <td width="110" height="20"><img height="20" width="110" src="/websh/buttons/b_ress_c.gif"></td>
-            <td width="100" height="20"><img height="20" width="100" src="/websh/images/title.gif"></td>
+            <td width="120" height="20"><img height="20" width="120" src="images/title.gif"></td>
+            <td width="100" height="20"><img height="20" width="100" src="images/title.gif"></td>
+            <td width="70" height="20"><img height="20" width="70" src="images/title.gif"></td>
+            <td width="110" height="20"><img height="20" width="110" src="buttons/b_ress_c.gif"></td>
+            <td width="100" height="20"><img height="20" width="100" src="images/title.gif"></td>
             </tr>
         }
     }
@@ -477,18 +477,18 @@ proc putHeader {{mainSectionNr 0} {quick
             <td width="100"><br></td>
             </tr>
             <tr height="20">
-            <td width="120" height="20"><img height="20" width="120" src="/websh/images/title.gif"></td>
-            <td width="100" height="20"><img height="20" width="100" src="/websh/images/title.gif"></td>
-            <td width="70" height="20"><img height="20" width="70" src="/websh/images/title.gif"></td>
-            <td width="110" height="20"><img height="20" width="110" src="/websh/images/title.gif"></td>
-            <td width="100" height="20"><img height="20" width="100" src="/websh/buttons/b_down_c.gif"></td>
+            <td width="120" height="20"><img height="20" width="120" src="images/title.gif"></td>
+            <td width="100" height="20"><img height="20" width="100" src="images/title.gif"></td>
+            <td width="70" height="20"><img height="20" width="70" src="images/title.gif"></td>
+            <td width="110" height="20"><img height="20" width="110" src="images/title.gif"></td>
+            <td width="100" height="20"><img height="20" width="100" src="buttons/b_down_c.gif"></td>
             </tr>
         }
     }
     web::putx {
         </table>
         </td>
-        <td><img height="40" width="270" src="/websh/images/logo_strich.gif"></td>
+        <td><img height="40" width="270" src="images/logo_strich.gif"></td>
         </tr>
         </table>
     }
@@ -507,37 +507,37 @@ proc finishPage {{where 0}} {
         <td width="760">
 	{
 	    if {$where != 1 } {
-		web::put {<a href="/websh/product.html">description</a>&nbsp;|}
+		web::put {<a href="product.html">description</a>&nbsp;|}
 	    } else {
 		web::put {<span class="blue">description</span>&nbsp;|}
 	    }
 	    if {$where != 2 } {
-		web::put {&nbsp;<a href="/websh/docu.html">documentation</a>&nbsp;|}
+		web::put {&nbsp;<a href="docu.html">documentation</a>&nbsp;|}
 	    } else {
 		web::put {&nbsp;<span class="blue">documentation</span>&nbsp;|}
 	    }
 	    if {$where != 3 } {
-		web::put {&nbsp;<a href="/websh/support.html">support</a>&nbsp;|}
+		web::put {&nbsp;<a href="support.html">support</a>&nbsp;|}
 	    } else {
 		web::put {&nbsp;<span class="blue">support</span>&nbsp;|}
 	    }
 	    if {$where != 4 } {
-		web::put {&nbsp;<a href="/websh/resources.html">resources</a>&nbsp;|}
+		web::put {&nbsp;<a href="resources.html">resources</a>&nbsp;|}
 	    } else {
 		web::put {&nbsp;<span class="blue">resources</span>&nbsp;|}
 	    }
 	    if {$where != 5 } {
-		web::put {&nbsp;<a href="/websh/download.html">download</a>&nbsp;|}
+		web::put {&nbsp;<a href="download.html">download</a>&nbsp;|}
 	    } else {
 		web::put {&nbsp;<span class="blue">download</span>&nbsp;|}
 	    }
 	    if {$where != 7 } {
-		web::put {&nbsp;<a href="/websh/credits.html">credits</a>&nbsp;|}
+		web::put {&nbsp;<a href="credits.html">credits</a>&nbsp;|}
 	    } else {
 		web::put {&nbsp;<span class="blue">credits</span>&nbsp;|}
 	    }
 	    if {$where != 6 } {
-		web::put {&nbsp;<a href="/websh/copyright.html">copyright</a>}
+		web::put {&nbsp;<a href="copyright.html">copyright</a>}
 	    } else {
 		web::put {&nbsp;<span class="blue">copyright</span>}
 	    }

Modified: tcl/site/websh/whitepaper.html
URL: http://svn.apache.org/viewvc/tcl/site/websh/whitepaper.html?rev=1439887&r1=1439886&r2=1439887&view=diff
==============================================================================
--- tcl/site/websh/whitepaper.html (original)
+++ tcl/site/websh/whitepaper.html Tue Jan 29 13:28:19 2013
@@ -3,7 +3,7 @@
         <head>
         <meta http-equiv="content-type" content="text/html;charset=iso-8859-1">
         <title>Websh - Welcome</title>
-        <script language="JavaScript" src="/websh/buttons.js"></script>
+        <script language="JavaScript" src="buttons.js"></script>
         <link href="websh.css" rel="styleSheet" type="text/css">
         <meta name="description" content="Websh - the rapid development environment to build powerful web applications.">
         <META NAME="keywords" CONTENT="websh, Websh, e-commerce, web application, apache, perl,  php, asp, cold fusion">
@@ -14,15 +14,15 @@
     
         <map name="grafik_navi">
         <area href="mailto:websh-dev@tcl.apache.org" coords="94,2,154,26" shape="rect">
-        <area href="/websh/" coords="4,2,64,26" shape="rect">
-        <area href="/websh/contact.html" coords="184,2,244,26" shape="rect">
+        <area href="./" coords="4,2,64,26" shape="rect">
+        <area href="contact.html" coords="184,2,244,26" shape="rect">
         </map>
         <table border="0" cellpadding="0" cellspacing="0" width="100%" height="76">
         <tr valign="top">
     
-            <td width="500" bgcolor="#006699"><img height="50" width="300" src="/websh/images/grafik_navi_home.gif" alt="" border="0" usemap="#grafik_navi"><img height="50" width="200" src="/websh/images/grafik_index.gif" alt=""></td>
+            <td width="500" bgcolor="#006699"><img height="50" width="300" src="images/grafik_navi_home.gif" alt="" border="0" usemap="#grafik_navi"><img height="50" width="200" src="images/grafik_index.gif" alt=""></td>
         
-        <td><img height="50" width="270" src="/websh/images/logo.gif" alt="Websh"></td>
+        <td><img height="50" width="270" src="images/logo.gif" alt="Websh"></td>
 	<td width="5000" bgcolor="#000000">&nbsp;</td>
         </tr>
         <tr>
@@ -37,16 +37,16 @@
             <td><a href="/websh/download.html"  onmouseover="swap('down','b_down_b')"  onmouseout="swap('down','b_down_a')"><img height="20"  width="100"  src="/websh/buttons/b_down_a.gif"  name="down" border="0" alt="download"></a></td>
             </tr>
             <tr height="20">
-            <td width="120" height="20"><img height="20" width="120" src="/websh/images/title.gif"></td>
-            <td width="100" height="20"><img height="20" width="100" src="/websh/buttons/b_docu_c.gif"></td>
-            <td width="70" height="20"><img height="20" width="70" src="/websh/images/title.gif"></td>
-            <td width="110" height="20"><img height="20" width="110" src="/websh/images/title.gif"></td>
-            <td width="100" height="20"><img height="20" width="100" src="/websh/images/title.gif"></td>
+            <td width="120" height="20"><img height="20" width="120" src="images/title.gif"></td>
+            <td width="100" height="20"><img height="20" width="100" src="buttons/b_docu_c.gif"></td>
+            <td width="70" height="20"><img height="20" width="70" src="images/title.gif"></td>
+            <td width="110" height="20"><img height="20" width="110" src="images/title.gif"></td>
+            <td width="100" height="20"><img height="20" width="100" src="images/title.gif"></td>
             </tr>
         
         </table>
         </td>
-        <td><img height="40" width="270" src="/websh/images/logo_strich.gif"></td>
+        <td><img height="40" width="270" src="images/logo_strich.gif"></td>
         </tr>
         </table>
     
@@ -65,13 +65,13 @@
     <tr valign="top">
     
 	
-	<td width="10"><img height="1" border="0" width="10" src="/websh/images/stuntFFFFFF001010.gif"></td>
+	<td width="10"><img height="1" border="0" width="10" src="images/stuntFFFFFF001010.gif"></td>
         <td width="150">
         <table border="0" cellpadding="0" cellspacing="0" width="141">
     
         
         <tr valign="top">
-        <td width="10"><img height="11" width="10" src="/websh/images/pfeil.gif"></td>
+        <td width="10"><img height="11" width="10" src="images/pfeil.gif"></td>
         <td class=nav>
         <a href="/websh/docu.html"><b>documentation</b></a><br>
 	
@@ -79,7 +79,7 @@
     
         
         <tr valign="top">
-        <td width="10"><img height="11" width="10" src="/websh/images/pfeil.gif"></td>
+        <td width="10"><img height="11" width="10" src="images/pfeil.gif"></td>
         <td class=nav>
         <b>white paper</b><br>
 	
@@ -87,7 +87,7 @@
     
         
         <tr valign="top">
-        <td width="10"><img height="11" width="10" src="/websh/images/pfeil.gif"></td>
+        <td width="10"><img height="11" width="10" src="images/pfeil.gif"></td>
         <td class=nav>
         <a href="/websh/quickref.html"><b>quick reference</b></a><br>
 	
@@ -95,7 +95,7 @@
     
         
         <tr valign="top">
-        <td width="10"><img height="11" width="10" src="/websh/images/pfeil.gif"></td>
+        <td width="10"><img height="11" width="10" src="images/pfeil.gif"></td>
         <td class=nav>
         <a href="/websh/examples.html"><b>examples</b></a><br>
 	
@@ -818,7 +818,7 @@ at <a href="http://tcl.apache.org/websh/
         <tr valign="top">
         <td width="10"></td>
         <td width="760">
-	<a href="/websh/product.html">description</a>&nbsp;|&nbsp;<span class="blue">documentation</span>&nbsp;|&nbsp;<a href="/websh/support.html">support</a>&nbsp;|&nbsp;<a href="/websh/resources.html">resources</a>&nbsp;|&nbsp;<a href="/websh/download.html">download</a>&nbsp;|&nbsp;<a href="/websh/credits.html">credits</a>&nbsp;|&nbsp;<a href="/websh/copyright.html">copyright</a>
+	<a href="product.html">description</a>&nbsp;|&nbsp;<span class="blue">documentation</span>&nbsp;|&nbsp;<a href="support.html">support</a>&nbsp;|&nbsp;<a href="resources.html">resources</a>&nbsp;|&nbsp;<a href="download.html">download</a>&nbsp;|&nbsp;<a href="credits.html">credits</a>&nbsp;|&nbsp;<a href="copyright.html">copyright</a>
 	</td></tr>
         <tr valign="top">
         <td colspan="2">



---------------------------------------------------------------------
To unsubscribe, e-mail: site-cvs-unsubscribe@tcl.apache.org
For additional commands, e-mail: site-cvs-help@tcl.apache.org