Subversion Repositories SmartDukaan

Rev

Rev 17101 | Rev 17117 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 17101 Rev 17111
Line 19... Line 19...
19
					<th>Url<?php //echo $this->Paginator->sort('url'); ?></th>					
19
					<th>Url<?php //echo $this->Paginator->sort('url'); ?></th>					
20
					<th>Ip<?php //echo $this->Paginator->sort('ip'); ?></th>
20
					<th>Ip<?php //echo $this->Paginator->sort('ip'); ?></th>
21
				</tr>
21
				</tr>
22
				<?php if(!empty($userUrls)):?>
22
				<?php if(!empty($userUrls)):?>
23
					<?php foreach ($userUrls as $url): ?>
23
					<?php foreach ($userUrls as $url): ?>
24
					<tr>
24
					<tr>	
25
						<td><?php echo date('d-m-Y h:i:s',$url['time']); ?></td>
25
						<td><?php echo date('d-m-Y h:i:s',$url['time']/1000); ?></td>
26
						<!-- <td><?php //echo h($url['UserUrl']['id']); ?>&nbsp;</td> -->
26
						<!-- <td><?php //echo h($url['UserUrl']['id']); ?>&nbsp;</td> -->
27
						<td>
27
						<td>
28
							<?php echo $this->Html->link($url['email'].' ('.$url['user_id'].')', array('controller' => 'user_urls', 'action' => 'by', $url['user_id'])); ?>
28
							<?php echo $this->Html->link($url['email'].' ('.$url['user_id'].')', array('controller' => 'user_urls', 'action' => 'by', $url['user_id'])); ?>
29
						</td>
29
						</td>
30
						<td><?php echo h($url['url']); ?></td>					
30
						<td><?php echo h($url['url']); ?></td>					
Line 53... Line 53...
53
			    <li><a href="<?php echo '?page='.($page+1);?>">Next</a></li>
53
			    <li><a href="<?php echo '?page='.($page+1);?>">Next</a></li>
54
			  </ul>
54
			  </ul>
55
			</nav>
55
			</nav>
56
		</div>
56
		</div>
57
	</div>
57
	</div>
58
</div>
-
 
59
58
</div>
-
 
59