1 Oct 2006 15:35
tiki/templates/styles/damian tiki-show_page.tpl, 1.19, 1.20 module.tpl, 1.5, 1.6 tiki-bot_bar.tpl, 1.5, 1.6
Update of /cvsroot/tikiwiki/tiki/templates/styles/damian
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv19672/templates/styles/damian
Modified Files:
tiki-show_page.tpl module.tpl tiki-bot_bar.tpl
Log Message:
update: icons replaced
Index: tiki-show_page.tpl
===================================================================
RCS file: /cvsroot/tikiwiki/tiki/templates/styles/damian/tiki-show_page.tpl,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- tiki-show_page.tpl 16 Mar 2006 13:43:13 -0000 1.19
+++ tiki-show_page.tpl 1 Oct 2006 13:35:21 -0000 1.20
<at> <at> -30,28 +30,28 <at> <at>
{if $print_page ne 'y'}
<td style="text-align:left;">
{if !$lock and ($tiki_p_edit eq 'y' or $page|lower eq 'sandbox') and $beingEdited ne 'y'}
- <a title="{tr}edit{/tr}" href="tiki-editpage.php?page={$page|escape:"url"}"><img
src="img/icons/edit.gif" border="0" width="20" height="16" alt='{tr}edit{/tr}' /></a>
+ <a title="{tr}edit{/tr}" href="tiki-editpage.php?page={$page|escape:"url"}"><img
src="pics/icons/page_edit.png" border="0" width="16" height="16" alt='{tr}edit{/tr}' /></a>
{/if}
{if $feature_morcego eq "y" && $wiki_feature_3d eq "y"}
- <a title="{tr}3d browser{/tr}"
href="javascript:wiki3d_open('{$page|escape}',{$wiki_3d_width}, {$wiki_3d_height})"><img
src="img/icons/ico_wiki3d.gif" border="0" width="13" height="16" alt='{tr}3d browser{/tr}' /></a>
+ <a title="{tr}3d browser{/tr}"
href="javascript:wiki3d_open('{$page|escape}',{$wiki_3d_width}, {$wiki_3d_height})"><img
src="pics/icons/wiki3d.png" border="0" width="13" height="16" alt='{tr}3d browser{/tr}' /></a>
{/if}
{if $cached_page eq 'y'}
- <a title="{tr}refresh{/tr}"
href="tiki-index.php?page={$page|escape:"url"}&refresh=1"><img
src="img/icons/ico_redo.gif" border="0" height="16" width="16" alt='{tr}refresh{/tr}' /></a>
+ <a title="{tr}refresh{/tr}"
href="tiki-index.php?page={$page|escape:"url"}&refresh=1"><img
src="pics/icons/arrow_refresh.png" border="0" height="16" width="16" alt='{tr}refresh{/tr}' /></a>
{/if}
{if $feature_wiki_print eq 'y'}
- <a title="{tr}print{/tr}" href="tiki-print.php?page={$page|escape:"url"}"><img
src="img/icons/ico_print.gif" border="0" width="16" height="16" alt='{tr}print{/tr}' /></a>
+ <a title="{tr}print{/tr}" href="tiki-print.php?page={$page|escape:"url"}"><img
src="pics/icons/printer.png" border="0" width="16" height="16" alt='{tr}print{/tr}' /></a>
{/if}
{if $feature_wiki_pdf eq 'y'}
- <a title="{tr}create pdf{/tr}" href="tiki-config_pdf.php?{if $home_info &&
$home_info.page_ref_id}page_ref_id={$home_info.page_ref_id}{else}page={$page|escape:"url"}{/if}"><img
src="img/icons/ico_pdf.gif" border="0" width="16" height="16" alt='{tr}pdf{/tr}' /></a>
+ <a title="{tr}create pdf{/tr}" href="tiki-config_pdf.php?{if $home_info &&
$home_info.page_ref_id}page_ref_id={$home_info.page_ref_id}{else}page={$page|escape:"url"}{/if}"><img
src="pics/icons/page_white_acrobat.png" border="0" width="16" height="16" alt='{tr}pdf{/tr}' /></a>
{/if}
{if $user and $feature_notepad eq 'y' and $tiki_p_notepad eq 'y'}
- <a title="{tr}Save to notepad{/tr}"
href="tiki-index.php?page={$page|escape:"url"}&savenotepad=1"><img
src="img/icons/ico_save.gif" border="0" width="16" height="16" alt='{tr}save{/tr}' /></a>
+ <a title="{tr}Save to notepad{/tr}"
href="tiki-index.php?page={$page|escape:"url"}&savenotepad=1"><img
src="pics/icons/disk.png" border="0" width="16" height="16" alt='{tr}save{/tr}' /></a>
{/if}
{if $user and $feature_user_watches eq 'y'}
{if $user_watching_page eq 'n'}
- <a
href="tiki-index.php?page={$page|escape:"url"}&watch_event=wiki_page_changed&watch_object={$page|escape:"url"}&watch_action=add">{html_image
file='img/icons/icon_watch.png' border='0' alt="{tr}monitor this page{/tr}" title="{tr}monitor
this page{/tr}"}</a>
+ <a
href="tiki-index.php?page={$page|escape:"url"}&watch_event=wiki_page_changed&watch_object={$page|escape:"url"}&watch_action=add">{html_image
file='pics/icons/eye.png' border='0' alt="{tr}monitor this page{/tr}" title="{tr}monitor this page{/tr}"}</a>
{else}
- <a
href="tiki-index.php?page={$page|escape:"url"}&watch_event=wiki_page_changed&watch_object={$page|escape:"url"}&watch_action=remove">{html_image
file='img/icons/icon_unwatch.png' border='0' alt="{tr}stop monitoring this page{/tr}"
title="{tr}stop monitoring this page{/tr}"}</a>
+ <a
href="tiki-index.php?page={$page|escape:"url"}&watch_event=wiki_page_changed&watch_object={$page|escape:"url"}&watch_action=remove">{html_image
file='pics/icons/no_eye.png' border='0' alt="{tr}stop monitoring this page{/tr}"
title="{tr}stop monitoring this page{/tr}"}</a>
{/if}
{/if}
</td>
<at> <at> -100,21 +100,21 <at> <at>
<tr>
<td>
{if $prev_info and $prev_info.page_ref_id}
- <a href="tiki-index.php?page_ref_id={$prev_info.page_ref_id}"><img
src="img/icons2/nav_dot_right.gif" border="0" height="11" width="8" alt='{tr}Previous
page{/tr}'
+ <a href="tiki-index.php?page_ref_id={$prev_info.page_ref_id}"><img
src="pics/icons/resultset_previous.png" border="0" height="11" width="8" alt='{tr}Previous
page{/tr}'
{if $prev_info.page_alias}
title='{$prev_info.page_alias}'
{else}
title='{$prev_info.pageName}'
{/if}/></a>{else}<img src="img/icons2/8.gif" alt="" border="0" height="1" width="8" />{/if}
{if $parent_info}
- <a href="tiki-index.php?page_ref_id={$parent_info.page_ref_id}"><img
src="img/icons2/nav_home.gif" border="0" height="11" width="13" alt='{tr}Parent page{/tr}'
+ <a href="tiki-index.php?page_ref_id={$parent_info.page_ref_id}"><img
src="pics/icons/resultset_up.png" border="0" height="11" width="13" alt='{tr}Parent page{/tr}'
{if $parent_info.page_alias}
title='{$parent_info.page_alias}'
{else}
title='{$parent_info.pageName}'
{/if}/></a>{else}<img src="img/icons2/8.gif" alt="" border="0" height="1" width="8" />{/if}
{if $next_info and $next_info.page_ref_id}
- <a href="tiki-index.php?page_ref_id={$next_info.page_ref_id}"><img
src="img/icons2/nav_dot_left.gif" height="11" width="8" border="0" alt='{tr}Next page{/tr}'
+ <a href="tiki-index.php?page_ref_id={$next_info.page_ref_id}"><img
src="pics/icons/resultset_next.png" height="11" width="8" border="0" alt='{tr}Next page{/tr}'
{if $next_info.page_alias}
title='{$next_info.page_alias}'
{else}
<at> <at> -167,16 +167,16 <at> <at>
{if $pages > 1}
<br />
<div align="center">
- <a href="tiki-index.php?{if
$page_info}page_ref_id={$page_info.page_ref_id}{else}page={$page|escape:"url"}{/if}&pagenum={$first_page}"><img
src="img/icons2/nav_first.gif" border="0" height="11" width="27" alt='{tr}First page{/tr}'
title='{tr}First page{/tr}' /></a>
+ <a href="tiki-index.php?{if
$page_info}page_ref_id={$page_info.page_ref_id}{else}page={$page|escape:"url"}{/if}&pagenum={$first_page}"><img
src="pics/icons/resultset_first.png" border="0" height="11" width="27" alt='{tr}First
page{/tr}' title='{tr}First page{/tr}' /></a>
- <a href="tiki-index.php?{if
$page_info}page_ref_id={$page_info.page_ref_id}{else}page={$page|escape:"url"}{/if}&pagenum={$prev_page}"><img
src="img/icons2/nav_dot_right.gif" border="0" height="11" width="8" alt='{tr}Previous
page{/tr}' title='{tr}Previous page{/tr}' /></a>
+ <a href="tiki-index.php?{if
$page_info}page_ref_id={$page_info.page_ref_id}{else}page={$page|escape:"url"}{/if}&pagenum={$prev_page}"><img
src="pics/icons/resultset_previous.png" border="0" height="11" width="8" alt='{tr}Previous
page{/tr}' title='{tr}Previous page{/tr}' /></a>
<small>{tr}page{/tr}:{$pagenum}/{$pages}</small>
- <a href="tiki-index.php?{if
$page_info}page_ref_id={$page_info.page_ref_id}{else}page={$page|escape:"url"}{/if}&pagenum={$next_page}"><img
src="img/icons2/nav_dot_left.gif" border="0" height="11" width="8" alt='{tr}Next page{/tr}'
title='{tr}Next page{/tr}' /></a>
+ <a href="tiki-index.php?{if
$page_info}page_ref_id={$page_info.page_ref_id}{else}page={$page|escape:"url"}{/if}&pagenum={$next_page}"><img
src="pics/icons/resultset_next.png" border="0" height="11" width="8" alt='{tr}Next page{/tr}'
title='{tr}Next page{/tr}' /></a>
- <a href="tiki-index.php?{if
$page_info}page_ref_id={$page_info.page_ref_id}{else}page={$page|escape:"url"}{/if}&pagenum={$last_page}">{html_image
file='img/icons2/nav_last.gif' border='0' alt='{tr}Last page{/tr}' title='{tr}Last page{/tr}'}</a>
+ <a href="tiki-index.php?{if
$page_info}page_ref_id={$page_info.page_ref_id}{else}page={$page|escape:"url"}{/if}&pagenum={$last_page}">{html_image
file='pics/icons/resultset_last.png' border='0' alt='{tr}Last page{/tr}' title='{tr}Last page{/tr}'}</a>
</div>
{/if}
</div> {* End of main wiki page *}
Index: module.tpl
===================================================================
RCS file: /cvsroot/tikiwiki/tiki/templates/styles/damian/module.tpl,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- module.tpl 16 Mar 2006 13:43:13 -0000 1.5
+++ module.tpl 1 Oct 2006 13:35:21 -0000 1.6
<at> <at> -7,10 +7,10 <at> <at>
<table>
<tr>
<td width="11">
- <a href="{$current_location|escape}{$mpchar}mc_up={$module_name|escape}"><img
src="img/icons2/up.gif" border="0" /></a>
+ <a href="{$current_location|escape}{$mpchar}mc_up={$module_name|escape}"><img
src="pics/icons/resultset_up.png" border="0" width="16" height="16" /></a>
</td>
<td width="11">
- <a href="{$current_location|escape}{$mpchar}mc_down={$module_name|escape}"><img
src="img/icons2/down.gif" border="0" /></a>
+ <a href="{$current_location|escape}{$mpchar}mc_down={$module_name|escape}"><img
src="pics/icons/resultset_down.png" border="0" width="16" height="16" /></a>
</td>
<td>
{if $module_flip eq 'y'}
<at> <at> -23,7 +23,7 <at> <at>
<a href="{$current_location|escape}{$mpchar}mc_move={$module_name|escape}"><img
src="img/icons2/admin_move.gif" border="0" /></a>
</td>
<td width="16">
- <a href="{$current_location|escape}{$mpchar}mc_unassign={$module_name|escape}"
onclick="return confirmTheLink(this,'{tr}Are you sure you want to remove this module?{/tr}')"><img
src="img/icons2/delete.gif" border="0" width="16" height="16" alt='{tr}Remove{/tr}' /></a>
+ <a href="{$current_location|escape}{$mpchar}mc_unassign={$module_name|escape}"
onclick="return confirmTheLink(this,'{tr}Are you sure you want to remove this module?{/tr}')"><img
src="pics/icons/cross.png" border="0" width="16" height="16" alt='{tr}Remove{/tr}' /></a>
</td>
</tr>
</table>
Index: tiki-bot_bar.tpl
===================================================================
RCS file: /cvsroot/tikiwiki/tiki/templates/styles/damian/tiki-bot_bar.tpl,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- tiki-bot_bar.tpl 29 Aug 2006 20:19:14 -0000 1.5
+++ tiki-bot_bar.tpl 1 Oct 2006 13:35:21 -0000 1.6
<at> <at> -5,39 +5,39 <at> <at>
</div>
<div id="rss" style="text-align: center">
{if $feature_wiki eq 'y' and $rss_wiki eq 'y' and $tiki_p_view eq 'y'}
- <a title="{tr}Wiki RSS{/tr}"
href="tiki-wiki_rss.php?ver={$rssfeed_default_version}"><img alt="RSS" style="border: 0;
vertical-align: text-bottom;" src="img/rss.png" /></a>
+ <a title="{tr}Wiki RSS{/tr}"
href="tiki-wiki_rss.php?ver={$rssfeed_default_version}"><img src='pics/icons/feed.png'
width='16' height='16' style='border: 0; vertical-align: text-bottom;' alt='{tr}RSS feed{/tr}'
title='{tr}RSS feed{/tr}' /></a>
<small>{tr}Wiki{/tr}</small>
{/if}
{if $feature_blogs eq 'y' and $rss_blogs eq 'y' and $tiki_p_read_blog eq 'y'}
- <a title="{tr}Blogs RSS{/tr}"
href="tiki-blogs_rss.php?ver={$rssfeed_default_version}"><img alt="RSS" style="border: 0;
vertical-align: text-bottom;" src="img/rss.png" /></a>
+ <a title="{tr}Blogs RSS{/tr}"
href="tiki-blogs_rss.php?ver={$rssfeed_default_version}"><img src='pics/icons/feed.png'
width='16' height='16' style='border: 0; vertical-align: text-bottom;' alt='{tr}RSS feed{/tr}'
title='{tr}RSS feed{/tr}' /></a>
<small>{tr}Blogs{/tr}</small>
{/if}
{if $feature_articles eq 'y' and $rss_articles eq 'y' and $tiki_p_read_article eq 'y'}
- <a title="{tr}Articles RSS{/tr}"
href="tiki-articles_rss.php?ver={$rssfeed_default_version}"><img alt="rss" style="border: 0;
vertical-align: text-bottom;" src="img/rss.png" /></a>
+ <a title="{tr}Articles RSS{/tr}"
href="tiki-articles_rss.php?ver={$rssfeed_default_version}"><img src='pics/icons/feed.png'
width='16' height='16' style='border: 0; vertical-align: text-bottom;' alt='{tr}RSS feed{/tr}'
title='{tr}RSS feed{/tr}' /></a>
<small>{tr}Articles{/tr}</small>
{/if}
{if $feature_galleries eq 'y' and $rss_image_galleries eq 'y' and $tiki_p_view_image_gallery eq 'y'}
- <a title="{tr}Image Galleries RSS{/tr}"
href="tiki-image_galleries_rss.php?ver={$rssfeed_default_version}"><img alt="RSS"
style="border: 0; vertical-align: text-bottom;" src="img/rss.png" /></a>
+ <a title="{tr}Image Galleries RSS{/tr}"
href="tiki-image_galleries_rss.php?ver={$rssfeed_default_version}"><img
src='pics/icons/feed.png' width='16' height='16' style='border: 0; vertical-align:
text-bottom;' alt='{tr}RSS feed{/tr}' title='{tr}RSS feed{/tr}' /></a>
<small>{tr}Image Galleries{/tr}</small>
{/if}
{if $feature_file_galleries eq 'y' and $rss_file_galleries eq 'y' and $tiki_p_view_file_gallery eq 'y'}
- <a title="{tr}File Galleries RSS{/tr}"
href="tiki-file_galleries_rss.php?ver={$rssfeed_default_version}"><img alt="RSS"
style="border: 0; vertical-align: text-bottom;" src="img/rss.png" /></a>
+ <a title="{tr}File Galleries RSS{/tr}"
href="tiki-file_galleries_rss.php?ver={$rssfeed_default_version}"><img
src='pics/icons/feed.png' width='16' height='16' style='border: 0; vertical-align:
text-bottom;' alt='{tr}RSS feed{/tr}' title='{tr}RSS feed{/tr}' /></a>
<small>{tr}File Galleries{/tr}</small>
{/if}
{if $feature_forums eq 'y' and $rss_forums eq 'y' and $tiki_p_forum_read eq 'y'}
- <a title="{tr}Forums RSS{/tr}"
href="tiki-forums_rss.php?ver={$rssfeed_default_version}"><img alt="RSS" style="border: 0;
vertical-align: text-bottom;" src="img/rss.png" /></a>
+ <a title="{tr}Forums RSS{/tr}"
href="tiki-forums_rss.php?ver={$rssfeed_default_version}"><img src='pics/icons/feed.png'
width='16' height='16' style='border: 0; vertical-align: text-bottom;' alt='{tr}RSS feed{/tr}'
title='{tr}RSS feed{/tr}' /></a>
<small>{tr}Forums{/tr}</small>
{/if}
{if $feature_maps eq 'y' and $rss_mapfiles eq 'y' and $tiki_p_map_view eq 'y'}
- <a title="{tr}Maps RSS{/tr}" href="tiki-map_rss.php?ver={$rssfeed_default_version}"><img
alt="RSS" style="border: 0; vertical-align: text-bottom;" src="img/rss.png" /></a>
+ <a title="{tr}Maps RSS{/tr}" href="tiki-map_rss.php?ver={$rssfeed_default_version}"><img
src='pics/icons/feed.png' width='16' height='16' style='border: 0; vertical-align:
text-bottom;' alt='{tr}RSS feed{/tr}' title='{tr}RSS feed{/tr}' /></a>
<small>{tr}Maps{/tr}</small>
{/if}
{if $feature_directory eq 'y' and $rss_directories eq 'y' and $tiki_p_view_directory eq 'y'}
- <a href="tiki-directories_rss.php?ver={$rssfeed_default_version}"><img alt="rss"
style="border: 0; vertical-align: text-bottom;" src="img/rss.png" /></a>
+ <a href="tiki-directories_rss.php?ver={$rssfeed_default_version}"><img
src='pics/icons/feed.png' width='16' height='16' style='border: 0; vertical-align:
text-bottom;' alt='{tr}RSS feed{/tr}' title='{tr}RSS feed{/tr}' /></a>
<small>{tr}Directories{/tr}</small>
{/if}
{if $feature_calendar eq 'y' and $rss_calendar eq 'y' and $tiki_p_view_calendar eq 'y'}
- <a href="tiki-calendars_rss.php?ver={$rssfeed_default_version}"><img alt="rss"
style="border: 0; vertical-align: text-bottom;" src="img/rss.png" /></a>
+ <a href="tiki-calendars_rss.php?ver={$rssfeed_default_version}"><img
src='pics/icons/feed.png' width='16' height='16' style='border: 0; vertical-align:
text-bottom;' alt='{tr}RSS feed{/tr}' title='{tr}RSS feed{/tr}' /></a>
<small>{tr}Calendars{/tr}</small>
{/if}
</div>
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
RSS Feed