/[cvs]/nfo/php/scripts/gdwebint/public_html/tpl/browse.tpl
ViewVC logotype

Diff of /nfo/php/scripts/gdwebint/public_html/tpl/browse.tpl

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by joko, Fri Apr 1 15:46:05 2005 UTC revision 1.2 by joko, Fri Apr 1 15:49:51 2005 UTC
# Line 78  Line 78 
78                                                                                                                                                                    
79                                                                                  <img src="gfx/icon.edit.gif" alt="" class="menu-img">                                                                                  <img src="gfx/icon.edit.gif" alt="" class="menu-img">
80                                                                                  <a href="#" onclick="goTrackMultiEdit('tracks','id[]')" onmouseover="showTip(this,event,'Edit the selected file/s<br>in a special multi-edit mode.')" onmouseout="hideTip()">Edit</a>                                                                                  <a href="#" onclick="goTrackMultiEdit('tracks','id[]')" onmouseover="showTip(this,event,'Edit the selected file/s<br>in a special multi-edit mode.')" onmouseout="hideTip()">Edit</a>
81                                                                                                                                                                    
82                  {if not $cfg.disable_delete_files}
83                                                                                  <img src="gfx/icon.delete.file.gif" alt="" class="menu-img">                                                                                  <img src="gfx/icon.delete.file.gif" alt="" class="menu-img">
84                                                                                  <a href="#" onclick="goTrackMultiDelete('tracks','id[]')" onmouseover="showTip(this,event,'Delete the selected file/s from the filesystem,<br> database and all playlists.')" onmouseout="hideTip()">Delete</a>                                                                                  <a href="#" onclick="goTrackMultiDelete('tracks','id[]')" onmouseover="showTip(this,event,'Delete the selected file/s from the filesystem,<br> database and all playlists.')" onmouseout="hideTip()">Delete</a>
85                  {/if}
86                                                                                                    
87                                                                                  <img src="gfx/icon.add.gif" alt="" class="menu-img">                                                                                  <img src="gfx/icon.add.gif" alt="" class="menu-img">
88                                                                                  <a href="#" onclick="{if $cfg.common_isdemo}demoInfo(){else}goTrackMultiAdd('tracks','id[]'){/if}" onmouseover="showTip(this,event,'Add the selected files to the<br>active playlist.')" onmouseout="hideTip()">Add to Playlist</a>                                                                                  <a href="#" onclick="{if $cfg.common_isdemo}demoInfo(){else}goTrackMultiAdd('tracks','id[]'){/if}" onmouseover="showTip(this,event,'Add the selected files to the<br>active playlist.')" onmouseout="hideTip()">Add to Playlist</a>
# Line 139  Line 141 
141                                                                  <img src="gfx/icon.edit.gif" alt="" class="menu-img">                                                                  <img src="gfx/icon.edit.gif" alt="" class="menu-img">
142                                                                  <a href="#" onclick="goAlbumSingleEdit('{$album.cddbid}','{$sid}')" onmouseover="showTip(this,event,'Edit Album-Details')" onmouseout="hideTip()">Edit</a>                                                                  <a href="#" onclick="goAlbumSingleEdit('{$album.cddbid}','{$sid}')" onmouseover="showTip(this,event,'Edit Album-Details')" onmouseout="hideTip()">Edit</a>
143                                    
144                {if not $cfg.disable_delete_files}
145                                                                  <img src="gfx/icon.delete.file.gif" alt="" class="menu-img">                                                                  <img src="gfx/icon.delete.file.gif" alt="" class="menu-img">
146                                                                  <a href="#" onclick="{if $cfg.common_isdemo}demoInfo(){else}goAlbumSingleDelete('{$album.cddbid}','{$sid}'){/if}" onmouseover="showTip(this,event,'Delete Album and Files from System')" onmouseout="hideTip()">Delete</a>                                                                  <a href="#" onclick="{if $cfg.common_isdemo}demoInfo(){else}goAlbumSingleDelete('{$album.cddbid}','{$sid}'){/if}" onmouseover="showTip(this,event,'Delete Album and Files from System')" onmouseout="hideTip()">Delete</a>
147                {/if}
148                                                                                                                                    
149                                                                  <img src="gfx/icon.play.gif" alt="" class="menu-img">                                                                  <img src="gfx/icon.play.gif" alt="" class="menu-img">
150                                                                  <a href="#" onclick="{if $cfg.common_isdemo}demoInfo(){else}goAlbumSinglePlay('{$album.cddbid}','{$sid}'){/if}" onmouseover="showTip(this,event,'Play')" onmouseout="hideTip()">Play</a>                                                                                                                                  <a href="#" onclick="{if $cfg.common_isdemo}demoInfo(){else}goAlbumSinglePlay('{$album.cddbid}','{$sid}'){/if}" onmouseover="showTip(this,event,'Play')" onmouseout="hideTip()">Play</a>                                                                
# Line 170  Line 174 
174                                                                                          <img src="gfx/icon.edit.gif" alt="" class="menu-img">                                                                                          <img src="gfx/icon.edit.gif" alt="" class="menu-img">
175                                                                                          <a href="#" onclick="goTrackMultiEdit('tracks','id[]')" onmouseover="showTip(this,event,'Edit the selected file/s<br>in a special multi-edit mode.')" onmouseout="hideTip()">Edit</a>                                                                                          <a href="#" onclick="goTrackMultiEdit('tracks','id[]')" onmouseover="showTip(this,event,'Edit the selected file/s<br>in a special multi-edit mode.')" onmouseout="hideTip()">Edit</a>
176                                                                                                                                                                                    
177                    {if not $cfg.disable_delete_files}
178                                                                                          <img src="gfx/icon.delete.file.gif" alt="" class="menu-img">                                                                                          <img src="gfx/icon.delete.file.gif" alt="" class="menu-img">
179                                                                                          <a href="#" onclick="goTrackMultiDelete('tracks','id[]')" onmouseover="showTip(this,event,'Delete the selected file/s from the filesystem,<br> database and all playlists.')" onmouseout="hideTip()">Delete</a>                                                                                          <a href="#" onclick="goTrackMultiDelete('tracks','id[]')" onmouseover="showTip(this,event,'Delete the selected file/s from the filesystem,<br> database and all playlists.')" onmouseout="hideTip()">Delete</a>
180                    {/if}
181                                                                                                                    
182                                                                                          <img src="gfx/icon.add.gif" alt="" class="menu-img">                                                                                          <img src="gfx/icon.add.gif" alt="" class="menu-img">
183                                                                                          <a href="#" onclick="{if $cfg.common_isdemo}demoInfo(){else}goTrackMultiAdd('tracks','id[]'){/if}" onmouseover="showTip(this,event,'Add the selected files to the<br>active playlist.')" onmouseout="hideTip()">Add to Playlist</a>                                                                                          <a href="#" onclick="{if $cfg.common_isdemo}demoInfo(){else}goTrackMultiAdd('tracks','id[]'){/if}" onmouseover="showTip(this,event,'Add the selected files to the<br>active playlist.')" onmouseout="hideTip()">Add to Playlist</a>
# Line 230  Line 236 
236                                                                                  <td>                                                                                  <td>
237                                                                                          Selected:                                                                                          Selected:
238                                                                                                                                                                                                                                                                                    
239                  {if not $cfg.disable_delete_files}
240                                                                                          <img src="gfx/icon.delete.file.gif" alt="" class="menu-img">                                                                                          <img src="gfx/icon.delete.file.gif" alt="" class="menu-img">
241                                                                                          <a href="#" onclick="{if $cfg.common_isdemo}demoInfo(){else}goAlbumMultiDelete('albums','id[]'){/if}" onmouseover="showTip(this,event,'Delete the selected albums/s from the<br>filesystem, database and all playlists.<br><b>Warning:</b> You cannot undo!')" onmouseout="hideTip()">Delete</a>                                                                                          <a href="#" onclick="{if $cfg.common_isdemo}demoInfo(){else}goAlbumMultiDelete('albums','id[]'){/if}" onmouseover="showTip(this,event,'Delete the selected albums/s from the<br>filesystem, database and all playlists.<br><b>Warning:</b> You cannot undo!')" onmouseout="hideTip()">Delete</a>
242                  {/if}
243                                                                                                                    
244                                                                                          <img src="gfx/icon.add.gif" alt="" class="menu-img">                                                                                          <img src="gfx/icon.add.gif" alt="" class="menu-img">
245                                                                                          <a href="#" onclick="{if $cfg.common_isdemo}demoInfo(){else}goAlbumMultiAdd('albums','id[]'){/if}" onmouseover="showTip(this,event,'Add the selected albums to the<br>active playlist.')" onmouseout="hideTip()">Add to Playlist</a>                                                                                          <a href="#" onclick="{if $cfg.common_isdemo}demoInfo(){else}goAlbumMultiAdd('albums','id[]'){/if}" onmouseover="showTip(this,event,'Add the selected albums to the<br>active playlist.')" onmouseout="hideTip()">Add to Playlist</a>
# Line 310  Line 318 
318                                                                                  <td>                                                                                  <td>
319                                                                                          Selected:                                                                                          Selected:
320                                                                                                                                                                                                                                                                                    
321                  {if not $cfg.disable_delete_files}
322                                                                                          <img src="gfx/icon.delete.file.gif" alt="" class="menu-img">                                                                                          <img src="gfx/icon.delete.file.gif" alt="" class="menu-img">
323                                                                                          <a href="#" onclick="{if $cfg.common_isdemo}demoInfo(){else}goArtistMultiDelete('artists','id[]','{$sid}'){/if}" onmouseover="showTip(this,event,'Delete the tracks of the selected artist/s<br>fron the filesystem, database and all playlists.<br><b>Warning:</b> You cannot undo!')" onmouseout="hideTip()">Delete</a>                                                                                          <a href="#" onclick="{if $cfg.common_isdemo}demoInfo(){else}goArtistMultiDelete('artists','id[]','{$sid}'){/if}" onmouseover="showTip(this,event,'Delete the tracks of the selected artist/s<br>from the filesystem, database and all playlists.<br><b>Warning:</b> You cannot undo!')" onmouseout="hideTip()">Delete</a>
324                  {/if}
325                                                                                                                    
326                                                                                          <img src="gfx/icon.add.gif" alt="" class="menu-img">                                                                                          <img src="gfx/icon.add.gif" alt="" class="menu-img">
327                                                                                          <a href="#" onclick="{if $cfg.common_isdemo}demoInfo(){else}goArtistMultiAdd('artists','id[]','{$sid}'){/if}" onmouseover="showTip(this,event,'Add the tracks of the selected artists<br>to the active playlist.')" onmouseout="hideTip()">Add to Playlist</a>                                                                                          <a href="#" onclick="{if $cfg.common_isdemo}demoInfo(){else}goArtistMultiAdd('artists','id[]','{$sid}'){/if}" onmouseover="showTip(this,event,'Add the tracks of the selected artists<br>to the active playlist.')" onmouseout="hideTip()">Add to Playlist</a>

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

MailToCvsAdmin">MailToCvsAdmin
ViewVC Help
Powered by ViewVC 1.1.26 RSS 2.0 feed