Example #1
0
<?php

include '../conn.php';
include 'frontbasefunction.php';
$columnid = $_GET["columnid"];
$currentpage = $_GET["currentpage"];
showarticlelist($columnid, $currentpage);
echo "<div class='showpage'>";
showpage($columnid, $currentpage);
echo "</div>";
Example #2
0
</tbody>
		</table>
 
											</div>
					
					<div class="fn-clear">
						<!-- 图释 -->
					  <div class="iconTip fn-left" style="padding-left:15px;">
					<input type="checkbox" class="checkbox" value="1" name="chkall" onClick="check_all(this)" /> 全选 &nbsp;
						  <a class="js-add-contact"><span></span></a>
						  <a href="javascript:document:update.submit();">删除数据</a>
</div>
						
												<div class="page page-nobg fn-right">
							<span class="page-link"><?php 
echo showpage($num, $pagesize, $page, $url);
?>
</span>
						</div>
						<!-- /分页 -->
											</div>
				</div>
			</div>
 
		
		</div>
		
 </form>		
	</div>
 
 
Example #3
0
        ?>
');">Delete</a>
										</td>
									</tr>
									<?php 
    }
    ?>
									<?php 
}
?>
								</tbody>
							</table>
							<nav> <!-- start: pagination -->
								<ul class="pagination">
									<?php 
echo showpage(current_url(), $count_news);
?>
								</ul>
							</nav><!-- end: pagination -->
						</div>
					</div> <!-- end: panel body -->
				</div> <!-- end: panel -->
			</div>
		</div>
	</div> <!-- end: page content container -->

<script>
function deletePage(id){
	bootbox.confirm('Anda yakin akan menghapus halaman ini? ',function(result){
		if (result === null) {                                             
			return false;                              
Example #4
0
<body>
	<?php 
if ($act == 'home') {
    ?>
	<div id="main">
	<?php 
}
?>
	<div id="hheaderCont">
	<div id="hheader">
    <div class="headerLogo" >
		<a href="?"><img src="images/logo-WOM.png" width="235" height="45"></a>
	</div>
		
		</div></div>
	<div id="content">
		<?php 
showpage('', $act);
?>
	</div>
	
	<?php 
if ($act == 'home') {
    ?>
	</div>
	<?php 
}
?>
</body>
</html>
Example #5
0
            $subtitle = stripslashes(check_html($row2['subtitle'], "nohtml"));
            $clanguage = $row2['clanguage'];
            if ($multilingual == 1) {
                $the_lang = "<img src=\"images/language/flag-" . $clanguage . ".png\" hspace=\"3\" border=\"0\" height=\"10\" width=\"20\">";
            } else {
                $the_lang = "";
            }
            if ($subtitle != "") {
                $subtitle = " ({$subtitle}) ";
            } else {
                $subtitle = " ";
            }
            echo "<strong><big>&middot;</big></strong> {$the_lang} <a href=\"modules.php?name={$module_name}&amp;pa=showpage&amp;pid={$pid}\">{$title}</a> {$subtitle} [ <a href=\"admin.php?op=content_edit&amp;pid={$pid}\">" . _EDIT . "</a> | <a href=\"admin.php?op=content_change_status&amp;pid={$pid}&amp;active=0\">" . _ACTIVATE . "</a> | <a href=\"admin.php?op=content_delete&amp;pid={$pid}\">" . _DELETE . "</a> ]<br>";
        }
        echo "</blockquote>";
    }
    echo "<center>" . _GOBACK . "</center>";
    CloseTable();
    include "footer.php";
}
switch ($pa) {
    case "showpage":
        showpage($pid, $page);
        break;
    case "list_pages_categories":
        list_pages_categories($cid);
        break;
    default:
        list_pages();
        break;
}
Example #6
0
										</tr>
										<?php 
        $index++;
        ?>
										<?php 
    }
    ?>
									<?php 
}
?>
								</tbody>
							</table>
							<nav> <!-- start: pagination -->
								<ul class="pagination">
									<?php 
echo showpage(current_url(), $count_asset);
?>
								</ul>
							</nav><!-- end: pagination -->
							<hr/>
								<div class="form-group">
							<form id="formUploadFile" method="post" enctype="multipart/form-data" action="<?php 
echo base_url('admin/asset/add');
?>
">
									<label>Upload File</label>
									<input type="file"  name="assetfile" id="exampleInputFile">
								</div>
								<div class="form-group">
									<input type="hidden" name="dirid" value="<?php 
echo $asset_dir->id;
Example #7
0
        ?>
" /><input type="button" onclick="history.back(-1)" value="<?php 
        echo gettext_r("back");
        ?>
" /></td>
  </tr>
</table>
</form>
<?php 
        break;
    default:
        echo "<div id='navigation'>" . gettext_r("quickLink") . ":  ";
        echo "<a href=\"admin_mylabel.php?action=add\">" . gettext_r("add") . gettext_r("selfDefineTip") . "</a>\n";
        echo "</div>";
        echo "<table width='100%' border='0' cellpadding='0' cellspacing='1' class='function'>\n";
        echo "<tr class='header'>\n";
        echo "<td align='center' width='40'>" . gettext_r("serialNumber") . "</td>\n";
        echo "<td align='center' width='300'>" . gettext_r("selfDefineTip") . gettext_r("name") . "</td>\n";
        echo "<td align='center'>" . gettext_r("operate") . "</td>\n";
        echo "</tr>\n";
        showmylabel($currentpage);
        echo "</table>\n";
        echo "<div style='height:5px;'></div>";
        echo "<div id='showpage'>";
        showpage($currentpage);
        echo "</div>";
}
?>
</body>
</html>
Example #8
0
        ?>
');">Delete</a>
										</td>
									</tr>
									<?php 
    }
    ?>
									<?php 
}
?>
								</tbody>
							</table>
							<nav> <!-- start: pagination -->
								<ul class="pagination">
									<?php 
echo showpage(current_url(), $count_event);
?>
								</ul>
							</nav>
						</div>
					</div> <!-- end: panel body -->
				</div> <!-- end: panel -->
			</div>
		</div>
	</div> <!-- end: page content container -->

<script>
function deletePage(id){
	bootbox.confirm('Anda yakin akan menghapus halaman ini? ',function(result){
		if (result === null) {                                             
			return false;                              
Example #9
0
        echo content_trim($row->{'content'}, 200);
        ?>
</p>
					</div>
					</div>
					<hr />
				</li>
				<?php 
    }
    ?>
			  </ul>
			  <?php 
}
?>
			  <nav>
				<ul class="pagination">
					<?php 
echo showpage(current_url(), $count_video);
?>
				</ul>
			</nav>
			
		</div>
	</div>
</div>

<?php 
$this->load->view(tpldir('page/_blocks/footer'));
?>
 
Example #10
0
        ?>
');">Delete</a>
										</td>
									</tr>
									<?php 
    }
    ?>
								</tbody>
							</table>
							<?php 
}
?>
							<nav> <!-- start: pagination -->
								<ul class="pagination">
									<?php 
echo showpage(current_url(), $count_pages);
?>
								</ul>
							</nav><!-- end: pagination -->
						</div>
					</div> <!-- end: panel body -->
				</div> <!-- end: panel -->
			</div>
		</div>
	</div> <!-- end: page content container -->
</div>
<script>
function deletePage(id){
	bootbox.confirm('Anda yakin akan menghapus halaman ini? ',function(result){
		if (result === null) {                                             
			return false;                              
Example #11
0
</p>
					</div>
					</div>
					<hr />
				</li>
				<?php 
    }
    ?>
			  </ul>
			  <?php 
}
?>
			  <nav>
				<ul class="pagination">
					<ul class="pagination">
						<?php 
echo showpage(current_url(), $count_blogs);
?>
					</ul>
				</ul>
			</nav>
			
		</div>
	</div>
</div>

<?php 
$this->load->view(tpldir('page/_blocks/footer'));
?>
 
Example #12
0
    $content = tag2value('scankosten', $scankosten, $content);
    $content = tag2value('scanbase', $_POST['scanbase'], $content);
    $content = tag2value('ungenauigkeit', 30 - ($raumstation['scanner'] * 2 - 1), $content);
    $content = tag2value('lvl_scanner', ($raumstation['scanner'] - 1) * 1.5, $content);
    $content = tag2value('kosten', $raumstation['scanner'] * 30 - 30, $content);
    $content = tag2value('reichweite', $raumstation['scanner'] * 10 - 10, $content);
} elseif (mysql_num_rows($result2) != 0) {
    $row = mysql_fetch_array($result2);
    $content = tag2value('scanner', template('decrypted'), $content);
    $content = tag2value('info', $row['text'], $content);
} else {
    $row = mysql_fetch_array($result);
    $content = tag2value('scanner', template('decrypt'), $content);
    $content = tag2value('restdauer', percentbar($row['date'] - date(U), $row['date'] - $row['start'], 310), $content);
}
$content = tag2value('id', $_POST['target'], $content);
$content = tag2value('pid', $_POST['pid'], $content);
if ($raumstation['scanner'] > 10) {
    $bauen['scanner'] = 'max';
}
if ($raumstation['plasma'] > 10) {
    $bauen['plasma'] = 'max';
}
$content = tag2value('scanner_bauen', $bauen['scanner'], $content);
$content = tag2value('plasma_bauen', $bauen['plasma'], $content);
//$content   = tag2value("onload",$onload,$content);
$content = tag2value("abbrechen", $abbrechen, $content);
// generierte seite ausgeben
echo showpage($content . template('footer'), $_SESSION['user']['omni'], $onload);
//echo $content;
//show_vars();
Example #13
0
		
			<div id="J-advanced-filter-option" class="">
				<div class="record-search-time fn-clear" style="text-align:center;line-height:100px;font-weight:bold;">
					没有权限!<br>当前设置:只有缮印后的文件可以加入行政公文柜!
			  </div>
			</div>
		</div><!-- .record-search -->
		</form>
 
<!--
		<div class="ui-grid-21 ui-grid-right fn-clear" coor="total">
		                                <table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
                                          <tr>
                                            <td width="91%">
											<?php 
echo showpage(999, 20, 4, "baidu.com");
?>
</td>
                                            <td width="9%" align="right" style="padding-right:10px;"><input name="button" type="button" class="BigButtonBHover" onClick="javascript:window.location='admin.php?ac=<?php 
echo $ac;
?>
&fileurl=<?php 
echo $fileurl;
?>
&do=add&type=<?php 
echo $_GET['type'];
?>
'" value="发布信息"></td>
                                          </tr>
                                        </table>
		  
Example #14
0
        echo content_trim($row->{'content' . $lang_sess}, 200);
        ?>
</p>
					</div>
					</div>
					<hr />
				</li>
				<?php 
    }
    ?>
			  </ul>
			  <?php 
}
?>
			  <nav>
				<ul class="pagination">
					<?php 
echo showpage(current_url(), $search_count);
?>
				</ul>
			</nav>
			
		</div>
	</div>
</div>

<?php 
$this->load->view(tpldir('page/_blocks/footer'));
?>
 
Example #15
0
            echo 有卡;
        }
        ?>
 
                <?php 
        if ($query[leixing] == "wuka") {
            echo 无卡;
        }
        ?>
  

       </td>
       <td width="100" height="20"><?php 
        echo $query[phonetyped];
        ?>
 </td>
	</tr>
  </table>
<?php 
    }
    ?>
	<table align="center" width="1490" border="0" cellpadding="0" cellspacing="0">
	 <tr><td height="50" align="center">
	  <?php 
    showpage();
    ?>
	 </td></tr>
	</table>
<?php 
}
mysql_close();