Commit 22d71862f7dc89b58ac8525bec6374ee58c07966
1 parent
9e9ca83f
Exists in
master
and in
1 other branch
Some hacking on livequery to improve popup viewer.
Showing
1 changed file
with
4 additions
and
3 deletions
Show diff stats
src/web/templates/package.html
| 1 | $def with (pkg) | 1 | $def with (pkg) |
| 2 | -<h1>$pkg['package']: $pkg['description']</h1> | ||
| 3 | - | 2 | +<!-- |
| 3 | +<br /> | ||
| 4 | <div class="align-right"> | 4 | <div class="align-right"> |
| 5 | <button type="button" class="like_button" onclick=";return false;" id="like" > | 5 | <button type="button" class="like_button" onclick=";return false;" id="like" > |
| 6 | <img src="/static/images/pixel-vfl73.gif" alt=""> | 6 | <img src="/static/images/pixel-vfl73.gif" alt=""> |
| @@ -18,8 +18,9 @@ $def with (pkg) | @@ -18,8 +18,9 @@ $def with (pkg) | ||
| 18 | </div> | 18 | </div> |
| 19 | </div> | 19 | </div> |
| 20 | <br /> | 20 | <br /> |
| 21 | -<br /> | 21 | +--> |
| 22 | <div class="graybox"> | 22 | <div class="graybox"> |
| 23 | +<h1>$pkg['package'] - <i>$pkg['description']</i></h1> | ||
| 23 | <table><tr><td class="noborder"> | 24 | <table><tr><td class="noborder"> |
| 24 | <h2>Details</h2> | 25 | <h2>Details</h2> |
| 25 | <ul> | 26 | <ul> |