?> " class="Scrollbar-Handle" /> </div> <img src="<?php echo Router::webroot('utilsE/img/down_arrow.gif'); ?> " class="Scrollbar-Down" /> </div> <div id="element" style="position:absolute; top:0;"> <?php foreach ($Urgency as $k => $v) { echo '<div class="img">'; if (!empty($v->image_path)) { echo '<img src="' . Router::webroot($v->image_path) . '" alt="Pharmacie Renard-Thauvin - ' . $v->name . '" />'; } else { echo '<img src="' . Router::webroot('utils/img/non_image.gif') . '" alt="Pharmacie Renard-Thauvin - ' . $v->name . '" />'; } ?> </div> <div class="txt"> <span style="color:red; font-size:20px;"><?php echo $v->name; ?> </span> <br /> <span class="sstxt"><?php echo $v->information; ?> </span> <br /> <div class="telImg"></div>
?> "></script> <script type="text/javascript" src="<?php echo Router::webroot('utils/js/bootstrap-alert.js'); ?> "></script> <script type="text/javascript" src="<?php echo Router::webroot('utils/js/bootstrap-dataTable.js'); ?> "></script> <script type="text/javascript" src="<?php echo Router::webroot('utils/js/bootstrap-datetimepicker.js'); ?> "></script> <script type="text/javascript" src="<?php echo Router::webroot('utils/js/jquery.fancybox.pack.js'); ?> "></script> <script type="text/javascript"> $('.iframe-btn').fancybox({ width: '80%', height: '90%', type: 'iframe', autoSize : false, }); $(function(){ $('#inputpublicationpicker').datetimepicker({ language: 'fr', weekStart: 1, todayBtn: 1,
echo $this->Form->input('content', 'Contenu', array('type' => 'textarea', 'rows' => 10, 'cols' => 7)); ?> <?php echo $this->Form->input('online', 'En ligne', array('type' => 'checkbox')); ?> <div class="form-group"> <div class="col-sm-offset-2 col-sm-10"> <button type="submit" class="btn btn-primary">Modifier</button> </div> </div> </form> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script> <!-- CKEditor --> <script src="<?php echo Router::webroot('js/ckeditor/ckeditor.js'); ?> "></script> <script src="<?php echo Router::webroot('js/ckeditor/adapters/jquery.js'); ?> "></script> <script type="text/javascript"> var editor = CKEDITOR.replace( 'content', { filebrowserBrowseUrl: '<?php echo Router::url('admin/medias/index/' . $id); ?> ', filebrowserWindowWidth: '800', filebrowserWindowHeight: '550' }); </script>
?> </ul> </div><!-- /.navbar-collapse --> </div><!-- /.container-fluid --> </nav> <div class="container" id="lefond"> <?php echo $this->Session->flash(); ?> <?php echo $content_for_layout; ?> </div> <div class="mascotte"> <img src="<?php echo Router::webroot('img/Mascotte.png'); ?> "> </div> <!-- jQuery (necessary for Bootstrap's JavaScript plugins) --> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script> <!-- Include all compiled plugins (below), or include individual files as needed --> <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/js/bootstrap.min.js"></script> <script src="<?php echo Router::webroot('js/hidden.js'); ?> "></script> </body> </html>
</tr> </thead> <tbody> <?php if ($folders = opendir('../webroot/media/restricted/documents/aide')) { while (false !== ($folder = readdir($folders))) { if ($folder != '.' && $folder != '..' && $folder != 'config.php') { ?> <tr> <td><?php echo $folder; ?> </td> <td style="text-align: center;"><a href="<?php echo Router::webroot('/media/restricted/documents/aide/' . $folder); ?> " title="<?php echo $folder; ?> " target="_blank"><?php echo ButtonsTranslate::getLabel('preview'); ?> </a></td> </tr> <?php } } } ?> </tbody>
echo $this->FormGen->input('online', 'Online', array('type' => 'checkbox', array('class' => 'form-control'))); ?> <div class="form-group"> <div class="col-sm-offset-5 col-sm-10"> <button type="submit" class="btn btn-primary">Submit</button> <a class="btn btn-default" href="<?php echo Router::url('admin/posts/index'); ?> ">Cancel</a> </div> </div> </form> <script type="text/javascript" src="<?php echo Router::webroot('js/tinymce/tinymce.min.js'); ?> "></script> <script type="text/javascript"> tinymce.init({ selector: "textarea.wysiwyg", plugins: [ "advlist autolink lists link image charmap print preview anchor", "searchreplace visualblocks code fullscreen", "insertdatetime media table contextmenu paste" ], toolbar: "insertfile undo redo | styleselect | bold italic | alignleft aligncenter alignright alignjustify | bullist numlist outdent indent | link image", relative_urls : false, file_browser_callback : function(field_name, url, type, win) {
<meta name="author" content="<?php echo FrontendTranslate::getLabel('author_webpassions'); ?> "> <link rel="shortcut icon" href="<?php echo Router::webroot('utils/img/favicon_cms.png'); ?> " /> <title><?php echo TITLE; ?> </title> <link rel="stylesheet" href="<?php echo Router::webroot('utils/css/site_default.css'); ?> " > </head> <body> <?php include 'site_menu.php'; ?> <header> <div class="container-fluid"> <div class="row"> <h1><?php echo isset($title_for_layout) ? mb_strtolower($title_for_layout, 'UTF-8') : TITLE; ?>
</div> <div class="container"> <div class="row" > <?php foreach ($partners as $key => $value) { ?> <div class="col-sm-3 col-md-4"> <div class="thumbnail"> <a href="<?php echo isset($value->website) ? $value->website : '#'; ?> " class="thumbnail"> <img src="<?php echo Router::webroot('img/' . $imgs['logo_img' . $value->idMember]->file); ?> " alt="Logo" style="width: auto; height: 230px; overflow: auto;"> </a> <div class="caption"> <h3>Pr. <?php echo $value->name; ?> </h3> </div> </div> </div> <?php } ?> </div>
$i++; } ?> </ul> </div> <div class="panel-body"> <div class="tab-content"> <?php $i = 0; foreach ($teams as $c) { if ($i == 0) { echo '<div class="tab-pane fade active in" id="featured_tab_' . $c->id . '">'; } else { echo '<div class="tab-pane fade" id="featured_tab_' . $c->id . '">'; } $players = $this->request(PLAYER, 'getPlayers', $c->id); foreach ($players as $player) { echo '<div class="col-md-3 portfolio-item bottom-buffer">'; echo '<h5>' . $player->player . '</h5>'; echo '<a><img class="img-responsive thumbnail" src="' . Router::webroot($player->image_path) . '" alt=""></a>'; echo '</div>'; } echo '</div>'; $i++; } ?> </div> </div> </div> </div>
</head> <body> <header></header> <div class="container"> <div class="row"> <div class="col-lg-10 col-centered"> <?php include 'site_nav.php'; ?> </div> </div><!--/.row --> <div class="row"> <div class="col-lg-10 col-centered"> <?php echo $content_for_layout; ?> </div> </div><!--/.row --> </div><!--/.container --> <script type="text/javascript" src="<?php echo Router::webroot('utils/js/jquery-1.9.1.min.js'); ?> "></script> <script type="text/javascript" src="<?php echo Router::webroot('utils/js/bootstrap.js'); ?> "></script> </body> </html>
echo Router::generateURL($module); ?> "> <?php echo FrontendTranslate::getLabel($module); ?> </a> </li> <?php } ?> <?php } ?> <li> <a href="<?php echo Router::webroot('contact'); ?> " title="<?php echo FrontendTranslate::getLabel('contact'); ?> "> <?php echo FrontendTranslate::getLabel('contact'); ?> </a> </li> </ul> </div> </div> </nav>
<div class="page-header"> <h1></h1> </div> <div class="row"> <div class="col-sm-10"> <h1><?php echo $member->position == 'Professor' ? 'Pr. ' : ''; echo $member->last_name . ' ' . $member->first_name; ?> </h1> </div> <div class="col-sm-2"> <img title="profile image" class="img-rounded img-responsive" src="<?php echo Router::webroot('img/' . $member_profil_pic->file); ?> "> </div> </div> <br> <div class="row"> <div class="col-sm-3"><!--left col--> <ul class="list-group"> <li class="list-group-item text-muted">General Informations</li> <li class="list-group-item text-right"><span class="pull-left"><strong>Position</strong></span> <?php echo $member->position; ?>
</div> </div> <div class="pro-dtl-text"> <?php echo stripcslashes($this->request->data->content); ?> </div> <div class="pro-agent"> <h4 class="pro-dtl-title"><?php echo FrontendTranslate::getLabel('contact_agency'); ?> </h4> <div class="row"> <div class="col-lg-3 col-md-3 col-sm-3 col-xs-12"> <a href="#"><img src="<?php echo Router::webroot('utils/img/siska.png'); ?> " alt="" ></a> </div> <div class="col-lg-3 col-md-3 col-sm-3 col-xs-12"> <h5><?php echo $_SESSION['company']; ?> </h5> <!--div class="agent-social" style="margin-top: 10px;"> <ul> <li><a href="#"><i class="fa fa-facebook"></i></a></li> <li><a href="#"><i class="fa fa-twitter"></i></a></li> <li><a href="#"><i class="fa fa-linkedin"></i></a></li> <li><a href="mailto:name@sunhome.com"><i class="fa fa-envelope"></i></a></li> </ul>
<?php echo $this->Form->input('file', 'imagine', array('type' => 'file')); ?> <?php echo $this->Form->input('name', 'titolo'); ?> <div class="form-actions"> <input type = "submit" value="inviare" class ="btn btn-primary"> </div> </form> <script type="text/javascript" src=" <?php echo Router::webroot('js/tinyMCE/tiny_mce_popup.js'); ?> "></script> <script type="text/javascript"> var FileBrowserDialogue = { init : function () { // Here goes your code for setting your custom things onLoad. }, sendURL : function (URL) { var win = tinyMCEPopup.getWindowArg("window"); // insert information now win.document.getElementById(tinyMCEPopup.getWindowArg("input")).value = URL;
echo Router::webroot('utils/js/jquery-1.9.1.min.js'); ?> "></script> <script type="text/javascript" src="<?php echo Router::webroot('utils/js/bootstrap.js'); ?> "></script> <script type="text/javascript" src="<?php echo Router::webroot('utils/js/superfish.js'); ?> "></script> <script type="text/javascript" src="<?php echo Router::webroot('utils/js/jquery.flexslider-min.js'); ?> "></script> <script type="text/javascript" src="<?php echo Router::webroot('utils/js/jquery.selectbox-0.2.js'); ?> "></script> <script type="text/javascript" src="<?php echo Router::webroot('utils/js/jquery.mixitup.min.js'); ?> "></script> <script type="text/javascript" src="<?php echo Router::webroot('utils/js/jquery.fancybox.pack.js'); ?> "></script> <script type="text/javascript" src="<?php echo Router::webroot('utils/js/site.js'); ?> "></script>
<th>Lien</th> <th>Action</th> </tr> </thead> <tbody> <?php foreach ($images as $k => $v) { ?> <tr> <td> <a href="#" onclick="FileBrowserDialogue.sendURL('<?php echo Router::webroot('img/' . $v->file); ?> ')"> <img src="<?php echo Router::webroot('img/' . $v->file); ?> " height="50"> </a> </td> <td><?php echo $v->name; ?> </td> <td>img/<?php echo $v->file; ?> </td> <td> <a onclick="return confirm('Voulez vous vraiment supprimer cette image'); " class="label label-danger" href="<?php echo Router::url('admin/medias/delete/' . $v->id);
<?php } ?> </div> <div class="pagination" id="pagination"></div> <script type="text/javascript"src="<?php echo Router::webroot('js/carouFredSel.js'); ?> "> </script> <script type="text/javascript"src="<?php echo Router::webroot('js/masonry.js'); ?> "> </script> <script type="text/javascript"src="<?php echo Router::webroot('js/main.js'); ?> "> </script> <script type="text/javascript"> /*$('.carrousel').caroufredsel( { direction : 'up'} )*/ </script>
<div class="col-md-4"> <div class="view"> <h3><?php echo $v->name; ?> <small> / <a href="<?php echo Router::url('realisations/category/slug:' . $v->catslug); ?> " class="viewLink"><?php echo $v->catname; ?> </a></small></h3> </div> <div class="pull-left thumbnail view"> <img src="<?php echo Router::webroot($v->thumb); ?> " alt="<?php echo $v->name; ?> " class="imgPre"> </div> <br /><br /> <p><a href="<?php echo Router::url("realisations/view/id:{$v->id}/slug:{$v->slug}"); ?> " class="button left">En savoir plus →</a></p> </div> <?php } ?>
</head> <body onLoad="affiche()" onUnLoad="clearTimeout(tempo)"> <div id="wrapper"> <div id="content"> <div id="title"></div> <div id="date"></div> <div id="heure"></div> <div id="menu"> <ul> <li class="active"><a href="<?php echo Router::webroot(EMPTYSTRING); ?> " title="<?php echo Translate::getLabel('home'); ?> "><?php echo Translate::getLabel('home'); ?> </a></li> <?php foreach (DBUtils::$module as $module) { ?> <?php $cat = substr($module, -3); ?> <?php
<nav class="navbar" role="navigation"> <div class="navbar-header"> <img src="<?php echo Router::webroot('utils/img/logo.gif'); ?> "/> <a href="<?php echo Router::generateURL(EMPTYSTRING); ?> "><?php echo FrontendTranslate::getLabel('menu_title'); ?> </a> </div> <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1"> <ul class="nav navbar-nav"> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown"><?php echo FrontendTranslate::getLabel('club'); ?> <b class="caret"></b></a> <ul class="dropdown-menu"> <li><a href="<?php echo Router::generateURL('page/view/1'); ?> ">Horaire 2015/2016</a></li> <li><a href="<?php echo Router::generateURL('page/view/2'); ?> ">Historique</a></li> <li><a href="<?php
?> class="active" <?php } ?> >Déconnexion</a> </nav> </header> <section id="container" class="container home"> <?php echo $this->Session->flash(); ?> <?php echo $page_content; ?> </section> <footer> <section class="container"> <a href="#" class="img"><img src="<?php echo Router::webroot("img/header/logo.png"); ?> "></a> <p class="pull-left top">Florian SALBER - Pandora-communication.fr ©<br>Tous Droits Réservés 2015 - 2017.</p> </section> </footer> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script> <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script> </body> </html>
<address> <h4><strong>ANYthing, Inc.</strong></h4><br> 795 vinezia coffe shop<br> Tetouan, 93030<br> <abbr title="Phone">P:</abbr> +212(0)678-922-721 </address> <address> <h4><strong>Yassine AL HAREK</strong></h4><br> <a href="mailto:#">alharekmail@gmail.com</a> </address> </div> </div> <script type="text/javascript" src=" <?php echo Router::webroot('js/knockout-3.0.0.js'); ?> "></script> <script type="text/javascript"> // This is a simple *viewmodel* - JavaScript that defines the data and behavior of your UI function AppViewModel() { var name = document.getElementById('inputname').value; var email = document.getElementById('inputemail').value; var msg = document.getElementById('inputmsg').value; this.name = ko.observable(name); this.email = ko.observable(email); this.msg = ko.observable(msg); } // Activates knockout.js ko.applyBindings(new AppViewModel());
?> " alt="" class="img-rounded"> <div class="reference-dtls img-rounded"> <?php if (strlen($v->content) > 75) { echo '<h4>' . truncateStringWords(stripcslashes($v->content), 75) . '... </h4>'; } else { echo '<h4>' . $v->content . '</h4>'; } ?> <div class="btn reference-client"><?php echo $v->reference; ?> </div> <a href="<?php echo Router::webroot($v->image_path); ?> " title="<?php echo $v->content; ?> " class="btn zoom-box"><i class="fa fa-camera"></i></a> <?php if (!empty($v->url)) { echo '<a href="' . $v->url . '" class="btn link-box" target="_blank"><i class="fa fa-link"></i></a>'; } ?> </div> </div> </div> <?php }
?> "></script> <script type="text/javascript" src="<?php echo Router::webroot('utils/js/bootstrap-dataTables.js'); ?> "></script> <script type="text/javascript" src="<?php echo Router::webroot('utils/js/bootstrap-alert.js'); ?> "></script> <script type="text/javascript" src="<?php echo Router::webroot('utils/js/bootstrap-dataTable.js'); ?> "></script> <script type="text/javascript" src="<?php echo Router::webroot('utils/js/bootstrap-datetimepicker.js'); ?> "></script> <script type="text/javascript"> // DATATABLES $(document).ready(function() { $('#userData').dataTable( { "bStateSave": true, "columns": [ { "bSearchable": false,"bSortable": true }, { "bSearchable": true,"bSortable": true }, { "bSearchable": true,"bSortable": true }, { "bSearchable": true,"bSortable": true }, { "bSearchable": false,"bSortable": false }] } ); $('#pageData').dataTable( {
<?php foreach ($quizzs as $k => $v) { ?> <div class="panel-body"> <?php $reponse = json_decode($v->answers, true); if ($v->correct == $_POST['reponse_' . $v->id]) { echo "<div>Félicitations, vous avez trouvé la bonne reponse ! =)</div>"; } else { echo "<div> Vous avez mal répondu la bonne réponse était " . $reponse[$v->correct]['text'] . " car " . $reponse[$v->id]['correction']; } } ?> <div class="mascotte"> <img id="accueil" src="<?php echo Router::webroot('img/Mascotte-discu-quizz.png'); ?> "> </div>
?> "><?php echo $blog->category; ?> </a>, <small><?php echo dateConvert($blog->updated); ?> </small></h4> </div> <div class="col-lg-8 bottom-buffer"> <?php if (!empty($blog->image_path)) { ?> <img src="<?php echo Router::webroot($blog->image_path); ?> " alt="" class="pull-left img-responsive img-thumbnail" style="margin:0 20px 10px 0;" /> <?php } ?> <div class="text-justify"><?php echo stripcslashes($blog->content); ?> </div> <strong><?php echo $blog->source; ?> </strong> </div> <div class="col-lg-4">
echo '<th style="width:15%;">' . BackendTranslate::getLabel('category') . '</th>'; echo '<th style="width:10%;">' . BackendTranslate::getLabel('creation') . '</a></th>'; echo '<th style="width:30%;" class="text-right">' . BackendTranslate::getLabel('action') . '</th>'; ?> </tr> </thead> <tbody> <?php foreach ($Portfolio as $k => $v) { echo $v->logical_delete == 1 ? '<tr class="danger">' : '<tr>'; echo '<td>'; if (!empty($v->image_path)) { echo '<div class="btn-group">'; echo '<button class="btn dropdown-toggle btn-primary btn-xs" data-toggle="dropdown"><span class="glyphicon glyphicon-camera"></span></button>'; echo '<div class="dropdown-menu" style="margin:0;padding:0;border:0;">'; echo '<img src="' . Router::webroot($v->image_path) . '" class="img-thumbnail" style="width:200px;"/>'; echo '</div></div> | '; } echo truncateStringWords($v->name, 40); echo '</td>'; echo '<td>' . $v->category . '</td>'; echo '<td>' . dateConvert($v->creation) . '</td>'; echo '<td class="text-right">'; echo $this->FormLink->visible('cockpit/portfolio/online/id:' . $v->id, $v->online); echo $this->FormLink->consult('cockpit/portfolio/consult/id:' . $v->id) . ' '; echo $this->FormLink->update('cockpit/portfolio/edit/id:' . $v->id) . ' '; echo $this->FormLink->delete('cockpit/portfolio/delete/id:' . $v->id) . ' '; echo '</td></tr>'; } ?> </tbody>
?> </a> </li> <?php } ?> </ul> </div> <div id="slide"> <p id="vue_360"><img src="<?php echo Router::webroot('utils/img/img360.jpg'); ?> " alt="vue 360" /></p> <script type="text/javascript" src="<?php echo Router::webroot('utils/js/vue_360.js'); ?> "></script> </div> </div> </div> </body> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
"> <link rel="shortcut icon" href="<?php echo Router::webroot('utils/img/favicon.png'); ?> " /> <link rel="stylesheet" href="<?php echo Router::webroot('utils/css/plugins.css'); ?> " > <link rel="stylesheet" href="<?php echo Router::webroot('utils/css/site_home.css'); ?> " > <link rel="stylesheet" href="<?php echo Router::webroot('utils/css/site_color.css'); ?> " > </head> <body> <?php include 'include_header.php'; ?> <div id="container" class="container"> <?php include 'include_navigation.php'; ?> <div id="content"> <div class="row"><?php
<div class="media"> <div class="media-body" style="padding-top: 40px;"> <h4 class="media-heading"><strong>Webdesign</strong></h4> Nous réalisons des interfaces modernes à l’aide d’outils tels que Photoshop. Ces outils nous permettent de concevoir des maquettes et des webdesign pour vos sites ou applications web, ainsi qu’une expérience utilisateur intéressante. </div> <div class="media-right media-top"> <a href="#"> <img class="media-object presentation" src="<?php echo Router::webroot('img/webdesign.png'); ?> " alt="Webdesign"> </a> </div> </div> <br> <div class="media"> <div class="media-left media-top"> <a href="#"> <img class="media-object presentation" src="<?php echo Router::webroot('img/design.png'); ?> " alt="identités visuelles"> </a> </div> <div class="media-body" style="padding-top: 40px;"> <h4 class="media-heading"><strong>Identités visuelles</q></strong></h4> Parce que l'image de votre marque/entreprise est un point clé de votre réussite, nous concevons tout type d'identités visuelles tels que vos Logo, T-Shirts, Cartes de visite, Flyers, Accessoires de bureau. </div> </div> <br>