mirror of
				https://github.com/kaminari/kaminari.git
				synced 2022-11-09 13:44:37 -05:00 
			
		
		
		
	moved bundled themes to amatsuda/kaminari_themes repo
This commit is contained in:
		
							parent
							
								
									0669b0f264
								
							
						
					
					
						commit
						ec9fff047f
					
				
					 32 changed files with 0 additions and 78 deletions
				
			
		| 
						 | 
				
			
			@ -1 +0,0 @@
 | 
			
		|||
<%# EMPTY! %>
 | 
			
		||||
| 
						 | 
				
			
			@ -1 +0,0 @@
 | 
			
		|||
-# EMPTY!
 | 
			
		||||
| 
						 | 
				
			
			@ -1 +0,0 @@
 | 
			
		|||
<%= link_to raw('Older »'), url, :remote => remote -%>
 | 
			
		||||
| 
						 | 
				
			
			@ -1 +0,0 @@
 | 
			
		|||
~ link_to raw('Older »'), url, :remote => remote
 | 
			
		||||
| 
						 | 
				
			
			@ -1 +0,0 @@
 | 
			
		|||
<span class="disabled">Older »</span>
 | 
			
		||||
| 
						 | 
				
			
			@ -1 +0,0 @@
 | 
			
		|||
<span class="disabled">Older »</span>
 | 
			
		||||
| 
						 | 
				
			
			@ -1 +0,0 @@
 | 
			
		|||
<%# EMPTY! %>
 | 
			
		||||
| 
						 | 
				
			
			@ -1 +0,0 @@
 | 
			
		|||
-# EMPTY!
 | 
			
		||||
| 
						 | 
				
			
			@ -1,8 +0,0 @@
 | 
			
		|||
<style>
 | 
			
		||||
.pagination{padding:.3em;margin:.3em; font: 13.34px helvetica,arial,freesans,clean,sans-serif;}
 | 
			
		||||
.pagination a{padding:.1em .3em;margin:.2em;border:1px solid #aad;text-decoration:none;color:#369;}
 | 
			
		||||
.pagination a:hover,.pagination a:active{border:1px solid #369;color:#000;}
 | 
			
		||||
.pagination span.current{padding:.1em .3em;margin:.2em;border:1px solid #369;font-weight:bold;background-color:#369;color:#FFF;}
 | 
			
		||||
.pagination span.disabled{padding:.1em .3em;margin:.2em;border:1px solid #eee;color:#ddd;}
 | 
			
		||||
</style>
 | 
			
		||||
<div class="pagination"><%= content_for :kaminari_paginator_tags %></div>
 | 
			
		||||
| 
						 | 
				
			
			@ -1,7 +0,0 @@
 | 
			
		|||
:css
 | 
			
		||||
  .pagination{padding:.3em;margin:.3em; font: 13.34px helvetica,arial,freesans,clean,sans-serif;}
 | 
			
		||||
  .pagination a{padding:.1em .3em;margin:.2em;border:1px solid #aad;text-decoration:none;color:#369;}
 | 
			
		||||
  .pagination a:hover,.pagination a:active{border:1px solid #369;color:#000;}
 | 
			
		||||
  .pagination span.current{padding:.1em .3em;margin:.2em;border:1px solid #369;font-weight:bold;background-color:#369;color:#FFF;}
 | 
			
		||||
  .pagination span.disabled{padding:.1em .3em;margin:.2em;border:1px solid #eee;color:#ddd;}
 | 
			
		||||
.pagination= content_for :kaminari_paginator_tags
 | 
			
		||||
| 
						 | 
				
			
			@ -1 +0,0 @@
 | 
			
		|||
<%= link_to raw('« Newer'), url, :remote => remote -%>
 | 
			
		||||
| 
						 | 
				
			
			@ -1 +0,0 @@
 | 
			
		|||
~ link_to raw('« Newer'), url, :remote => remote
 | 
			
		||||
| 
						 | 
				
			
			@ -1 +0,0 @@
 | 
			
		|||
<%= content_tag :span, raw('« Newer'), :class => 'disabled' -%>
 | 
			
		||||
| 
						 | 
				
			
			@ -1 +0,0 @@
 | 
			
		|||
~ content_tag :span, raw('« Newer'), :class => 'disabled'
 | 
			
		||||
| 
						 | 
				
			
			@ -1 +0,0 @@
 | 
			
		|||
<%# EMPTY! %>
 | 
			
		||||
| 
						 | 
				
			
			@ -1 +0,0 @@
 | 
			
		|||
-# EMPTY!
 | 
			
		||||
| 
						 | 
				
			
			@ -1 +0,0 @@
 | 
			
		|||
<td class="cur"><span class="csb" style="background-position:-53px 0;width:20px"></span><%= page %></td>
 | 
			
		||||
| 
						 | 
				
			
			@ -1,3 +0,0 @@
 | 
			
		|||
%td.cur
 | 
			
		||||
  %span.csb{:style => 'background-position:-53px 0;width:20px'}
 | 
			
		||||
  = page
 | 
			
		||||
| 
						 | 
				
			
			@ -1 +0,0 @@
 | 
			
		|||
<td class="b"><%= link_to raw('<span class="csb ch" style="background-position:-96px 0;width:71px"></span><span style="display:block;margin-left:53px;text-decoration:underline">Next</span>'), url, :class => 'pn knavi', :id => 'pnnext', :style => 'text-align:left;text-decoration:none', :remote => remote %></td>
 | 
			
		||||
| 
						 | 
				
			
			@ -1,2 +0,0 @@
 | 
			
		|||
%td.b
 | 
			
		||||
  = link_to raw('<span class="csb ch" style="background-position:-96px 0;width:71px"></span><span style="display:block;margin-left:53px;text-decoration:underline">Next</span>'), url, :class => 'pn knavi', :id => 'pnnext', :style => 'text-align:left;text-decoration:none', :remote => remote
 | 
			
		||||
| 
						 | 
				
			
			@ -1 +0,0 @@
 | 
			
		|||
<td class="b"><span class="csb" style="background-position:-96px 0;width:45px"></span></td>
 | 
			
		||||
| 
						 | 
				
			
			@ -1,2 +0,0 @@
 | 
			
		|||
%td.b
 | 
			
		||||
  %span.csb{:style => 'background-position:-96px 0;width:45px'}
 | 
			
		||||
| 
						 | 
				
			
			@ -1 +0,0 @@
 | 
			
		|||
<td><%= link_to raw(%Q[<span class="csb ch" style="background-position:-74px 0;width:20px"></span>#{page}]), url, :class => 'fl', :remote => remote %></td>
 | 
			
		||||
| 
						 | 
				
			
			@ -1,2 +0,0 @@
 | 
			
		|||
%td
 | 
			
		||||
  = link_to raw(%Q[<span class="csb ch" style="background-position:-74px 0;width:20px"></span>#{page}]), url, :class => 'fl', :remote => remote
 | 
			
		||||
| 
						 | 
				
			
			@ -1,13 +0,0 @@
 | 
			
		|||
<style>
 | 
			
		||||
#nav a{display:block}
 | 
			
		||||
#nav td{padding:0;text-align:center}
 | 
			
		||||
.cur {font-weight:bold}
 | 
			
		||||
.csb {background:url(http://www.google.co.jp/images/srpr/nav_logo27.png) no-repeat;overflow:hidden;background-position:0 0;height:40px;display:block}
 | 
			
		||||
#nav {font-family: arial,sans-serif; font-size:small}
 | 
			
		||||
#nav a:link {text-decoration:none; color:#4496d3}
 | 
			
		||||
#nav a:hover {text-decoration:underline}
 | 
			
		||||
#nav a:active {color:#c11}
 | 
			
		||||
#nav a:visited {color:#2200C1}
 | 
			
		||||
.b {font-weight:bold}
 | 
			
		||||
</style>
 | 
			
		||||
<table id="nav" style="border-collapse:collapse;text-align:left;direction:ltr;margin:17px auto 0"><tbody><tr valign="top"><%= content_for :kaminari_paginator_tags %></tr></tbody></table>
 | 
			
		||||
| 
						 | 
				
			
			@ -1,15 +0,0 @@
 | 
			
		|||
:css
 | 
			
		||||
  #nav a{display:block}
 | 
			
		||||
  #nav td{padding:0;text-align:center}
 | 
			
		||||
  .cur {font-weight:bold}
 | 
			
		||||
  .csb {background:url(http://www.google.co.jp/images/srpr/nav_logo27.png) no-repeat;overflow:hidden;background-position:0 0;height:40px;display:block}
 | 
			
		||||
  #nav {font-family: arial,sans-serif; font-size:small}
 | 
			
		||||
  #nav a:link {text-decoration:none; color:#4496d3}
 | 
			
		||||
  #nav a:hover {text-decoration:underline}
 | 
			
		||||
  #nav a:active {color:#c11}
 | 
			
		||||
  #nav a:visited {color:#2200C1}
 | 
			
		||||
  .b {font-weight:bold}
 | 
			
		||||
%table#nav{:style => 'border-collapse:collapse;text-align:left;direction:ltr;margin:17px auto 0'}
 | 
			
		||||
  %tbody
 | 
			
		||||
    %tr{:valign => 'top'}
 | 
			
		||||
      = content_for :kaminari_paginator_tags
 | 
			
		||||
| 
						 | 
				
			
			@ -1 +0,0 @@
 | 
			
		|||
<td class="b"><%= link_to raw('<span class="csb ch" style="background-position:0 0;float:right;width:53px"></span><span style="display:block;margin-right:35px;clear:right;text-decoration:underline">Previous</span>'), url, :class => 'pn knavi', :id => 'pnprev', :style => 'text-decoration:none', :remote => remote %></td>
 | 
			
		||||
| 
						 | 
				
			
			@ -1,2 +0,0 @@
 | 
			
		|||
%td.b
 | 
			
		||||
  = link_to raw('<span class="csb ch" style="background-position:0 0;float:right;width:53px"></span><span style="display:block;margin-right:35px;clear:right;text-decoration:underline">Previous</span>'), url, :class => 'pn knavi', :id => 'pnprev', :style => 'text-decoration:none', :remote => remote
 | 
			
		||||
| 
						 | 
				
			
			@ -1 +0,0 @@
 | 
			
		|||
<td class="b"><span class="csb" style="background-position:-24px 0;width:28px"></span></td>
 | 
			
		||||
| 
						 | 
				
			
			@ -1,2 +0,0 @@
 | 
			
		|||
%td.b
 | 
			
		||||
  %span.csb{:style => 'background-position:-24px 0;width:28px'}
 | 
			
		||||
| 
						 | 
				
			
			@ -1 +0,0 @@
 | 
			
		|||
<%# Nothing! -%>
 | 
			
		||||
| 
						 | 
				
			
			@ -1 +0,0 @@
 | 
			
		|||
-# Nothing!
 | 
			
		||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue