本文整理汇总了PHP中tcom_footer函数的典型用法代码示例。如果您正苦于以下问题:PHP tcom_footer函数的具体用法?PHP tcom_footer怎么用?PHP tcom_footer使用的例子?那么恭喜您, 这里精选的函数代码示例或许可以为您提供帮助。
在下文中一共展示了tcom_footer函数的15个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的PHP代码示例。
示例1: out_html
//.........这里部分代码省略.........
}
echo "<tr".$odd.">";
echo "<td class=\"al\">".f_hsc($todoufuken_nm.$shikucyouson_nm.$town_nm.$address)."</td>";
echo "<td class=\"al\">".f_hsc($railroad)."</td>";
echo "<td class=\"al\">".f_hsc($station)."</td>";
echo "<td class=\"al\">".f_hsc($name)."</td>";
echo "<td class=\"ac\">".f_hsc($tijyokaisu)."</td>";
echo "<td class=\"ac\">".f_hsc($tikakaisu)."</td>";
echo "<td class=\"ac\">".number_format($rent)."</td>";
echo "<td class=\"ac\">".number_format($unit_price)."</td>";
echo "<td class=\"ac\"><button type=\"button\" class=\"button\" onclick=\"itemdel(".f_hsc($no).")\">削除</button></td>";
echo "</tr>";
$rs->move_next();
$i++;
}
$rs->free_result();
if($row_count==0){
echo "<tr>";
echo "<td colspan=\"9\" align=\"center\">データはありません。</td>";
echo "</tr>";
}
?>
</table>
</div>
<!-- Form -->
<div class="form">
<div class="box-field">
<label>コメント<span style="margin-left:20px;color:red">1行40文字で改行してください。行数に制限はありません。</span></label>
<textarea name="comment" style="width:600px;height:90px;" ><?php echo $gc->comment?></textarea>
</div>
<p>現在の緯度・経度:<span id="res"></span> 方角<span id="res2"></span>
角度<span id="res3"></span> ズーム<span id="res4"></span>
</p>
<div id="map" style="width:300px; height:300px;"></div>
</div>
<!-- End Form -->
<!-- Form Buttons -->
<div class="buttons">
<div class="alignleft">
<button type="button" class="button color green" onclick="run_submit('form_edit', 'confirm')">入力確認へ</button>
</div>
<?php
if($gc->act=="u"){
?>
<div class="alignright">
<button type="button" class="button color red" onclick="run_submit('form_edit', 'delete')">削除</button>
</div>
<div class="alignright pos-top2">
<input id="del" name="delete_check" type="checkbox" value="1" class="pos-top2" /><label for="del">削除する</label>
</div>
<?php
}
?>
</div>
<!-- End Form Buttons -->
</form>
</div>
<!-- End Box -->
<?php
}
?>
<div class="cl"> </div>
</div>
<!-- End Content -->
<div class="cl"> </div>
</div>
<!-- Main -->
</div>
</div>
<!-- End Container -->
<!-- Footer -->
<?php tcom_footer($gc) ?>
<!-- End Footer -->
<div id="dialog_message" title="メッセージ">
<p id="dlg_msg_str" class="mt10 ml10"></p>
</div>
</body>
</html>
<?php
}
示例2: out_html
//.........这里部分代码省略.........
$menseki = $rs->fields["menseki"];
$rank_no = $rs->fields["rank_no"];
$buken_shikucyouson_no = $rs->fields["buken_shikucyouson_no"];
$mukou_flg = $rs->fields["mukou_flg"];
$c_mukou_flg = $rs->fields["c_mukou_flg"];
$moushikomibi = $rs->fields["moushikomibi"];
$menseki = (float)$menseki;
$moushikomi_d = substr($moushikomibi, 0, 4)."/".substr($moushikomibi, 5, 2)."/".substr($moushikomibi, 8, 2);
$moushikomi_t = substr($moushikomibi, 11);
$arr = fdiv_set_buken_sbt_array();
$buken_sbt_nm = $arr[$buken_sbt];
$arr = fdiv_set_rank_array();
$rank_nm = $arr[$rank_no];
$buken_shikucyouson_nm = fdb_get_name($gc, "m_shikucyouson", "shikucyouson_nm", "shikucyouson_no", $buken_shikucyouson_no);
$todoufuken_no = fdb_get_name($gc, "m_shikucyouson", "todoufuken_no", "shikucyouson_no", $buken_shikucyouson_no);
$todoufuken_nm = fdb_get_name($gc, "m_todoufuken", "todoufuken_nm", "todoufuken_no", $todoufuken_no);
$odd = "";
if(($i % 2)==1){
$odd = " class=\"odd\"";
}
echo "<tr".$odd.">";
echo "<td class=\"ac\">".f_hsc($anken_no)."</td>";
echo "<td class=\"ac\">".$moushikomi_d."<br />".$moushikomi_t."</td>";
echo "<td class=\"ac\">".f_hsc($buken_sbt_nm)."</td>";
echo "<td class=\"ac\">".f_hsc($menseki)."</td>";
echo "<td class=\"ac\">".f_hsc($todoufuken_nm)."</td>";
echo "<td>".f_hsc($buken_shikucyouson_nm)."</td>";
echo "<td class=\"ac\" style=\"color: ".($c_mukou_flg==1?"red":"blue").";\">".f_hsc($c_mukou_flg==1?"無効":"有効")."</td>";
echo "<td class=\"ac\"><button type=\"button\" class=\"list-button\" onclick=\"location.href='item_e.php?mode=edit&item_no=".$item_no."';\">詳細</button></td>";
echo "</tr>";
$rs->move_next();
$i++;
}
$rs->free_result();
if($row_count==0){
echo "<tr>";
echo "<td colspan=\"8\" align=\"center\">データはありません。</td>";
echo "</tr>";
}
?>
</table>
<?php if($row_count > 0){ ?>
<!-- Pagging -->
<div class="pagging">
<div class="box-l">
</div>
<div class="box-c">
<div class="margin-center">
<?php echo $page_arr["back_str"].$page_arr["list_str"].$page_arr["deno_str"].$page_arr["next_str"]; ?>
</div>
</div>
<div class="box-r">
<label>表示件数:</label>
<?php echo $page_arr["plst_str"] ?>
</div>
</div>
<!-- End Pagging -->
<?php } ?>
</div>
<!-- Table -->
</div>
<!-- End Box -->
<div class="cl"> </div>
</div>
<!-- End Content -->
<div class="cl"> </div>
</div>
<!-- Main -->
</div>
</div>
<!-- End Container -->
<!-- Footer -->
<?php tcom_footer($gc) ?>
<!-- End Footer -->
</body>
</html>
<?php
}
示例3: out_html
//.........这里部分代码省略.........
<div class="left">
<h2 class="left"><b>対応エリア編集 <?php echo $gc->company_nm ?></b></h2>
<div class="cl"> </div>
</div>
<div class="right">
<a href="company_area_csv.php?company_no=<?php echo $gc->company_no ?>" class="custom-button" style="margin-right:10px;"><span>データエクスポート</span></a>
<a href="company_area_insert.php?company_no=<?php echo $gc->company_no ?>" class="add-button"><span>データインポート</span></a>
<div class="cl"> </div>
</div>
</div>
<!-- End Box Head -->
<!-- Accordion -->
<div class="Accordion" style="padding:15px 10px;">
<!-- Accordion -->
<div class="ui-accordion ui-widget ui-helper-reset">
<?php
$sql = "SELECT";
$sql.= " t.todoufuken_no,";
$sql.= " t.todoufuken_nm ";
$sql.= "FROM";
$sql.= " m_todoufuken t ";
$sql.= "INNER JOIN";
$sql.= " (";
$sql.= " SELECT";
$sql.= " todoufuken_no";
$sql.= " FROM";
$sql.= " m_shikucyouson";
$sql.= " WHERE";
$sql.= " rank_no > 0";
$sql.= " GROUP BY";
$sql.= " todoufuken_no";
$sql.= " ) s ";
$sql.= "ON";
$sql.= " s.todoufuken_no = t.todoufuken_no ";
$sql.= "ORDER BY";
$sql.= " t.sort_no";
$rs = $gc->db->query($sql);
$i = 0;
while ($rs->eof==false) {
$todoufuken_no = $rs->fields["todoufuken_no"];
$todoufuken_nm = $rs->fields["todoufuken_nm"];
?>
<div class="group">
<h3 panelmode="close" todoufuken_no="<?php echo f_hsc($todoufuken_no) ?>" class="ui-accordion-header ui-helper-reset ui-state-default ui-accordion-icons ui-corner-all">
<span class="ui-accordion-header-icon ui-icon ui-icon-triangle-1-e"></span>
<?php echo f_hsc($todoufuken_nm) ?></h3>
<div style="display: none;" class="ui-accordion-content ui-helper-reset ui-widget-content ui-corner-bottom">
</div>
</div>
<?php
$rs->move_next();
$i++;
}
$rs->free_result();
?>
</div>
</div>
<!-- Accordion -->
</div>
<!-- End Box -->
<div class="cl"> </div>
</div>
<!-- End Content -->
<div class="cl"> </div>
</div>
<!-- Main -->
</div>
</div>
<!-- End Container -->
<!-- Footer -->
<?php tcom_footer($gc) ?>
<!-- End Footer -->
</body>
</html>
<?php
}
示例4: out_html
//.........这里部分代码省略.........
$sql = "SELECT SQL_CALC_FOUND_ROWS";
$sql.= " t.todoufuken_no,";
$sql.= " t.todoufuken_nm ";
$sql.= "FROM";
$sql.= " m_todoufuken t ";
$sql.= "INNER JOIN";
$sql.= " (";
$sql.= " SELECT";
$sql.= " s.todoufuken_no";
$sql.= " FROM";
$sql.= " m_company_area a";
$sql.= " INNER JOIN";
$sql.= " m_shikucyouson s";
$sql.= " ON";
$sql.= " a.shikucyouson_no = s.shikucyouson_no";
$sql.= " WHERE";
$sql.= " a.company_no = ".$gc->company_no;
$sql.= " GROUP BY";
$sql.= " s.todoufuken_no";
$sql.= " ) c ";
$sql.= "ON";
$sql.= " t.todoufuken_no = c.todoufuken_no ";
$sql.= "ORDER BY";
$sql.= " t.sort_no";
$rs = $gc->db->query($sql);
$row_count = $gc->db->get_row_count();
$i = 0;
while ($rs->eof==false) {
$todoufuken_no = $rs->fields["todoufuken_no"];
$todoufuken_nm = $rs->fields["todoufuken_nm"];
?>
<div class="group">
<h3 panelmode="close" todoufuken_no="<?php echo f_hsc($todoufuken_no) ?>" class="ui-accordion-header ui-helper-reset ui-state-default ui-accordion-icons ui-corner-all">
<span class="ui-accordion-header-icon ui-icon ui-icon-triangle-1-e"></span>
<?php echo f_hsc($todoufuken_nm) ?></h3>
<div style="display: none;" class="ui-accordion-content ui-helper-reset ui-widget-content ui-corner-bottom">
</div>
</div>
<?php
$rs->move_next();
$i++;
}
$rs->free_result();
if($row_count==0){
echo "<div class=\"ac\">";
echo "対応エリアは未登録です。";
echo "</div>";
}
?>
</div>
</div>
<!-- Accordion -->
<!-- Form Buttons -->
<div class="buttons">
<div class="ac">
<button type="button" class="button color green" onclick="run_submit('form_area', 'edit')">対応エリアを編集</button>
</div>
</div>
<!-- End Form Buttons -->
</div>
<!-- End Box -->
<div class="cl"> </div>
</div>
<!-- End Content -->
<div class="cl"> </div>
</div>
<!-- Main -->
</div>
</div>
<!-- End Container -->
<!-- Footer -->
<?php tcom_footer($gc) ?>
<!-- End Footer -->
</body>
</html>
<?php
}
示例5: out_html
//.........这里部分代码省略.........
$rank_no1 = $rs->fields["sr_1"];
$rank_no2 = $rs->fields["sr_2"];
$rank_no3 = $rs->fields["sr_3"];
$rank_no4 = $rs->fields["sr_4"];
$sum_tesuryou_l = $rs->fields["sum_tesuryou_l"];
$sum_tesuryou_s = $rs->fields["sum_tesuryou_s"];
$sum_tesuryou_a = $rs->fields["sum_tesuryou_a"];
$sum_tesuryou_b = $rs->fields["sum_tesuryou_b"];
$sum_tesuryou_c = $rs->fields["sum_tesuryou_c"];
$jyougen = $rs->fields["jyougen"];
$todoufuken_nm = $arr_todoufuken[$todoufuken_no];
$company_kbn_nm = $arr_company_kbn[$company_kbn];
$tesuryou =$rs->fields["s_t"];
// $tesuryou =$sum_tesuryou_l + $sum_tesuryou_s + $sum_tesuryou_a + $sum_tesuryou_b + $sum_tesuryou_c;
$odd = "";
if(($i % 2)==1){
$odd = " class=\"odd\"";
}
echo "<tr".$odd.">";
echo "<td>".f_hsc($company_nm)."<br />".f_hsc($company_sh)."</td>";
echo "<td class=\"ac\">".f_hsc($company_kbn_nm)."</td>";
echo "<td>".f_hsc($todoufuken_nm.$add1)."</td>";
echo "<td class=\"ac\">".f_hsc($rank_l)."</td>";
echo "<td class=\"ac\">".f_hsc($rank_no1)."</td>";
echo "<td class=\"ac\">".f_hsc($rank_no2)."</td>";
echo "<td class=\"ac\">".f_hsc($rank_no3)."</td>";
echo "<td class=\"ac\">".f_hsc($rank_no4)."</td>";
echo "<td class=\"ar\">".f_hsc(number_format($tesuryou))."</td>";
echo "<td class=\"ar\">".f_hsc(number_format($jyougen))."</td>";
echo "<td class=\"ac\"><button type=\"button\" class=\"list-button\" onclick=\"location.href='tesuryo_d.php?company_no=".$company_no."&mbif=".$gc->mbif."&mbit=".$gc->mbit."';\">詳細</button></td>";
echo "</tr>";
$rs->move_next();
$i++;
}
$rs->free_result();
if($row_count==0){
echo "<tr>";
echo "<td colspan=\"10\" align=\"center\">データはありません。</td>";
echo "</tr>";
}
?>
</table>
<?php if($row_count > 0){ ?>
<!-- Pagging -->
<div class="pagging">
<div class="box-l">
</div>
<div class="box-c">
<div class="margin-center">
<?php echo $page_arr["back_str"].$page_arr["list_str"].$page_arr["deno_str"].$page_arr["next_str"]; ?>
</div>
</div>
<div class="box-r">
<label>表示件数:</label>
<?php echo $page_arr["plst_str"] ?>
</div>
</div>
<!-- End Pagging -->
<?php } ?>
</div>
<!-- Table -->
</div>
<!-- End Box -->
<div class="cl"> </div>
</div>
<!-- End Content -->
<div class="cl"> </div>
</div>
<!-- Main -->
</div>
</div>
<!-- End Container -->
<!-- Footer -->
<?php tcom_footer($gc) ?>
<!-- End Footer -->
</body>
</html>
<?php
}
示例6: out_html
//.........这里部分代码省略.........
$moushikomi_d = substr($moushikomibi, 0, 4)."/".substr($moushikomibi, 5, 2)."/".substr($moushikomibi, 8, 2);
$moushikomi_t = substr($moushikomibi, 11);
$todoufuken_nm = $arr_todoufuken[$todoufuken_no];
$buken_sbt_nm = $arr_buken_sbt[$buken_sbt];
$arr = fdiv_set_rank_array();
if($rank_no != "L"){
$rank_nm = $arr[$rank_no];
}else{
$rank_nm = "L";
}
/*
if($purpose_flg == 1){
$rank_nm = "L";
}
*/
$odd = "";
if(($i % 2)==1){
$odd = " class=\"odd\"";
}
echo "<tr".$odd.">";
echo "<td class=\"ac\">".$anken_no."</td>";
echo "<td class=\"ac\">".$moushikomi_d."<br />".$moushikomi_t."</td>";
echo "<td class=\"ac\">".f_hsc($buken_sbt_nm)."</td>";
echo "<td class=\"ac\">".f_hsc($menseki)."</td>";
echo "<td class=\"ac\">".f_hsc($rank_nm)."</td>";
echo "<td>".f_hsc($todoufuken_nm)."</td>";
echo "<td>".f_hsc($shikucyouson_nm)."</td>";
echo "<td class=\"ac\" style=\"color: ".($c_mukou_flg==1?"red":"blue").";\">".f_hsc($c_mukou_flg==1?"無効":"有効")."</td>";
echo "<td class=\"ar\">".f_hsc($mukou_flg==1?"0":$tesuryou)."</td>";
// echo "<td class=\"ar\">".f_hsc($mukou_flg==1?"0":number_format($tesuryou))."</td>";
echo "<td class=\"ac\"><button type=\"button\" class=\"list-button\" onclick=\"location.href='item_e.php?item_no=".$item_no."&referrer=tesuryo_d&company_no=".$gc->login_company_no."&mbif=".$gc->mbif."&mbit=".$gc->mbit."';\">詳細</button></td>";
echo "</tr>";
$rs->move_next();
$i++;
}
$rs->free_result();
if($row_count==0){
echo "<tr>";
echo "<td colspan=\"10\" align=\"center\">データはありません。</td>";
echo "</tr>";
}
?>
</table>
<?php if($row_count > 0){ ?>
<!-- Pagging -->
<div class="pagging">
<div class="box-l">
</div>
<div class="box-c">
<div class="margin-center">
<?php echo $page_arr["back_str"].$page_arr["list_str"].$page_arr["deno_str"].$page_arr["next_str"]; ?>
</div>
</div>
<div class="box-r">
<label>表示件数:</label>
<?php echo $page_arr["plst_str"] ?>
</div>
</div>
<!-- End Pagging -->
<?php } ?>
</div>
<!-- Table -->
</div>
<!-- End Box -->
<div class="cl"> </div>
</div>
<!-- End Content -->
<div class="cl"> </div>
</div>
<!-- Main -->
</div>
</div>
<!-- End Container -->
<!-- Footer -->
<?php tcom_footer($gc) ?>
<!-- End Footer -->
</body>
</html>
<?php
}
示例7: out_html
//.........这里部分代码省略.........
<!-- Box Head -->
<div class="box-head">
<h2>ユーザー</h2>
</div>
<!-- End Box Head -->
<form name="form_edit" action="user_e.php" method="POST" onsubmit="return false" enctype="multipart/form-data">
<input name="mode2" type="hidden" value="u">
<input name="mode" type="hidden" value="" />
<input name="act" type="hidden" value="<?php echo $gc->act?>" />
<input name="token" type="hidden" value="<?php echo f_hsc($gc->token)?>" />
<input name="user_no" type="hidden" value="<?php echo f_hsc($gc->user_no)?>" />
<!-- Form -->
<div class="form">
<div class="box-field">
<label>ユーザー名称<span>(必須)</span></label>
<input type="text" name="user_nm" class="field size4" value="<?php echo f_hsc($gc->user_nm)?>" />
</div>
<div class="box-field">
<label>フリガナ<span>(必須)</span></label>
<input type="text" name="user_kn" class="field size4" value="<?php echo f_hsc($gc->user_kn)?>" />
</div>
<div class="box-field">
<label>ユーザーID<span>(必須)</span></label>
<input type="text" name="user_id" class="field size4" value="<?php echo f_hsc($gc->user_id)?>" />
</div>
<?php
if($gc->act=="i"){
?>
<div class="box-field">
<label>パスワード<span>(必須)</span></label>
<input type="password" name="password" class="field size4" value="<?php echo f_hsc($gc->password)?>" />
</div>
<?php
}
?>
<div class="box-field">
<label>E-mail</label>
<input type="text" name="e_mail" class="field size4" value="<?php echo f_hsc($gc->e_mail)?>" />
</div>
</div>
<!-- End Form -->
<!-- Form Buttons -->
<div class="buttons">
<div class="alignleft">
<button type="button" class="button color green" onclick="run_submit('form_edit', 'confirm')">入力確認へ</button>
</div>
<?php
if($gc->act=="u"){
?>
<div class="alignright">
<button type="button" class="button color red" onclick="run_submit('form_edit', 'delete')">削除</button>
</div>
<div class="alignright pos-top2">
<input id="del" name="delete_check" type="checkbox" value="1" class="pos-top2" /><label for="del">削除する</label>
</div>
<?php
}
?>
</div>
<!-- End Form Buttons -->
</form>
</div>
<!-- End Box -->
<?php
}
}
?>
<div class="cl"> </div>
</div>
<!-- End Content -->
<div class="cl"> </div>
</div>
<!-- Main -->
</div>
</div>
<!-- End Container -->
<!-- Footer -->
<?php tcom_footer($gc) ?>
<!-- End Footer -->
</body>
</html>
<?php
}
示例8: out_html
//.........这里部分代码省略.........
<span>></span>
<a href="area_r.php">対応エリア</a>
<span>></span>
地域ランク編集
</div>
<!-- End Small Nav -->
<!-- Main -->
<div id="main">
<div class="cl"> </div>
<!-- Content -->
<div id="content">
<!-- Box -->
<div class="box">
<!-- Box Head -->
<div class="box-head">
<h2 class="left"><b>地域ランク編集</b></h2>
<div class="right">
<a href="area_sort.php?mode=add" class="custom-button"><span>都道府県ソートモード</span></a>
</div>
</div>
<!-- End Box Head -->
<!-- Accordion -->
<div class="Accordion" style="padding:15px 10px;">
<!-- Accordion -->
<div class="ui-accordion ui-widget ui-helper-reset">
<?php
$sql = "SELECT";
$sql.= " todoufuken_no,";
$sql.= " todoufuken_nm,";
$sql.= " ltime ";
$sql.= "FROM";
$sql.= " m_todoufuken ";
$sql.= "ORDER BY";
$sql.= " sort_no";
$rs = $gc->db->query($sql);
$i = 0;
while ($rs->eof==false) {
$todoufuken_no = $rs->fields["todoufuken_no"];
$todoufuken_nm = $rs->fields["todoufuken_nm"];
?>
<div class="group">
<h3 panelmode="close" todoufuken_no="<?php echo f_hsc($todoufuken_no) ?>" class="ui-accordion-header ui-helper-reset ui-state-default ui-accordion-icons ui-corner-all">
<span class="ui-accordion-header-icon ui-icon ui-icon-triangle-1-e"></span>
<?php echo f_hsc($todoufuken_nm) ?></h3>
<div style="display: none;" class="ui-accordion-content ui-helper-reset ui-widget-content ui-corner-bottom">
</div>
</div>
<?php
$rs->move_next();
$i++;
}
$rs->free_result();
?>
</div>
</div>
<!-- Accordion -->
</div>
<!-- End Box -->
<div class="cl"> </div>
</div>
<!-- End Content -->
<div class="cl"> </div>
</div>
<!-- Main -->
</div>
</div>
<!-- End Container -->
<!-- Footer -->
<?php tcom_footer($gc) ?>
<!-- End Footer -->
</body>
</html>
<?php
}
示例9: out_html
//.........这里部分代码省略.........
<div id="content">
<?php
if($gc->form_mode=="message"){
?>
<!-- Message OK -->
<div class="msg msg-ok">
<p><strong> <?php echo f_hsc($gc->message) ?></strong></p>
</div>
<!-- End Message OK -->
<?php
if($gc->company_no > 0){
echo "<div class=\"ac\"><a href=\"company_area_e.php?mode=edit&company_no=".$gc->company_no."\">対応エリア編集へ</a></div>";
}else{
echo "<div class=\"ac\"><a href=\"company_l.php\">提携会社一覧へ</a></div>";
}
}else{
for ($i=0; $i<$gc->msg->count; $i++) {
?>
<!-- Message Error -->
<div class="msg msg-error">
<p><strong> <?php echo f_hsc($gc->msg->list[$i]) ?></strong></p>
</div>
<!-- End Message Error -->
<?php
}
?>
<!-- Box -->
<div class="box">
<!-- Box Head -->
<div class="box-head">
<h2><?php echo $gc->title_text ?></h2>
</div>
<!-- End Box Head -->
<form name="form_edit" action="company_area_insert.php" method="POST" onsubmit="return false" enctype="multipart/form-data">
<input name="mode" type="hidden" value="insert" />
<input name="act" type="hidden" value="<?php echo $gc->act?>" />
<input name="token" type="hidden" value="<?php echo f_hsc($gc->token)?>" />
<!-- Form -->
<div class="form">
<div class="box-field">
<label style="display:inline;"><?php echo $gc->title_text ?></label>
<input type="file" name="company_area_file" class="field size4" />
<input type="hidden" name="company_no" value="<?php echo $gc->company_no ?>" />
</div>
</div>
<!-- End Form -->
<!-- Form Buttons -->
<div class="buttons">
<div class="alignleft">
<button type="button" class="button color green" onclick="submit()">インポートへ</button>
</div>
<div class="alignright">
<span><?php echo "アップロード時のファイル最大サイズは合計で".ini_get('upload_max_filesize')."バイトです。"?></span>
</div>
</div>
<!-- End Form Buttons -->
</form>
</div>
<!-- End Box -->
<?php
}
?>
<div class="cl"> </div>
</div>
<!-- End Content -->
<div class="cl"> </div>
</div>
<!-- Main -->
</div>
</div>
<!-- End Container -->
<!-- Footer -->
<?php tcom_footer($gc) ?>
<!-- End Footer -->
</body>
</html>
<?php
}
示例10: out_html
//.........这里部分代码省略.........
<th width="40" class="ac"><a href="company_l.php<?php echo f_sq("keisai_flg") ?>">掲載</a><?php echo $sort_mode["keisai_flg"] ?></th>
<th width="70" class="ac">詳細</th>
</tr>
<?php
$i = 0;
while ($rs->eof==false) {
$company_no = $rs->fields["company_no"];
$company_nm = $rs->fields["company_nm"];
$company_sh = $rs->fields["company_sh"];
$company_kbn = $rs->fields["company_kbn"];
$todoufuken_no = $rs->fields["todoufuken_no"];
$add1 = $rs->fields["add1"];
$tel = $rs->fields["tel"];
$tantou = $rs->fields["tantou"];
$keisai_flg = $rs->fields["keisai_flg"];
$todoufuken_nm = $gc->arr_todoufuken[$todoufuken_no];
$company_kbn_nm = $arr_company_kbn[$company_kbn];
$odd = "";
if(($i % 2)==1){
$odd = " class=\"odd\"";
}
echo "<tr".$odd.">";
echo "<td>".f_hsc($company_nm." ".$company_sh)."</td>";
//echo "<td class=\"ac\">".f_hsc($company_kbn_nm)."</td>";
echo "<td>".f_hsc($todoufuken_nm.$add1)."</td>";
echo "<td class=\"ac\">".f_hsc($tantou)."</td>";
echo "<td class=\"ac\">".f_hsc($tel)."</td>";
echo "<td class=\"ac\">".f_hsc( ($keisai_flg==1?"○":"×") )."</td>";
echo "<td class=\"ac\"><button type=\"button\" class=\"list-button\" onclick=\"location.href='company_r.php?company_no=".$company_no."';\">詳細</button></td>";
echo "</tr>";
$rs->move_next();
$i++;
}
$rs->free_result();
if($row_count==0){
echo "<tr>";
echo "<td colspan=\"7\" align=\"center\">データはありません。</td>";
echo "</tr>";
}
?>
</table>
<?php if($row_count > 0){ ?>
<!-- Pagging -->
<div class="pagging">
<div class="box-l">
</div>
<div class="box-c">
<div class="margin-center">
<?php echo $page_arr["back_str"].$page_arr["list_str"].$page_arr["deno_str"].$page_arr["next_str"]; ?>
</div>
</div>
<div class="box-r">
<label>表示件数:</label>
<?php echo $page_arr["plst_str"] ?>
</div>
</div>
<!-- End Pagging -->
<?php } ?>
</div>
<!-- Table -->
</div>
<!-- End Box -->
<div class="cl"> </div>
</div>
<!-- End Content -->
<div class="cl"> </div>
</div>
<!-- Main -->
</div>
</div>
<!-- End Container -->
<!-- Footer -->
<?php tcom_footer($gc) ?>
<!-- End Footer -->
</body>
</html>
<?php
}
示例11: out_html
function out_html($gc) {
?>
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="utf-8" />
<title>郵便番号設定</title>
<!-- *** stylesheet *** -->
<link href="css/style.css" rel="stylesheet" type="text/css" media="all" />
</head>
<body>
<!-- Header -->
<div id="header">
<div class="shell">
<!-- Logo + Top Nav -->
<?php tcom_header_logo_nav($gc) ?>
<!-- End Logo + Top Nav -->
<!-- Main Nav -->
<?php tcom_header_main_nav2($gc, 0) ?>
<!-- End Main Nav -->
</div>
</div>
<!-- End Header -->
<!-- Container -->
<div id="container">
<div class="shell">
<!-- Small Nav -->
<div class="small-nav">
郵便番号設定
</div>
<!-- End Small Nav -->
<!-- Main -->
<div id="main">
<div class="cl"> </div>
<!-- Content -->
<div id="content">
<!-- Box -->
<div class="box">
<!-- Box Head -->
<div class="box-head">
<h2 class="left"><b>郵便番号設定</b></h2>
<div class="right">
</div>
</div>
<!-- End Box Head -->
<div class="ac" style="padding:20px;">
<?php db_entry($gc) ?> 件登録しました。
</div>
</div>
<!-- End Box -->
<div class="cl"> </div>
</div>
<!-- End Content -->
<div class="cl"> </div>
</div>
<!-- Main -->
</div>
</div>
<!-- End Container -->
<!-- Footer -->
<?php tcom_footer($gc) ?>
<!-- End Footer -->
</body>
</html>
<?php
}
示例12: out_html
//.........这里部分代码省略.........
<!-- Small Nav -->
<div class="small-nav">
<a href="area_r.php">エリア管理</a>
<span>></span>
<a href="area_r.php">対応エリア</a>
<span>></span>
<a href="area_l.php">地域ランク編集</a>
<span>></span>
都道府県ソート
</div>
<!-- End Small Nav -->
<!-- Main -->
<div id="main">
<div class="cl"> </div>
<!-- Content -->
<div id="content">
<!-- Box -->
<div class="box">
<!-- Box Head -->
<div class="box-head">
<h2 class="left"><b>都道府県ソート</b></h2>
<div class="right">
<a href="area_l.php" class="custom-button"><span>地域ランク編集</span></a>
</div>
</div>
<!-- End Box Head -->
<!-- Table -->
<div class="table" id="sortable">
<table class="group" width="100%" border="0" cellspacing="0" cellpadding="0">
<tr style="border-top:solid 1px #e0e0e0;">
<th width="20" class="ac"> </th>
<th width="60" class="ac">No.</th>
<th>都道府県</th>
</tr>
<tbody>
<?php
$sql = "SELECT";
$sql.= " todoufuken_no,";
$sql.= " todoufuken_nm,";
$sql.= " ltime ";
$sql.= "FROM";
$sql.= " m_todoufuken ";
$sql.= "ORDER BY";
$sql.= " sort_no";
$rs = $gc->db->query($sql);
while ($rs->eof==false) {
$todoufuken_no = $rs->fields["todoufuken_no"];
$todoufuken_nm = $rs->fields["todoufuken_nm"];
echo "<tr id=\"item-".$todoufuken_no."\" class=\"sort-item\">";
echo "<td class=\"ac\"><span class=\"handle ui-icon ui-icon-arrowthick-2-n-s\" style=\"float:left;cursor:ns-resize;\"></span></td>";
echo "<td class=\"ac\">".f_hsc($todoufuken_no)."</td>";
echo "<td>".f_hsc($todoufuken_nm)."</td>";
echo "</tr>";
$rs->move_next();
}
$rs->free_result();
?>
</tbody>
</table>
</div>
<!-- Table -->
</div>
<!-- End Box -->
<div class="cl"> </div>
</div>
<!-- End Content -->
<div class="cl"> </div>
</div>
<!-- Main -->
</div>
</div>
<!-- End Container -->
<!-- Footer -->
<?php tcom_footer($gc) ?>
<!-- End Footer -->
</body>
</html>
<?php
}
示例13: out_html
//.........这里部分代码省略.........
</div>
<!-- End Header -->
<!-- Container -->
<div id="container">
<div class="shell">
<?php if($gc->referrer=="tesuryo_d"){ ?>
<!-- Small Nav -->
<div class="small-nav">
<a href="tesuryo_d.php">手数料管理</a>
<span>></span>
<a href="tesuryo_d.php?company_no=<?php echo $gc->company_no ?>&mbif=<?php echo $gc->mbif ?>&mbit=<?php echo $gc->mbit ?>">手数料一覧</a>
<span>></span>
詳細
</div>
<!-- End Small Nav -->
<?php }else{ ?>
<!-- Small Nav -->
<div class="small-nav">
<a href="item_l.php">案件管理</a>
<span>></span>
<a href="item_l.php">申込み/対応状況</a>
<span>></span>
詳細
</div>
<!-- End Small Nav -->
<?php } ?>
<!-- Main -->
<div id="main">
<div class="cl"> </div>
<!-- Content -->
<div id="content">
<!-- Box -->
<div class="box">
<!-- Box Head -->
<div class="box-head">
<h2>案件詳細</h2>
</div>
<!-- End Box Head -->
<!-- Form -->
<div class="form">
<div class="box-field">
<label>物件情報及び個人情報</label>
<div class="box-confirm" style='font-family: "MS ゴシック",monospace;'>
<?php echo nl2br(str_replace(" ", " ", f_hsc($gc->naiyou))) ?>
</div>
</div>
</div>
<!-- End Form -->
</div>
<!-- End Box -->
<div class="cl"> </div>
</div>
<!-- End Content -->
<div class="cl"> </div>
</div>
<!-- Main -->
</div>
</div>
<!-- End Container -->
<!-- Footer -->
<?php tcom_footer($gc) ?>
<!-- End Footer -->
<div id="dialog_confirm" title="確認">
<p class="ac mt20">更新してよろしいですか?</p>
<p class="ac mt20">
<button type="button" class="button color green" onclick="update_confirm_ok()">はい</button>
<button type="button" class="button color blue" onclick="update_confirm_cancel()">いいえ</button>
</p>
</div>
<div id="dialog_confirm_c" title="確認">
<p class="ac mt20" id="dcc_msg"></p>
<p class="ac mt20">
<button type="button" class="button color green" onclick="update_confirm_ok_c()">はい</button>
<button type="button" class="button color blue" onclick="update_confirm_cancel_c()">いいえ</button>
</p>
<div style="display:none;" id="dcc_flg"></div><div style="display:none;" id="dcc_cno"></div>
</div>
</body>
</html>
<?php
}
示例14: out_html
function out_html($gc) {
?>
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="utf-8" />
<title>請求書ダウンロード</title>
<!-- *** stylesheet *** -->
<link href="css/style.css" rel="stylesheet" type="text/css" media="all" />
</head>
<body>
<!-- Header -->
<div id="header">
<div class="shell">
<!-- Logo + Top Nav -->
<?php tcom_header_logo_nav($gc) ?>
<!-- End Logo + Top Nav -->
<!-- Main Nav -->
<?php tcom_header_main_nav($gc, 5) ?>
<!-- End Main Nav -->
</div>
</div>
<!-- End Header -->
<!-- Container -->
<div id="container">
<div class="shell">
<!-- Small Nav -->
<div class="small-nav">
<a href="tesuryo_l.php">手数料管理</a>
<span>></span>
<a href="tesuryo_l.php">手数料一覧</a>
<span>></span>
請求書ダウンロード
</div>
<!-- End Small Nav -->
<!-- Main -->
<div id="main">
<div class="cl"> </div>
<!-- Content -->
<div id="content">
<!-- Box -->
<div class="box">
<!-- Box Head -->
<div class="box-head">
<h2 class="left"><b>請求書ダウンロード</b></h2>
<div class="right">
</div>
</div>
<!-- End Box Head -->
<div class="ac" style="padding:20px;">
ダウンロードに失敗しました。
</div>
<!-- Form Buttons -->
<div class="buttons">
<div class="ac">
<button type="button" class="button color green" onclick="history.back();">戻る</button>
</div>
</div>
<!-- End Form Buttons -->
</div>
<!-- End Box -->
<div class="cl"> </div>
</div>
<!-- End Content -->
<div class="cl"> </div>
</div>
<!-- Main -->
</div>
</div>
<!-- End Container -->
<!-- Footer -->
<?php tcom_footer($gc) ?>
<!-- End Footer -->
</body>
</html>
<?php
}
示例15: out_html
//.........这里部分代码省略.........
<br>チェックが入っていない場合はエリア毎に設定した金額が適用されます。
</div>
</div>
<div class="box-field">
<div>
<label>月の利用限度額<span>(数値)</span></label>
<input type="text" name="jyougen" class="field size2 inlineR" value="<?php echo f_hsc($gc->jyougen)?>" />
</div>
<div style="clear:both;">
</div>
</div>
<!--
<div class="box-field">
<label>出現率<span>(数値)</span></label>
<input type="text" name="kakuritsu" class="field size2 inlineR" value="<?php echo f_hsc($gc->kakuritsu)?>" />
<?php //out_html_kakuritsu_list($gc); ?>
</div>
-->
<div class="box-field">
<label>ロゴ画像<span>(横200ピクセル・縦60ピクセル)</span></label>
<?php if($gc->img_show){ ?>
<input type=checkbox name="img_del" id="img_del" value="y"<?php echo $gc->img_del_checked?>><label for="img_del" style="margin-left: 4px;display:inline;font-weight: normal;">削除</label>
<?php } ?>
<input type=file name="img_file" style="width:300;"><br />
<?php if($gc->img_show){ ?>
<img src="<?php echo $gc->img_src?>" alt="" width="200">
<?php } ?>
<label class="company_nm2"><?php echo f_hsc($gc->company_nm)?></label>
<label>コメント欄<span>最大3行毎行24文字以内入力してください</span></label>
<textarea name="comment" class="field" cols=50 rows= 4 ><?php echo $gc->comment?></textarea><br>
<div class="ml10 mt05">
<input type="checkbox" name="keisai_logo_flg" id="keisai_logo_flg" value="1"<?php echo $gc->keisai_logo_flg_checked?>>
<label for="keisai_logo_flg" class="check" style="display:inline;font-weight: normal;">企業ロゴをTOP画面に表示しない</label>
</div>
<div class="ml10 mt05">
<input type="checkbox" name="keisai_comment_flg" id="keisai_comment_flg" value="1"<?php echo $gc->keisai_comment_flg_checked?>>
<label for="keisai_comment_flg" class="check" style="display:inline;font-weight: normal;">掲載会社一覧に表示しない</label>
</div>
</div>
<div class="box-field">
<label>掲載</label>
<div class="ml10 mt05">
<input type="checkbox" name="keisai_flg" id="keisai_flg" value="1"<?php echo $gc->keisai_flg_checked?>>
<label for="keisai_flg" class="check" style="display:inline;font-weight: normal;">掲載する</label>
</div>
</div>
</div>
<!-- End Form -->
<!-- Form Buttons -->
<div class="buttons">
<div class="alignleft">
<button type="button" class="button color green" onclick="run_submit('form_edit', 'confirm')">入力確認へ</button>
</div>
<?php
if($gc->act=="u"){
?>
<div class="alignright">
<button type="button" class="button color red" onclick="run_submit('form_edit', 'delete')">削除</button>
</div>
<div class="alignright pos-top2">
<input id="del" name="delete_check" type="checkbox" value="1" class="pos-top2" /><label for="del">削除する</label>
</div>
<?php
}
?>
</div>
<!-- End Form Buttons -->
</form>
</div>
<!-- End Box -->
<?php
}
?>
<div class="cl"> </div>
</div>
<!-- End Content -->
<div class="cl"> </div>
</div>
<!-- Main -->
</div>
</div>
<!-- End Container -->
<!-- Footer -->
<?php tcom_footer($gc) ?>
<!-- End Footer -->
</body>
</html>
<?php
}