⌈⌋ ⎇ branch:  freshcode


Check-in [0ab86b164c]

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Full sized preview image 160x120
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 0ab86b164cdc8d2e5651db49e28452dfe81286da
User & Date: mario 2015-04-05 18:18:15
Context
2015-04-05
18:18
Cut down the title length to 64 chars beforehand. (New layout expands too much else.) check-in: 5fdce9467d user: mario tags: trunk
18:18
Full sized preview image 160x120 check-in: 0ab86b164c user: mario tags: trunk
2015-03-24
20:07
Fix spacing to header block. Correct nowrap issue for title/version/datetime in .project headers (Firefox). check-in: 5bda659526 user: mario tags: trunk
Changes
Hide Diffs Unified Diffs Ignore Whitespace Patch

Changes to template/projects_description.php.

32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
            <a href="/projects/$entry[name]">
               $entry[title]
               <em class=version>$entry[version]</em>
            </a>
        </h3>

        <a href="$entry[homepage]">
           <img class=preview src="$entry[image]" align=right width=120 height=90 border=0>
        </a>

        <p class=description style="border:0">$entry[description]</p>

        <table class=long-tags border=0>
           <tr> <th>Tags</th>     <td>{$_(wrap_tags($entry["tags"]))}</td>           </tr>
           <tr> <th>License</th>  <td><a class=license title="$license_long">$entry[license]</a></td>      </tr>







|







32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
            <a href="/projects/$entry[name]">
               $entry[title]
               <em class=version>$entry[version]</em>
            </a>
        </h3>

        <a href="$entry[homepage]">
           <img class=preview src="$entry[image]" align=right width=160 height=120 border=0>
        </a>

        <p class=description style="border:0">$entry[description]</p>

        <table class=long-tags border=0>
           <tr> <th>Tags</th>     <td>{$_(wrap_tags($entry["tags"]))}</td>           </tr>
           <tr> <th>License</th>  <td><a class=license title="$license_long">$entry[license]</a></td>      </tr>