/** * Asset Image * * Insert a image tag * * Usage: * * {{ asset:image file="" alt="" }} * * @return array Full url to image asset */ public function image() { $file = $this->attribute('file'); $alt = $this->attribute('alt'); $attributes = $this->attributes(); unset($attributes['file']); unset($attributes['alt']); return Asset::img($file, $alt, $attributes); }
echo Asset::js('chart-master/Chart.js'); ?> <META HTTP-EQUIV="Refresh" CONTENT="10;URL=http://susumago.sakura.ne.jp/noteshare/"> <title>送信完了</title> </head> <body class="body404"> <h1>送信完了</h1> <div> <br><br><br><br> <?php echo Asset::img('local/501506562.jpg', array('class' => '', 'align' => 'center', 'width' => '100%', 'height' => '200%')); ?> </div> <div class="file404">送信が完了しました!</div> <div class="main404"> <br>下記リンクよりトップページに戻れます。 <div class="home404"><a class="e404" href="http://susumago.sakura.ne.jp/noteshare/home">ホームへ戻る</a></div> </div> <div class="foot404"> Copyright © 2015 Loomba!. All rights reserved.<br> </div> </div>
?> <link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css"> <!--[if IE]><script src="https://html5shim.googlecode.com/svn/trunk/html5.js"></script><![endif]--> <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script> <?php echo Asset::css("jquery.remodal.css"); ?> <title><?php echo $title; ?> | Game-BootCamp | Get Your Kids the Most Powerful Skill in 21st Century</title> </head> <body> <header> <h1><?php echo Html::anchor('/', Asset::img('logo/logo3_c.png', array('alt' => 'Game-bootcamp', 'style' => 'width: 100%;'))); ?> </h1> <nav> <div class="toggle"><i class="fa fa-bars"></i></div> <ul> <?php if ($auth_status) { ?> <li><?php echo Html::anchor('/students/profile', '<i class="fa fa-user"></i> Profile'); ?> </li> <li><?php echo Html::anchor('/students/setting', '<i class="fa fa-cog"></i> Setting'); ?>
<div id="drClient" class="decisionPopup"> <h1>DR Client</h1> <p>Please give the following reference to the senior</p> <h2 id="drClientID">182440</h2> </div> <div id="ppiChecker"> <div id="validateSpinner" style="display: none;"><?php echo Asset::img('darkspinner.gif'); ?> Please Wait...</div> <input type="submit" value="Validate" id="validateButton"> </div> <div class="container-fluid"> <div class="row-fluid"> <div class="span12 error" id="errorMessage" style="display: none;"> There has been an error! </div>
echo Asset::css('website/content/itemdetail.css'); ?> <div class="menu"> <div class="heading"> 商品詳細 </div> <div class="menuin"> <div class="detail"> <div class="menuname"><?php echo $detail['item_name']; ?> </div> <div class="menuleft"> <?php echo Asset::img($detail['img_path']); ?> </div> <div class="menuright"> <!--<div class="pricelist">--> <?php if ($detail['prices']['unit_price'] != null) { ?> ¥<span id="price"><?php echo $detail['prices']['unit_price']; ?> </span> <?php } else { ?> S¥<span id="price_s"><?php
<h3><?php echo Html::anchor('bbs/index' . DS . $shortName, $boardTitle); ?> </h3> <h4><?php if (isset($boardDescription)) { echo nl2br($boardDescription); } ?> </h4> </div> <?php if (isset($ad1)) { echo $ad1 . '<BR>'; } echo $content; if (isset($ad2)) { echo $ad2 . '<BR>'; } ?> <div id ="footer"> <HR> <?php echo Html::anchor(Uri::base(), Asset::img('siteLogo_small.png')); ?> Copyright(c)2015 AdlTalk. All Rights Reserved. </div> </body> </html>
<div class="banner"> <div class="logo"> <img src="" title="<?php echo $heading_title; ?> " onclick="location = '<?php echo base_url(); ?> admin/dashboard'" /> </div> <?php if (isset($loggedin_flg) && $loggedin_flg) { ?> <div class="logged_in"> <img src="<?php echo Asset::img('img/lock.png', true); ?> " style="position: relative; top: 3px;" /> <?php echo $text_logged; ?> </div> <?php } ?> </div>
<aside> <div id="sidebar" class="nav-collapse "> <!--sidebar menu start--> <ul class="sidebar-menu" id="nav-accordion"> <p class="centered"> <!--<a href="Mypage.html"></a>--> <?php echo Asset::img('local/ui-sam.jpg', array('class' => 'img-circle', 'width' => '60')); ?> <!--<img src="assets/img/ui-sam.jpg" class="img-circle" width="60"></a>--> </p> <h5 class="centered">Shouwa Note</h5> <li class="mt"> <!--<i class="fa fa-desktop"></i>--> <?php echo Html::anchor('home/index', ' Home', array('class' => 'fa fa-desktop ')); ?> </li> <li class="sub-menu"> <!--<i class="fa fa-dashboard"></i>--> <?php echo Html::anchor('mypage/index', ' MyPage', array('class' => 'fa fa-dashboard')); ?> </li>
?> </td> <td><?php echo date("d/m/Y", strtotime($chase['Pack Sent Date'])); ?> </td> <td><a href='#' class='reprintPack' rel='<?php echo $chase['Client ID']; ?> '><?php echo Asset::img('icons/print.gif', array('height' => 16, 'id' => 'print_pack_image_' . $chase['Client ID'])); ?> </a> <a href='#' class='packReturned' rel='<?php echo $chase['Client ID']; ?> '><?php echo Asset::img('icons/tick-off.png', array('height' => 16, 'id' => 'pack_returned_image_' . $chase['Client ID'])); ?> </a></td> </tr> <?php } ?> </tbody> </table> <?php echo asset::js('ppi-referrals.js');
</div> <?php echo View::forge()->render('backend/index/new/_buyoption'); ?> <div class="col-md-4 btn-group" id="coin-choice"> <?php if ($coins) { ?> <?php foreach ($coins as $item) { ?> <a type="button" class="btn btn-default"><?php echo Asset::img('coin/' . $item->file, array('data-coinid' => $item->id, 'data-name' => $item->name, 'alt' => $item->alt, 'style' => 'width:3.5em', 'class' => 'img-responsive img-rounded', 'tabindex' => '-1')); ?> </a> <?php } ?> <?php } else { ?> <p>No notes.</p> <?php } ?> </div><!-- End. Button Group-->
<?php $feed_1 = 'https://www.google.com/calendar/feeds/grameencompany%40gmail.com/public/basic'; $rss_1 = simplexml_load_file($feed_1); $feed_2 = 'https://www.google.com/calendar/feeds/en.bd%23holiday%40group.v.calendar.google.com/public/basic'; $rss_2 = simplexml_load_file($feed_2); ?> <div id="loading"> <p><?php echo Html::anchor('/students/', Asset::img('logo/icon_b.png', array('width' => '200', 'alt' => 'Game-bootcamp'))); ?> </p> <img src="/assets/img/loading.gif"> </div> <div id="contents-wrap"> <div id="main"> <form action="" method="post" enctype="multipart/form-data"> <?php if ($user->place == 1) { ?> <input name="place" type="radio" value="0" checked hidden> <button href="" class="switch" title="Want to study at Home? Then, click this button."><i class="fa fa-undo"></i> Switch to Home Course Calendar</button> <?php } ?> <?php if ($user->place == 0 && $user->grameen_student == 1) { ?> <input name="place" type="radio" value="1" checked hidden> <button href="" class="switch" title="Want to study at Grameen Communications? Then, click this button."><i class="fa fa-undo"></i> Switch to Grameen Course Calendar</button>
<li class="setui-leaf <?php echo $active ? 'setui-active setui-open' : ''; ?> " id="setui_<?php echo $node->tree_id . '_' . $node->id; ?> " > <a href="<?php echo $url; ?> "><?php echo $name; ?> </a> <?php if (!empty($branches)) { echo Asset::img('triangle.png', ['class' => 'setui-link', 'data-parent' => 'setui_' . $node->tree_id . '_' . $node->id]); } ?> <?php echo $branches; ?> </li>
private function __format_row($entry) { $time = strtotime($entry->date_start); return '<div class="calendar-entry-row" style="background-color:' . $entry->item_color . ';"> </div>' . date('H:i', $time) . ' - ' . $this->ci->parser->_parse($entry->admin_layout, get_object_vars($entry), true) . ' ' . anchor('admin/calendar/view/' . $entry->id, Asset::img('module::edit.png', 'Edit'), 'class="view-entry-link"'); }
<nav class=" navbar-default navbar-custom" role="navigation"> <div class="container"> <div class="navbar-header"> <!-- <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> --> <a class="navbar-brand" href='<?php echo Uri::create('shop/'); ?> '> <?php echo Asset::img('logo.png', array('height' => '40', 'alt' => '')); ?> </a> </div> <!-- <div class="collapse navbar-collapse"> <ul class="nav navbar-nav navbar-right"> <li><a class="nav-link" href="color-picker.html"><i class="fa fa-envelope-o fa-2x"></i></a> </li> </ul> </div> --> </div> </nav> </div>
<?php } ?> <?php if (array_key_exists('users', $this->permissions) or $this->current_user->group == 'admin') { ?> <li> <a class="tooltip-s" title="<?php echo lang('cp:manage_users'); ?> " href="<?php echo site_url('admin/users'); ?> "><?php echo Asset::img('icons/users.png', lang('cp:manage_users')); ?> </a> </li> <?php } ?> </ul> </div> </section> </div> <?php } ?> <!-- End Quick Links -->
</td><td valign="top"> <li>代わり映えのない日々に飽きて、毎週課題にうなされ、もう嫌になるとき。</li> <li>周りにいる人間と波長が合わないとき。</li> <li>何もかもどうでもよくなって、全てを投げ出したいとき。</li> <li>何かが虚しいけど、言葉にできなくて苦しいとき。</li> <br> 旅ログ管理者はそんなあなたに放浪の旅を推奨します! 上で述べたような状況にいる方は「物事に近づきすぎている」&&「視点に偏りのある」人間です。 よくよく思い出して下さい。そんなちっぽけな悩みなどどうでもいいし、 世界はもっと広く、もっともっと素晴らしいものに満ち溢れています!!<br><br> </td> <tr><td colspan="2"> だいたい、知り合いばかりに囲まれて、毎日同じ人と話していては見えるものも見えないのです。 旅に出て、知らない人間に話しかけたり、見知らぬ道を地図なしで(携帯も機内モードにして)歩き、 美味しいものを一人で食べたりするとき、 そこにはいつもとは全く違う「あなた」がいるはずです。 保証します、その「あなた」がきっと悩みを切り開くキーポイントになるはずです! つまり、旅は最高にして最強の究極の悩み解決方法なのです!!! そしてそれを全力で支援するのが、日本の旅先・思い出ガイド「旅ログ」です! </td></tr><tr><td colspan="2" align="right">By 旅ログ管理者</td></tr></table> <?php $options = array('width' => '150', 'height' => '120'); echo Asset::img("fimg/about_1.jpg", $options) . Asset::img("fimg/about_2.jpg", $options); echo Asset::img("fimg/about_5.jpg", $options) . Asset::img("fimg/about_6.jpg", $options); ?> <br> </body> </html>
<div class="modal fade " id="optionModal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true"> <div class="modal-dialog"> <div class="modal-content"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal"><span aria-hidden="true">×</span><span class="sr-only">Close</span></button> <h4 class="modal-title"><p class="text-center lead" style="font-size: 30px;">Execute on Option!</p></h4> </div> <div class="modal-body"> <div class="col-md-4"> <?php echo Asset::img('orderup.jpg', array('alt' => 'GryfX Order Up', 'class' => 'col-md-6 img-responsive img-rounded')); ?> </div> <?php echo View::forge()->render('backend/_templates/breadcrumbs'); ?> <p class="lead">$$$$ Expected Gain</p> </div> <div class="modal-footer"> <button type="button" class="btn btn-default" data-dismiss="modal">Close</button> <button type="button" data-dismiss="modal" class="btn btn-success btn-lg option-confirm">Go!</button> </div> </div><!-- /.modal-content --> </div><!-- /.modal-dialog --> </div><!-- /.modal -->
<!-- login section --> </fieldset> <?php echo Form::close(); ?> </td><td> <!-- signup section --> <?php echo Form::open(); ?> <fieldset> <table class="signup"><tr> <td colspan="2"> <div class="pnl"> <?php echo Asset::img("fimg/subicon.png"); ?> signup</div> </td> </tr><tr><td colspan="2"> <chara>>>アカウント持っていない方</chara></td></tr> <tr><td> <?php echo Form::label('name', 'new_uname'); ?> </td> <td> <?php echo Form::input('new_uname'); ?> </td>
</ul> </div> <div class="list"> <?php $i = 0; foreach ($item_list as $item) { ?> <?php if ($i % 3 == 0) { echo '<div class="listrow">'; } ?> <div class="listitem"> <div class="img imglink"> <?php echo Asset::img($item['img_path']); ?> <?php echo Html::anchor('mtpizza/item/detail/' . $item['item_id'], '', array()); ?> </div> <div class="pizzaname"><?php echo $item['item_name']; ?> </div> <div class="pricelist"> <?php if ($item['prices']['unit_price'] != null) { ?> <div class="price">¥<span id="price"><?php echo $item['prices']['unit_price'];
public function before() { //parent::before(); $this->_paginationConfig = array('prev_img' => Asset::img('pagination/prev.png', array("alt" => "Previous", 'class' => "prev-img")), 'prev_img_active' => Asset::img('pagination/prev.png', array("alt" => "Previous", 'class' => "prev-img-active")), 'first_img' => Asset::img('pagination/first.png', array("alt" => "first", 'class' => "first-img")), 'first_img_active' => Asset::img('pagination/first.png', array("alt" => "first", 'class' => "first-img-active")), 'next_img' => Asset::img('pagination/next.png', array("alt" => "Next", 'class' => "next-img")), 'next_img_active' => Asset::img('pagination/next.png', array("alt" => "Next", 'class' => "next-img-active")), 'last_img' => Asset::img('pagination/last.png', array("alt" => "Last", 'class' => "last-img")), 'last_img_active' => Asset::img('pagination/last.png', array("alt" => "Last", 'class' => "last-img-active")), 'css_id_prefix' => 'Dates', 'ajax_method' => 'loadDatesGrid', 'limit_default' => 30, 'limiter_choices' => array(30, 60, 100), 'limiter_prefix' => 'Dates'); parent::before(); }
?> </td> </tr> <tr> <th>Pack In Date</th> <td> <?php echo $productDetails['ppi']['pack_returned_date']; ?> <?php echo $productDetails['ppi']['hasReturnedPack'] ? '<br />Pack Resent On: ' . $productDetails['ppi']['hasReturnedPack'] : false; ?> </td> <td><?php echo $productDetails['ppi']['pack_returned_date'] == "Not Received" ? "<a href='#' class='packReturned' rel='" . $clientDetails['clientID'] . "'>" . Asset::img('icons/tick-off.png', array('height' => 16, 'id' => 'pack_returned_image_' . $clientDetails['clientID'])) . "</a>" : ($packCompleted == 'yes' ? Asset::img('icons/tick-success.png', array('height' => 16)) : "<a href='#' class='packReturned' rel='" . $clientDetails['clientID'] . "'>" . Asset::img('icons/tick-on.png', array('height' => 16)) . "</a>"); ?> </td> </tr> <tr> <th>Pack Complete</th> <td><?php echo ucwords($packCompleted); ?> </td> <td></td> </tr> </table> </section>
<div id="contact"> <div class="close_contact"></div> <header class="contact"> <?php echo Html::anchor('/', Asset::img('logo_white.svg', array('onerror' => 'logo_white.png', 'id' => 'logo'))); ?> </header> <h2><span>Contact Me</span></h2> <div class="form"> <div class="input"> <label>First Name:</label> <input type="text" name="first_name"> </div ><div class="input"> <label>Last Name:</label> <input type="text" name="last_name"> </div ><div class="input"> <label>Email:</label> <input type="email" name="email"> </div ><div class="input number"> <label>Phone Number:</label> <div class="mobile_input"> <span>(</span><input type="text" maxlength="3" name="mobile[]" placeholder="###"><span>)</span><input type="text" maxlength="3" name="mobile[]" placeholder="###"><span>-</span><input type="text" maxlength="4" name="mobile[]" placeholder="####"> </div> </div> <div class="textarea"> <label>Message:</label> <textarea name="message"></textarea> </div>
<hr class="dashed" /> <div class="row"> <div class="col-sm-6 col-xs-6 col-md-6 col-lg-6" style="padding-left: 0px; padding-right: 10px;"> <div class="thumbnail box"> <?php echo Asset::img('FREE.jpg', array('class' => 'img-rounded')); ?> <div class="caption text-center"> <h2><b>❶ ログインなし、無料登録</b></h2> <hr class="dashed" /> <p>自分のお店や好きなお店を無料で手軽に紹介できます。</p> </div> </div> </div> <div class="col-sm-6 col-xs-6 col-md-6 col-lg-6" style="padding-left: 10px; padding-right: 0px;"> <div class="thumbnail box "> <?php echo Asset::img('smartphone_tablet.jpg', array('class' => 'img-rounded')); ?> <div class="caption text-center"> <h2><b>❷パソコンやスマホで使える!</b></h2> <hr class="dashed" /> <p>対応機種を気にする必要はありません。</p> </div> </div> </div> </div> </div> </div> </div>
if (isset($section['name']) && isset($section['uri'])) { ?> <li class="<?php if ($name === $active_section) { echo 'current'; } ?> "> <?php echo anchor($section['uri'], lang($section['name'])); ?> <?php if ($name === $active_section) { ?> <?php echo Asset::img('admin/section_arrow.png', ''); ?> <?php } ?> </li> <?php } ?> <?php } ?> </ul> </div> </div>
?> <?php foreach ($posts as $post) { ?> <table align="center" width="1000"> <form name="form" method="GET"> <tr><!--記事1つ目--> <td><br></td> <td><br></td> <td><span> <div id="list"> <div id="post-1" class=""> <div class="entry-thumb"> <?php echo Html::anchor('post/detail/' . $post['Pid'], Asset::img($post['image'], array('width' => '150', 'height' => '150', 'align' => 'left')), array('entry-image entry-image-link img_size', 'title' => 'Sample_note')); ?> </a> </div><!-- /.entry-thumb --> <div class="entry-content"> <h2> <?php echo Html::anchor('post/detail/' . $post['Pid'], $post['Title'], array('class' => 'entry-snippet-link', 'title' => '')); ?> </h2> <p class="post-meta"> <span class="post-date"> <i class="fa fa-clock-o fa-fw"></i><?php
<!-- main --> <table id="post"> <tr> <th class="photo" rowspan="2" valign="top"> <?php $options = array('width' => '300', 'height' => '400'); echo Asset::img("pimg/" . $image, $options); ?> </th> <td valign="top"> <table><tr><td> <!-- user information --> <table class="user"><tr><td> <?php $options = array('width' => '50', 'height' => '50'); echo Asset::img("uimg/" . $icon, $options); ?> </td><td><?php echo Html::anchor("members/userpg/top/" . $wid . "/ikitai", $writer); ?> </td> </tr><tr><td colspan="2"> <?php echo date("Y/n/j H:i", $datetime); ?> </td></tr> </table> <!-- user information --> </td></tr><tr> <td valign="top"><div id="content"> <?php
echo "</td><td></td></tr></table>"; } else { echo "</td></tr></table>"; } $var = $review['prefecture']; $count = 0; echo "<table class=\"topic\"><tr><td class=\"line\"></td></tr>\n\t\t <tr><td class=\"content\">" . $var . "</td></tr></table> \n\t\t <table class=\"minilst\"><tr><td>"; } ?> <!-- one review --> <table class="review"><tr><td> <table><tr><th rowspan="4" valign="top"> <table class="icon"><tr><td> <?php $options = array('width' => '50', 'height' => '50'); echo Asset::img("uimg/" . $review['icon'], $options); ?> </td></tr></table> </th><td class="place"> <?php echo Html::anchor("members/postlookup/p/" . $review['pid'], $review['place']); ?> <br> (<?php echo Html::anchor("members/giver/prefposts/" . $review['pref_num'], $review['prefecture']); ?> ) </td> </tr><tr><td><?php echo $review['category']; ?>
)</td></tr><tr> <td>投稿者:<?php echo Html::anchor("members/userpg/top/" . $itta[2]['post']['uid'] . "/ikitai", $itta[2]['post']['uname']); ?> </td></tr></table> </td></tr></table> </td></tr><tr><td class="rank3"> <table><tr><td colspan="2">第三位 <?php echo $itta[3]['post']['title']; ?> </td></tr> <tr><td><?php $options = array('width' => '50', 'height' => '50'); echo Asset::img("pimg/" . $itta[3]['post']['image'], $options); ?> </td> <td> <table><tr> <td><?php echo Html::anchor("members/postlookup/p/" . $itta[3]['post']['pid'], $itta[3]['post']['place']); ?> (<?php echo Html::anchor("members/giver/prefposts/" . $itta[3]['post']['pref_num'], $itta[3]['post']['prefecture']); ?> )</td></tr><tr> <td>投稿者:<?php echo Html::anchor("members/userpg/top/" . $itta[3]['post']['uid'] . "/ikitai", $itta[3]['post']['uname']); ?> </td></tr></table>
?> </th> <th><?php echo lang('streams:label.field_type'); ?> </th> <th></th> </tr> </thead> <tbody> <?php foreach ($assignments as $assignment) { ?> <tr> <td width="30" class="handle"><?php echo Asset::img('icons/drag_handle.gif', 'Drag Handle'); ?> </td> <td> <input type="hidden" name="action_to[]" value="<?php echo $assignment->assign_id; ?> " /> <?php echo $this->fields->translate_label($assignment->field_name); ?> </td> <td><?php echo $assignment->field_slug; ?> </td>
body { margin: 40px; } </style> </head> <body> <nav class="navbar navbar-default navbar-fixed-top"> <div class="container-fluid"> <div class="navbar-header"> <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" aria-expanded="false"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a class="navbar-brand" href="#"> <?php echo Asset::img('suxess-display-logo-1.png', array('style' => 'height:18px;')); ?> </a> </div> <!-- Collect the nav links, forms, and other content for toggling --> <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1"> <ul class="nav navbar-nav navbar-right"> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false"><?php echo $auth_username; ?> <span class="caret"></span></a> <ul class="dropdown-menu"> <li><a href="#">Account settings</a></li> <li><a href="#">Upgrade</a></li>