Update of /cvsroot/wtf-tracker/wtf/templates/pages/input
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv3740/templates/pages/input
Modified Files:
projects.tmpl
Log Message:
Added show/hide functionality to codeline project tables
Index: projects.tmpl
===================================================================
RCS file: /cvsroot/wtf-tracker/wtf/templates/pages/input/projects.tmpl,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** projects.tmpl 18 Oct 2006 16:52:50 -0000 1.1.1.1
--- projects.tmpl 3 Nov 2006 16:29:37 -0000 1.2
***************
*** 4,10 ****
<tmpl_loop name="codelines">
! <h5><tmpl_var name="codeline"></h5>
! <table class="tabular interactive">
<tr>
<th>Summary</th>
--- 4,13 ----
<tmpl_loop name="codelines">
! <a id="codeline_<tmpl_var name="id">_link" class="code_nav"
! href="javascript:expandCodelines('codeline_<tmpl_var name="id">','codeline_<tmpl_var name="id">_link');">
! <tmpl_var name="codeline">
! </a>
! <table class="tabular interactive" id="codeline_<tmpl_var name='id'>" style="display: none;">
<tr>
<th>Summary</th>
|