Subversion Repository Public Repository

Nextrek

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<?php $__env->startSection('content'); ?>
<div class="img-titolo">
	<div><hr><h2>Editoria</h2><hr></div>
	<img src="<?php echo URL::asset('image/editoria-bg.jpg'); ?>" alt="">
</div>

<div class="wrap editoria numero">
	<aside>
		<div class="banner"></div>
		<div class="cont">
			<h4>
				<span>
					<a href="<?php echo URL::route('editoria-broker-numero', $broker->numero); ?>">Broker <?php echo $broker->numero; ?><i class="fa fa-eye"></i></a>
					<br><?php echo $broker->titolo; ?>

				</span>
			</h4>
			<h4>
				<span>
					<a href="<?php echo URL::route('editoria-broker'); ?>">archivio completo<i class="fa fa-archive"></i></a>
				</span>
			</h4>

		</div>
	</aside>
	
	<article>
		<div class="aba">
			<h5>Broker N. <?php echo $broker->numero; ?><br>
			<span><?php echo $broker->titolo; ?></span></h5>
			<hr>
			<div class="box">
				<img src="http://aiba.utgnet.com/WDVBzqTvDXF3WyfGHbWUD94WUQDSKrEzCfneLXxw/broker/broker<?php echo $broker->numero; ?>big.gif" alt="">
				<div class="desc">
					<h5>Sommario:</h5>
					<p><?php echo $broker->testo; ?></p>
					<ul>
						<li><a href="<?php echo URL::route('editoria-broker'); ?>">torna all'archivio <i class="fa fa-level-up"></i></a></li>
						<li><a href="http://aiba.utgnet.com/WDVBzqTvDXF3WyfGHbWUD94WUQDSKrEzCfneLXxw/broker/Broker<?php echo $broker->numero; ?>.pdf">scarica Broker <i class="fa fa-download"></i></a></li>
					</ul>
				</div>
			</div>
		</div>
	</article>

</div>
<?php $__env->stopSection(); ?>
<?php echo $__env->make('layout.main', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>

Commits for Nextrek/Aiba_backup/app/storage/_views/3f8cc170ce6ccee7876cfa5c35f8ed0f

Diff revisions: vs.
Revision Author Commited Message
1464 MOliva picture MOliva Tue 13 Oct, 2020 11:16:56 +0000