Menu

main.tpl question

jl
2004-06-07
2004-06-07
  • jl

    jl - 2004-06-07

    Thanks for the great work on your scripts.

    I am unable to find the background color tag for the cells on the main page that display:

    Newly added links
    Updated links
    Most popular links

    Also it is not clear how those sections are referened in the template, at least I cant find them and thats why I cant fing the BG color tag.

    Thanks

    <!--
            HTML TEMPLATE version 1.0

            Website: http://mythreads.sourceforge.net

                This code is released under the terms of the GNU GPL license version 2 or later.
                 Please refer to www.gnu.org for a copy of that license.
    -->
    <HTML>
    <HEAD><TITLE>Links - {HEAD_INFO}</TITLE>
    </HEAD>
    <LINK rel="alternate" type="application/rss+xml" href="tmp/news.rdf" title="RSS feed">
    <body bgcolor="#ffffff">
    <DIV align="center">

    <table border=0 cellspacing=0 cellpadding=0 width="95%">
            <tr>
                    <td align=left bgcolor="#bbbbbb">
                            <font face="arial, verdana, helvetica, sans-serif" size=2>{DATE}</font>
                    </td>
                    <td align=right bgcolor="#bbbbbb">
                            <small><a href="{NEW_LINKS}">[Neue Links]</a> <a href="{UPD_LINKS}">[Aktualisierte Links]</a> <a href="{TOP_LINKS}">[Top Links]</a> <a href="{SUG_CATEGORY}">[Fge Kategorie hinzu]</a>  <a href="{ADD_LINK}">[Fge Link hinzu]</a> <a href="{UPDATE_LINK}">[Aktualisiere Link]</a> <a href="{ADMIN_LINK}">[Admin]</a> <a href="{HOME_LINK}">[Home]</a></small>
                    </td>
            </tr>
            <tr>
                    <td align=center colspan=2>

                            <img src="images/mythreads.gif" alt="Welcome to MyThreads">

                    </td>
            </tr>
            <tr>
                    <td bgcolor="#999999" align=left valign=middle colspan=2>
                            <!--(Start Category Title)-->
                            <b>{CATEGORY_TITLE} {INFO}</b>
                            <!--(Stop Category Title)-->
                    </td>

            </tr>
            <tr>
                    <td bgcolor="#dddddd" colspan=2 colspan=2>
                    {SUB_CATEGORIES}

                    </td>
            </tr>
            <tr>
                    <td colspan=2>
                            <!--(Start Main Content)-->
                            {CATEGORIES}
                            {CATEGORY_LINKS}
                            {CONTENT}
                            {ADMIN}
                            <!--(Stop Main Content)-->
                    </td>
            </tr>
            <tr>
                    <td align=left bgcolor="#dddddd" colspan=2>
                            <!-- BEGIN search_title -->
                            <b>Suche: </b>
                            <!-- END search_title -->
                    </td>
            </tr>
            <tr>
                    <td align=left colspan=2>
                            <!-- BEGIN form_search_footer -->
                            <form method="post" action="{START_SCRIPT_T}mode=search">
                            <input type="text" name="search" rows="1" cols="50">
                            <input type="submit" value="Suche!">
                            <input type="submit" name="search_help" value="Hilfe?">
                            </form><br>
                            <!-- END form_search_footer -->
                            <small><a href="http://mythreads.sourceforge.net">MyThreads-Links</a> {RELEASE}</small>
                    </td>
            </tr>
    </table>

    </div>
    </body>
    </html>

     
    • Ludovic Drolez

      Ludovic Drolez - 2004-06-07

      subtitle.tpl

      ...I plan to finish the documentation in 2038...

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.