12 <!--[
if IE 7]> <html
class=
"ie7 no-js" lang=
"en"> <![endif]-->
13 <!--[
if lte IE 8]> <html
class=
"ie8 no-js" lang=
"en"> <![endif]-->
14 <!--[
if (gte IE 9)|!(IE)]><!--> <html
class=
"not-ie no-js" lang=
"en"> <!--<![endif]-->
16 <!-- genеrаtеd bу Gentics Pоrtаl.Nоde --><head>
17 <meta http-equiv=
"content-type" content=
"text/html; charset=utf-8" />
18 <meta http-equiv=
"content-language" content=
"en" />
20 <!-- moved the 2 libs up in DOM because portal inserts assets below css -->
21 <script src=
"/Content.Node/files/js/jquery-1.7.1.min.js"></script>
23 <meta name=
"viewport" content=
"width=device-width, initial-scale=1, maximum-scale=1" />
24 <meta http-equiv=
"X-UA-Compatible" content=
"IE=edge,chrome=1" />
26 <link rel=
"stylesheet" type=
"text/css" href=
"/Content.Node/files/css/jquery-ui.1.8.17.css" media=
"screen" />
27 <link rel=
"stylesheet" type=
"text/css" href=
"/Content.Node/files/css/styles.v5.css" media=
"screen,print" />
28 <link rel=
"stylesheet" type=
"text/css" href=
"/Content.Node/files/css/custom.portal.css" media=
"screen,print" />
29 <link rel=
"stylesheet" type=
"text/css" href=
"/Content.Node/files/css/print.css" media=
"print" />
30 <script type=
"text/javascript" src=
"/Content.Node/files/js/respond1.min.js"></script>
31 <script type=
"text/javascript" src=
"/Content.Node/files/js/jquery.easing-1.3.min.js"></script>
32 <script type=
"text/javascript" src=
"/Content.Node/files/js/jquery.cycle.all.min.js"></script>
33 <script type=
"text/javascript" src=
"/Content.Node/files/js/jquery.touchSwipe.min.js"></script>
34 <script type=
"text/javascript" src=
"/Content.Node/files/js/jquery.json.js"></script>
35 <script type=
"text/javascript" src=
"/Content.Node/files/js/custom.js"></script>
36 <script type=
"text/javascript" src=
"/Content.Node/files/js/custom.portal.js"></script>
37 <title><?php echo
SocialModule::t(
'Send a link to a friend'); ?></title>
39 <meta name=
"description" content=
"Send a link to a friend" />
40 <meta name=
"author" content=
"Node Admin" />
42 <!--[
if !lte IE 6]><!-->
43 <link rel=
"stylesheet" href=
"http://fonts.googleapis.com/css?family=Open+Sans:400,600,300,800,700,400italic|PT+Serif:400,400italic" />
47 <link rel=
"stylesheet" href=
"/Content.Node/files/css/ie6.1.1.css" media=
"screen, projection">
50 <!-- HTML5 Shiv + detect touch events -->
51 <script src=
"/Content.Node/files/js/modernizr.custom.js"></script>
57 <header
id=
"headerx" class=
"container clearfix">
59 <div
class=
"social-mailsender">
61 <?php $form = $this->beginWidget(
'CActiveForm', array(
'method' =>
'post'))?>
63 <?php echo $form->errorSummary($model, null, null, array(
'class'=>
'error')); ?>
65 <div
id=
"title"><h1><?php echo
SocialModule::t(
'SEND A LINK'); ?></h1></div>
67 <?php
if (($message = Yii::app()->user->getFlash(
'social-mailing'))): ?>
69 <?php echo $message ?>
74 <?php echo $form->labelEx($model,
'your_name', array(
'class' =>
'col1'))?>
76 <?php echo $form->textField($model,
'your_name', array(
'class' =>
'input',
'size' => 20,
'tabindex' => 1))?>
80 <?php echo $form->labelEx($model,
'your_email', array(
'class' =>
'col1'))?>
82 <?php echo $form->textField($model,
'your_email', array(
'class' =>
'input',
'size' => 20,
'tabindex' => 2))?>
86 <?php echo $form->labelEx($model,
'friends_name', array(
'class' =>
'col1'))?>
88 <?php echo $form->textField($model,
'friends_name', array(
'class' =>
'input',
'size' => 20,
'tabindex' => 3))?>
92 <?php echo $form->labelEx($model,
'friends_email', array(
'class' =>
'col1'))?>
94 <?php echo $form->textField($model,
'friends_email', array(
'class' =>
'input',
'size' => 20,
'tabindex' => 4))?>
99 <?php echo $form->labelEx($model,
'comment', array(
'class' =>
'col1comment'))?>
100 <span
class=
"col2comment">
101 <?php echo $form->textArea($model,
'comment', array(
'class' =>
'input',
'cols' => 50,
'rows' => 6,
'tabindex' => 5))?>
105 <div
class=
"row submit">
106 <input type=
"submit" name=
"submit" value=
"<?php echo SocialModule::t('Send a link to a friend'); ?>" />
109 <!--<?php echo
SocialModule::t(
'Note: This service is powered by Gentics. No data will be saved, but only as an e-mail to the address you have passed!'); ?>-->
111 <span style=
"text-align:right">
112 <a href=
"#" onClick=
"javascript:window.close();">[<?php echo
SocialModule::t(
'Close'); ?>]</a>
114 <?php $this->endWidget() ?>
115 <script type=
"text/javascript">
117 $(
'.row label').removeClass(
'error');
118 $(
'.row input').removeClass(
'error');