[dokuwiki] Re: Wikipedia template

it renders the same in konqueror 3.4.2 as with firefox, except for a few
pixels of in the search box, it looks best in konqueror, you probably
should look into the space between the input field and the box its in

On Thu, 2005-08-25 at 17:32 +0200, Roberto Abalde wrote:
> Hi,
> 
> I'm developing a Wikipedia template for dokuwiki, you can see it here:
> http://www.galego21.org/dokuwiki-test
> 
> You can download the development version of this template from here:
> http://www.galego21.org/dokuwiki-test/mediawiki.zip
> 
> Comments are wellcome, but remember that this is a development version, it's 
> not finished yet
> because I need to do some cleaning. Send me your comments to my mais address 
> or leave them at this
> pages' end.
> 
> I tested it with Mozilla Firefox 1.0.3 and IE 6.0 on Windows. If someone can 
> test it with Opera
> and IE5 and send me some comments/patches.
> 
> I've changed a couple of files to add a 'what links here' link, like the one 
> in wikimedia. The
> patches are these ones:
> 
> 
> On inc/template.php, function tpl_actionlink():
> 
>   *  top      - a back to top button
>   *  back     - a back to parent button - if available
> + *  backlink - what links here
>   *
>   * @author Andreas Gohr <andi@xxxxxxxxxxxxxx>
> 
> 
>     case 'admin':
>       if($INFO['perm'] == AUTH_ADMIN)
>         
> tpl_link(wl($ID,'do=admin'),$pre.$lang['btn_admin'].$suf,'class="action"');
>       break;
> +   case 'backlink':
> +       
> tpl_link(wl($ID,'do=backlink'),$pre.$lang['btn_backlink'].$suf,'class="action"');
> +     break;
>     default:
>       print '[unknown link type]';
> 
> 
> On inc/template.php, function tpl_button():
> 
>   *  backtomedia - returns to the mediafile upload dialog
>   *                after references have been displayed
> + *  backlink - what links here
>   *
>   * @author Andreas Gohr <andi@xxxxxxxxxxxxxx>
> 
> 
>     case 'backtomedia':
>       print html_backtomedia_button(array('ns' => $NS),'b');
>       break;
> +   case 'backlink':
> +       print html_btn('backlink', $ID,'', array('do' => 'backlink'));
>     break;
>       default:
> 
> 
> On inc/lang/en/lang.php:
> 
>   $lang['btn_backtomedia'] = 'Back to Mediafile Selection';
> + $lang['btn_backlink'] = 'What links here';
> 
> 
> 
> Saludos,
> Roberto
> 
> 
> 
> 
> 
>               
> ______________________________________________ 
> Renovamos el Correo Yahoo! 
> Nuevos servicios, más seguridad 
> http://correo.yahoo.es
-- 
Redeeman <redeeman@xxxxxxxxxxx>

-- 
DokuWiki mailing list - more info at
http://wiki.splitbrain.org/wiki:mailinglist

Other related posts: