From 9e9ca83fbf6b69622f213071dfdcc8fdbb6e2813 Mon Sep 17 00:00:00 2001 From: Tiago Bortoletto Vaz Date: Mon, 27 Jun 2011 02:20:23 -0300 Subject: [PATCH] Updating about page --- src/web/static/css/thickbox.css | 2 -- src/web/static/js/thickbox.js | 4 ++-- src/web/templates/package.html | 35 +++++++++++++++++++---------------- 3 files changed, 21 insertions(+), 20 deletions(-) diff --git a/src/web/static/css/thickbox.css b/src/web/static/css/thickbox.css index d48df7f..1aa648a 100644 --- a/src/web/static/css/thickbox.css +++ b/src/web/static/css/thickbox.css @@ -99,8 +99,6 @@ margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = d } #TB_title{ - background-color:#e8e8e8; - height:27px; } #TB_ajaxContent{ diff --git a/src/web/static/js/thickbox.js b/src/web/static/js/thickbox.js index affab29..7307250 100644 --- a/src/web/static/js/thickbox.js +++ b/src/web/static/js/thickbox.js @@ -193,7 +193,7 @@ function tb_show(caption, url, imageGroup) {//function called when the user clic urlNoQuery = url.split('TB_'); $("#TB_iframeContent").remove(); if(params['modal'] != "true"){//iframe no modal - $("#TB_window").append("
"+caption+"
close or Esc Key
"); + $("#TB_window").append("

"+caption+"

close or Esc Key
"); }else{//iframe modal $("#TB_overlay").unbind(); $("#TB_window").append(""); @@ -201,7 +201,7 @@ function tb_show(caption, url, imageGroup) {//function called when the user clic }else{// not an iframe, ajax if($("#TB_window").css("display") != "block"){ if(params['modal'] != "true"){//ajax no modal - $("#TB_window").append("
"+caption+"
close or Esc Key
"); + $("#TB_window").append("
close or Esc Key
"); }else{//ajax modal $("#TB_overlay").unbind(); $("#TB_window").append("
"); diff --git a/src/web/templates/package.html b/src/web/templates/package.html index e9367ae..2d43363 100644 --- a/src/web/templates/package.html +++ b/src/web/templates/package.html @@ -1,5 +1,24 @@ $def with (pkg) +

$pkg['package']: $pkg['description']

+
+ +   + +   +
+ +
+
+
+
+
+
+

Details

@@ -45,20 +64,4 @@ $for facet, tags in pkg['tag'].items():
-
- -   - -   -
- -
-
-
-
-
-- libgit2 0.21.2