diff --git a/template/admin/dictionary-index.phtml b/template/admin/dictionary-index.phtml index 60dd17f..02fad56 100644 --- a/template/admin/dictionary-index.phtml +++ b/template/admin/dictionary-index.phtml @@ -2,7 +2,7 @@

- +
diff --git a/template/block/search.phtml b/template/block/search.phtml index 2bed923..22a72c6 100644 --- a/template/block/search.phtml +++ b/template/block/search.phtml @@ -13,9 +13,9 @@ var results = jQuery.parseJSON(data); $(results).each(function (key, value) { if (value.image != '') { - $('.search-results').append('' + value.title + ' ' + value.title + ''); + $('.search-results').append('' + value.title + ' ' + value.title + ''); } else { - $('.search-results').append('' + value.title + ''); + $('.search-results').append('' + value.title + ''); } }) }); @@ -32,9 +32,9 @@ var keyword = $("#search-keyword").val(); $(".search-info-text").remove(); if (keyword.length == 0) { - $(".search-results").show().append('
  • %s
  • '); + $(".search-results").show().append('%s'); } else { - $(".search-results").show().append('
  • %s
  • '); + $(".search-results").show().append('%s'); } }); })(jQuery) @@ -65,14 +65,14 @@ EOT;
    -
    - +
    - + - + - +
    @@ -106,7 +104,7 @@ EOT; - diff --git a/template/front/search-form.phtml b/template/front/search-form.phtml index 1b586ba..4fc58c8 100644 --- a/template/front/search-form.phtml +++ b/template/front/search-form.phtml @@ -1,6 +1,6 @@ footScript()->appendFile($this->assetModule('front/search-tabs.js')); ?>
    -
    +
      -
    • +
    • @@ -17,7 +17,7 @@
    • $data) { echo sprintf( - '
    • %s
    • ', + '
    • %s
    • ', $name, $name == $searchModule ? ' active' : '', $this->escape($data['title']) @@ -39,7 +39,7 @@
        $data) { echo sprintf( - '
      • %s
      • ', + '
      • %s
      • ', $name, $this->escape($data['title']) ); diff --git a/template/front/search-google.phtml b/template/front/search-google.phtml index a88ce4a..50958eb 100644 --- a/template/front/search-google.phtml +++ b/template/front/search-google.phtml @@ -4,11 +4,11 @@ $this->headMeta('noindex', 'robots'); $mode = 'resultonly'; // 'resultonly', 'custom' ?> -
        -
        -

        escape(Pi::config('sitename'))); ?>

        +
        +
        +

        escape(Pi::config('sitename'))); ?>

        -
        +