Source code for /src/tile_lib.jsp.txt
//======================================================================//
// Author: Mark Qian <markqian@hotmail.com> //
// WWW: http://www.coolshare.com //
// Copyright (c) 2006, Mark Qian //
// //
// You must contact Mark Qian to get a permission of use //
// in case you want to make any use of the codes except viewing it //
// on Mark's site. //
//======================================================================//
<%@ taglib prefix="coolshare" tagdir="/WEB-INF/tags" %>
<script type="text/javascript">
<!--
dojo.event.topic.subscribe("/init", window, (function() {
return function() {
toolBar.init();
}})());
//-->
</script>
<table border=0 id="s" style="height:50px">
<tr><td style="width:400px"></td><td nowrap="nowrap"><h3>Gadget Library (drag item from here):</h3></td><td style="height:50px">
<coolshare:tile id="s1" title="Coolshare (s1)" icon="/RemoteScriptGuru/html/coolshare/javascriptlab/html/images/vittata_5.jpg">
<img src="/RemoteScriptGuru/html/coolshare/javascriptlab/html/images/vittata_5.jpg"/>
</coolshare:tile>
</td><td style="height:50px">
<coolshare:tile id="s2" title="Coolshare (s2)" icon="/RemoteScriptGuru/html/coolshare/javascriptlab/html/images/vittata_4.jpg">
<img src="/RemoteScriptGuru/html/coolshare/javascriptlab/html/images/vittata_4.jpg"/>
</coolshare:tile>
</td><td style="height:50px">
<coolshare:tile id="s3" title="Coolshare (s3)" icon="/RemoteScriptGuru/html/coolshare/javascriptlab/html/images/vittata_3.jpg">
<img src="/RemoteScriptGuru/html/coolshare/javascriptlab/html/images/vittata_3.jpg"/>
</coolshare:tile>
</td><td style="height:50px">
<coolshare:tile id="s4" title="Coolshare (s4)" icon="/RemoteScriptGuru/html/coolshare/javascriptlab/html/images/vittata_2.jpg">
<img src="/RemoteScriptGuru/html/coolshare/javascriptlab/html/images/vittata_2.jpg"/>
</coolshare:tile>
</td></tr>
</table>