• 设为首页
  • 点击收藏
  • 手机版
    手机扫一扫访问
    迪恩网络手机版
  • 关注官方公众号
    微信扫一扫关注
    迪恩网络公众号

PHP htmlout函数代码示例

原作者: [db:作者] 来自: [db:来源] 收藏 邀请

本文整理汇总了PHP中htmlout函数的典型用法代码示例。如果您正苦于以下问题:PHP htmlout函数的具体用法?PHP htmlout怎么用?PHP htmlout使用的例子?那么恭喜您, 这里精选的函数代码示例或许可以为您提供帮助。



在下文中一共展示了htmlout函数的20个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于我们的系统推荐出更棒的PHP代码示例。

示例1: include_headers

echo $msg->_('/first-run/initial-setup');
?>
</title>
    <?php 
include_headers();
?>
    <link href="/static/css/first-run.css" rel="stylesheet">
  </head>
  <body>
    <div class="container">
      <p class="text-center">
        <?php 
echo $msg->_('/first-run/create-manager-help');
?>
      </p>
      <?php 
include 'newmanagerform.html.php';
if (isset($GLOBALS['newmanagererror'])) {
    ?>
        <div style="color:red">
          <?php 
    htmlout($GLOBALS['newmanagererror']);
    ?>
        </div>
      <?php 
}
?>
    </div>
  </body>
</html>
开发者ID:OrgAindaSemTitulo,项目名称:Sistema,代码行数:30,代码来源:newmanager.html.php


示例2: htmlout

                        <div>
                            <input type="hidden" name="action" value="download">
                            <input type="hidden" name="id" value="<?php 
        htmlout($file['id']);
        ?>
">
                            <input type="submit" value="Download">
                        </div>
                    </form>
                </td>
                <td>
                    <form action="" method="post">
                        <div>
                            <input type="hidden" name="action" value="delete">
                            <input type="hidden" name="id" value="<?php 
        htmlout($file['id']);
        ?>
">
                            <input type="submit" value="Delete">
                        </div>
                    </form>
                </td>
            </tr>
            <?php 
    }
    ?>
        </tbody>
    </table>
    <?php 
}
?>
开发者ID:Shuma2,项目名称:ianctrainings,代码行数:31,代码来源:filestore.html.php


示例3: date_format2

            ?>
'" onMouseOut="this.style.background='<?php 
            echo $outbg;
            ?>
'">
          <td height="35" style="border-bottom:#E9E8E8 1px solid;padding-left:5px;"><font color="#999999"><?php 
            echo date_format2($rows['stime'], '%Y-%m-%d');
            ?>
</font> <a href="<?php 
            echo $Global['home_2domain'];
            ?>
/diary<?php 
            echo $rows['id'];
            ?>
.html" class=333333 target="_blank"><?php 
            echo htmlout(stripslashes($rows['title']));
            ?>
</a><?php 
            if ($rows['flag'] == 0) {
                echo " <font color=red>未审</font>";
            }
            if ($rows['diaryopen'] == 0) {
                echo " <img src=images/m.gif title='密'>";
            }
            if ($rows['ifjh'] == 1) {
                echo " <img src=images/jh.gif title='精华'>";
            }
            ?>
</td>
          <td align="center" style="border-bottom:#E9E8E8 1px solid;"><font color="#FF0000"><?php 
            echo $rows['hfnum'];
开发者ID:norain2050,项目名称:cmlove,代码行数:31,代码来源:f_diary.php


示例4: htmlout

<div class="container-fluid">
    <h2>Log In</h2>
    <p>Please log in to view the page that you requested.</p>
    <?php 
if (isset($loginError)) {
    ?>
      <p><?php 
    htmlout($loginError);
    ?>
</p>
    <?php 
}
?>
    <form action="" method="post">
      <div>
        <label for="email">Username: <input type="text" name="username"
            id="email"></label>
      </div>
      <div>
        <label for="password">Password: <input type="password"
            name="password" id="password"></label>
      </div>
      <div>
        <input type="hidden" name="action" value="login">
        <input type="submit" value="Log in">
      </div>
    </form>
    <p><a href="#">Return to CyberCPR Helpdesk Home</a></p>
</div>

开发者ID:webdevtoolkit,项目名称:phpcourseapp,代码行数:29,代码来源:login.html.php


示例5: foreach

foreach ($types as $type) {
    ?>
							<option name="type" value="<?php 
    htmlout($type['id']);
    ?>
" <?php 
    if ($type['id'] == $typeid) {
        echo 'selected="selected"';
    }
    ?>
><?php 
    htmlout($type['type']);
    ?>
</option>
						<?php 
}
?>
					</select>
				</div>
				<div><input type="submit" name="<?php 
htmlout($action);
?>
" value="<?php 
htmlout($button);
?>
"></div>
				<div><input type="submit" name="cancel" value="Cancel"></div>
			</form>
		</div>
	</body>
</html>
开发者ID:neas5791,项目名称:dbpo,代码行数:31,代码来源:form.html.php


示例6: htmlout

          <div class="form-group centre">
            <input type="submit" class="btn btn-secondary"
              value="<?php 
htmlout($msg->_('forgot-password'));
?>
"
            />
          </div>
        </form>
      </div>

    <script>
    "use strict";

    /* global BootstrapDialog */

      function showConnectionErrorMessage(timeout) {
          var m = "<?php 
htmlout($msg->_('/showmsg/connection-error'));
?>
";
          BootstrapDialog.show({
            'title': '',
            'message': m,
            'type': BootstrapDialog.TYPE_DANGER
          });
        }
    </script>
  </body>
</html>
开发者ID:OrgAindaSemTitulo,项目名称:Sistema,代码行数:30,代码来源:login.html.php


示例7: htmlout

        $id = $rows[0];
        $title = $rows[1];
        $bmnum = $rows[2];
        $jjloveb = $rows[3];
        $did = $id * 7 + 8848;
        if ($jjloveb > 0) {
            $href = '../bidderdating' . $did . '.html';
        } else {
            $href = $Global['home_2domain'] . "/dating{$id}.html";
        }
        ?>
<img src="images/groupren.gif" hspace="5" vspace="10" align="absmiddle" /><a href="<?php 
        echo $href;
        ?>
" target="_blank" style="font-size:14px;font-weight:bold"><?php 
        echo htmlout(stripslashes($title));
        ?>
</a> (<font color=red><?php 
        echo $bmnum;
        ?>
</font>人响应) <a href="<?php 
        echo $href;
        ?>
" target="_blank"><img src="../images/dating_libt.gif" align="absmiddle" /></a><br>
<?php 
    }
    ?>
</td>
</tr>
</table>
<br>
开发者ID:norain2050,项目名称:cmlove,代码行数:31,代码来源:mainmy.php


示例8: foreach

<table class='table'>
    <tr>
        <th>Subject</th><th>Books Checked Out</th>
    </tr>

    <?php 
    foreach ($users2 as $user) {
        ?>
    <tr>
        <td><?php 
        htmlout($user['username']);
        ?>
</td>
        <td><?php 
        htmlout($user['check_num']);
        ?>
</td>
    </tr>
    <?php 
    }
    ?>

</table>

<?php 
}
?>

</body>
</html>
开发者ID:hlane6,项目名称:cs4400_project,代码行数:30,代码来源:freq_users.html.php


示例9: number_format

      <tfoot>
        <tr>
          <td>Total:</td>
          <td>$<?php 
    echo number_format($total, 2);
    ?>
</td>
        </tr>
      </tfoot>
      <tbody>
        <?php 
    foreach ($cart as $item) {
        ?>
          <tr>
            <td><?php 
        htmlout($item['desc']);
        ?>
</td>
            <td>
              $<?php 
        echo number_format($item['price'], 2);
        ?>
            </td>
          </tr>
        <?php 
    }
    ?>
      </tbody>
    </table>
    <?php 
} else {
开发者ID:gforti,项目名称:PHPWinterClass2016,代码行数:31,代码来源:cart.html.php


示例10: foreach

    <table>
   <tr><th>Area</th><th>Puesto</th><th>Fuente</th><th></th></tr>
      <?php 
    foreach ($recsini as $recini) {
        ?>
    <tr>
     <td><?php 
        htmlout($recini['area']);
        ?>
</td>
     <td><?php 
        substr(htmlout($recini['nombre']), 0, 40);
        ?>
</td>
     <td><?php 
        substr(htmlout($recini['fuente']), 0, 40);
        ?>
</td>
     <td>  
       <form action="?" method="post" class="enlinea">
        <div>
		  <input type="hidden" name="id" value="<?php 
        echo $recini['id'];
        ?>
">
<!--		  <input type="hidden" name="idot" value="<?php 
        echo $idot;
        ?>
"> -->
		  <input type="hidden" name="accion" value="editarci">
          <input type="submit" name="boton" value="Editar">
开发者ID:jmoreno0118,项目名称:Microv2,代码行数:31,代码来源:formarci.html.php


示例11: foreach

                        </select>
                        <button type="submit" value="search_user_log" name="action" title="search user log">search</button>
                    </form>
                    <form class="form-inline" action="?" method="post">
                        <label for="searchby">Search by Event:</label>
                        <select name="searchby" id="searchby">
                        <option value="">Select one</option>
                        <?php 
foreach ($eventlist as $row) {
    ?>
                        <option value="<?php 
    htmlout($row['id']);
    ?>
">
                        <?php 
    htmlout($row['name']);
    ?>
</option>
                        <?php 
}
?>
                        </select>
                        <button type="submit" value="search_event_log" name="action" title="search user log">search</button>
                    </form>
                    <?php 
if (isset($search_result)) {
    echo '<table class="table table-striped">
                            <thead><tr><th>User</th><th>Action</th><th>Event</th><th>Time</th></tr></thead>';
    foreach ($search_result as $row) {
        echo '<tr><td>' . $row['first_name'] . ' ' . $row['last_name'] . '</td><td>' . $row['action'] . '</td><td>' . $row['name'] . '</td><td>' . date("m/d g:i a", strtotime($row['time'])) . '</td></tr>';
    }
开发者ID:lintonrentfro,项目名称:simpleconvention,代码行数:31,代码来源:log_search.inc.html.php


示例12: foreach

foreach ($items as $item) {
    ?>
                <tr>
                    <td><?php 
    htmlout($item['desc']);
    ?>
</td>
                    <td><?php 
    echo number_format($item['price'], 2);
    ?>
</td>
                    <td>
                        <form action="" method="post">
                            <div>
                                <input type="hidden" name="id" value="<?php 
    htmlout($item['id']);
    ?>
">
                                <input type="submit" name="action" value="Buy">
                            </div>
                        </form>
                    </td>
                </tr>
            <?php 
}
?>
        </tbody>
    </table>

</body>
</html>
开发者ID:Shuma2,项目名称:ianctrainings,代码行数:31,代码来源:catalog.html.php


示例13: htmlout

			            </div>

			            <div class="form-group">
			              <label for="department" class="col-sm-2 control-label">Dept.</label>
			              <div class="col-sm-3" id="department" align="left">
			              <h5><?php 
htmlout($department);
?>
</h5>
			                
			              </div>
			            
			              <label for="major" class="col-sm-2 control-label">Major</label>
			              <div class="col-sm-3" id="major" align="left">
			              <h5><?php 
htmlout($major);
?>
</h5>
			                
			              </div>
			            </div>

			            <div style="margin:0;padding:0;width:70%;height:1px;
					background-color:#CCCCCC;overflow:hidden;margin-top:15px;"></div><br/>

			            <div class="form-group">
			              <label for="intro" class="col-sm-2 control-label">Intro</label>
			              <div class="col-sm-8" align="left" id="intro">
			                <?php 
echo str_replace("\r\n", "<br>", $intro);
?>
开发者ID:JohnLeeBUAA,项目名称:Online-learning-website,代码行数:31,代码来源:courseinfoform.html.php


示例14: foreach

						</div>
						<div class="item active">
							<div class="panel-body bk-bg-primary">
								<h6 class="bk-margin-off bk-docs-font-weight-300">Next Week <small></small></h6>
							</div>
							<div class="panel-body bk-bg-white text-center bk-padding-top-15 bk-padding-bottom-15">
							</div>
							<div class="panel-body bk-bg-white text-center">
								<h1 class="bk-margin-off-top">
								<?php 
foreach ($work_schedules2 as $work_schedule) {
    weekreader($work_schedule['timedate2']);
    echo "     ";
    htmlout($work_schedule['starttime2']);
    echo "     ";
    htmlout($work_schedule['endtime2']);
    echo "     ";
    echo "<br>";
}
?>
								</h1>
								<!-- <h6 class="bk-docs-font-weight-700 bk-fg-inverse pull-right">RAINY </h6> -->
							</div>
						</div>
					</div>
					<a class="left carousel-control bk-carousel-control bk-carousel-control-white bk-carousel-hide-init" href="#carousel-example-generic3c" role="button" data-slide="prev">
						<span class="fa fa-angle-left icon-prev bk-bg-very-light-gray"></span>
					</a>
					<a class="right carousel-control bk-carousel-control bk-carousel-control-white bk-carousel-hide-init" href="#carousel-example-generic3c" role="button" data-slide="next">
						<span class="fa fa-angle-right icon-next"></span>
					</a>
开发者ID:xymajy,项目名称:new662,代码行数:31,代码来源:index.html.php


示例15: htmlout

                    <img src="/img/logo.png" />
                </div>
            </div>
            <div class="row-fluid">
                <div class="span2">
                    <?php 
include '/home/simpleco/demo2/app/includes_html/menu_admin.inc.html.php';
?>
                </div>
                <div class="span10">
                    <h4>Confirm User Deletion</h4>
                    <p>
                        Are you sure you want to delete user "<?php 
htmlout($userinfo['first_name']);
echo ' ';
htmlout($userinfo['last_name']);
?>
"?
                    </p>
                
                    <form action="?" method="post">
                        <input type="hidden" name="id" value="<?php 
echo $userinfo['id'];
?>
">
                        <button class="btn" type="submit" value="delete_user_confirmed" 
                                name="action" title="delete user">delete user</button>
                    </form>
                </div>
            </div>
<!--            <div class="row-fluid">
开发者ID:lintonrentfro,项目名称:simpleconvention,代码行数:31,代码来源:confirm_user_delete.inc.html.php


示例16: foreach

    echo '<h5>Email These Users</h5><table class="table table-striped"><thead><tr><th>Name</th><th>Email</th></tr></thead>';
}
?>
                            <?php 
foreach ($requesters as $row) {
    ?>

                            <tr>
                                <td class="none"><?php 
    htmlout($row['first_name']);
    echo ' ';
    htmlout($row['last_name']);
    ?>
</td>
                                <td class="none"><?php 
    htmlout($row['email']);
    ?>
</td>
                            </tr>
                            <?php 
}
?>
                            <?php 
if (isset($requesters)) {
    echo '</table>';
}
?>
                            <p></p>
                            <?php 
if (isset($requesters) and !isset($message)) {
    echo '<form action="?" method="post">
开发者ID:lintonrentfro,项目名称:simpleconvention,代码行数:31,代码来源:view_event_overflow.inc.html.php


示例17: htmlout

?>
                        <tr>
                            <td>Contact:</td>
                            <td><?php 
if ($event['contact_email_displayed'] == 1) {
    echo '<a href="mailto:' . $event['email'] . '">';
    echo $event['first_name'] . ' ' . $event['last_name'] . '</a></td></tr>';
} else {
    echo $event['first_name'] . ' ' . $event['last_name'];
}
?>
</td>
                        <tr>
                            <td>Description:</td>
                            <td><?php 
htmlout($event['description']);
?>
</td></tr>
                    </table>
                    <form action="?" method="post">
                        <input type="hidden" name="id" value="<?php 
echo $event['id'];
?>
">
                        <?php 
if ($event['status'] == 'on schedule - all clear') {
    if ($event['registration_required'] == 1) {
        if (in_array($event['id'], $registered_events)) {
            echo 'You are registered for this event.';
        } else {
            $seats_left = $event['maxusers'] - $event['currentusers'];
开发者ID:lintonrentfro,项目名称:simpleconvention,代码行数:31,代码来源:view_one_event.inc.html.php


示例18: foreach

  <head>
    <meta charset="utf-8">
    <title>Manage Authors</title>
  </head>
  <body>
    <h1>Manage Authors</h1>
    <p><a href="?add">Add new author</a></p>
    <ul>
      <?php 
foreach ($authors as $author) {
    ?>
        <li>
          <form action="" method="post">
            <div>
              <?php 
    htmlout($author['name']);
    ?>
              <input type="hidden" name="id" value="<?php 
    echo $author['id'];
    ?>
">
              <input type="submit" name="action" value="Edit">
              <input type="submit" name="action" value="Delete">
            </div>
          </form>
        </li>
      <?php 
}
?>
    </ul>
    <p><a href="..">Return to JMS home</a></p>
开发者ID:emacc,项目名称:PHPClassSummer2015,代码行数:31,代码来源:authors.html.php


示例19: foreach

}
?>
        </select>
      </div>
      <div>
        <label for="category">By category:</label>
        <select name="category" id="category">
          <option value="">Any category</option>
          <?php 
foreach ($categories as $category) {
    ?>
            <option value="<?php 
    htmlout($category['id']);
    ?>
"><?php 
    htmlout($category['name']);
    ?>
</option>
          <?php 
}
?>
        </select>
      </div>
      <div>
        <label for="text">Containing text:</label>
        <input type="text" name="text" id="text">
      </div>
      <div>
        <input type="hidden" name="action" value="search">
        <input type="submit" value="Search">
      </div>
开发者ID:RicksConcepts,项目名称:PHP-Revamp,代码行数:31,代码来源:searchform.php


示例20: htmlout

htmlout($msg->raw('/question-summary/fs-select'));
?>
"
  >
  </div>

  <div>
    <label>
      <?php 
htmlout($msg->_('/question-summary/fs-list'));
?>
    </label>

    <div class="qs-fs-table" style="">
      <div class="hidden-template qs-fs-table-item">

      </div>
    </div>
  </div>

  <div>
    <button onclick="toggleAnswers(this);"
            class="btn btn-default btn-sm answer-toggle-btn"
    >
      <?php 
htmlout($msg->_('/question-summary/show-hide-answers'));
?>
    </button>
  </div>

</div>
开发者ID:OrgAindaSemTitulo,项目名称:Sistema,代码行数:31,代码来源:fitb-select.html.php



注:本文中的htmlout函数示例整理自Github/MSDocs等源码及文档管理平台,相关代码片段筛选自各路编程大神贡献的开源项目,源码版权归原作者所有,传播和使用请参考对应项目的License;未经允许,请勿转载。


鲜花

握手

雷人

路过

鸡蛋
该文章已有0人参与评论

请发表评论

全部评论

专题导读
上一篇:
PHP htmlprepare函数代码示例发布时间:2022-05-15
下一篇:
PHP htmlheader函数代码示例发布时间:2022-05-15
热门推荐
阅读排行榜

扫描微信二维码

查看手机版网站

随时了解更新最新资讯

139-2527-9053

在线客服(服务时间 9:00~18:00)

在线QQ客服
地址:深圳市南山区西丽大学城创智工业园
电邮:jeky_zhao#qq.com
移动电话:139-2527-9053

Powered by 互联科技 X3.4© 2001-2213 极客世界.|Sitemap