RSS Git Download  Clone
Raw Blame History
    <div class="row">
		<div class="span12">
		  <h2>Welcome [% session.user.first_name.ucfirst %]
			[% session.user.last_name.upper %] to the Outreach Results Service!</h2>
		  <h3>You have successfully logged into the portal</h3>
		  <p class="text-info">Last login:
			[% session.user.last_login.strftime('%d.%b.%Y @ %T') %]
		  </p>
	    </div>
	</div>

    <div class="row">
		<div class="span12">
			<!-- Button -->
			<div class="control-group">
				<label class="control-label" for="singlebutton">
					<h3>Click here to view an update on your most recent pack</h3>
					<div class="controls">
						<button id="singlebutton" name="singlebutton"
							class="btn btn-primary">GetUpdate</button>
					</div>
				</label>
			</div>
		</div>
	</div>

	[% INCLUDE patient_details.tt %]

	<!-- This will be where the four options go- requires SQL and HiLis and Richard!!-->

    <div class="row">
		<div class="span12">
		<!-- Button -->
			<div class="control-group">
				<label class="control-label" for="singlebutton">
					<h3>Click here to view an electronic copy of your latest clinical report</h3>
					<div class="controls">
						<button id="singlebutton" name="singlebutton"
							class="btn btn-primary">GetReport</button>
					</div>
				</label>
			</div>
		</div>
	</div>

    <div class="row">
		<h3>
			If you do not receive your report within x hours, please contact the
			Outreach Team...
		</h3>
	</div>