Update of
/var/cvs/Geeklog-2.x/Geeklog-2.x/plugins/link/themes/default
In directory
iowaoutdoors:/tmp/cvs-serv27936/plugins/link/themes/default
Modified Files:
Home.thtml
Log Message:
added very basic links list
Index: Home.thtml
============================================================
=======
RCS file:
/var/cvs/Geeklog-2.x/Geeklog-2.x/plugins/link/themes/default
/Home.thtml,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** Home.thtml 19 May 2006 20:05:17 -0000 1.3
--- Home.thtml 27 Jul 2006 14:56:57 -0000 1.4
***************
*** 19,21 ****
an small image of the actual site shows up.</li>
</ul>
! </p>
\ No newline at end of file
--- 19,47 ----
an small image of the actual site shows up.</li>
</ul>
! </p>
! <table class="gl2AdminListTable">
! <tr style="background:#FFFFFF;">
! <th
class="gl2AdminHeaderField">Link</th>
! <th
class="gl2AdminHeaderField">Clicks</th>
! </tr>
! {if:numLinks()}
! {foreach:links,key,curLink}
! <tr id="link*_{curLink.getLinkId()}"
class="{getCSSRowClass()}"
onMouseOver="className='gl2RollOver';"
onMouseOut="className='{getLastCSSRowClass()}';&quo
t; flexy:ignore>
! <td><a target="_new"
href="/index.php/link/passthru/{getRewriteId(
curLink)}">{curLink.getSiteName()}</a></td
>
! <td
align="left">{curLink.getNumClicks()}</td&
gt;
! </tr>
! {end:}
! <!-- <tr>
! <td colspan="5">
! <input type="hidden"
name="cmd" value="deleteSelected"
/>
! <a
href="/index.php/link/validateSelected"
>Validate Selected</a>
! <a href="#"
onclick="gl2ConfirmDelete('linkTable');">De
lete Selected</a>
! <a
href="/index.php/link/edit/"><b&g
t;New Link</b></a>
! </td>
! </tr> -->
! {else:}
! <tr>
! <td colspan="5">There are no links
to display. You can <a
href="/index.php/link/edit">add a
link now</a>!</td>
! </tr>
! {end:}
! </table>
\ No newline at end of file
_______________________________________________
geeklog2-cvs mailing list
geeklog2-cvs lists.geeklog.net
http://lists.geeklog.net/mailman/listinfo/geeklog2-cvs
|