footer reuse
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
::use 'base.mtt'::
|
||||
|
||||
|
||||
|
||||
<div class="col-md-8 col-md-offset-2" style="margin-top:12px;">
|
||||
|
||||
<!-- Notifications -->
|
||||
@@ -13,19 +13,19 @@
|
||||
::else::
|
||||
<span class="glyphicon glyphicon-ok"></span>
|
||||
::end::
|
||||
|
||||
::raw notification.text::
|
||||
|
||||
::raw notification.text::
|
||||
</div>
|
||||
::end::
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="article">
|
||||
|
||||
|
||||
<div class="row">
|
||||
<div class="col-md-4">
|
||||
<p>
|
||||
|
||||
|
||||
::if group._image!=null::
|
||||
|
||||
::if group.extUrl!=null && group.extUrl!=""::
|
||||
@@ -36,21 +36,21 @@
|
||||
|
||||
::end::
|
||||
</p>
|
||||
|
||||
|
||||
<p>
|
||||
|
||||
|
||||
::if isMember::
|
||||
<!-- connected and member of the group-->
|
||||
<a href="/user/choose?amap=::group.id::" class="btn btn-primary">
|
||||
<span class="glyphicon glyphicon-chevron-right"></span>
|
||||
::_("Go to my account")::
|
||||
</a>
|
||||
|
||||
|
||||
::else::
|
||||
|
||||
|
||||
<h4>Inscriptions :</h4>
|
||||
::switch group._regOption::
|
||||
|
||||
|
||||
::case::
|
||||
<p>
|
||||
::_("Contact the person in charge in order to subscribe to this group and get to know membership conditions.")::
|
||||
@@ -71,7 +71,7 @@
|
||||
::_("Subscription on waiting list")::
|
||||
</a>
|
||||
</p>
|
||||
|
||||
|
||||
::case::
|
||||
<p>
|
||||
<a href="/group/register/::group.id::" class="btn btn-primary">
|
||||
@@ -84,12 +84,12 @@
|
||||
::_("This group is full and do not accept any more subscription.")::
|
||||
</p>
|
||||
::end::
|
||||
|
||||
|
||||
::end::
|
||||
|
||||
|
||||
|
||||
|
||||
</p>
|
||||
|
||||
|
||||
::if user==null::
|
||||
<hr />
|
||||
<h4>::_("Already member? Log in:")::</h4>
|
||||
@@ -97,26 +97,26 @@
|
||||
<a href="#" onclick="_.loginBox('/group/::group.id::')" class="btn btn-default btn-xs"><span class="glyphicon glyphicon-user"></span> ::_("Log in")::</a>
|
||||
</div>
|
||||
::end::
|
||||
|
||||
|
||||
</div>
|
||||
<div class="col-md-8">
|
||||
|
||||
|
||||
<h2>
|
||||
::group.name::
|
||||
</h2>
|
||||
|
||||
|
||||
<p>
|
||||
::if group.txtIntro!=null && group.txtIntro!=""::
|
||||
::raw nl2br(group.txtIntro)::
|
||||
::end::
|
||||
</p>
|
||||
|
||||
|
||||
|
||||
|
||||
<p>
|
||||
<h3> ::_("Next deliveries")::</h3>
|
||||
|
||||
|
||||
::foreach d group.getDeliveries(4)::
|
||||
|
||||
|
||||
<div style="display:inline-block;margin-right:8px;vertical-align:top;">
|
||||
::set s = getDate( d.date )::
|
||||
::if isToday(d.date)::
|
||||
@@ -125,15 +125,15 @@
|
||||
$$date(::s.dow::,::s.d::,::s.m::,::s.y::,::d._place::)
|
||||
::end::
|
||||
</div>
|
||||
|
||||
|
||||
::end::
|
||||
</p>
|
||||
|
||||
|
||||
<hr/>
|
||||
|
||||
|
||||
<p ::cond group._contact!=null::>
|
||||
<h3>::_("Contact")::</h3>
|
||||
|
||||
|
||||
<i class="icon-user"></i>
|
||||
<b>::group._contact.firstName:: ::group._contact.lastName::</b><br/>
|
||||
<span ::cond group._contact.email!=null::>
|
||||
@@ -144,52 +144,49 @@
|
||||
<span class="glyphicon glyphicon-phone-alt"></span> ::group._contact.phone::<br/>
|
||||
</span>
|
||||
</p>
|
||||
|
||||
|
||||
<hr/>
|
||||
|
||||
|
||||
<p>
|
||||
<h3>::_("Suppliers and products")::</h3>
|
||||
<p>
|
||||
::_("Non-complete extract of available products:")::
|
||||
</p>
|
||||
|
||||
|
||||
::foreach c contracts::
|
||||
<p>
|
||||
<b>::c.name::</b><br/>
|
||||
::c._vendor.name::, $$nullSafe(::c._vendor.zipCode::) $$nullSafe(::c._vendor.city::)
|
||||
<div class="row">
|
||||
::foreach p c.getProductsPreview(6)::
|
||||
<div class="col-md-2" data-toggle="tooltip" data-placement="top" title="::p.name::" >
|
||||
<div style="background-image:url('::p.getImage()::')" class="productImg"/>
|
||||
<div class="col-md-2" data-toggle="tooltip" data-placement="top" title="::p.name::" >
|
||||
<div style="background-image:url('::p.getImage()::')" class="productImg"/>
|
||||
</div>
|
||||
::end::
|
||||
::end::
|
||||
</div>
|
||||
</p>
|
||||
</p>
|
||||
::end::
|
||||
|
||||
|
||||
</p>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="col-md-4">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="col-md-12">
|
||||
<div id="footer">
|
||||
<a href="::_("http://www.cagette.net")::">::_("Cagette.net, the free software of food direct-selling")::</a>.
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
::use 'footer.mtt'::
|
||||
::end::
|
||||
|
||||
::end::
|
||||
|
||||
Reference in New Issue
Block a user