svnno****@sourc*****
svnno****@sourc*****
2008年 11月 19日 (水) 20:03:19 JST
Revision: 1376 http://svn.sourceforge.jp/view?root=pal&view=rev&rev=1376 Author: karma Date: 2008-11-19 20:03:18 +0900 (Wed, 19 Nov 2008) Log Message: ----------- apply JSR168 css definition to table. Modified Paths: -------------- palwassr/trunk/src/main/webapp/WEB-INF/view/index.jsp -------------- next part -------------- Modified: palwassr/trunk/src/main/webapp/WEB-INF/view/index.jsp =================================================================== --- palwassr/trunk/src/main/webapp/WEB-INF/view/index.jsp 2008-11-19 08:28:18 UTC (rev 1375) +++ palwassr/trunk/src/main/webapp/WEB-INF/view/index.jsp 2008-11-19 11:03:18 UTC (rev 1376) @@ -19,6 +19,8 @@ + "</td><td>" + json[i].html + "</td></tr>"); } + $('table#timeline tr:even').attr('class','portlet-section-body'); + $('table#timeline tr:odd').attr('class','portlet-section-alternate'); } }); } @@ -29,8 +31,8 @@ loadJSON(); </script> -<h1>Wassr Public Timeline</h1> +<div class="portlet-section-header">Wassr Public Timeline</div> <input type="button" value="Update!" onclick="updateTimeline()"/> -<table border="1" cellspacing="0" id="timeline"> +<table id="timeline"> </table>